File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
variables :
2
- SCHEDULER_PARAMETERS : " -pgeneral -t 2 :00:00 -N 1 --ntasks-per-node=16"
2
+ SCHEDULER_PARAMETERS : " -pgeneral -t 4 :00:00 -N 1 --ntasks-per-node=16"
3
3
GIT_STRATEGY : clone
4
4
NPROCS : 4
5
5
@@ -34,7 +34,7 @@ build:ibm:
34
34
stage : build
35
35
tags : [darwin-slurm-shared]
36
36
variables :
37
- SCHEDULER_PARAMETERS : " -ppower9 -t 2 :00:00 -N 1 --ntasks-per-node=16"
37
+ SCHEDULER_PARAMETERS : " -ppower9 -t 4 :00:00 -N 1 --ntasks-per-node=16"
38
38
script :
39
39
- module load ibm
40
40
- rm .gitmodules
@@ -59,7 +59,7 @@ build:amd:
59
59
stage : build
60
60
tags : [darwin-slurm-shared]
61
61
variables :
62
- SCHEDULER_PARAMETERS : " -pamd-rome -t 2 :00:00 -N 1 --ntasks-per-node=16"
62
+ SCHEDULER_PARAMETERS : " -pamd-rome -t 4 :00:00 -N 1 --ntasks-per-node=16"
63
63
script :
64
64
- module load aocc/3.0.0
65
65
- rm .gitmodules
You can’t perform that action at this time.
0 commit comments