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

Hardcode CPUs for nemo drones

parent b6b545ae
Branches
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ MASTER.DAEMON_SHUTDOWN = ( TimeToLive <= 10 * $(MINUTE) )
MASTER.DAEMON_SHUTDOWN_FAST = ( TimeToLive <= 3 * $(MINUTE) )
# Set number of CPUs
NUM_CPUS = $ENV(SLURM_CPUS_ON_NODE)
NUM_CPUS = 20
MEMORY = 110000
TardisDroneUuid = "$ENV(TardisDroneUuid)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment