Skip to content

Commit

Permalink
Add GPU tests on derecho
Browse files Browse the repository at this point in the history
  • Loading branch information
cacraigucar committed Jul 12, 2024
1 parent dc7dbcd commit ed9a91c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cime_config/testdefs/testlist_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,7 @@
<test compset="F2000dev" grid="ne30pg3_ne30pg3_mg17" name="ERS_Ln9_G4-a100-openacc" testmods="cam/outfrq9s_mg3_default">
<machines>
<machine name="derecho" compiler="nvhpc" category="derecho_gpu"/>
<machine name="derecho" compiler="nvhpc" category="aux_cam"/>
</machines>
<options>
<option name="wallclock">00:30:00</option>
Expand All @@ -1491,6 +1492,7 @@
<test compset="F2000dev" grid="ne30pg3_ne30pg3_mg17" name="ERS_Ln9_G4-a100-openacc" testmods="cam/outfrq9s_mg3_pcols760">
<machines>
<machine name="derecho" compiler="nvhpc" category="derecho_gpu"/>
<machine name="derecho" compiler="nvhpc" category="prealpha"/>
</machines>
<options>
<option name="wallclock">00:30:00</option>
Expand Down
3 changes: 2 additions & 1 deletion test/system/test_driver.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
!/bin/sh
#
# test_driver.sh: driver for the testing of CAM with standalone scripts
#
Expand Down Expand Up @@ -468,6 +468,7 @@ if [ -n "${CAM_FC}" ]; then
comp="_${CAM_FC,,}"
else
echo "ERROR: Must specify CAM_FC"
exit 1
fi

if [ "${cesm_test_suite}" != "none" -a -n "${cesm_test_mach}" ]; then
Expand Down

0 comments on commit ed9a91c

Please sign in to comment.