Skip to content

Commit

Permalink
CI: Set ld_library_path on intel ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 16, 2023
1 parent c678b44 commit ee98879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
ls /opt/intel/oneapi/2024.0/bin/
echo "------------"
export PATH=/opt/intel/oneapi/2024.0/bin/:$PATH
export LD_LIBRARY_PATH=/opt/intel/oneapi/2024.0/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 ee98879

Please sign in to comment.