ESMCI / cime

Common Infrastructure for Modeling the Earth
http://esmci.github.io/cime
Other
161 stars 206 forks source link

Switch from drv.log to med.log for nuopc COMP tests. #4570

Closed fischer-ncar closed 8 months ago

fischer-ncar commented 8 months ago

The timing and memory usage information was moved from drv.log to med.log for nuopc runs. This allows the creating of the baselines cpl-mem.log and cpl-tput.log files.

I had several tests fail for scripts_regression tests on derecho, but they also failed for the cime master.

test_self_build_cprnc (test_sys_cime_case.TestCimeCase) ... FAIL test_full_system (test_sys_full_system.TestFullSystem) ... FAIL test_run_restart (test_sys_run_restart.TestRunRestart) ... FAIL

test_b_cime_f90_unit_tests (test_sys_unittest.TestUnitTest) ... ERROR test_generate_baseline (test_unit_system_tests.TestUnitSystemTests) ... ERROR test_has_batch_system (test_unit_xml_machines.TestUnitXMLMachines) ... ERROR test_is_valid_MPIlib (test_unit_xml_machines.TestUnitXMLMachines) ... ERROR test_is_valid_compiler (test_unit_xml_machines.TestUnitXMLMachines) ... ERROR

Test suite: scripts_regression_tests, SMS.f09_f09_mg17.QPC6.derecho_intel Test baseline: Test namelist changes: Test status: bit for bit

Fixes [CIME Github issue #]

User interface changes?:

Update gh-pages html (Y/N)?:

fischer-ncar commented 8 months ago

I tried running the failing tests on izumi. These still failed on izumi.

test_self_build_cprnc (test_sys_cime_case.TestCimeCase) ... FAIL test_full_system (test_sys_full_system.TestFullSystem) ... FAIL test_run_restart (test_sys_run_restart.TestRunRestart) ... FAIL

But all of the tests that were giving me ERROR on derecho passed on izumi.

jedwards4b commented 8 months ago

I'll run the scripts_regression_tests from main on derecho and have a look.