We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebee6d7 commit 34fe233Copy full SHA for 34fe233
ompi/tools/mpirun/help-mpirun.txt
@@ -10,14 +10,8 @@
10
# This is the US/English help file for Open MPI wrapper compiler error
11
# messages.
12
#
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:
+[prte-launch-failed]
+Open MPI's mpirun command was unable to launch the user's application.
+This may indicate an issue with the environment or incorrect configuration.
21
22
- Command: %s
23
- Error Message: %s
+Error Message: %s
0 commit comments