Skip to content

Commit cc5dc09

Browse files
committed
Update Grendel script time limits
1 parent 3fd15d5 commit cc5dc09

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

grendel/grendel_gen.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ def sbatch_str(jobname, time):
9090
[24, 256 * 1024, "00-12:00"],
9191
[25, 330 * 1024, "01-08:00"],
9292
[26, 330 * 1024, "04-00:00"],
93-
]
93+
[27, 330 * 1024, "06-00:00"],
94+
[28, 330 * 1024, "08-00:00"],
95+
[29, 330 * 1024, "15-00:00"],
96+
]
9497
],
9598

9699
]
@@ -144,13 +147,13 @@ def script_str_N(variant, problem_name, N, sylvan_M, time):
144147
],
145148

146149
["random_control",
147-
[[ "arbiter", 256 * 1024, ["00-16:00", "06-00:00"], "INPUT" ],
150+
[[ "arbiter", 256 * 1024, ["00-16:00", "10-00:00"], "INPUT" ],
148151
[ "cavlc", 140, ["00-00:10", "00-00:10"], "INPUT" ],
149152
[ "ctrl", 140, ["00-00:10", "00-00:10"], "INPUT" ],
150153
[ "dec", 140, ["00-00:10", "00-00:10"], "INPUT" ],
151154
[ "i2c", 140, ["00-00:10", "00-00:10"], "INPUT" ],
152155
[ "int2float", 140, ["00-00:10", "00-00:10"], "INPUT" ],
153-
[ "mem_ctrl", 128 * 1024, ["15-00:00", "15-00:00"], "INPUT" ],
156+
[ "mem_ctrl", 128 * 1024, ["07-12:00", "10-00:00"], "INPUT" ],
154157
[ "priority", 140, ["00-00:10", "00-00:10"], "INPUT" ],
155158
[ "router", 140, ["00-00:10", "00-00:10"], "INPUT" ],
156159
[ "voter", 64 * 1024, ["00-04:00", "00-12:00"], "INPUT" ],

0 commit comments

Comments
 (0)