Skip to content
Success

Changes

Summary

  1. This is (amazingly) BIT_CHANGING. The differences are due to some compiler optimizations, see https://github.com/larson-group/clubb/pull/1133\#issuecomment-1865156979. (details)
  2. Removing git log print before logging to file. On some systems/configs the command would cause a busy wait until the person running hit q, and it is superfluous since we are already saving the git log to a file. (details)
Commit 2e41ead98e7d13b192c3a7762336fa3dbc5a6989 by Gunther Huebler
This is (amazingly) BIT_CHANGING. The differences are due to some compiler optimizations, see https://github.com/larson-group/clubb/pull/1133\#issuecomment-1865156979.
The file was modified src/CLUBB_core/model_flags.F90 (diff)
Commit 05f2b8b38bf748ece44a7038f2b50044e26eaa5d by Gunther Huebler
Removing git log print before logging to file. On some systems/configs the command would cause a busy wait until the person running hit q, and it is superfluous since we are already saving the git log to a file.
The file was modified src/clubb_driver.F90 (diff)