Skip to content

Commit db9f94c

Browse files
author
Vasileios Karakasis
committed
Fix EUM tutorial settings file
1 parent 746ccb8 commit db9f94c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

tutorials/config/eum21.py

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
'name': 'login',
2020
'scheduler': 'local',
2121
'launcher': 'local',
22-
'environs': ['gnu'],
22+
'environs': ['builtin', 'gnu'],
2323
},
2424
{
2525
'name': 'cn',
2626
'descr': 'Compute nodes',
2727
'scheduler': 'slurm',
2828
'launcher': 'srun',
2929
'access': ['-ptotal'],
30-
'environs': ['gnu', 'foss'],
31-
'max_jobs': 100,
30+
'environs': ['builtin', 'gnu', 'foss'],
31+
'max_jobs': 10,
3232
'resources': [
3333
{
3434
'name': 'memory',
@@ -40,7 +40,7 @@
4040
'type': 'Singularity',
4141
}
4242
]
43-
}
43+
},
4444
]
4545
},
4646
{
@@ -72,6 +72,13 @@
7272
'ftn': 'mpif90',
7373
'modules': ['foss/2020a']
7474
},
75+
{
76+
'name': 'builtin',
77+
'cc': 'gcc',
78+
'cxx': 'g++',
79+
'ftn': 'gfortran',
80+
'target_systems': ['reframe-eum']
81+
},
7582
{
7683
'name': 'builtin',
7784
'cc': 'cc',

0 commit comments

Comments
 (0)