Skip to content

Commit

Permalink
try compiler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent 7ba911a commit 0a54914
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
72 changes: 70 additions & 2 deletions cime_config/testlist_allactive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +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="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
Expand All @@ -61,19 +62,86 @@
<test name="SMS_Ld2" grid="ne30pg3_t232" compset="BMT1850" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="gnu" category="prealpha"/>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>
<test name="SMS_Ld2" grid="ne30pg3_t232" compset="BLT1850" testmods="allactive/defaultio">

<test name="SMS_Ld2_D" grid="ne30pg3_t232" compset="B1850C_MTt4s" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="prealpha"/>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>

<test name="SMS_Ld2_D" grid="ne30pg3_t232" compset="BHISTC_MTt4s" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>

<test name="SMS_Ld2" grid="ne30pg3_t232" compset="B1850C_MTso" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>

<test name="SMS_Ld2" grid="ne30pg3_t232" compset="BHISTC_MTso" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>

<test name="SMS_Ld2" grid="ne30pg3_t232" compset="B1850C_HTs1" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>
<test name="SMS_Ld2" grid="ne30pg3_t232" compset="BHISTC_HTs1" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>

<test name="SMS_Ld2" grid="ne30pg3_t232" compset="B1850C_LTso" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>

<test name="SMS_Ld2" grid="ne30pg3_t232" compset="BHISTC_LTso" testmods="allactive/defaultio">
<machines>
<machine name="derecho" compiler="intel" category="github"/>
</machines>
<options>
<option name="wallclock"> 00:30:00 </option>
</options>
</test>



<!-- MCC tests do not work because FMS fails at initialization of MOM -->
<test name="MCC" grid="ne30pg3_t232" compset="BMT1850" testmods="allactive/defaultio">
<machines>
Expand Down

0 comments on commit 0a54914

Please sign in to comment.