Closed shlyaeva closed 7 months ago
The code compiled and all tests except one passed. This one failed: fv3jedi_test_tier1_forecast_ufs_warmstart
- it aborts with a segfault in the first step of the time integration. See https://github.com/JCSDA/ufs-bundle/actions/runs/8554428965/job/23439721664?pr=58
I won't have time to look into that failure until next week unfortunately, does one of you have time @mark-a-potts or @climbfuji?
I will take a look.
I built ufs-bundle using femps 1.3.0 on both Hera and my local machine and successfully ran all the ufs ctests on both, so I am not sure what is going on. It would be really helpful to see the PET files from the failures here. Is that possible?
Yes - hang on
I just went in and reran the tests manually, they all passed:
ubuntu@ip-10-0-1-189:~/ufs-bundle/jedi_run/build-atm$ ctest -R ufs 2>&1 | tee log.ctest.ufs
Test project /home/ubuntu/ufs-bundle/jedi_run/build-atm
Start 1900: fv3jedi_setup_ufs_c48_data
1/6 Test #1900: fv3jedi_setup_ufs_c48_data .................. Passed 38.37 sec
Start 1901: fv3jedi_setup_ufs_rundir_warmstart
2/6 Test #1901: fv3jedi_setup_ufs_rundir_warmstart .......... Passed 0.09 sec
Start 1902: fv3jedi_setup_ufs_rundir_warmstart_2
3/6 Test #1902: fv3jedi_setup_ufs_rundir_warmstart_2 ........ Passed 0.09 sec
Start 1956: fv3jedi_test_tier1_model_ufs_warmstart
4/6 Test #1956: fv3jedi_test_tier1_model_ufs_warmstart ...... Passed 48.39 sec
Start 1962: fv3jedi_test_tier1_forecast_ufs_warmstart
5/6 Test #1962: fv3jedi_test_tier1_forecast_ufs_warmstart ... Passed 71.95 sec
Start 1963: fv3jedi_test_tier1_EnsGETKF_ufs_warmstart
6/6 Test #1963: fv3jedi_test_tier1_EnsGETKF_ufs_warmstart ... Passed 55.03 sec
100% tests passed, 0 tests failed out of 6
Label Time Summary:
fv3-jedi = 213.92 sec*proc (6 tests)
fv3jedi = 213.92 sec*proc (6 tests)
mpi = 175.38 sec*proc (3 tests)
script = 213.92 sec*proc (6 tests)
Total Test time (real) = 214.16 sec
Let's trigger CI again and see what happens.
THe test passed when I re-triggered by hand. I'll merge this PR, let's keep an eye on it.
Description
Update femps tag to 1.3.0 (fv3-jedi develop requests at least 1.3.0 now). I did not test, relying on CI here.