buildtest.buildsystem.batch

Module Contents

Classes

BatchScript()

LSFBatchScript(batch=None, bsub=None)

SlurmBatchScript(batch=None, sbatch=None)

class buildtest.buildsystem.batch.BatchScript
get_headers(self)
class buildtest.buildsystem.batch.LSFBatchScript(batch=None, bsub=None)

Bases: buildtest.buildsystem.batch.BatchScript

batch_translation
build_header(self)

Generate BSUB directive that will be part of the script

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

Bases: buildtest.buildsystem.batch.BatchScript

batch_translation
build_header(self)

Generate SBATCH directive that will be part of the script