Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent 53f92d6 commit 4cceae1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@ jobs:
./bin/git-fleximod update
reusable:
strategy:
matrix:
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 }}
steps:
- uses: ./.github/workflows/reusable.yaml
with:
compiler: ${{ matrix.compiler }}


0 comments on commit 4cceae1

Please sign in to comment.