buildtest.buildsystem.batch

Module Contents

Classes

BatchScript

CobaltBatchScript

LSFBatchScript

PBSBatchScript

SlurmBatchScript

class buildtest.buildsystem.batch.BatchScript
get_headers(self)
class buildtest.buildsystem.batch.CobaltBatchScript(batch=None, cobalt=None)

Bases: BatchScript

batch_translation
build_header(self)
class buildtest.buildsystem.batch.LSFBatchScript(batch=None, bsub=None)

Bases: BatchScript

batch_translation
build_header(self)

Generate BSUB directive that will be part of the script

class buildtest.buildsystem.batch.PBSBatchScript(batch=None, pbs=None)

Bases: BatchScript

batch_translation
build_header(self)
class buildtest.buildsystem.batch.SlurmBatchScript(batch=None, sbatch=None)

Bases: BatchScript

batch_translation
build_header(self)

Generate SBATCH directive that will be part of the script