Skip to content

Commit

Permalink
Merge pull request #726 from teojgo/bugfix/helloworld_gcc610
Browse files Browse the repository at this point in the history
[bugfix] Remove unnecessary module from the "Hello, World" tests
  • Loading branch information
vkarak committed Apr 3, 2019
2 parents 4be70db + 5e0890e commit 49a83f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cscs-checks/prgenv/helloworld.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 49a83f6

Please sign in to comment.