-
Notifications
You must be signed in to change notification settings - Fork 911
Closed
Labels
Target: v6.0.xcapstone24issues to be dealt with by capstone24 studentsissues to be dealt with by capstone24 students
Description
As part of the Open MPI fork of PRRTe migration into the Open MPI source tree proper, it would be desirable to rework Open MPI's mpirun tool to not exec the prterun
executable.
One option would be to export a function(s) from libprrte.so (which may be renamed as part of this project) that the existing mpirun.c could use to replace the need to fork/exec prterun
. This approach would require effectively turning the main
function in https://github.com/open-mpi/prrte/blob/master/src/tools/prte/prte.c into a library function(s) provided in libprrte.so.
Metadata
Metadata
Assignees
Labels
Target: v6.0.xcapstone24issues to be dealt with by capstone24 studentsissues to be dealt with by capstone24 students
Type
Projects
Status
Done