Started by user admin Obtained jenkins_tests/clubb_nvhpc_gpu_acc_vs_cpu_diffness/Jenkinsfile from git https://github.com/larson-group/clubb.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git Cloning the remote Git repository Cloning repository https://github.com/larson-group/clubb.git > git init /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness # 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 config remote.origin.url https://github.com/larson-group/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 650cd4c0dc90ff1c184e4617092fbc9c1c2a657e (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 650cd4c0dc90ff1c184e4617092fbc9c1c2a657e # timeout=10 Commit message: "Adding sum part to comment" > git rev-list --no-walk 650cd4c0dc90ff1c184e4617092fbc9c1c2a657e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Modify Config Flags) [Pipeline] sh + sed -i 's:penta_solve_method.*:penta_solve_method = 2:g' input/tunable_parameters/configurable_model_flags.in [Pipeline] sh + sed -i 's:tridiag_solve_method.*:tridiag_solve_method = 2:g' input/tunable_parameters/configurable_model_flags.in [Pipeline] sh + sed -i 's:num_standalone_columns.*:num_standalone_columns = 32:g' input/tunable_parameters/configurable_model_flags.in [Pipeline] sh + sed -i 's:time_final.*:time_final = 87600:g' input/case_setups/mpace_b_model.in [Pipeline] sh + sed -i 's:time_final.*:time_final = 76200:g' input/case_setups/cobra_model.in [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Compile CPU) [Pipeline] sh + compile/compile.bash -c config/linux_x86_64_nvhpc.bash ......................................................................................................................................................................... Make.clubb_lapack is ready. .................................................................................. Make.clubb_param is ready. ......................... Make.clubb_bugsrad is ready. ... Make.microphys_utils is ready. ..... Make.clubb_parabolic is ready. .............. Make.clubb_KK_microphys is ready. ................................................. Make.clubb_coamps is ready. ... Make.clubb_morrison is ready. ... Make.clubb_gfdlact is ready. ............. Make.silhs is ready. .................................................................. Make.clubb_other is ready. ... Make.clubb_standalone is ready. ... Make.clubb_thread_test is ready. ............ Make.clubb_tuner is ready. ... Make.jacobian is ready. ................ Make.G_unit_tests is ready. ... Make.int2txt is ready. cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_param cd /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../obj; make -f Make.clubb_gfdlact make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj' nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/SCM_Activation/aer_ccn_act_k.F90 make[1]: nvfortran: No such file or directory make[1]: *** [Make.clubb_gfdlact:11: aer_ccn_act_k.o] Error 127 make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj' make: *** [Makefile:38: libclubb_gfdlact.a] Error 2 make: *** Waiting for unfinished jobs.... make[1]: Entering directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj' nvfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-pgi/include -Mcache_align -O2 -Mbackslash -Mstandard -Kieee -c /home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/compile/../src/CLUBB_core/clubb_precision.F90 make[1]: nvfortran: No such file or directory make[1]: *** [Make.clubb_param:49: clubb_precision.o] Error 127 make[1]: Leaving directory '/home/jenkins/workspace/clubb_nvhpc_gpu_acc_vs_cpu_diffness/obj' make: *** [Makefile:14: libclubb_param.a] Error 2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run CPU) Stage "Run CPU" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Compile GPU) Stage "Compile GPU" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run GPU) Stage "Run GPU" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Compare Output) Stage "Compare Output" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] emailext Sending email to: messnermet@uwm.edu [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE