executorlib.executor.slurm

executorlib.executor.slurm#

Functions

create_slurm_executor([max_workers, ...])

Create a SLURM executor

Classes

SlurmClusterExecutor([max_workers, ...])

The executorlib.SlurmClusterExecutor leverages either the message passing interface (MPI), the SLURM workload manager or preferable the flux framework for distributing python functions within a given resource allocation.

SlurmJobExecutor([max_workers, ...])

The executorlib.SlurmJobExecutor leverages either the message passing interface (MPI), the SLURM workload manager or preferable the flux framework for distributing python functions within a given resource allocation.