Skip to content

Commit

Permalink
CI: Should now find ifort...
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 16, 2023
1 parent d754a70 commit 9034d60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ jobs:
mkdir build
cd build
source /opt/intel/oneapi/setvars.sh
ls /opt/intel/oneapi/compiler/2023.2.2/linux/bin/intel64/
find /opt/intel/oneapi -name if\* -print
printenv
ls /opt/intel/oneapi/2024.0/bin/
export PATH=/opt/intel/oneapi/2024.0/bin/:$PATH
printenv >> $GITHUB_ENV
NUMPROCS=2 COMPILER=${{ matrix.compiler }} INSTALL_PATH=${HOME}/environments/${{ matrix.compiler }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-${{ matrix.cgns }} bash ../cmake-config
Expand Down

0 comments on commit 9034d60

Please sign in to comment.