executorlib.standalone.interactive.spawner

executorlib.standalone.interactive.spawner#

Functions

generate_mpiexec_command(cores[, ...])

Generate the command list for the MPIExec interface.

set_current_directory_in_environment()

Add the current directory to the PYTHONPATH to be able to access local Python modules.

Classes

BaseSpawner([cwd, cores, worker_id, ...])

MpiExecSpawner([cwd, cores, worker_id, ...])

SubprocessSpawner([cwd, cores, worker_id, ...])