The recommended git tool is: git
> git rev-parse --resolve-git-dir /home/jenkins/workspace/clubb_bin_diff_regression_e3sm_flags_gfortran/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 46fe460263003ad92fd5f942a2c99d006bcbf0fa (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 46fe460263003ad92fd5f942a2c99d006bcbf0fa # timeout=10
Commit message: "Changing openacc to openmp migration repo to a fork with a change to switch the order of copyins and copies. This is to allow us to only copyin the pdf_params structure, but copy the internal arrays. When the copying of the internal arrays happens first, followed by the copyin of the structure, we overwrite the pointers to the internal arrays on the GPU version of the structure. Hence why we want the copyins to precede the copy statements."
> git rev-list --no-walk b66569c42c4c6ba4c301c1ab41cfc5cbc9554fcf # timeout=10