chemicalchecker.util.hpc.slurm.slurm

class slurm(**kwargs)[source]

Bases: object

SLURM job class.

Initialize a SLURM instance.

Methods

check_errors

Check for errors in the output logs of the jobs.

compress

Compress the output logs.

status

Gets the status of the job submission.

submitMultiJob

Submit multiple job/task.

Attributes

defaultOptions

jobFilenamePrefix

jobFilenameSuffix

jobStatusSuffix

templateScript

check_errors()[source]

Check for errors in the output logs of the jobs.

compress()[source]

Compress the output logs.

status()[source]

Gets the status of the job submission.

submitMultiJob(command, **kwargs)[source]

Submit multiple job/task.