Skip to content

Commit

Permalink
use updated intel action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed May 16, 2024
1 parent b0c3d67 commit 8adf5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compilers: ["CC=icc FC=ifort","CC=icx FC=ifx"]
compilers: ["oneapi", "classic"]

steps:

Expand All @@ -37,7 +37,7 @@ jobs:

- name: "Build w3emc"
run: |
${{ matrix.compilers }} cmake -DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-bacio;$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-bufr" -B w3emc/build -S w3emc
cmake -DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-bacio;$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-bufr" -B w3emc/build -S w3emc
cmake --build w3emc/build --parallel 2 --verbose
- name: "Test w3emc"
Expand Down

0 comments on commit 8adf5f9

Please sign in to comment.