Skip to main content

Generate slurm scripts.

Project description

Slurm script generator

Install

pip install .

Generate scripts

Generate a slurm script to slurm_script.sh with

 generate-slurm-script --nodes 1 --ntasks-per-node 16 --output slurm_script.sh
❯ cat slurm_script.sh
#!/bin/bash
##########################################
#SBATCH --nodes 1                        # number of nodes on which to run
#SBATCH --ntasks_per_node 16             # number of tasks to invoke on each node
##########################################

To export the settings to a json file you can use --export-json:

 generate-slurm-script --nodes 2 --export-json setup.json
#!/bin/bash
##########################################
#SBATCH --nodes 2                        # number of nodes on which to run
##########################################

This json file can used as a basis for creating new scripts

 generate-slurm-script --input setup.json --ntasks-per-node 16
#!/bin/bash
##########################################
#SBATCH --nodes 2                        # number of nodes on which to run
#SBATCH --ntasks_per_node 16             # number of tasks to invoke on each node
##########################################

Add modules

Add modules with

 generate-slurm-script --modules gcc/13 openmpi/5.0
#!/bin/bash
##########################################
##########################################

module purge                             # Purge modules
module load gcc/13 openmpi/5.0           # modules
module list                              # List loaded modules

Add virtual environment

 generate-slurm-script --nodes 1 --ntasks-per-node 16 --venv ~/virtual_envs/env
args_dict.get("modules") = None
#!/bin/bash
##########################################
#SBATCH --nodes 1                        # number of nodes on which to run
#SBATCH --ntasks_per_node 16             # number of tasks to invoke on each node
##########################################

source /Users/max/virtual_envs/env/bin/activate # virtual environment

Other

All optional arguments can be shown with

 generate-slurm-script -h
usage: generate-slurm-script [-h] [-A NAME] [-b TIME] [--bell] [--no-bell] [--bb SPEC] [--bbf FILE_NAME] [-c NCPUS] [--comment NAME] [--container PATH] [--container-id ID]
                             [--cpu-freq MIN[-MAX[:GOV]]] [--delay-boot MINS] [-d TYPE:JOBID[:TIME]] [--deadline TIME] [-D PATH] [--get-user-env] [--gres LIST]
                             [--gres-flags OPTS] [-H] [-I [SECS]] [-J NAME] [-k] [-K [SIGNAL]] [-L NAMES] [-M NAMES] [-m TYPE] [--mail-type TYPE] [--mail-user USER]
                             [--mcs-label MCS] [-n N] [--nice [VALUE]] [-N NODES] [--ntasks-per-node N] [--oom-kill-step [0|1]] [-O] [--power FLAGS] [--priority VALUE]
                             [--profile VALUE] [-p PARTITION] [-q QOS] [-Q] [--reboot] [-s] [--signal [R:]NUM[@TIME]] [--spread-job] [--switches MAX_SWITCHES[@MAX_TIME]]
                             [-S CORES] [--thread-spec THREADS] [-t MINUTES] [--time-min MINUTES] [--tres-bind ...] [--tres-per-task LIST] [--use-min-nodes] [--wckey WCKEY]
                             [--cluster-constraint LIST] [--contiguous] [-C LIST] [-F FILENAME] [--mem MB] [--mincpus N] [--reservation NAME] [--tmp MB] [-w HOST [HOST ...]]
                             [-x HOST [HOST ...]] [--exclusive-user] [--exclusive-mcs] [--mem-per-cpu MB] [--resv-ports] [--sockets-per-node S] [--cores-per-socket C]
                             [--threads-per-core T] [-B S[:C[:T]]] [--ntasks-per-core N] [--ntasks-per-socket N] [--hint HINT] [--mem-bind BIND] [--cpus-per-gpu N] [-G N]
                             [--gpu-bind ...] [--gpu-freq ...] [--gpus-per-node N] [--gpus-per-socket N] [--gpus-per-task N] [--mem-per-gpu MEM_PER_GPU]
                             [--disable-stdout-job-summary] [--nvmps] [--line-length LINE_LENGHT] [--modules MODULES [MODULES ...]] [--venv VENV] [--printenv] [--print-self]
                             [--likwid] [--input INPUT_PATH] [--output OUTPUT_PATH] [--export-json JSON_PATH]

Slurm job submission options

options:
  -h, --help            show this help message and exit
  -A, --account NAME    charge job to specified account (default: None)
  -b, --begin TIME      defer job until HH:MM MM/DD/YY (default: None)
  --bell                ring the terminal bell when the job is allocated (default: False)
  --no-bell             do NOT ring the terminal bell (default: True)
  --bb SPEC             burst buffer specifications (default: None)
  --bbf FILE_NAME       burst buffer specification file (default: None)
  -c, --cpus-per-task NCPUS
                        number of cpus required per task (default: None)
  --comment NAME        arbitrary comment (default: None)
  --container PATH      Path to OCI container bundle (default: None)
  --container-id ID     OCI container ID (default: None)
  --cpu-freq MIN[-MAX[:GOV]]
                        requested cpu frequency (and governor) (default: None)
  --delay-boot MINS     delay boot for desired node features (default: None)
  -d, --dependency TYPE:JOBID[:TIME]
                        defer job until condition on jobid is satisfied (default: None)
  --deadline TIME       remove the job if no ending possible before this deadline (default: None)
  -D, --chdir PATH      change working directory (default: None)
  --get-user-env        used by Moab. See srun man page (default: False)
  --gres LIST           required generic resources (default: None)
  --gres-flags OPTS     flags related to GRES management (default: None)
  -H, --hold            submit job in held state (default: False)
  -I, --immediate [SECS]
                        exit if resources not available in "secs" (default: None)
  -J, --job-name NAME   name of job (default: None)
  -k, --no-kill         do not kill job on node failure (default: False)
  -K, --kill-command [SIGNAL]
                        signal to send terminating job (default: None)
  -L, --licenses NAMES  required license, comma separated (default: None)
  -M, --clusters NAMES  Comma separated list of clusters to issue commands to (default: None)
  -m, --distribution TYPE
                        distribution method for processes to nodes (default: None)
  --mail-type TYPE      notify on state change (default: None)
  --mail-user USER      who to send email notification for job state changes (default: None)
  --mcs-label MCS       mcs label if mcs plugin mcs/group is used (default: None)
  -n, --ntasks N        number of processors required (default: None)
  --nice [VALUE]        decrease scheduling priority by value (default: None)
  -N, --nodes NODES     number of nodes on which to run (default: None)
  --ntasks-per-node N   number of tasks to invoke on each node (default: None)
  --oom-kill-step [0|1]
                        set the OOMKillStep behaviour (default: None)
  -O, --overcommit      overcommit resources (default: False)
  --power FLAGS         power management options (default: None)
  --priority VALUE      set the priority of the job (default: None)
  --profile VALUE       enable acct_gather_profile for detailed data (default: None)
  -p, --partition PARTITION
                        partition requested (default: None)
  -q, --qos QOS         quality of service (default: None)
  -Q, --quiet           quiet mode (suppress informational messages) (default: False)
  --reboot              reboot compute nodes before starting job (default: False)
  -s, --oversubscribe   oversubscribe resources with other jobs (default: False)
  --signal [R:]NUM[@TIME]
                        send signal when time limit within time seconds (default: None)
  --spread-job          spread job across as many nodes as possible (default: False)
  --switches MAX_SWITCHES[@MAX_TIME]
                        optimum switches and max time to wait for optimum (default: None)
  -S, --core-spec CORES
                        count of reserved cores (default: None)
  --thread-spec THREADS
                        count of reserved threads (default: None)
  -t, --time MINUTES    time limit (default: None)
  --time-min MINUTES    minimum time limit (if distinct) (default: None)
  --tres-bind ...       task to tres binding options (default: None)
  --tres-per-task LIST  list of tres required per task (default: None)
  --use-min-nodes       if a range of node counts is given, prefer the smaller count (default: False)
  --wckey WCKEY         wckey to run job under (default: None)
  --cluster-constraint LIST
                        specify a list of cluster constraints (default: None)
  --contiguous          demand a contiguous range of nodes (default: False)
  -C, --constraint LIST
                        specify a list of constraints (default: None)
  -F, --nodefile FILENAME
                        request a specific list of hosts (default: None)
  --mem MB              minimum amount of real memory (default: None)
  --mincpus N           minimum number of logical processors per node (default: None)
  --reservation NAME    allocate resources from named reservation (default: None)
  --tmp MB              minimum amount of temporary disk (default: None)
  -w, --nodelist HOST [HOST ...]
                        request a specific list of hosts (default: None)
  -x, --exclude HOST [HOST ...]
                        exclude a specific list of hosts (default: None)
  --exclusive-user      allocate nodes in exclusive mode for cpu consumable resource (default: False)
  --exclusive-mcs       allocate nodes in exclusive mode when mcs plugin is enabled (default: False)
  --mem-per-cpu MB      maximum amount of real memory per allocated cpu (default: None)
  --resv-ports          reserve communication ports (default: False)
  --sockets-per-node S  number of sockets per node to allocate (default: None)
  --cores-per-socket C  number of cores per socket to allocate (default: None)
  --threads-per-core T  number of threads per core to allocate (default: None)
  -B, --extra-node-info S[:C[:T]]
                        combine request of sockets, cores and threads (default: None)
  --ntasks-per-core N   number of tasks to invoke on each core (default: None)
  --ntasks-per-socket N
                        number of tasks to invoke on each socket (default: None)
  --hint HINT           Bind tasks according to application hints (default: None)
  --mem-bind BIND       Bind memory to locality domains (default: None)
  --cpus-per-gpu N      number of CPUs required per allocated GPU (default: None)
  -G, --gpus N          count of GPUs required for the job (default: None)
  --gpu-bind ...        task to gpu binding options (default: None)
  --gpu-freq ...        frequency and voltage of GPUs (default: None)
  --gpus-per-node N     number of GPUs required per allocated node (default: None)
  --gpus-per-socket N   number of GPUs required per allocated socket (default: None)
  --gpus-per-task N     number of GPUs required per spawned task (default: None)
  --mem-per-gpu MEM_PER_GPU
                        real memory required per allocated GPU (default: None)
  --disable-stdout-job-summary
                        disable job summary in stdout file for the job (default: False)
  --nvmps               launching NVIDIA MPS for job (default: False)
  --line-length LINE_LENGHT
                        line length before start of comment (default: 40)
  --modules MODULES [MODULES ...]
                        Modules to load (e.g., --modules mod1 mod2 mod3) (default: [])
  --venv VENV           virtual environment to load with `source VENV/bin/activate` (default: None)
  --printenv            print all environment variables (default: False)
  --print-self          print the batch script in the batch script (default: False)
  --likwid              Set up likwid environment variables (default: False)
  --input INPUT_PATH    path to input json file (default: None)
  --output OUTPUT_PATH  json path to save slurm batch script to (default: None)
  --export-json JSON_PATH
                        path to export yaml for generating the slurm script to (default: None)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slurm_script_generator-0.1.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

slurm_script_generator-0.1-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file slurm_script_generator-0.1.tar.gz.

File metadata

  • Download URL: slurm_script_generator-0.1.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for slurm_script_generator-0.1.tar.gz
Algorithm Hash digest
SHA256 3755edc169ee24d9f4308b6071044fd6d7680239c64879a95220fc851d493018
MD5 ab42361198a85ac22c80d02fc76298fb
BLAKE2b-256 27f8c15715749201ebc0e078b3cebbe4f5883d7b27d3e9d0b2eae4a746fd18df

See more details on using hashes here.

File details

Details for the file slurm_script_generator-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for slurm_script_generator-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 07b99ae1898beccbf33b2ac49a7f03950778e8d15b6e2f68478b1d6bf1bff913
MD5 7ba47affe42fa4ab98410443695555ab
BLAKE2b-256 26ee21c2756d0daf0433b8e8be7c5824d974e8f07a41810a5452614a3f89bca6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page