Skip to content

Commit

Permalink
CI: More info on intel build
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 16, 2023
1 parent 9034d60 commit af34c0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ jobs:
mkdir build
cd build
source /opt/intel/oneapi/setvars.sh
echo "------------"
ls /opt/intel/oneapi/2024.0/
echo "------------"
ls /opt/intel/oneapi/2024.0/bin/
echo "------------"
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
6 changes: 3 additions & 3 deletions cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ then

if [ "$COMPILER" == "intel" ]
then
CXX=icpc
CC=icc
FC=ifort
CXX=icx
CC=icx
FC=ifx
CFLAGS="-Wall -Wunused"
CXXFLAGS="-Wall -Wextra -Wunused"
fi
Expand Down

0 comments on commit af34c0c

Please sign in to comment.