Skip to content

support MPI generically rather than OpenMPI? #20

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

Open
jeffhammond opened this issue Jan 17, 2016 · 2 comments
Open

support MPI generically rather than OpenMPI? #20

jeffhammond opened this issue Jan 17, 2016 · 2 comments

Comments

@jeffhammond
Copy link

Have you thought about supporting the MPI-3 standard interface, rather than the OpenMPI implementation specifically? It would be nice to be able to use MPICH (and its derivatives, including MVAPICH2, Intel MPI and Cray MPI) with this.

It is unclear to me how much of the use of OpenMPI internal datastructures is required, versus just convenient.

@John-Colvin
Copy link
Member

I'm unsure myself and it's not always 100% clear from the headers what is portable and what is implementation specific. I may have to ask someone, perhaps the OpenMPI developers.

I have some WIP support for mpich in the mpi_generic branch, but it's not there yet.

@jeffhammond
Copy link
Author

Anything in the ompi_ namespace is implementation-specific, which will identify some but not all of the issues. MPICH tends to use #define more and typedef less than Open-MPI, FWIW.

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