- Clarify the help file text a little
- Remove an extraneous \n in opal_output() output This commit was SVN r7581.
Этот коммит содержится в:
родитель
91ed790715
Коммит
d44fc0fa2a
@ -14,8 +14,6 @@
|
|||||||
#
|
#
|
||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
# This is the US/English general help file for Open RTE's orterun.
|
|
||||||
#
|
|
||||||
[multiple-prefixes]
|
[multiple-prefixes]
|
||||||
The SLURM process starter for Open MPI does not support multiple
|
The SLURM process starter for Open MPI does not support multiple
|
||||||
different --prefix options to mpirun. You can specify at most one
|
different --prefix options to mpirun. You can specify at most one
|
||||||
@ -26,9 +24,9 @@ parallel job.
|
|||||||
Put simply, you must have Open MPI installed in the same location on
|
Put simply, you must have Open MPI installed in the same location on
|
||||||
all of your SLURM nodes.
|
all of your SLURM nodes.
|
||||||
|
|
||||||
Multiple different --prefix options were specified to mpirun; this is
|
Multiple different --prefix options were specified to mpirun. This is
|
||||||
a fatal error for the SLURM process starter in Open MPI.
|
a fatal error for the SLURM process starter in Open MPI.
|
||||||
|
|
||||||
Two prefix values supplied were:
|
The first two prefix values supplied were:
|
||||||
%s
|
%s
|
||||||
and %s
|
and %s
|
||||||
|
@ -312,7 +312,7 @@ static int pls_slurm_launch(orte_jobid_t jobid)
|
|||||||
if (NULL == cur_prefix) {
|
if (NULL == cur_prefix) {
|
||||||
cur_prefix = strdup(map->app->prefix_dir);
|
cur_prefix = strdup(map->app->prefix_dir);
|
||||||
if (mca_pls_slurm_component.debug) {
|
if (mca_pls_slurm_component.debug) {
|
||||||
opal_output (0, "pls:slurm: Set prefix:%s\n",
|
opal_output (0, "pls:slurm: Set prefix:%s",
|
||||||
cur_prefix);
|
cur_prefix);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user