Skip to content

Commit

Permalink
Update ubuntu_intel.yaml workflow file to use IntelLLVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Aug 22, 2024
1 parent 1056ef5 commit c10e85a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ubuntu_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ defaults:
run:
shell: bash -leo pipefail {0}

# Set I_MPI_CC/F90 so Intel MPI wrapper uses icc/ifort instead of gcc/gfortran
# Set I_MPI_CC/F90 so IntelLLVM is used.
env:
cache_key: intel
CC: icc
FC: ifort
CXX: icpc
I_MPI_CC: icc
I_MPI_F90: ifort
CC: mpiicc
FC: mpiifort
CXX: mpiicpc
I_MPI_CC: icx
I_MPI_F90: ifx

# The jobs are split into:
# 1. a dependency build step (setup), and
Expand Down

0 comments on commit c10e85a

Please sign in to comment.