Skip to content

Commit 486a72f

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1783 from rsarm/eiger/ulimit
[test] Include Eiger in the ulimit test
2 parents 0deffa3 + 1f452eb commit 486a72f

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)