We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e7e03 commit 3bd8972Copy full SHA for 3bd8972
cscs-checks/system/slurm/slurm.py
@@ -91,10 +91,9 @@ def __init__(self):
91
self.executable = 'srun'
92
self.executable_opts = ['-A', osext.osgroup(), 'hostname']
93
self.sanity_patterns = sn.assert_found(
94
- r'error: You have to specify, at least, what sort of node you '
95
- r'need: -C gpu for GPU enabled nodes, or -C mc for multicore '
96
- r'nodes.|ERROR: you must specify -C with one of the following: '
97
- r'mc,gpu,storage', self.stderr)
+ r'ERROR: you must specify -C with one of the following: mc,gpu',
+ self.stderr
+ )
98
99
100
@rfm.simple_test
0 commit comments