We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e727483 commit c12f3a3Copy full SHA for c12f3a3
cscs-checks/libraries/petsc/petsc_helloworld.py
@@ -26,12 +26,12 @@ def set_description(self):
26
self.descr = (f'Compile/run PETSc 2D Poisson example with cray-petsc '
27
f'({self.linkage} linking)')
28
29
- @run_after('setup')
+ @run_before('compile')
30
def set_variables(self):
31
self.variables = {'CRAYPE_LINK_TYPE': self.linkage}
32
33
@run_before('compile')
34
- def prg_intel_workaround(self):
+ def intel_workaround(self):
35
# FIXME: static compilation yields a link error in case of
36
# PrgEnv-intel (Cray Bug #255701) workaround use C++ compiler
37
if self.linkage == 'static':
0 commit comments