Skip to content
Snippets Groups Projects
Commit b7bb80d4 authored by Mark Turner's avatar Mark Turner
Browse files

include modules

parent 77530de4
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,8 @@ site_configuration = { ...@@ -40,7 +40,8 @@ site_configuration = {
'modules': ['intel_comp/2018', 'intel_mpi/2018', 'modules': ['intel_comp/2018', 'intel_mpi/2018',
'parmetis/4.0.3', 'parallel_hdf5/1.10.3', 'parmetis/4.0.3', 'parallel_hdf5/1.10.3',
'gsl/2.4', 'fftw/3.3.8cosma7', 'gsl/2.4', 'fftw/3.3.8cosma7',
'python/3.6.5'], 'python/3.6.5', 'vtune',
'allinea/ddt/20.2.1'],
'name': 'intelcosma7', 'name': 'intelcosma7',
'cc': 'icc', 'cc': 'icc',
'cxx': 'icpc', 'cxx': 'icpc',
......
...@@ -19,7 +19,7 @@ site_configuration = { ...@@ -19,7 +19,7 @@ site_configuration = {
'descr': 'cpu nodes - single node', 'descr': 'cpu nodes - single node',
'scheduler': 'slurm', 'scheduler': 'slurm',
'launcher': 'local', 'launcher': 'local',
'access': ['-p bluefield1', '-A ds007'], 'access': ['-p bluefield1', '-A durham'],
'environs': ['intel'], 'environs': ['intel'],
'max_jobs': 100, 'max_jobs': 100,
}, },
...@@ -28,7 +28,7 @@ site_configuration = { ...@@ -28,7 +28,7 @@ site_configuration = {
'descr': 'cpu nodes - multi node', 'descr': 'cpu nodes - multi node',
'scheduler': 'slurm', 'scheduler': 'slurm',
'launcher': 'mpirun', 'launcher': 'mpirun',
'access': ['-p bluefield1', '-A ds007'], 'access': ['-p bluefield1', '-A durham'],
'environs': ['intel'], 'environs': ['intel'],
'max_jobs': 100, 'max_jobs': 100,
} }
...@@ -40,7 +40,8 @@ site_configuration = { ...@@ -40,7 +40,8 @@ site_configuration = {
'modules': ['intel_comp/2018', 'intel_mpi/2018', 'modules': ['intel_comp/2018', 'intel_mpi/2018',
'parmetis/4.0.3', 'parallel_hdf5/1.10.3', 'parmetis/4.0.3', 'parallel_hdf5/1.10.3',
'gsl/2.4', 'fftw/3.3.8cosma7', 'gsl/2.4', 'fftw/3.3.8cosma7',
'python/3.6.5'], 'python/3.6.5', 'vtune',
'allinea/ddt/20.2.1'],
'name': 'intel', 'name': 'intel',
'cc': 'icc', 'cc': 'icc',
'cxx': 'icpc', 'cxx': 'icpc',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment