Skip to content
Snippets Groups Projects
Commit 94800b50 authored by Alejandra Gonzalez's avatar Alejandra Gonzalez
Browse files

added long partition for initial data in DRACO

parent 5a832dbf
No related branches found
No related tags found
No related merge requests found
......@@ -79,9 +79,9 @@ class Initial_Data():
memcpu = 'MaxMemPerCPU'
modules = ['compiler/gcc/10.2.0','compiler/intel/2020-Update2']
elif cluster == 'DRACO':
partition = 'standard' # compute, standard
cpus = '36'
time = '3-0:00:00' # inf, 3-0:00:00
partition = 'long' #'standard' # compute, standard
cpus = '48' #'36'
time = '14-0:00:00' # inf, 3-0:00:00
memcpu = '2G'
modules = ['use.intel-oneapi','icc/latest','mkl/latest','mpi/openmpi/4.1.1']
elif cluster == 'PAF':
......
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