Skip to content
Success

#696 (Sep 16, 2026, 3:26:09 AM)

Started 11 hr ago
Took 13 min

Started by an SCM change

Revision: 37da5d26c1a8137c484f3b8b0eb1a5d79ac011b8
Repository: https://github.com/larson-group/clubb.git
  • refs/remotes/origin/master
Changes
  1. Making column mirror test work by comparing two different output files rather than one. This test now runs once with 3 different columns in a certain order, say ABC, and again with reverse order CBA, then ensures that A=A B=B and C=C (bit-for-bit equivalence) in both files. This should fail now actually, as there is currently a bug, and this update is intented to improve this test so that it fails before we fix the bug (details / githubweb)
  2. Making column mirror test use CPU. This makes it much faster and doesn't change the test at all - not sure why I made it use GPU originally. (details / githubweb)
  3. Fixing microphys bug that has been around for quite a while. This happened when making clubb standalone use multiple columns, and only affects columns other than the first. This is BIT_CHANGING, but only for microphysics cases using multiple columns (#1358) (details / githubweb)