Skip to content

Commit c12f3a3

Browse files
author
Theofilos Manitaras
committed
Address PR comments
1 parent e727483 commit c12f3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/libraries/petsc/petsc_helloworld.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ def set_description(self):
2626
self.descr = (f'Compile/run PETSc 2D Poisson example with cray-petsc '
2727
f'({self.linkage} linking)')
2828

29-
@run_after('setup')
29+
@run_before('compile')
3030
def set_variables(self):
3131
self.variables = {'CRAYPE_LINK_TYPE': self.linkage}
3232

3333
@run_before('compile')
34-
def prg_intel_workaround(self):
34+
def intel_workaround(self):
3535
# FIXME: static compilation yields a link error in case of
3636
# PrgEnv-intel (Cray Bug #255701) workaround use C++ compiler
3737
if self.linkage == 'static':

0 commit comments

Comments
 (0)