diff --git a/.github/workflows/derecho.yaml b/.github/workflows/derecho.yaml index f82f00c4d..e2dab0332 100644 --- a/.github/workflows/derecho.yaml +++ b/.github/workflows/derecho.yaml @@ -10,6 +10,8 @@ jobs: build: if: ${{ github.event.label.name == 'run-pr-tests' }} runs-on: hpc-runner + strategy: + compiler: [intel, intel-oneapi, gnu, nvhpc] env: CC: mpicc FC: mpifort @@ -26,9 +28,10 @@ jobs: pwd module list ./bin/git-fleximod update - - name: Submit test script + - name: Run ${{ compiler }} tests + continue-on-error: true run: | pwd cd cime/scripts module load cmake - qcmd -v PROJECT=P93300606 -A P93300606 -l walltime=02:00:00 -- ./create_test --xml-machine derecho --xml-category prealpha --xml-compiler intel --compiler intel-oneapi --no-run + qcmd -v PROJECT=P93300606 -A P93300606 -l walltime=02:00:00 -- ./create_test --xml-machine derecho --xml-category github --no-run --compiler ${{ compiler }} diff --git a/cime_config/testlist_allactive.xml b/cime_config/testlist_allactive.xml index 59f5ec73c..3985b28be 100644 --- a/cime_config/testlist_allactive.xml +++ b/cime_config/testlist_allactive.xml @@ -53,6 +53,7 @@ + @@ -61,19 +62,86 @@ + - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +