All Classes and Interfaces

Class
Description
 
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.
 
A job monitor which uses "scontrol show job ID_OF_JOB" to get state of job, in case, the job itself can not finish completely.
 
 
 
 
 
 
 
 
Represents a user submitted tasks, which will probably required the execution of multiple underlying individual jobs on the slurm infrastructure.
A SlurmTask which submits each command as an individual slurm job.