Skip to content

Commit ad690a4

Browse files
committed
Move the help into the proper file: all orte_show_help in
orte/orted/pmix/pmix_server.c reference orterun.
1 parent 52080a5 commit ad690a4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

orte/orted/help-orted.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ a core that does not exist on this node:
4343
The MCA param directing this behavior is orte_daemon_cores.
4444
Please correct the request and try again.
4545
#
46-
[orterun:pmix-failed]
47-
The call to pmix_init_server() failed. This may be due to your
48-
system's restriction for Unix's socket's path-length.
49-
50-
orte_proc_session_dir: %s
51-
52-
Please try to set TMPDIR to something short (like /tmp) or change
53-
Your computer's name (see uname -n).
54-
#
5546
[cwd]
5647
A dynamic operation (%s) was requested that requires us to obtain
5748
the current working directory. Unfortunately, an error was returned

orte/tools/orterun/help-orterun.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,3 +660,12 @@ method and try launching your job again.
660660

661661
Your job will now abort.
662662
#
663+
[orterun:pmix-failed]
664+
The call to pmix_init_server() failed. This may be due to your
665+
system's restriction for Unix's socket's path-length.
666+
667+
orte_proc_session_dir: %s
668+
669+
Please try to set TMPDIR to something short (like /tmp) or change
670+
Your computer's name (see uname -n).
671+
#

0 commit comments

Comments
 (0)