Skip to content

Commit

Permalink
Merge pull request #177 from eth-cscs/jfavre-patch-1
Browse files Browse the repository at this point in the history
Update paraview_check.py
  • Loading branch information
lucamar authored Mar 1, 2024
2 parents 0965786 + 007a135 commit 9c076fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/apps/paraview/paraview_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ParaViewCheck(rfm.RunOnlyRegressionTest):
@run_after('init')
def set_prgenv_alps(self):
if self.current_system.name in {'eiger', 'pilatus'}:
self.valid_prog_environs = ['cpeCray']
self.valid_prog_environs = ['cpeGNU']

@sanity_function
def assert_vendor_renderer(self):
Expand Down

0 comments on commit 9c076fe

Please sign in to comment.