Skip to content

Commit 2001b5e

Browse files
committed
lanl-ci: move to intel oneapi compilers
well we were thrown into the deep end. the system admins moved to the intel oneapi compilers after the most recent DST, so just say no to icc, etc. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 2e596ee commit 2001b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:intel:
1616
- cp $GITSUBMODULEPATCH .gitmodules
1717
- git submodule update --init
1818
- ./autogen.pl
19-
- ./configure CC=icc FC=ifort CXX=icpc --prefix=$PWD/install_test --with-libevent=internal
19+
- ./configure CC=icx FC=ifx CXX=icpx --prefix=$PWD/install_test --with-libevent=internal
2020
- make -j 8 install
2121
- make check
2222
- export PATH=$PWD/install_test/bin:$PATH

0 commit comments

Comments
 (0)