parsl.launchers.MpiExecLauncher

class parsl.launchers.MpiExecLauncher(debug: bool = True)[source]

Worker launcher that wraps the user’s command with the framework to launch multiple command invocations via mpiexec.

This wrapper sets the bash env variable CORES to the number of cores on the machine.

This launcher makes the following assumptions: - mpiexec is installed and can be located in $PATH - The provider makes available the $PBS_NODEFILE environment variable

__init__(debug: bool = True)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([debug])

Initialize self.