forked from openpmix/prrte
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Michael ayele prefixing prrte binaries #50
Closed
Michael-uofl
wants to merge
11
commits into
open-mpi:master
from
uofl-capstone-open-mpi:Michael-Ayele-prefixing-prrte-binaries
Closed
Michael ayele prefixing prrte binaries #50
Michael-uofl
wants to merge
11
commits into
open-mpi:master
from
uofl-capstone-open-mpi:Michael-Ayele-prefixing-prrte-binaries
Conversation
This file contains 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
Signed-off-by: Gerardo Garcia <[email protected]>
Signed-off-by: Gerardo Garcia <[email protected]> removed reference to pcc in src/tools/Makefile.am Signed-off-by: Gerardo Garcia <[email protected]>
…hizo removed unneeded schizo , mpich and slurm directories
add fetch depth 0 Till we figure out what got busted in upstream pmix/prrte combo. See what's happening with open-mpi/ompi#12906 Signed-off-by: Howard Pritchard <[email protected]>
…ry function and restructure any related components. Removed prte.c and all references to it from the Makefile.am, and successfully extracted and refactored the main function from prte.c into the library function prte_launcher.c. Also relocated prte_launcher.c to src/runtime to align with its role as a library function rather than a tool in src/tools/prte. The directory src/tools/prte was also deleted and the build system was updated to reflect these structural changes in PRRTE. This work is apart of the ongoing effort of integrating PRRTE functionality back into OMPI, avoiding the need to fork/exec prterun. Signed-off-by: Gerardo Garcia <[email protected]>
GitHub Actions: checkout specific pmix sha to use for CI
…irun Turned main function in prte.c into library function provided in libprrte.so
Add configure CLI option to allow optionally prefixing PRTE binary and library filenames. Signed-off-by: Jeff Squyres <[email protected]>
Add the prefix to the prted binary name that was passed in via --with-prte-binary-prefix. Signed-off-by: Jeff Squyres <[email protected]>
Signed-off-by: Michael Ayele <[email protected]>
Updated Makefile.am files to include @PRTE_BINARY_PREFIX@ in library and binary names where appropriate. Verified successful build and functionality of prefixed binaries This commit ensures compatiblity with prefixed binary naming while maintaining the integrity of the build system and runtime. Signed-off-by: Michael Ayele <[email protected]>
sorry made this in the wrong repo |
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.
Updated Makefile.am files to include @PRTE_BINARY_PREFIX@ in library and
binary names where appropriate.