From dbe75a68ae75f62de96891e2bf06c5aadac37a24 Mon Sep 17 00:00:00 2001 From: Damian Alvarez <d.alvarez@fz-juelich.de> Date: Thu, 25 May 2023 11:11:48 +0200 Subject: [PATCH] Bug fix, make the IntelMPI module point to the right directory --- Custom_MNS/flexible_custom_hierarchical_mns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom_MNS/flexible_custom_hierarchical_mns.py b/Custom_MNS/flexible_custom_hierarchical_mns.py index 8e102c050..ab4e2e24a 100644 --- a/Custom_MNS/flexible_custom_hierarchical_mns.py +++ b/Custom_MNS/flexible_custom_hierarchical_mns.py @@ -50,7 +50,7 @@ COMP_RELEVANT_VERSIONS = { # Allow to reuse the stacks from other MPIs SWAPPABLE_MPIS = { 'BullMPI': ('OpenMPI', None), - 'impi': ('psmpi', '5.6'), + 'impi': ('psmpi', '5'), } # MPI relevant version numbers -- GitLab