Slurm job script generator
Clusters
{{ cluster.name }}
Partitions
{{ partition.name }}
Help
Job Specifications
Job Name
Account
Output Filename
Wall Time
Resource Requirements
Number of nodes
The number of nodes to allocate for the job.
Number of tasks
The total number of tasks to launch.
Tasks per node
The number of tasks to launch on each node.
CPUs per task
The number of CPUs to allocate for each task.
GPUs per node
The number of GPUs to allocate for each node.
Memory per task (MB)
The amount of memory to allocate for each task.
Modules and Commands
Modules to load
The environment modules to load for the job.
Command to run
The command to execute in the job script.
Job Script
{{ jobScript }}
Copy to Clipboard