Skip to content

Commit e0b05b4

Browse files
author
Theofilos Manitaras
committed
Fix missing run_before compilation
1 parent 72500dd commit e0b05b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cscs-checks/libraries/io/netcdf_compile_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def __init__(self, lang, linkage):
4141
self.maintainers = ['AJ', 'SO']
4242
self.tags = {'production', 'craype', 'external-resources'}
4343

44+
@rfm.run_before('compile')
4445
def setflags(self):
4546
if self.current_system.name == 'kesch':
4647
if self.current_environ.name == 'PrgEnv-cray-nompi':

0 commit comments

Comments
 (0)