Skip to content
Snippets Groups Projects
Commit dfa4bc00 authored by ar-gonzalez's avatar ar-gonzalez
Browse files

adjusted for new ara settings

parent f9610561
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ class Evolution():
partition = 'b_standard'
time = '8-0:00:00'
memcpu = 'MaxMemPerCPU'
modules = ['intel/oneapi/2024.0.1','mpi/latest']
modules = ['intel/oneapi/2024.0.1','mpi/latest','mpi/openmpi/5.0.2/gcc']
elif cluster == 'DRACO':
partition = 'standard' # compute, standard
time = '3-0:00:00' # inf, 3-0:00:00
......
......@@ -76,7 +76,7 @@ class Initial_Data():
partition = 's_standard'
cpus = '32'
time = '8-0:00:00'
memcpu = 'MaxMemPerCPU'
memcpu = '3G'
modules = ['intel/oneapi/2023.2.0','icc/latest','mkl/latest']
elif cluster == 'DRACO':
partition = 'long' #'standard' # compute, standard
......
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