From b7bb80d417ba0a2633409b55a7ce54aa6bb73e1a Mon Sep 17 00:00:00 2001 From: Mark Turner <dc-turn5@login7c.pri.cosma7.alces.network> Date: Thu, 25 Feb 2021 17:44:26 +0000 Subject: [PATCH] include modules --- conf/cosma7.py | 3 ++- conf/dine.py | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/conf/cosma7.py b/conf/cosma7.py index 3dcb16d..22c53aa 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 27e7d04..76eea15 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', -- GitLab