|
Useful MPICH-GM mpirun.ch_gm command line
arguments |
|
--gm-kill 5 |
Makes sure that all processes get killed
(with a five second timeout) if one of the set of processes in a
parallel run dies. Note, if the wait is too short e.g. one second,
then this option can leave a job hanging until the PBS wallclock
timer expires. |
|
--help |
Lists command options. |
|
-np nn |
Sets number of processes to run on to nn. |
|
-s |
Allows background execution. |
|
-v |
Provides verbose output during startup. |
|
-machinefile file |
Specifies a machine file, which sets
processes that run will use. A Machine file specifies a list of host
names - see below for example. |
|
-pg file |
Gives a process group file that allows
different executables to run together as a single MPI group - see
below for example. |
|
-wd dir |
Sets the working directory in which
processes execute. The myrinet-3, myrinet-4 mpirun script has been modified so
that when -wd is specified the working directory for each process is
set to dir/rank, where dir is the argument specified
and rank is a number between 0 and nn-1. This allows
each process to utilize a different directory. Different groups of
processes can be made to share a set of directories by making dir/rank
a link to common directories as appropriate. |