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

Michael ayele prefixing prrte binaries #50

Conversation

Michael-uofl
Copy link

@Michael-uofl Michael-uofl commented Dec 3, 2024

Updated Makefile.am files to include @PRTE_BINARY_PREFIX@ in library and
binary names where appropriate.

gagarc and others added 11 commits October 13, 2024 19:49
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]>
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]>
@Michael-uofl
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants