1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-19 16:03:50 +02:00

specify memory limit in GB

This commit is contained in:
Lukas Winkler 2022-12-22 13:43:22 +01:00
parent 116d94b545
commit 147923be8b
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -31,7 +31,7 @@ def jobrun(
"time": time, "time": time,
"nodes": nodes, "nodes": nodes,
"tasks": tasks, "tasks": tasks,
"mem": mem, "mem": f"{mem}G",
"job-name": name, "job-name": name,
"output": jobscript_dir / f"out-{name}-%a_%a.txt" "output": jobscript_dir / f"out-{name}-%a_%a.txt"
} }