hpcflow.sdk.submission.schedulers#

Job scheduler models.

Module attributes

JSRefType

The type of a jobscript reference.

Classes

QueuedScheduler

Base class for schedulers that use a job submission system.

Scheduler

Abstract base class for schedulers.

hpcflow.sdk.submission.schedulers.direct

A direct job "scheduler" that just runs immediate subprocesses.

hpcflow.sdk.submission.schedulers.sge

An interface to SGE.

hpcflow.sdk.submission.schedulers.slurm

An interface to SLURM.

hpcflow.sdk.submission.schedulers.utils

Helper for running a subprocess.