From 1d58f68b04dde208966c52b72d80e8e8eb59529c Mon Sep 17 00:00:00 2001 From: Damian Alvarez <swmanage@jwlogin05.juwels> Date: Wed, 21 Oct 2020 13:54:09 +0200 Subject: [PATCH] This enables NVHPC to use common 20.X paths for module expansion --- Custom_MNS/flexible_custom_hierarchical_mns.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Custom_MNS/flexible_custom_hierarchical_mns.py b/Custom_MNS/flexible_custom_hierarchical_mns.py index c5d94ea71..640e87e73 100644 --- a/Custom_MNS/flexible_custom_hierarchical_mns.py +++ b/Custom_MNS/flexible_custom_hierarchical_mns.py @@ -37,6 +37,7 @@ COMP_NAME_VERSION_TEMPLATES = { comp_relevant_versions = { 'intel': 1, 'PGI': 1, + 'NVHPC': 1, # The compilers load GCCcore/version. So GCC and GCCcore can't really be flexible, since GCCcore will always be loaded # as a dependency with a full version, and GCC is nothing but a bundle around GCCcore + binutils # 'GCC': 1, -- GitLab