Skip to content
Success

Changes

Summary

  1. Fixing tridiag solver bug. See https://github.com/larson-group/clubb/issues/1139 (details)
  2. Slight rework to acc data statements. This allows us to use return calls in advance_clubb_core again. See https://github.com/larson-group/clubb/issues/1139 (details)
  3. Fixing small GPU stats bug (details)
  4. Changing xm to out in mono flux solver. There is no need for it to be inout, and it confused me for a bit so I'm fixing it. (details)
Commit ce785a929450dec9c013e6702b1bc9dcbc872b35 by Gunther Huebler
Fixing tridiag solver bug. See https://github.com/larson-group/clubb/issues/1139
The file was modified tridiag_lu_solver.F90 (diff)
Commit e27a93ac46e46daa6d71e41f24993f9155dc0202 by Gunther Huebler
Slight rework to acc data statements. This allows us to use return calls in advance_clubb_core again. See https://github.com/larson-group/clubb/issues/1139
The file was modified clubb_api_module.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
Commit 33a2cb66dae21387f7a43e079180b02f622df464 by Gunther Huebler
Fixing small GPU stats bug
The file was modified mixing_length.F90 (diff)
Commit cf82acebf4a1cc31f092af210fd2e7970452e069 by Gunther Huebler
Changing xm to out in mono flux solver. There is no need for it to be inout, and it confused me for a bit so I'm fixing it.
The file was modified mono_flux_limiter.F90 (diff)