Multiple Initialization and Finalization#1198
Draft
markbrown314 wants to merge 3 commits intoSandia-OpenSHMEM:mainfrom
Draft
Multiple Initialization and Finalization#1198markbrown314 wants to merge 3 commits intoSandia-OpenSHMEM:mainfrom
markbrown314 wants to merge 3 commits intoSandia-OpenSHMEM:mainfrom
Conversation
9fcc689 to
bdf81b0
Compare
Collaborator
Author
|
Code is still under testing. |
Collaborator
Author
|
Spec v1.6 requires the |
4c723cd to
956b452
Compare
* Ubuntu mirror list can become stale. Make sure mirrors are synced before package installation with "sudo apt-get -y update" * Added -y to apt-get install to prevent hangs waiting for user confirmation. Issue Sandia-OpenSHMEM#1211 Signed-off-by: Mark F. Brown <mark.f.brown@intel.com>
An fetch and add operation is needed in the case where you need to trigger an event based on a specific value of the counter. Operation is atomic if multithreading is enabled Issue Sandia-OpenSHMEM#1210 Signed-off-by: Mark F. Brown <mark.f.brown@intel.com>
* Support for multiple calls for shmem_init, shmem_init_thread, and shmem_finalize * Added API shmemx_query_initialzed() * Based off of a prototype from Parker Harris Issue Sandia-OpenSHMEM#1171 Signed-off-by: Mark F. Brown <mark.f.brown@intel.com> Co-authored-by: Parker Harris <parker.harris@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for multiple calls for shmem_init, shmem_init_thread, and shmem_finalize
Added API shmemx_query_initialzed()
Based off of a prototype from Parker Harris