Skip to content

Commit 1a614f6

Browse files
committed
include eiger
1 parent 0237368 commit 1a614f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cscs-checks/prgenv/ulimit_check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
class UlimitCheck(rfm.RegressionTest):
1212
def __init__(self):
1313
self.descr = 'Checking the output of ulimit -s in node.'
14-
self.valid_systems = ['daint:gpu', 'daint:mc', 'dom:gpu', 'dom:mc']
14+
self.valid_systems = ['daint:gpu', 'daint:mc', 'dom:gpu', 'dom:mc',
15+
'eiger:mc']
1516
self.valid_prog_environs = ['PrgEnv-cray', 'PrgEnv-gnu',
1617
'PrgEnv-intel', 'PrgEnv-pgi']
1718
self.sourcesdir += '/ulimit'

0 commit comments

Comments
 (0)