-
Abstract base class for jobs monitors, in charge of monitoring the status
of submitted jobs.
Simple interface to execute shell commands, 1 at a time.
The results of the execution of a shell command:
the exit code, and standard output and standard error as strings.
An individual job submitted to slurm, an which completion or failure
needs to be monitored.
A submission command to Slurm: sbatch options scriptName.
Represents a user submitted tasks, which will probably required the execution
of multiple underlying individual jobs on the slurm infrastructure.