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

Test memory classad

parent d69fbff4
Branches
No related tags found
No related merge requests found
...@@ -73,11 +73,12 @@ NUM_CPUS = \ ...@@ -73,11 +73,12 @@ NUM_CPUS = \
) )
# Set memory # Set memory
MemoryDefault = 20480 MemoryDefault = 20480
MEMORY = \ #MEMORY = \
ifThenElse( isUndefined($ENV(SLURM_MEM_PER_NODE)), \ # ifThenElse( isUndefined($ENV(SLURM_MEM_PER_NODE)), \
$(MemoryDefault), \ # $(MemoryDefault), \
$ENV(SLURM_MEM_PER_NODE) \ # $ENV(SLURM_MEM_PER_NODE) \
) # )
MEMORY = $(MemoryDefault)
# The maximum number of claims during one negotiation cycle. # The maximum number of claims during one negotiation cycle.
# This is a tradeoff between allowing the cluster to fill fast (high value), # 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.
Please register or to comment