Skip to content

Instantly share code, notes, and snippets.

@kinow
Created November 26, 2020 09:09
Show Gist options
  • Save kinow/d4dddd50d0b790a63f409466627babc8 to your computer and use it in GitHub Desktop.
Save kinow/d4dddd50d0b790a63f409466627babc8 to your computer and use it in GitHub Desktop.
suite.rc slurm jobs heterogeneos
[scheduling]
initial cycle point = 19831213T0600Z
final cycle point = 19831213T0700Z
[[dependencies]]
[[[R1]]]
graph = "test"
[runtime]
[[test]]
[[[job]]]
batch system = slurm
execution time limit = PT10S
[[[directives]]]
-V =
-q = foo
-l nodes = 1
--partition=standard
--nodes=28
--ntasks=1782
--tasks-per-node=64
--cpus-per-task=2
hetjob
--partition=standard
--nodes=7
--ntasks=864
--tasks-per-node=128
--cpus-per-task=1
hetjob
--partition=standard
--nodes=1
--ntasks=8
--tasks-per-node=8
--cpus-per-task=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment