Skip to content
Snippets Groups Projects
Commit aeee5aa1 authored by Greg Sjaardema's avatar Greg Sjaardema
Browse files

CI: Use newer release of intel compiler 2024.2

parent 17a20a4a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment