Skip to content

Commit

Permalink
fixes for nvhpc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 21, 2024
1 parent 3f02530 commit 91e1a27
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
cd $SCRATCH
# if no fails and no passes in expected fails then cleanup and exit 0 otherwise exit 1
./cs.status.${GITHUB_RUN_ID}${{ inputs.compiler }} --expected-fails-file $GITHUB_WORKSPACE/cime_config/testfiles/ExpectedTestFails.xml | grep FAIL | grep -v FAILURE
./cs.status.${GITHUB_RUN_ID}${{ inputs.compiler }} --fails-only --expected-fails-file $GITHUB_WORKSPACE/cime_config/testfiles/ExpectedTestFails.xml | grep FAIL | grep -v FAILURE
retcode=$?
if [ $retcode -eq 0 ]; then
exit 1
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
path = ccs_config
url = https://github.com/jedwards4b/ccs_config_cesm.git
fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git
fxtag = ccs_config_cesm1.0.10_update_default_ww3grid03
fxtag = ccs_config_cesm1.0.10_update_default_ww3grid04
fxrequired = ToplevelRequired

[submodule "cime"]
Expand Down Expand Up @@ -77,10 +77,10 @@

[submodule "mom"]
path = components/mom
url = https://github.com/ESCOMP/MOM_interface
url = https://github.com/jedwards4b/MOM_interface
fxDONOTUSEurl = https://github.com/ESCOMP/MOM_interface
fxrequired = ToplevelRequired
fxtag = mi_241104
fxtag = mi_241104_ncar_241101_use_atan2_for_nvhpc01

[submodule "cism"]
path = components/cism
Expand Down
2 changes: 1 addition & 1 deletion ccs_config
12 changes: 6 additions & 6 deletions cime_config/testfiles/ExpectedTestFails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@
<test name="SMS_Ld2.ne30pg3_t232.BMT1850.derecho_nvhpc.allactive-defaultio">
<phase name="MODEL_BUILD">
<status>FAIL</status>
<issue></issue>
<comment></comment>
<issue>https://github.com/NCAR/MOM6/issues/324</issue>
<comment>atan function</comment>
</phase>
</test>
<test name="SMS_Ld2.ne30pg3_t232.BLT1850.derecho_nvhpc.allactive-defaultio">
<phase name="MODEL_BUILD">
<status>FAIL</status>
<issue></issue>
<issue>https://github.com/NCAR/MOM6/issues/324</issue>
<comment></comment>
</phase>
</test>
<test name="SMS_Ld2.ne30pg3_t232.BHISTC_MTso.derecho_nvhpc.allactive-defaultio">
<phase name="MODEL_BUILD">
<status>FAIL</status>
<issue></issue>
<issue>https://github.com/NCAR/MOM6/issues/324</issue>
<comment></comment>
</phase>
</test>
<test name="SMS_Ld2.ne30pg3_t232.BHISTC_LTso.derecho_nvhpc.allactive-defaultio">
<phase name="MODEL_BUILD">
<status>FAIL</status>
<issue></issue>
<issue>https://github.com/NCAR/MOM6/issues/324</issue>
<comment></comment>
</phase>
</test>
Expand All @@ -69,7 +69,7 @@
<phase name="SHAREDLIB_BUILD">
<status>FAIL</status>
<issue></issue>
<comment></comment>
<comment>FMS file mpp.F90 fails to compile in debug mode</comment>
</phase>
</test>

Expand Down

0 comments on commit 91e1a27

Please sign in to comment.