Skip to content
Snippets Groups Projects
Commit 196fb24a authored by Maximilian Horzela's avatar Maximilian Horzela
Browse files

Restrict number of slots

parent 52f81868
Branches add/fpga
No related tags found
1 merge request!31Include FPGA machines to batch system
......@@ -49,3 +49,8 @@ HyperthreadOverbook = 2.0
##Dynamic Resources
WANT_SUSPEND = TRUE
# Restrict the maximum number of Slots
TargetLoad = $(NUM_CPUS) - 4
START = $(START) && (TotalLoadAvg < $(TargetLoad))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment