Skip to content

Commit

Permalink
intel path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 28, 2025
1 parent 1be5089 commit fb75d1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
- name: Prep Intel OneAPI
if: steps.cache-intel.outputs.cache-hit == 'true'
run: |
source /opt/intel/oneapi/setvars.sh
source /opt/intel/oneapi/compiler/latest/env/vars.sh intel64
source /opt/intel/oneapi/2025.0/oneapi-vars.sh
printenv >> $GITHUB_ENV
export PATH=/opt/intel/oneapi/2025.0/bin:$PATH
- name: cache-hdf5
Expand All @@ -56,7 +55,7 @@ jobs:
install_prefix: ${GITHUB_WORKSPACE}/hdf5
enable_parallel: True
hdf5_version: ${{ env.HDF5_VERSION }}
mpi_path: /opt/intel/mpi
mpi_path: /opt/intel/oneapi/2025.0/
- name: cache netcdf C
id: cache-netcdf-c
uses: actions/cache@v4
Expand Down

0 comments on commit fb75d1e

Please sign in to comment.