diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py
index 9d670ee900b5bd25d87de83ed271e30bfa7e8bac..57768bf90324bc18dd3a786ad4579d91d8f901e6 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 688575eb3f33a903b94d2b22ad28da3c96a90ffc..9f2f803ced3478b37574ce6f7b6a80bf89c36020 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'