Blame doc/mansrc/cmdnotes

Packit Service c5cf8c
The following name block provides the standard arguments for mpiexec, as
Packit Service c5cf8c
defined by the MPI standard.
Packit Service c5cf8c
An mpiexec manpage may include this name to get the common arguments.
Packit Service c5cf8c
Packit Service c5cf8c
/*N mpiexecstdargs
Packit Service c5cf8c
Packit Service c5cf8c
+ \-n num - number of processes
Packit Service c5cf8c
. \-host hostname - name of a host (machine, system) on which to run
Packit Service c5cf8c
. \-arch architecture_name - name of the computer architecture required
Packit Service c5cf8c
  for this executable
Packit Service c5cf8c
. \-wdir working_directory - The working directory to use when running the
Packit Service c5cf8c
  executable (set before the executable starts)
Packit Service c5cf8c
. \-path pathlist - use this to find the executable
Packit Service c5cf8c
. \-soft list - comma separated triplets specifying valid numbers of processes
Packit Service c5cf8c
. \-file name - implementation-defined specification file
Packit Service c5cf8c
- \-configfile name - file containing specifications of host/program,
Packit Service c5cf8c
   one per line, with # as a comment indicator, e.g., the usual
Packit Service c5cf8c
   mpiexec input, but with ":" replaced with a newline.  That is,
Packit Service c5cf8c
   the configfile contains lines with '-soft', '-n' etc.
Packit Service c5cf8c
Packit Service c5cf8c
N*/