Open
Conversation
Add a framework to support different types of threading models including user space thread packages such as Qthreads and argobot: https://github.com/pmodels/argobots https://github.com/Qthreads/qthreads The default threading model is pthreads. Alternate thread models are specificed at configure time using the --with-threads=X option. The framework is static. The theading model to use is selected at Open MPI configure/build time. Signed-off-by: Noah Evans <noah.evans@gmail.com>
use the OPAL_CONFIG_POSIX_THREADS macro Signed-off-by: Howard Pritchard <howardp@lanl.gov>
Signed-off-by: Noah Evans <nevans@sandia.gov>
Signed-off-by: Shintaro Iwasaki <siwasaki@anl.gov>
remove workaround introduced into the wrappers Makefile. This can be done due to the configury refactor. rework the threads framework configury to move a good chunk of setup to the top config directory to make sure thread package specific compile/link args are defined early in the configure process. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
config: fix thread configury - Add double quotations - Change Argobot to Argobots config: implement Argobots check If the poll time is too long, MPI hangs. This quick fix just sets it to 0, but it is not good for the Pthreads version. Need to find a good way to abstract it. Note that even 1 (= 1 millisecond) causes disastrous performance degradation. Signed-off-by: Shintaro Iwasaki <siwasaki@anl.gov>
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
We can't make changes to external packages that we happen to embed in Open MPI. If changes need to be made to the external package, they should be made in that package itself. Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
include files Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
out of top level config folder and in to relevant m4 files in the threads framework Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
Author
|
Hey Howard, this is an initial draft of the README. |
Author
|
@hppritcha ping to add the readme to the pull request. |
hppritcha
added a commit
that referenced
this pull request
Sep 6, 2019
temporarily disable fboxes for sessions
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.
No description provided.