Skip to content

Commit b1c2244

Browse files
committed
lanl-ci: avoid Intel 2021.3.1 oneAPI compilers
as the icx optimizer goes into some sort of infinite loop compiling a file in OpenPMIx. This bug doesn't exist in 2021.1.1 nor a newer version 2021.10.3 (which is not yet available on Darwin). Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 42ccd38 commit b1c2244

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)