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 86056ec commit 532a16dCopy full SHA for 532a16d
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
variables:
2
- SCHEDULER_PARAMETERS: "-pskylake-gold -t 1:00:00 -N 1 --ntasks-per-node=16"
+ SCHEDULER_PARAMETERS: "-pgeneral -t 1:00:00 -N 1 --ntasks-per-node=16"
3
GIT_STRATEGY: clone
4
NPROCS: 4
5
@@ -45,7 +45,7 @@ build:intel:
45
- cd examples
46
- make
47
48
49
artifacts:
50
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
51
untracked: true
0 commit comments