Skip to content

HPC

Set parameters for cluster runs and scheduler-script generation.

Key Type Default Description
account str - Account/allocation name
nodes int - Number of nodes
time str - Wall time
partition str - Partition/queue name
extra_env table - Extra environment variables injected into run scripts

The setup commands write scheduler scripts automatically when the scheduler is detected. Use this section to control the script contents.

Example

1
2
3
4
5
[hpc]
account   = "myproject"
nodes     = 4
time      = "04:00:00"
partition = "standard"