Skip to content
Failed

Changes

Summary

  1. Adding gate around bindiff, there's an edge case where a cosmetic diff can trigger a full-diff even in a failed case, which should otherwise be considered BFB and skipped. (details)
  2. Adding some README entries for the dash app and a python requirements file (details)
  3. Adding comments and little bug fix to dash app (details)
  4. Update to loss consistency test, making it simpler since stats consistency test covers most things. Also adding it to the stats consistency jenkins test since it is still similar (details)
Commit bffd40b66205f8eeef22641f5d69251b77132b4e by Gunther Huebler
Adding gate around bindiff, there's an edge case where a cosmetic diff can trigger a full-diff even in a failed case, which should otherwise be considered BFB and skipped.
The file was modifiedrun_scripts/run_bindiff_all.py (diff)
Commit e59c37b0374775f1f3738c85e18a71ef06f82d5c by Gunther Huebler
Adding some README entries for the dash app and a python requirements file
The file was addeddash_app/README.md
The file was addeddash_app/requirements.txt
The file was modifiedREADME (diff)
Commit acf1b00a84af13e5110885e642eab2337e2df0f3 by Gunther Huebler
Adding comments and little bug fix to dash app
The file was modifiedsrc/clubb_loss_driver.F90 (diff)
The file was modifiedtuner/namelist.py (diff)
The file was modifieddash_app/tune_tab/runtime.py (diff)
The file was modifiedtuner/test_tuning_strategy.py (diff)
Commit f8c56782889b97bc1eff825e0fc381887fec3b70 by Gunther Huebler
Update to loss consistency test, making it simpler since stats consistency test covers most things. Also adding it to the stats consistency jenkins test since it is still similar
The file was modifiedjenkins_tests/clubb_stats_output_consistency_gfortran_test/Jenkinsfile (diff)
The file was modifiedrun_scripts/run_loss_output_consistency.py (diff)