Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need MPI_Comm_Split routine that takes a type #2128

Closed
permcody opened this issue May 9, 2019 · 1 comment
Closed

Need MPI_Comm_Split routine that takes a type #2128

permcody opened this issue May 9, 2019 · 1 comment

Comments

@permcody
Copy link
Member

permcody commented May 9, 2019

The existing Communicator split routine in libMesh doesn't honor all of the parameters that the MPI Communicator split can take. It would be nice to extend this API to support additional arguments:

MOOSE Needs this version:

  MPI_Comm_split_type(
	      _mur_communicator.get(), MPI_COMM_TYPE_SHARED, 0, MPI_INFO_NULL, &shmem_raw_comm);
@roystgnr
Copy link
Member

roystgnr commented May 9, 2019

Looks straightforward enough. I'll want to make a Parallel::Info shim to MPI_Info too, I think, albeit non-functioning in the --disable-mpi case, to reduce the ifdef mess. No shim for MPI_COMM_TYPE_SHARED (or any of the zillion OpenMPI extensions) for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants