Skip to content
Snippets Groups Projects
Commit c9b7d21f authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Adjust Cores and User limits

parent 68f65833
Branches
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ ALLOW_ADMINISTRATOR = $(ALLOW_ADMINISTRATOR), \
# Firewall may kill connections, which are inactive for too long
TCP_KEEPALIVE_INTERVAL = 4 * $(MINUTE)
NUM_CPUS = 96
# Wall-time
WalltimeDefault = 54000
......@@ -87,6 +89,6 @@ STARTD_ATTRS = $(STARTD_ATTRS), AverageCPUsUsage
# Only accept RemoteJobs which will finish in time
START = $(START) && \
( TARGET.Owner=?= "mschnepf" ) && \
( TARGET.Owner=?= "mschnepf" || TARGET.Owner =?= "pecker") && \
( TARGET.RemoteJob =?= TRUE ) && \
( $(TimeToLive) > TARGET.RequestWalltime )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment