Skip to content
Success

Changes

Summary

  1. Remove old SVN version control identifier ($Id$) from tunable_parameters.in (details)
  2. Remove old SVN version control identifier from compatible_r8029/tunable_parameters.in (details)
  3. Remove blank line to test git update scripts (details)
  4. Clubb timer upgrade (#1328) (details)
Commit 0b2206b6fec8e02c7539b444e1ac3b9aabb04ac5 by noreply
Remove old SVN version control identifier ($Id$) from tunable_parameters.in
The file was modifiedinput/parameter_and_flag_configs/default/tunable_parameters.in (diff)
Commit 1ebd57b3c3499139dc2d3424417ecd9edbf31e11 by noreply
Remove old SVN version control identifier from compatible_r8029/tunable_parameters.in

Removed the version control identifier from the file.
The file was modifiedinput/parameter_and_flag_configs/compatible_r8029/tunable_parameters.in (diff)
Commit 15e88d15a1d7fa8d7ab5761e084ebc1874e0bf29 by noreply
Remove blank line to test git update scripts
The file was modifiedsrc/CLUBB_core/CMakeLists.txt (diff)
Commit d2415bd01044655b03328e22070af55f99511a59 by noreply
Clubb timer upgrade (#1328)

* Upgrading CLUBBs timer system. Now we either can use gptl just by compiling with it, or we use a cpu_time based fallback that was designed to be a crude copy

* Giving up on using the build system to detect stale build, switching to a method that just compares timestamps on directories

* Fixing small UI bug and removing a bit of dead code in the dash app, also fixing a gptl compiling issue on mac

* Little fix for python

* Adding a bit about the new timing output in the output section of the README

* Improving print statements and disabling timing and iteration prints when debug=-1

---------

Co-authored-by: Gunther Huebler <guntherhuebler@frankie.uits.uwm.edu>
The file was modifiedsrc/Microphys/pdf_hydromet_microphys_wrapper.F90 (diff)
The file was modifiedcmake/toolchains/linux_x86_64_nvhpc.cmake (diff)
The file was modifiedsrc/CLUBB_core/code_timer_module.F90 (diff)
The file was modifiedcompile.py (diff)
The file was modifiedsrc/CLUBB_core/stats_netcdf.F90 (diff)
The file was modifiedsrc/generalized_grid_test.F90 (diff)
The file was modifieddash_app/compile_tab/runtime.py (diff)
The file was modifiedrun_scripts/run_scm.py (diff)
The file was modifiedsrc/CLUBB_core/CMakeLists.txt (diff)
The file was modifiedsrc/CMakeLists.txt (diff)
The file was modifieddash_app/run_tab/callbacks_runs.py (diff)
The file was modifiedREADME (diff)
The file was modifiedclubb_python_api/CMakeLists.txt (diff)
The file was modifiedsrc/clubb_driver.F90 (diff)
The file was modifiedcmake/deps/GPTLDependency.cmake (diff)
The file was modifiedclubb_python_api/run_pytests.sh (diff)
The file was addeddash_app/DEVELOPMENT.md