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

MPI+OpenMP should use MPI_Init_thread #4

Open
omor1 opened this issue Jul 17, 2019 · 0 comments
Open

MPI+OpenMP should use MPI_Init_thread #4

omor1 opened this issue Jul 17, 2019 · 0 comments

Comments

@omor1
Copy link

omor1 commented Jul 17, 2019

Initializing MPI by calling MPI_Init rather than MPI_Init_thread requires that the process be single-threaded (it is exactly equivalent to supplying MPI_THREAD_SINGLE to the latter function).
This is vaguely alluded to in #2 by @jeffhammond.

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

1 participant