Skip to content

Console Output

The recommended git tool is: git
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
Avoid second fetch
Checking out Revision c49116eaf4529129c99c64776408b2db57102aa6 (refs/remotes/origin/master)
Commit message: "Autoupdated CLUBB_core Commit 8572001d7a87cba485b292f57adfb7abc970e462 Author: Gunther Huebler Date: Fri Nov 22 04:21:52 2024 -0600 Multi col output update (#1211) * Multi_col output update to enable averaging over timesteps and outputting with single precision. This replaces the timestep batched output method used before, which was only noticably faster at low column numbers. This is technically BC (edited during merge, PR no longer BC), because the single precision output will be interpretted as different from the current double precision output."
 > 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
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c49116eaf4529129c99c64776408b2db57102aa6 # timeout=10
 > git rev-list --no-walk 2e436edb4f792a8f1585bf16cd80de8378e13c16 # timeout=10