Skip to content

Commit 267a8e5

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1010 from victorusu/test/gromacs
[daint-gpu] Port Gromacs check to Tiger
2 parents 787b87f + f19d73c commit 267a8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/apps/gromacs/gromacs_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, output_file):
5151
class GromacsGPUCheck(GromacsBaseCheck):
5252
def __init__(self, scale, variant):
5353
super().__init__('md.log')
54-
self.valid_systems = ['daint:gpu']
54+
self.valid_systems = ['daint:gpu', 'tiger:gpu']
5555
self.descr = 'GROMACS GPU check'
5656
self.executable_opts = ['mdrun', '-dlb yes', '-ntomp 1', '-npme 0',
5757
'-s herflat.tpr']

0 commit comments

Comments
 (0)