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_clubb_silhs_gfortran_build # 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 b13d8081f2518ec51a4edabcb05e4c5be3cf29ba (refs/remotes/origin/master)
> 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 b13d8081f2518ec51a4edabcb05e4c5be3cf29ba # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 26644de2ea83ee6335b273f54dd57afc8f6f4b0c Author: Gunther Huebler Date: Thu Oct 2 15:55:29 2025 -0500 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."
> git rev-list --no-walk 7f841f184cdc30f4dc5b42a66b21f077058955af # timeout=10