lxm3.xm_cluster¶
lxm3.xm_cluster.executable_specs¶
|
Name of python module to execute when entering this project. |
|
List of commands to execute when entering this project. |
|
Additional files to package. |
|
Python package describes an executable that can be packaged by |
|
Universal package describes a package that can be built by a custom build script. |
An executable that can be executed in a Singularity container. |
lxm3.xm_cluster.executors¶
|
Options for singularity container. |
|
Describes the resource requirements of a Job. |
|
Local executor. |
|
Slurm executor. |
|
SGE executor. |
lxm3.xm_cluster.experiment¶
|
Create a LXM3 experiment backed by the xm_cluster backend. :param experiment_title: Title of the experiment. :param project: project that the experiment is launched in. If not set, a project name will be automatically deduced from the environment. |