diff --git a/conf/cosma7.py b/conf/cosma7.py index 3dcb16ddb807b0899156840fa672221cf8676e15..22c53aa2598c03d33f579d35be4c5980bbb04c70 100644 --- a/conf/cosma7.py +++ b/conf/cosma7.py @@ -40,7 +40,8 @@ site_configuration = { 'modules': ['intel_comp/2018', 'intel_mpi/2018', 'parmetis/4.0.3', 'parallel_hdf5/1.10.3', 'gsl/2.4', 'fftw/3.3.8cosma7', - 'python/3.6.5'], + 'python/3.6.5', 'vtune', + 'allinea/ddt/20.2.1'], 'name': 'intelcosma7', 'cc': 'icc', 'cxx': 'icpc', diff --git a/conf/dine.py b/conf/dine.py index 27e7d04f51eb89936f4d316ec3abf65c46c6c90a..76eea15182773526d83623faf3de2c0ce6ab6366 100644 --- a/conf/dine.py +++ b/conf/dine.py @@ -19,7 +19,7 @@ site_configuration = { 'descr': 'cpu nodes - single node', 'scheduler': 'slurm', 'launcher': 'local', - 'access': ['-p bluefield1', '-A ds007'], + 'access': ['-p bluefield1', '-A durham'], 'environs': ['intel'], 'max_jobs': 100, }, @@ -28,7 +28,7 @@ site_configuration = { 'descr': 'cpu nodes - multi node', 'scheduler': 'slurm', 'launcher': 'mpirun', - 'access': ['-p bluefield1', '-A ds007'], + 'access': ['-p bluefield1', '-A durham'], 'environs': ['intel'], 'max_jobs': 100, } @@ -40,7 +40,8 @@ site_configuration = { 'modules': ['intel_comp/2018', 'intel_mpi/2018', 'parmetis/4.0.3', 'parallel_hdf5/1.10.3', 'gsl/2.4', 'fftw/3.3.8cosma7', - 'python/3.6.5'], + 'python/3.6.5', 'vtune', + 'allinea/ddt/20.2.1'], 'name': 'intel', 'cc': 'icc', 'cxx': 'icpc',