Skip to content

Console Output

The recommended git tool is: git
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/sam_clubb.git
 > git init /home/jenkins/workspace/sam_micro_drizzle_intel_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/larson-group/sam_clubb.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision bfc48277c7629d7462cc42da496420b08f684cfe (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bfc48277c7629d7462cc42da496420b08f684cfe # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 1bc1aba5ac2dbd0fab0dbf870b7d8616fbf9d462 Author: Gunther Huebler Date: Sat Sep 27 07:03:11 2025 -0500 Change tolerance in way that affects only single precision builds (#1256) This fixes a problem with precip_frac exceeding a bound in single precision.  The code change is BIT_CHANGING for single precision, but V. Larson wouldn't expect it to be bit changing for double precision, although V. Larson hasn't checked."
 > git rev-list --no-walk 48e8e6a46b366536527190714acca66abee6a080 # timeout=10