Skip to content

Commit

Permalink
Update Grendel script time limits
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Oct 18, 2021
1 parent 3fd15d5 commit cc5dc09
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions grendel/grendel_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ def sbatch_str(jobname, time):
[24, 256 * 1024, "00-12:00"],
[25, 330 * 1024, "01-08:00"],
[26, 330 * 1024, "04-00:00"],
]
[27, 330 * 1024, "06-00:00"],
[28, 330 * 1024, "08-00:00"],
[29, 330 * 1024, "15-00:00"],
]
],

]
Expand Down Expand Up @@ -144,13 +147,13 @@ def script_str_N(variant, problem_name, N, sylvan_M, time):
],

["random_control",
[[ "arbiter", 256 * 1024, ["00-16:00", "06-00:00"], "INPUT" ],
[[ "arbiter", 256 * 1024, ["00-16:00", "10-00:00"], "INPUT" ],
[ "cavlc", 140, ["00-00:10", "00-00:10"], "INPUT" ],
[ "ctrl", 140, ["00-00:10", "00-00:10"], "INPUT" ],
[ "dec", 140, ["00-00:10", "00-00:10"], "INPUT" ],
[ "i2c", 140, ["00-00:10", "00-00:10"], "INPUT" ],
[ "int2float", 140, ["00-00:10", "00-00:10"], "INPUT" ],
[ "mem_ctrl", 128 * 1024, ["15-00:00", "15-00:00"], "INPUT" ],
[ "mem_ctrl", 128 * 1024, ["07-12:00", "10-00:00"], "INPUT" ],
[ "priority", 140, ["00-00:10", "00-00:10"], "INPUT" ],
[ "router", 140, ["00-00:10", "00-00:10"], "INPUT" ],
[ "voter", 64 * 1024, ["00-04:00", "00-12:00"], "INPUT" ],
Expand Down

0 comments on commit cc5dc09

Please sign in to comment.