diff --git a/0212.node_worker_bwforcluster_nemo2.cfg b/0212.node_worker_bwforcluster_nemo2.cfg index 50b8099885887b4109b522e5a50fc2a513ffdb39..19bd248489fadfc723cd60bbebb3d3ddc34f9a29 100644 --- a/0212.node_worker_bwforcluster_nemo2.cfg +++ b/0212.node_worker_bwforcluster_nemo2.cfg @@ -3,7 +3,6 @@ # Cloud attributes STARTD.CloudSite = "BwForCluster-Nemo2" -MEMORY = "tada" # STARTD_DEBUG = D_ANY # START_DEBUG = D_ANY @@ -77,11 +76,11 @@ NUM_CPUS = \ ) # Set memory MemoryDefault = 20480 -#MEMORY = \ -# ifThenElse( isUndefined($ENV(SLURM_MEM_PER_NODE)), \ -# $(MemoryDefault), \ -# $ENV(SLURM_MEM_PER_NODE) \ -# ) +MEMORY = \ + ifThenElse( isUndefined($ENV(SLURM_MEM_PER_NODE)), \ + $(MemoryDefault), \ + $ENV(SLURM_MEM_PER_NODE) \ + ) # The maximum number of claims during one negotiation cycle.