NOAA-EMC / GDASApp

Global Data Assimilation System Application
GNU Lesser General Public License v2.1
15 stars 31 forks source link

Moved the marine converters to a "safe" place #1007

Closed guillaumevernieres closed 6 months ago

emcbot commented 6 months ago

Automated Global-Workflow GDASApp Testing Results: Machine: orion

Start: Thu Mar 28 16:50:25 CDT 2024 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Build:                                 *SUCCESS*
Build: Completed at Thu Mar 28 17:42:22 CDT 2024
---------------------------------------------------
Tests:                                  *Failed*
Tests: Failed at Thu Mar 28 18:10:37 CDT 2024
Tests: 94% tests passed, 3 tests failed out of 53
    1737 - test_gdasapp_fv3jedi_fv3inc (Failed)
    1771 - test_gdasapp_atm_jjob_var_run (Failed)
    1772 - test_gdasapp_atm_jjob_var_final (Failed)
Tests: see output at /work2/noaa/stmp/cmartin/CI/GDASApp/workflow/PR/1007/global-workflow/sorc/gdas.cd/build/log.ctest
emcbot commented 6 months ago

Automated Global-Workflow GDASApp Testing Results: Machine: hera

Start: Thu Mar 28 21:53:28 UTC 2024 on hfe11
---------------------------------------------------
Build:                                 *SUCCESS*
Build: Completed at Thu Mar 28 22:44:25 UTC 2024
---------------------------------------------------
Tests:                                  *Failed*
Tests: Failed at Thu Mar 28 23:36:21 UTC 2024
Tests: 91% tests passed, 5 tests failed out of 53
    1736 - test_gdasapp_fv3jedi_fv3inc (Failed)
    1757 - test_gdasapp_soca_JGDAS_GLOBAL_OCEAN_ANALYSIS_VRFY (Failed)
    1770 - test_gdasapp_atm_jjob_var_run (Failed)
    1771 - test_gdasapp_atm_jjob_var_final (Failed)
Tests: see output at /scratch1/NCEPDEV/da/Cory.R.Martin/CI/GDASApp/workflow/PR/1007/global-workflow/sorc/gdas.cd/build/log.ctest
RussTreadon-NOAA commented 6 months ago

test_gdasapp_fv3jedi_fv3inc failed because the test looks for executable gdas_fv3jedi_fv3inc.x. This is the wrong name. The executable is fv3jedi_fv3inc.x.

There is an error in gdas.cd/test/fv3jedi//CMakeLists.txt. This file specifies

# Tests
add_test(NAME test_gdasapp_fv3jedi_fv3inc
         COMMAND srun -n6 ${CMAKE_BINARY_DIR}/bin/gdas_fv3jedi_fv3inc.x ${PROJECT_BINARY_DIR}/test/fv3jedi/testinput/gdasapp_fv3jedi_fv3inc.yaml
         WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/test/fv3jedi)

gdas_fv3jedi_fv3inc.x should be fv3jedi_fv3inc.x

The test_gdasapp_atm_jjob_var_run failure is expected. The JEDI ATM sequence is now init, var, fv3inc, and final. The test_gdasapp_atm_jjob_var suite needs to be updated.

test_gdasapp_atm_jjob_var_final failed because the run job failed.