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

use opal atomics to modify ompi initialize/finalize related variables #1006

Closed
hppritcha opened this issue Oct 10, 2015 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@hppritcha
Copy link
Member

By using opal atomics to modify/read the following ompi initialize/finalize related variables:

ompi_mpi_init_started
ompi_mpi_initialized
ompi_mpi_finalized 
ompi_rte_initialized
ompi_mpi_finalize_started

would help in bringing some MPI query functions into compliance with the MPI-3 specification.

See issue #493.

@hppritcha hppritcha added this to the Open MPI v2.0.0 milestone Oct 10, 2015
@jsquyres
Copy link
Member

Per #1007, I'm not sure that this a correct premise any more (i.e., using a mutex was easier than using atomics). Regardless, I think that this ticket is subsumed by #1007, so I'll close this one.

jsquyres pushed a commit to jsquyres/ompi that referenced this issue Sep 19, 2016
…d-perl-construct

v1.10: autogen: fix deprecated construct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants