From 68225c95381d719bb840e6f13cad879ae731ee0d Mon Sep 17 00:00:00 2001
From: Marc Schluetter <m.schluetter@fz-juelich.de>
Date: Thu, 9 Nov 2023 11:04:41 +0100
Subject: [PATCH] Add warning output to the easy block change

---
 Custom_EasyBlocks/score_p.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Custom_EasyBlocks/score_p.py b/Custom_EasyBlocks/score_p.py
index aa663d988..bf781fc6e 100644
--- a/Custom_EasyBlocks/score_p.py
+++ b/Custom_EasyBlocks/score_p.py
@@ -80,7 +80,7 @@ class EB_Score_minus_P(ConfigureMake):
                 if LooseVersion(self.version) < LooseVersion(nvhpc_since.get(self.name, '0')):
                     comp_opts[toolchain.NVHPC] = 'pgi'
             except:
-                pass
+                print ("Comparison with 'LooseVersion' failed for ",self.version,"and",nvhpc_since.get(self.name, '0') )
 
             comp_fam = self.toolchain.comp_family()
             if comp_fam in comp_opts:
-- 
GitLab