SlurmConfig
Configuration for submitit/SLURM execution.
Attributes
attributeaccountstrattributepartitionstr= 'cpu'attributetimestr= '2h'attributecpus_per_taskint= 4attributemem_gbint= 8attributeqosstr | None= Noneattributeconstraintstr | None= Noneattributejob_name_prefixstr= 'mdfactory-analysis'Functions
func__init__(self, account, partition='cpu', time='2h', cpus_per_task=4, mem_gb=8, qos=None, constraint=None, job_name_prefix='mdfactory-analysis') → Noneparamselfparamaccountstrparampartitionstr= 'cpu'paramtimestr= '2h'paramcpus_per_taskint= 4parammem_gbint= 8paramqosstr | None= Noneparamconstraintstr | None= Noneparamjob_name_prefixstr= 'mdfactory-analysis'Returns
None