Skip to content

Commit 34fe233

Browse files
author
Gerardo Garcia
committed
modified help-mpirun.txt to remove previous error messages, and added error message for prte-launch-failed
Signed-off-by: Gerardo Garcia <gagarc07@louisville.edu>
1 parent ebee6d7 commit 34fe233

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

ompi/tools/mpirun/help-mpirun.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,8 @@
1010
# This is the US/English help file for Open MPI wrapper compiler error
1111
# messages.
1212
#
13-
[no-prterun-found]
14-
Open MPI's mpirun command was unable to find an underlying prterun
15-
command to execute. Consider setting the OMPI_PRTERUN environment
16-
variable to help mpirun find the correct underlying prterun.
17-
[prterun-exec-failed]
18-
Open MPI's mpirun command could not execute the underlying prterun
19-
command. The prterun command we tried to execute and the error
20-
message from exec() are below:
13+
[prte-launch-failed]
14+
Open MPI's mpirun command was unable to launch the user's application.
15+
This may indicate an issue with the environment or incorrect configuration.
2116

22-
Command: %s
23-
Error Message: %s
17+
Error Message: %s

0 commit comments

Comments
 (0)