Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent 00a8a8f commit 53f92d6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,17 @@ jobs:
./bin/git-fleximod update
reusable:
needs: [setup]
uses: ./.github/workflows/reusable.yaml
strategy:
matrix:
# compiler: [intel, intel-oneapi, gnu, nvhpc]
compiler: [intel, intel-oneapi]
env:
CC: mpicc
FC: mpifort
CXX: mpicxx
CIME_MODEL: cesm
CIME_DRIVER: nuopc

needs: [setup]
uses: ./.github/workflows/reusable.yaml
strategy:
matrix:
compiler: [intel, intel-oneapi]
with:
compiler: ${{ matrix.compiler }}

Expand Down

0 comments on commit 53f92d6

Please sign in to comment.