forked from rarias/bscpkgs
Update experiments with cpusPerTask
Try to avoid manually setting the hardware specs and rather use the hw attrset.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user