Skip to content
Started 5 days 11 hr ago
Took 3 min 8 sec
Failed

Build #247 (Oct 2, 2025, 5:10:11 PM)

Changes
  1. Adding variables to openacc data statements. Without this, the code crashes when using the GPU with l_godunov_upwind_xpyp_ta=.true. (details / githubweb)
  2. Modifying compiler configurations (mainly optimization level) in order to prepare for switching scipts and tests to cmake, specifically separating out this BIT_CHANGING commit from the rest (details / githubweb)
  3. thlm_ed and rtm_ed caused GPU errors since those variables were added to a acc loop, but never added to the acc data statement. This change makes it so they're only calculated on the CPU, since they are only used for stats, fixing the issue without adding the GPU memory footprint. (details / githubweb)

Started by user Gunther Huebler

Revision: 26644de2ea83ee6335b273f54dd57afc8f6f4b0c
Repository: https://github.com/larson-group/clubb.git
  • refs/remotes/origin/master