* fix for bug #161 - add man page info for recently added features
This commit was SVN r10514.
Этот коммит содержится в:
родитель
379b170a29
Коммит
b6663c64c7
@ -206,6 +206,11 @@ the target process. See the "Remote Execution" section, below.
|
||||
.
|
||||
.
|
||||
.TP
|
||||
.B -q\fR,\fP --quiet
|
||||
Suppress informative messages from orterun during application execution.
|
||||
.
|
||||
.
|
||||
.TP
|
||||
.B --tmpdir \fR<dir>\fP
|
||||
Set the root for the session directory tree for mpirun only.
|
||||
.
|
||||
@ -225,6 +230,10 @@ For this application, set the universe name as:
|
||||
.TP
|
||||
.B -v\fR,\fP --verbose
|
||||
Be verbose
|
||||
.TP
|
||||
.B -V\fR,\fP --version
|
||||
Print version number. If no other arguments are given, this will also
|
||||
cause orterun to exit.
|
||||
.
|
||||
.
|
||||
.TP
|
||||
@ -477,6 +486,18 @@ be collected into the \fImy_output\fP file.
|
||||
.
|
||||
.
|
||||
.
|
||||
.SS Signal Propagation
|
||||
.
|
||||
When orterun receives a SIGTERM and SIGINT, it will attempt to kill
|
||||
the entire job by sending all processes in the job a SIGTERM, waiting
|
||||
a small number of seconds, then sending all processes in the job a
|
||||
SIGKILL.
|
||||
.
|
||||
SIGUSR1 and SIGUSR2 signals received by orterun are propagated to
|
||||
all processes in the job. Other signals are not currently propagated
|
||||
by orterun.
|
||||
.
|
||||
.
|
||||
.SS Process Termination / Signal Handling
|
||||
.
|
||||
During the run of an MPI application, if any rank dies abnormally
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user