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_clubb_nvhpc_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
 > 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 de7571ea1a6ea0a8bb62562cb7c8622b8d390d2e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f de7571ea1a6ea0a8bb62562cb7c8622b8d390d2e # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 0959bb14d6f748501bee53902e484166d501923c Author: Gunther Huebler Date: Wed Dec 10 16:34:31 2025 -0600 Grid reverse matrix test (#1265) * Making new flag l_force_descending_solves that forces us to use descending solves. Having it true keeps results BFB between ascending and descending when using -O0."
 > git rev-list --no-walk 8ad9cca6305bfbd69b365b924ab1ceba69ea1561 # timeout=10