Configuration and optionsΒΆ
idmtools supports the SLURM options for configuring, submitting and running jobs.
The following lists some of the sbatch options (https://slurm.schedmd.com/sbatch.html)
that are used when making calls to idmtools_platform_slurm.platform_operations.SlurmPlatform
:
cpus_per_task (https://slurm.schedmd.com/sbatch.html#OPT_cpus-per-task)
exclusive (https://slurm.schedmd.com/sbatch.html#OPT_exclusive)
mem_per_cpu (https://slurm.schedmd.com/sbatch.html#OPT_mem-per-cpu)
partition (https://slurm.schedmd.com/sbatch.html#OPT_partition)