Skip to content

Commit

Permalink
ready to try the whole thing again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 20, 2024
1 parent fcd191a commit 0701c0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
CIME_DRIVER: nuopc
# needs: setup
runs-on: hpc-runner
defaults:
run:
shell: /usr/bin/bash -ex {0}
steps:
- name: Run ${{ inputs.compiler }} tests
continue-on-error: true
Expand All @@ -28,7 +25,7 @@ jobs:
cd cime/scripts
module load cmake
qcmd -q main -v PROJECT=P93300606 -A P93300606 -l walltime=02:00:00 -- ./create_test --xml-machine derecho\
--xml-category github2 --no-run --compiler ${{ inputs.compiler }} --test-id ${GITHUB_RUN_ID}${{ inputs.compiler }}
--xml-category github --no-run --compiler ${{ inputs.compiler }} --test-id ${GITHUB_RUN_ID}${{ inputs.compiler }}
- name: check status
run: |
cd $SCRATCH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build:
strategy:
matrix:
compiler: [gnu ]
compiler: [gnu, intel, intel-oneapi, nvhpc]
uses: ./.github/workflows/build.yaml
with:
compiler: ${{ matrix.compiler }}
2 changes: 1 addition & 1 deletion cime_config/testlist_allactive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<machines>
<machine name="derecho" compiler="intel" category="aux_cime_baselines"/>
<machine name="derecho" compiler="gnu" category="prealpha"/>
<machine name="derecho" compiler="intel" category="github2"/>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
Expand Down

0 comments on commit 0701c0c

Please sign in to comment.