Update experiments with cpusPerTask

Try to avoid manually setting the hardware specs and rather use
the hw attrset.
This commit is contained in:
2020-11-17 11:17:57 +01:00
parent 641e752bd5
commit 5e50ef19fe
7 changed files with 22 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ let
nodes = 1;
time = "02:00:00";
# Assign one socket to each task (only one process)
cpuBind = "verbose,sockets";
cpusPerTask = hw.cpusPerSocket;
jobName = unitName;
};