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

Set Memory to useful values

parent 5ef29c85
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment