Skip to content
Snippets Groups Projects
Commit 4ee10904 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

update JR MI200

parent 77f91ab2
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,8 @@ VETOED_INSTALLATIONS = { ...@@ -57,6 +57,8 @@ VETOED_INSTALLATIONS = {
], ],
'jureca_mi200': [ 'jureca_mi200': [
'CUDA', 'nvidia-driver', 'CUDA', 'nvidia-driver',
'impi', 'impi-settings',
'BullMPI', 'BullMPI-settings'
], ],
'jusuf': ['impi', 'impi-settings', 'BullMPI', 'BullMPI-settings'], 'jusuf': ['impi', 'impi-settings', 'BullMPI', 'BullMPI-settings'],
'hdfml': ['BullMPI', 'BullMPI-settings'], 'hdfml': ['BullMPI', 'BullMPI-settings'],
......
...@@ -44,10 +44,8 @@ configopts += '--disable-oshmem ' ...@@ -44,10 +44,8 @@ configopts += '--disable-oshmem '
configopts += '--without-cuda ' configopts += '--without-cuda '
configopts += '--with-rocm=/opt/rocm ' configopts += '--with-rocm=/opt/rocm '
# configopts += '--with-cuda=$EBROOTCUDA ' # configopts += '--with-cuda=$EBROOTCUDA '
# No IME in JURECA MI200 due to NFS mount configopts += '--with-ime=/opt/ddn/ime '
# configopts += '--with-ime=/opt/ddn/ime ' configopts += '--with-gpfs '
# No GPFS in JURECA MI200 due to NFS mount
# configopts += '--with-gpfs '
# to enable SLURM integration (site-specific) # to enable SLURM integration (site-specific)
configopts += '--with-slurm --with-pmix=external --with-libevent=external --with-ompi-pmix-rte' configopts += '--with-slurm --with-pmix=external --with-libevent=external --with-ompi-pmix-rte'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment