diff --git a/cscs-checks/apps/gromacs/gromacs_check.py b/cscs-checks/apps/gromacs/gromacs_check.py index 213db9531c..08af4fb46a 100644 --- a/cscs-checks/apps/gromacs/gromacs_check.py +++ b/cscs-checks/apps/gromacs/gromacs_check.py @@ -51,7 +51,7 @@ def __init__(self, output_file): class GromacsGPUCheck(GromacsBaseCheck): def __init__(self, scale, variant): super().__init__('md.log') - self.valid_systems = ['daint:gpu'] + self.valid_systems = ['daint:gpu', 'tiger:gpu'] self.descr = 'GROMACS GPU check' self.executable_opts = ['mdrun', '-dlb yes', '-ntomp 1', '-npme 0', '-s herflat.tpr']