mpi.Slurm¶
Module Contents¶
-
class
mpi.Slurm.Slurm¶ Bases:
mpi.Launcher.LauncherEncapsulation of launching an MPI job using SLURM
-
sbatch¶
-
doc= the path to the sbatch launcher¶
-
queue¶
-
doc= the name of the queue that will receive this job
-
submit¶
-
doc= if {True} invoke sbatch; otherwise just save the SLURM script in a file
-
spawn(self, application)¶ Generate a {SLURM} script and submit a job
-