File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 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' ,
4040 'type' : 'Singularity' ,
4141 }
4242 ]
43- }
43+ },
4444 ]
4545 },
4646 {
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' ,
You can’t perform that action at this time.
0 commit comments