Skip to content

Commit

Permalink
CI: Use newer release of intel compiler 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jun 25, 2024
1 parent 17a20a4 commit aeee5aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ jobs:
echo "------------"
ls /opt/intel/oneapi/
echo "------------"
ls /opt/intel/oneapi/2024.1/
ls /opt/intel/oneapi/2024.2/
echo "------------"
ls /opt/intel/oneapi/2024.1/bin/
ls /opt/intel/oneapi/2024.2/bin/
echo "------------"
export PATH=/opt/intel/oneapi/2024.1/bin/:$PATH
export LD_LIBRARY_PATH=/opt/intel/oneapi/2024.1/lib/:$LD_LIBRARY_PATH
export PATH=/opt/intel/oneapi/2024.2/bin/:$PATH
export LD_LIBRARY_PATH=/opt/intel/oneapi/2024.2/lib/:$LD_LIBRARY_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 aeee5aa

Please sign in to comment.