Skip to content

Commit b3d1e60

Browse files
committed
Add tiger support to gromacs
1 parent e2fa440 commit b3d1e60

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)