diff --git a/Custom_MNS/flexible_custom_hierarchical_mns.py b/Custom_MNS/flexible_custom_hierarchical_mns.py
index c5d94ea715d6d7db5a64f8f792cc299686aaf98f..640e87e7381598739d57f38950a09e6bc665fa4d 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,