Skip to content
Snippets Groups Projects
Commit 68225c95 authored by Marc Schluetter's avatar Marc Schluetter
Browse files

Add warning output to the easy block change

parent 7f3b06c5
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ class EB_Score_minus_P(ConfigureMake): ...@@ -80,7 +80,7 @@ class EB_Score_minus_P(ConfigureMake):
if LooseVersion(self.version) < LooseVersion(nvhpc_since.get(self.name, '0')): if LooseVersion(self.version) < LooseVersion(nvhpc_since.get(self.name, '0')):
comp_opts[toolchain.NVHPC] = 'pgi' comp_opts[toolchain.NVHPC] = 'pgi'
except: except:
pass print ("Comparison with 'LooseVersion' failed for ",self.version,"and",nvhpc_since.get(self.name, '0') )
comp_fam = self.toolchain.comp_family() comp_fam = self.toolchain.comp_family()
if comp_fam in comp_opts: if comp_fam in comp_opts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment