3.1.10.5. mpi: options for MPI executable and command-line options

Option aliases:

  • nhostperhost

Recognized options:

args: {None} | list[str]

value of option “args”

executable: {'mpiexec'} | str

executable to launch MPI

flags: {None} | dict

options to mpiexec using -flag val format

hostfile: {None} | str

add hostfile to mpiexec call

np: {None} | int | float

explicit number (or fraction) of MPI processes

perhost: {None} | int

value of option “perhost”

prefix: {None} | str

preliminary executable run before MPI executable

run: {None} | True | False

whether to execute program