diff --git a/cscs-checks/prgenv/helloworld.py b/cscs-checks/prgenv/helloworld.py index f1d2cd1692..9b91db1938 100644 --- a/cscs-checks/prgenv/helloworld.py +++ b/cscs-checks/prgenv/helloworld.py @@ -7,9 +7,6 @@ class HelloWorldBaseTest(rfm.RegressionTest): def __init__(self, variant, lang, linkage): super().__init__() - if self.current_system.name in ['dom', 'daint']: - self.modules += ['gcc/6.1.0'] - self.variables = {'CRAYPE_LINK_TYPE': linkage} self.prgenv_flags = {} self.lang_names = {