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

Test memory classad

parent d69fbff4
No related branches found
No related tags found
No related merge requests found
......@@ -73,11 +73,12 @@ 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) \
# )
MEMORY = $(MemoryDefault)
# The maximum number of claims during one negotiation cycle.
# This is a tradeoff between allowing the cluster to fill fast (high value),
......
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