Skip to content

Commit 6a6ff56

Browse files
authored
Merge pull request #9789 from hppritcha/topic/lanl_ci_use_intel_2021.1.1
lanl-ci: avoid Intel 2021.3.0 oneAPI compilers
2 parents 42ccd38 + b1c2244 commit 6a6ff56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:intel:
1111
stage: build
1212
tags: [darwin-slurm-shared]
1313
script:
14-
- module load intel/2021.3.0
14+
- module load intel/2021.1.1
1515
- rm .gitmodules
1616
- cp $GITSUBMODULEPATCH .gitmodules
1717
- git submodule update --init
@@ -112,7 +112,7 @@ test:intel:
112112
script:
113113
- pwd
114114
- ls
115-
- module load intel/2021.3.0
115+
- module load intel/2021.1.1
116116
- export PATH=$PWD/install_test/bin:$PATH
117117
- which mpirun
118118
- cd examples

0 commit comments

Comments
 (0)