pympipool.scheduler.slurm

pympipool.scheduler.slurm#

Classes

PySlurmExecutor([max_workers, ...])

The pympipool.slurm.PySlurmExecutor leverages the srun command to distribute python tasks within a SLURM queuing system allocation.

PySlurmStepExecutor([max_cores, ...])

The pympipool.slurm.PySlurmStepExecutor leverages the srun command to distribute python tasks within a SLURM queuing system allocation.