Created
November 26, 2020 09:09
-
-
Save kinow/d4dddd50d0b790a63f409466627babc8 to your computer and use it in GitHub Desktop.
suite.rc slurm jobs heterogeneos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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