From 4ee1090431497ba14d17675f331fe045e713a43d Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Mon, 16 May 2022 10:27:11 +0200
Subject: [PATCH] update JR MI200

---
 Custom_Hooks/eb_hooks.py                                    | 2 ++
 .../o/OpenMPI/OpenMPI-4.1.2-GCC-11.2.0.eb                   | 6 ++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py
index 9d670ee90..57768bf90 100644
--- a/Custom_Hooks/eb_hooks.py
+++ b/Custom_Hooks/eb_hooks.py
@@ -57,6 +57,8 @@ VETOED_INSTALLATIONS = {
     ],
     'jureca_mi200': [
         'CUDA', 'nvidia-driver',
+        'impi', 'impi-settings',
+        'BullMPI', 'BullMPI-settings'
     ],
     'jusuf': ['impi', 'impi-settings', 'BullMPI', 'BullMPI-settings'],
     'hdfml': ['BullMPI', 'BullMPI-settings'],
diff --git a/Overlays/jureca_mi200_overlay/o/OpenMPI/OpenMPI-4.1.2-GCC-11.2.0.eb b/Overlays/jureca_mi200_overlay/o/OpenMPI/OpenMPI-4.1.2-GCC-11.2.0.eb
index 688575eb3..9f2f803ce 100644
--- a/Overlays/jureca_mi200_overlay/o/OpenMPI/OpenMPI-4.1.2-GCC-11.2.0.eb
+++ b/Overlays/jureca_mi200_overlay/o/OpenMPI/OpenMPI-4.1.2-GCC-11.2.0.eb
@@ -44,10 +44,8 @@ configopts += '--disable-oshmem '
 configopts += '--without-cuda '
 configopts += '--with-rocm=/opt/rocm '
 # configopts += '--with-cuda=$EBROOTCUDA '
-# No IME in JURECA MI200 due to NFS mount
-# configopts += '--with-ime=/opt/ddn/ime '
-# No GPFS in JURECA MI200 due to NFS mount
-# configopts += '--with-gpfs '
+configopts += '--with-ime=/opt/ddn/ime '
+configopts += '--with-gpfs '
 
 # to enable SLURM integration (site-specific)
 configopts += '--with-slurm --with-pmix=external --with-libevent=external --with-ompi-pmix-rte'
-- 
GitLab