Skip to content
Success

Console Output

Started by user Steffen Domke
Checking out git https://github.com/larson-group/sam_clubb.git into /home/jenkins/workspace/sam_clubb_copy_test@script/8eae8d66d73008442543e13bda4bcc86d0ed492274bffa761cee9307d1eb89cb to read jenkins_tests/sam_clubb_code_copy/Jenkinsfile
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_copy_test@script/8eae8d66d73008442543e13bda4bcc86d0ed492274bffa761cee9307d1eb89cb # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
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/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 d880cc181735b074ee5dfa0aa0906eac861f7298 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d880cc181735b074ee5dfa0aa0906eac861f7298 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 711714c6821efc75febabf0434b52a814b32a40b Author: huebleruwm Date: Tue Jun 20 17:37:55 2023 -0500 Data movement improvement (#1089) * Various reductions in data movement"
 > git rev-list --no-walk d880cc181735b074ee5dfa0aa0906eac861f7298 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/sam_clubb_copy_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone Repo)
[Pipeline] checkout
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_copy_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
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/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 d880cc181735b074ee5dfa0aa0906eac861f7298 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d880cc181735b074ee5dfa0aa0906eac861f7298 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 711714c6821efc75febabf0434b52a814b32a40b Author: huebleruwm Date: Tue Jun 20 17:37:55 2023 -0500 Data movement improvement (#1089) * Various reductions in data movement"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy CLUBB Code)
[Pipeline] sh
+ ./jenkins_tests/sam_clubb_code_copy/sam_clubb_code_copy.bash origin/bv_efold /home/jenkins/workspace/sam_clubb_copy_test
Running locally with the CLUBB branch: origin/bv_efold and the SAM directory: /home/jenkins/workspace/sam_clubb_copy_test.
Cloning into 'clubb_copy_code'...
Note: switching to 'origin/bv_efold'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 3125449c0 CLUBB ticket #1069: - Added tunable parameter bv_efold - Removed extraneous use statement in src/CLUBB_core/advance_xm_wpxp_module.F90 - Removed obsolete flag l_update_pressure from input/tunable_parameters_Lscale/configurable_model_flags.in - Changed tmp_calc_min -> tmp_calc in src/CLUBB_core/advance_helper_module.F90
cp: cannot stat 'clubb_copy_code/input/tunable_parmeters/*': No such file or directory
cp: -r not specified; omitting directory 'clubb_copy_code/src/Lapack/Lapack_double'
cp: -r not specified; omitting directory 'clubb_copy_code/src/Lapack/Lapack_shared'
cp: -r not specified; omitting directory 'clubb_copy_code/src/Lapack/Lapack_single'
CLUBB files successfully updated!
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Load Jenkinsfile)
[Pipeline] load
[Pipeline] { (jenkins_tests/sam_clubb_silhs_gfortran_build/Jenkinsfile)
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/sam_clubb_copy_test@2
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
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_copy_test@2 # timeout=10
Fetching upstream changes from https://github.com/larson-group/sam_clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
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/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 d880cc181735b074ee5dfa0aa0906eac861f7298 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d880cc181735b074ee5dfa0aa0906eac861f7298 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 711714c6821efc75febabf0434b52a814b32a40b Author: huebleruwm Date: Tue Jun 20 17:37:55 2023 -0500 Data movement improvement (#1089) * Various reductions in data movement"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Edit Makefile)
[Pipeline] sh
+ sed -i 's/FFLAGS += -I.*/FFLAGS += -I${INC_MPI} -I${INC_NETCDF} -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART/g' Makefile
+ vim Makefile '+%s/# {nightly gfortran} DO NOT REMOVE THIS LINE\n#ifeq ($(PLATFORM),Linux)\nifeq ($(PLATFORM),NOTNOT) # Change to line above to use/# {nightly gfortran} DO NOT REMOVE THIS LINE\rifeq ($(PLATFORM),Linux)\r#ifeq ($(PLATFORM),NOTNOT) # Change to line above to use/g' +wqall
Vim: Warning: Output is not to a terminal
Vim: Warning: Input is not from a terminal
"Makefile" 707L, 24381B

"Makefile" 707L, 24381B written

+ vim Makefile '+%s/# {nightly pgi} DO NOT REMOVE THIS LINE\nifeq ($(PLATFORM),Linux)\n#ifeq ($(PLATFORM),NOTNOT) # Change to line above to use/# {nightly pgi} DO NOT REMOVE THIS LINE\r#ifeq ($(PLATFORM),Linux)\rifeq ($(PLATFORM),NOTNOT) # Change to line above to use/g' +wqall
Vim: Warning: Output is not to a terminal
Vim: Warning: Input is not from a terminal
"Makefile" 707L, 24381B

"Makefile" 707L, 24381B written

[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Edit Default Case)
[Pipeline] sh
+ sed -i 's/nstop.*/nstop   = 6,/g' DYCOMS_RF02/prm
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] sh
+ ./Build
if ! ( -d /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_2D ) mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_2D
mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_2D
if ! ( -d /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_3D ) mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_3D
mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_3D
if ! ( -d /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_MOMENTS ) mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_MOMENTS
mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_MOMENTS
if ! ( -d /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_STAT ) mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_STAT
mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_STAT
if ! ( -d /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_MOVIES ) mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_MOVIES
mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_MOVIES
if ! ( -d /home/jenkins/workspace/sam_clubb_copy_test@2/RESTART ) mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/RESTART
mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/RESTART
if ! ( -d /home/jenkins/workspace/sam_clubb_copy_test@2/OBJ ) mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OBJ
mkdir /home/jenkins/workspace/sam_clubb_copy_test@2/OBJ
if ! ( -d OUT_2D ) ln -s /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_2D OUT_2D
if ! ( -d OUT_3D ) ln -s /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_3D OUT_3D
if ! ( -d OUT_MOMENTS ) ln -s /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_MOMENTS OUT_MOMENTS
if ! ( -d OUT_STAT ) ln -s /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_STAT OUT_STAT
if ! ( -d OUT_MOVIES ) ln -s /home/jenkins/workspace/sam_clubb_copy_test@2/OUT_MOVIES OUT_MOVIES
if ! ( -d RESTART ) ln -s /home/jenkins/workspace/sam_clubb_copy_test@2/RESTART RESTART
if ! ( -d OBJ ) ln -s /home/jenkins/workspace/sam_clubb_copy_test@2/OBJ OBJ
cat
if ( -e /home/jenkins/workspace/sam_clubb_copy_test@2/OBJ/MICRO_RAD_OPTIONS ) then
mv -f MICRO_RAD_OPTIONS.new /home/jenkins/workspace/sam_clubb_copy_test@2/OBJ/MICRO_RAD_OPTIONS
cd /home/jenkins/workspace/sam_clubb_copy_test@2/OBJ
if ( ! ( -e Filepath ) ) then
cat
endif
gmake -j4 -f /home/jenkins/workspace/sam_clubb_copy_test@2/Makefile
cat: Srcfiles: No such file or directory
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SCRIPT/mkSrcfiles > Srcfiles
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SCRIPT/mkDepends Filepath Srcfiles > Depends
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/clubb_precision.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SIMULATORS/MISR_simulator.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/error_code.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/model_flags.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advection.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/domain.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/shr_kind_mod.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/parameters_model.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stat_file_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/parameter_indices.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/array_index.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/lapack_interfaces.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/endian.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/input_names.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/mt95.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs_params.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/latin_hypercube_arrays.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/parameters_silhs.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/atmosphere.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/shr_orb_mod.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/code_timer_module.F90;
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/cstuff.c
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/cstuff.c: In function ‘systemf_’:
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/cstuff.c:37:36: warning: implicit declaration of function ‘system’; did you mean ‘systemf’? [-Wimplicit-function-declaration]
   37 | void systemf (const char *string) {system(string);}
      |                                    ^~~~~~
      |                                    systemf
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dasum.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/daxpy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dcopy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/ddot.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbcon.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbequ.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbmv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbrfs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbsv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbsvx.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbtf2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbtrf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgbtrs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgemm.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgemv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dger.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgtcon.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgtrfs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgtsv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgtsvx.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgttrf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgttrs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dgtts2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/disnan.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlabad.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlacn2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlacpy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlae2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlaev2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlagtm.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlaisnan.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlamch.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlangb.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlangt.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlanst.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlansy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlantb.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlapy2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlaqgb.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlaqsy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlarf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlarfb.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlarfg.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlarft.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlartg.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlascl.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlaset.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlasr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlasrt.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlassq.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlaswp.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlatbs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dlatrd.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dnrm2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dorg2l.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dorg2r.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dorgql.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dorgqr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dorgtr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dpoequ.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dpotrf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dpotrf2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/drscl.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dscal.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsteqr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsterf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dswap.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsyev.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsymv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsyr2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsyr2k.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsyrk.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsytd2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dsytrd.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dtbsv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dtrmm.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dtrmv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/dtrsm.f
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/f_wrappers.c
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/fft.f90;
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/get_cpustamp.c
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/get_thread_num.c
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SIMULATORS/icarus.F
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/idamax.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/ieeeck.f
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SIMULATORS/icarus.F:1004:72:

 1004 |       do 38 ilev2=1,7
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 38 at (1)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/iladlc.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/iladlr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/ilaenv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ilaslc.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ilaslr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SIMULATORS/modis_simulator.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_double/iparmq.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/isamax.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_shared/lsame.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/READIOPDATA_CORE/readiopdata_core_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/penta_lu_solver.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/quicksort.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/random.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sasum.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/sat.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/saxpy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/scopy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sdot.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbcon.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbequ.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbmv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbrfs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbsv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbsvx.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbtf2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbtrf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgbtrs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgemm.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgemv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sger.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgtcon.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgtrfs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgtsv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgtsvx.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgttrf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgttrs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sgtts2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sisnan.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slabad.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slacn2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slacpy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slae2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slaev2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slagtm.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slaisnan.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slamch.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slangb.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slangt.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slanst.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slansy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slantb.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slapy2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slaqgb.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slaqsy.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slarf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slarfb.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slarfg.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slarft.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slartg.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slascl.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slaset.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slasr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slasrt.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slassq.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slaswp.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slatbs.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/slatrd.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/snrm2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sorg2l.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sorg2r.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sorgql.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sorgqr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sorgtr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/spoequ.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/spotrf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/spotrf2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/srscl.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sscal.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssteqr.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssterf.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/sswap.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssyev.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssymv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssyr2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssyr2k.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssyrk.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssytd2.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/ssytrd.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/stbsv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/strmm.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/strmv.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_single/strsm.f
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_error.c
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_initialize.c
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_pclstr.c
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_pr.c
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_reset.c
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_pr.c: In function ‘t_pr’:
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_pr.c:78:26: warning: embedded ‘\0’ in format [-Wformat-contains-nul]
   78 |   sprintf (outfile, "%s%d\0","timing.", procid);
      |                          ^~
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_pr.c: In function ‘print_header’:
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_pr.c:358:28: warning: format not a string literal and no format arguments [-Wformat-security]
  358 |       fprintf (fp, event[n]->string);
      |                    ~~~~~~~~^~~~~~~~
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_setoption.c
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_stamp.c
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_start.c
gcc -c -DLINUX   -I/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_stop.c
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_rank_to_index.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_stop.c: In function ‘t_stop’:
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_stop.c:148:2: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
  148 |  printf ("t_stop: negative delta => probable counter overflow. "
      |  ^~~~~~
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_stop.c:148:2: warning: incompatible implicit declaration of built-in function ‘printf’
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/TIMING/t_stop.c:10:1: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
    9 | #include <gpt.h>
  +++ |+#include <stdio.h>
   10 | 
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/tridiag_lu_solver.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/LAPACK/Lapack_shared/xerbla.f
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/constants_clubb.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/grid_config.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_type.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/math_utilities.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/cam_rad_parameterizations.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/compress3D.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/header.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/pressure.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_sw.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_u2.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_v2.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_w2w3.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_wu.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_wv.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_varscalar.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_assign_bnd.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_exchange.F90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_wv.F90:48:67:

   46 |         do j = 1, ny, 1
      |                       2                                            
   47 |             do i = 1, nx, 1
   48 |                 v_curr_t(i,j,k) = 0.5 * ( v_curr(i,j,k) + v_curr(i,j+1,k) )
      |                                                                   1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_wv.F90:48:67:

   46 |         do j = 1, ny, 1
      |                       2                                            
   47 |             do i = 1, nx, 1
   48 |                 v_curr_t(i,j,k) = 0.5 * ( v_curr(i,j,k) + v_curr(i,j+1,k) )
      |                                                                   1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_wv.F90:49:67:

   46 |         do j = 1, ny, 1
      |                       2                                            
......
   49 |                 v_prev_t(i,j,k) = 0.5 * ( v_prev(i,j,k) + v_prev(i,j+1,k) )
      |                                                                   1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_covar_wv.F90:49:67:

   46 |         do j = 1, ny, 1
      |                       2                                            
......
   49 |                 v_prev_t(i,j,k) = 0.5 * ( v_prev(i,j,k) + v_prev(i,j+1,k) )
      |                                                                   1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_init.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_ranks.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_util_MPI.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/utils.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/LY93_pdf.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/Nc_Ncn_eqns.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/file_functions.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/interpolation.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/T_in_K_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/abcoefs.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/ppgrid.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/vars.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/calc_roots.F90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_util_MPI.f90:157:16:

  137 |         call MPI_ISEND(buffer,length,real_size,rank_to,tag,MPI_COMM_WORLD,request,ierr)
      |                       2
......
  157 |  call MPI_ISEND(buffer,length,MPI_INTEGER,rank_to,tag, &
      |                1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_util_MPI.f90:263:16:

  227 |  call MPI_IRECV(buffer,length,real_size,MPI_ANY_SOURCE, &
      |                2
......
  263 |  call MPI_IRECV(buffer,length,MPI_INTEGER,MPI_ANY_SOURCE, &
      |                1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_util_MPI.f90:381:20:

  363 |  call MPI_ALLREDUCE(buffer_in,buffer_out,length, &
      |                    2
......
  381 |  call MPI_ALLREDUCE(buffer_in,buffer_out,length, &
      |                    1
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/REAL(4)).
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/saturation.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_variables.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_type_utilities.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/pdf_parameter_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/sigma_sqd_w_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/index_mapping.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/new_tsdadg_pdf.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/new_hybrid_pdf.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/new_pdf.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/pdf_utilities.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/parameters_tunable.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/lapack_wrap.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/clip_semi_implicit.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_lh_zt_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_zt_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/calendar.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_sfc_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_lh_sfc_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_rad_zt_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/output_netcdf.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_zm_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_rad_zm_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_xy.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_z.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_xy.f90:49:8:

   45 |  do j = 0, ny
      |              2
......
   49 |    fu(i,j,k)=dy25*(v(i,jc,k)+v(ib,jc,k))*(u(i,j,k)+u(i,jc,k))
      |        1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_xy.f90:49:46:

   45 |  do j = 0, ny
      |              2                                
......
   49 |    fu(i,j,k)=dy25*(v(i,jc,k)+v(ib,jc,k))*(u(i,j,k)+u(i,jc,k))
      |                                              1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_xy.f90:50:8:

   45 |  do j = 0, ny
      |              2
......
   50 |    fv(i,j,k)=dy25*(v(i,jc,k)+v(i,j,k))*(v(i,j,k)+v(i,jc,k))
      |        1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_xy.f90:50:33:

   45 |  do j = 0, ny
      |              2                   
......
   50 |    fv(i,j,k)=dy25*(v(i,jc,k)+v(i,j,k))*(v(i,j,k)+v(i,jc,k))
      |                                 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_xy.f90:50:44:

   45 |  do j = 0, ny
      |              2                              
......
   50 |    fv(i,j,k)=dy25*(v(i,jc,k)+v(i,j,k))*(v(i,j,k)+v(i,jc,k))
      |                                            1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_xy.f90:51:8:

   45 |  do j = 0, ny
      |              2
......
   51 |    fw(i,j,k)=dy25*(v(i,jc,k)*rho(k)*adz(k)+ &
      |        1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_xy.f90:52:49:

   45 |  do j = 0, ny
      |              2                                   
......
   52 |              v(i,jc,kcu)*rho(kcu)*adz(kcu))*(w(i,j,kc)+w(i,jc,kc))
      |                                                 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/input_reader.F90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_z.f90:42:35:

   39 |  do j=1,ny
      |          2                         
......
   42 |    fvz(i,j,k) = rhoi*(w(i,j,k)+w(i,j-1,k))*(v(i,j,k)+v(i,j,kb))
      |                                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect2_mom_z.f90:42:35:

   39 |  do j=1,ny
      |          2                         
......
   42 |    fvz(i,j,k) = rhoi*(w(i,j,k)+w(i,j-1,k))*(v(i,j,k)+v(i,j,kb))
      |                                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/matrix_operations.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/hydromet_pdf_parameter_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/precipitation_fraction.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/diagnose_correlations_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/compute_correlation_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/tracers.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/generate_uniform_sample_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/output_2D_samples_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/transform_to_pdf_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/silhs_importance_sample_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/est_kessler_microphys_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/rad.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/aer_optics.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/albedo.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/bound_duvdt.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/bound_exchange.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/boundaries.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/cldefrint.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/coriolis.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom_xy.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom_z.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/fluxes_scalar_z.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/init.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/pkg_cldoptics.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/volcrad.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/raddedmx.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/radini.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/radinp.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/radoz2.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/shear_prod2D.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/shear_prod3D.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_2Dinit.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_mom.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_mom_third.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_mom_u.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_mom_v.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_sw2.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_tke.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_bound_duvdt.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/trcab.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/trcabn.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/trcems.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/trcplk.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/trcpth.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/zenith.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/grid_class.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/abortutils.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/adams.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/new_hybrid_pdf_main.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/new_pdf_main.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/matrix_solver_wrapper.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/output_grads.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/corr_varnce_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/lh_microphys_var_covar_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/gffgch.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/radae.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/radcswmx.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/wrap_nf.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/Skx_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/adg1_adg2_3d_luhar_pdf.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/advance_helper_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/numerical_check.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/fill_holes.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/diffusion.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/pos_definite_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/mean_adv.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/clip_explicit.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/turbulent_adv_pdf.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/mono_flux_limiter.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/sponge_layer_damping.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/advance_xp3_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/sfc_varnce_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/stats_clubb_utilities.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/advance_xp2_xpyp_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/calc_pressure.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/advance_wp2_wp3_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/advance_windm_edsclrm_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/setup_clubb_pdf_params.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/latin_hypercube_driver_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/rad_restart.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/radclwmx.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/mixing_length.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/pdf_closure_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/advance_xm_wpxp_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/silhs_api_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/advance_clubb_core_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/clubb_api_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  -Wall -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubbvars.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  -Wall -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_silhs_vars.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/params.F90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/params.F90:102:0:

  102 | #endif UWM_MISC
      | 
Warning: extra tokens at end of #endif directive
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/hbuffer.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/compute_chi_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/module_mp_graupel.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/calc_vars_util.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect_mom.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar2D.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:101:23:

   95 |   do j=0,nyp1
      |             2          
......
  101 |     mx(i,j,k)=max(f(ib,j,k),f(ic,j,k),f(i,jb,k), &
      |                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:101:33:

   95 |   do j=0,nyp1
      |             2                    
......
  101 |     mx(i,j,k)=max(f(ib,j,k),f(ic,j,k),f(i,jb,k), &
      |                                 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:102:32:

   95 |   do j=0,nyp1
      |             2                   
......
  102 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k))
      |                                1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:102:42:

   95 |   do j=0,nyp1
      |             2                             
......
  102 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k))
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:102:52:

   95 |   do j=0,nyp1
      |             2                                       
......
  102 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k))
      |                                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:103:23:

   95 |   do j=0,nyp1
      |             2          
......
  103 |     mn(i,j,k)=min(f(ib,j,k),f(ic,j,k),f(i,jb,k), &
      |                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:103:33:

   95 |   do j=0,nyp1
      |             2                    
......
  103 |     mn(i,j,k)=min(f(ib,j,k),f(ic,j,k),f(i,jb,k), &
      |                                 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:104:32:

   95 |   do j=0,nyp1
      |             2                   
......
  104 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k))
      |                                1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:104:42:

   95 |   do j=0,nyp1
      |             2                             
......
  104 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k))
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:104:52:

   95 |   do j=0,nyp1
      |             2                                       
......
  104 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k))
      |                                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:114:26:

  112 |   do j=-1,nyp2
      |              2            
  113 |    do i=-1,nxp3
  114 |     uuu(i,j,k)=max(0.,u(i,j,k))*f(i-1,j,k)+min(0.,u(i,j,k))*f(i,j,k)
      |                          1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:114:38:

  112 |   do j=-1,nyp2
      |              2                        
  113 |    do i=-1,nxp3
  114 |     uuu(i,j,k)=max(0.,u(i,j,k))*f(i-1,j,k)+min(0.,u(i,j,k))*f(i,j,k)
      |                                      1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:114:54:

  112 |   do j=-1,nyp2
      |              2                                        
  113 |    do i=-1,nxp3
  114 |     uuu(i,j,k)=max(0.,u(i,j,k))*f(i-1,j,k)+min(0.,u(i,j,k))*f(i,j,k)
      |                                                      1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:114:64:

  112 |   do j=-1,nyp2
      |              2                                                  
  113 |    do i=-1,nxp3
  114 |     uuu(i,j,k)=max(0.,u(i,j,k))*f(i-1,j,k)+min(0.,u(i,j,k))*f(i,j,k)
      |                                                                1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:122:26:

  120 |   do j=-1,nyp3
      |              2            
  121 |    do i=-1,nxp2
  122 |     vvv(i,j,k)=max(0.,v(i,j,k))*f(i,j-1,k)+min(0.,v(i,j,k))*f(i,j,k)
      |                          1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:122:36:

  120 |   do j=-1,nyp3
      |              2                      
  121 |    do i=-1,nxp2
  122 |     vvv(i,j,k)=max(0.,v(i,j,k))*f(i,j-1,k)+min(0.,v(i,j,k))*f(i,j,k)
      |                                    1
Warning: Array reference at (1) out of bounds (-2 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:122:36:

  120 |   do j=-1,nyp3
      |              2                      
  121 |    do i=-1,nxp2
  122 |     vvv(i,j,k)=max(0.,v(i,j,k))*f(i,j-1,k)+min(0.,v(i,j,k))*f(i,j,k)
      |                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:122:54:

  120 |   do j=-1,nyp3
      |              2                                        
  121 |    do i=-1,nxp2
  122 |     vvv(i,j,k)=max(0.,v(i,j,k))*f(i,j-1,k)+min(0.,v(i,j,k))*f(i,j,k)
      |                                                      1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:122:64:

  120 |   do j=-1,nyp3
      |              2                                                  
  121 |    do i=-1,nxp2
  122 |     vvv(i,j,k)=max(0.,v(i,j,k))*f(i,j-1,k)+min(0.,v(i,j,k))*f(i,j,k)
      |                                                                1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:131:26:

  129 |   do j=-1,nyp2
      |              2            
  130 |    do i=-1,nxp2
  131 |     www(i,j,k)=max(0.,w(i,j,k))*f(i,j,kb)+min(0.,w(i,j,k))*f(i,j,k)
      |                          1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:131:36:

  129 |   do j=-1,nyp2
      |              2                      
  130 |    do i=-1,nxp2
  131 |     www(i,j,k)=max(0.,w(i,j,k))*f(i,j,kb)+min(0.,w(i,j,k))*f(i,j,k)
      |                                    1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:131:53:

  129 |   do j=-1,nyp2
      |              2                                       
  130 |    do i=-1,nxp2
  131 |     www(i,j,k)=max(0.,w(i,j,k))*f(i,j,kb)+min(0.,w(i,j,k))*f(i,j,k)
      |                                                     1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:131:63:

  129 |   do j=-1,nyp2
      |              2                                                 
  130 |    do i=-1,nxp2
  131 |     www(i,j,k)=max(0.,w(i,j,k))*f(i,j,kb)+min(0.,w(i,j,k))*f(i,j,k)
      |                                                               1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:148:10:

  146 |   do j=-1,nyp2
      |              2
  147 |    do i=-1,nxp2
  148 |       f(i,j,k)=f(i,j,k) -(uuu(i+1,j,k)-uuu(i,j,k)+vvv(i,j+1,k)-vvv(i,j,k) &
      |          1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:148:19:

  146 |   do j=-1,nyp2
      |              2     
  147 |    do i=-1,nxp2
  148 |       f(i,j,k)=f(i,j,k) -(uuu(i+1,j,k)-uuu(i,j,k)+vvv(i,j+1,k)-vvv(i,j,k) &
      |                   1
Warning: Array reference at (1) out of bounds (-1 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:148:56:

  146 |   do j=-1,nyp2
      |              2                                          
  147 |    do i=-1,nxp2
  148 |       f(i,j,k)=f(i,j,k) -(uuu(i+1,j,k)-uuu(i,j,k)+vvv(i,j+1,k)-vvv(i,j,k) &
      |                                                        1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:164:27:

  159 |   do j=0,nyp1
      |             2              
......
  164 |     uuu(i,j,k)=andiff(f(ib,j,k),f(i,j,k),u(i,j,k),irho(k)) &
      |                           1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:164:36:

  159 |   do j=0,nyp1
      |             2                       
......
  164 |     uuu(i,j,k)=andiff(f(ib,j,k),f(i,j,k),u(i,j,k),irho(k)) &
      |                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:164:45:

  159 |   do j=0,nyp1
      |             2                                
......
  164 |     uuu(i,j,k)=andiff(f(ib,j,k),f(i,j,k),u(i,j,k),irho(k)) &
      |                                             1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:166:23:

  159 |   do j=0,nyp1
      |             2          
......
  166 |                    u(i,j,k), v(ib,j,k)+v(ib,jc,k)+v(i,jc,k)+v(i,j,k)) &
      |                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:166:34:

  159 |   do j=0,nyp1
      |             2                     
......
  166 |                    u(i,j,k), v(ib,j,k)+v(ib,jc,k)+v(i,jc,k)+v(i,j,k)) &
      |                                  1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:166:64:

  159 |   do j=0,nyp1
      |             2                                                   
......
  166 |                    u(i,j,k), v(ib,j,k)+v(ib,jc,k)+v(i,jc,k)+v(i,j,k)) &
      |                                                                1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:167:31:

  159 |   do j=0,nyp1
      |             2                  
......
  167 |               +across(dd*(f(ib,j,kc)+f(i,j,kc)-f(ib,j,kb)-f(i,j,kb)), &
      |                               1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:167:41:

  159 |   do j=0,nyp1
      |             2                            
......
  167 |               +across(dd*(f(ib,j,kc)+f(i,j,kc)-f(ib,j,kb)-f(i,j,kb)), &
      |                                         1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:167:52:

  159 |   do j=0,nyp1
      |             2                                       
......
  167 |               +across(dd*(f(ib,j,kc)+f(i,j,kc)-f(ib,j,kb)-f(i,j,kb)), &
      |                                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:167:62:

  159 |   do j=0,nyp1
      |             2                                                 
......
  167 |               +across(dd*(f(ib,j,kc)+f(i,j,kc)-f(ib,j,kb)-f(i,j,kb)), &
      |                                                              1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:168:23:

  159 |   do j=0,nyp1
      |             2          
......
  168 |                    u(i,j,k), w(ib,j,k)+w(ib,j,kc)+w(i,j,k)+w(i,j,kc))) *irho(k)
      |                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:168:34:

  159 |   do j=0,nyp1
      |             2                     
......
  168 |                    u(i,j,k), w(ib,j,k)+w(ib,j,kc)+w(i,j,k)+w(i,j,kc))) *irho(k)
      |                                  1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:168:44:

  159 |   do j=0,nyp1
      |             2                               
......
  168 |                    u(i,j,k), w(ib,j,k)+w(ib,j,kc)+w(i,j,k)+w(i,j,kc))) *irho(k)
      |                                            1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:168:54:

  159 |   do j=0,nyp1
      |             2                                         
......
  168 |                    u(i,j,k), w(ib,j,k)+w(ib,j,kc)+w(i,j,k)+w(i,j,kc))) *irho(k)
      |                                                      1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:168:63:

  159 |   do j=0,nyp1
      |             2                                                  
......
  168 |                    u(i,j,k), w(ib,j,k)+w(ib,j,kc)+w(i,j,k)+w(i,j,kc))) *irho(k)
      |                                                               1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:182:36:

  177 |   do j=0,nyp2
      |             2                       
......
  182 |     vvv(i,j,k)=andiff(f(i,jb,k),f(i,j,k),v(i,j,k),irho(k)) &
      |                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:182:45:

  177 |   do j=0,nyp2
      |             2                                
......
  182 |     vvv(i,j,k)=andiff(f(i,jb,k),f(i,j,k),v(i,j,k),irho(k)) &
      |                                             1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:183:39:

  177 |   do j=0,nyp2
      |             2                          
......
  183 |               -(across(f(ic,jb,k)+f(ic,j,k)-f(ib,jb,k)-f(ib,j,k), &
      |                                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:183:60:

  177 |   do j=0,nyp2
      |             2                                               
......
  183 |               -(across(f(ic,jb,k)+f(ic,j,k)-f(ib,jb,k)-f(ib,j,k), &
      |                                                            1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:184:23:

  177 |   do j=0,nyp2
      |             2          
......
  184 |                    v(i,j,k), u(i,jb,k)+u(i,j,k)+u(ic,j,k)+u(ic,jb,k)) &
      |                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:184:43:

  177 |   do j=0,nyp2
      |             2                              
......
  184 |                    v(i,j,k), u(i,jb,k)+u(i,j,k)+u(ic,j,k)+u(ic,jb,k)) &
      |                                           1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:184:53:

  177 |   do j=0,nyp2
      |             2                                        
......
  184 |                    v(i,j,k), u(i,jb,k)+u(i,j,k)+u(ic,j,k)+u(ic,jb,k)) &
      |                                                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:185:42:

  177 |   do j=0,nyp2
      |             2                             
......
  185 |                +across(dd*(f(i,jb,kc)+f(i,j,kc)-f(i,jb,kb)-f(i,j,kb)), &
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:185:63:

  177 |   do j=0,nyp2
      |             2                                                  
......
  185 |                +across(dd*(f(i,jb,kc)+f(i,j,kc)-f(i,jb,kb)-f(i,j,kb)), &
      |                                                               1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:186:23:

  177 |   do j=0,nyp2
      |             2          
......
  186 |                    v(i,j,k), w(i,jb,k)+w(i,j,k)+w(i,j,kc)+w(i,jb,kc))) *irho(k)
      |                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:186:43:

  177 |   do j=0,nyp2
      |             2                              
......
  186 |                    v(i,j,k), w(i,jb,k)+w(i,j,k)+w(i,j,kc)+w(i,jb,kc))) *irho(k)
      |                                           1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:186:52:

  177 |   do j=0,nyp2
      |             2                                       
......
  186 |                    v(i,j,k), w(i,jb,k)+w(i,j,k)+w(i,j,kc)+w(i,jb,kc))) *irho(k)
      |                                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:200:26:

  194 |   do j=0,nyp1
      |             2             
......
  200 |     www(i,j,k)=andiff(f(i,j,kb),f(i,j,k),w(i,j,k),irhow(k)) &
      |                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:200:36:

  194 |   do j=0,nyp1
      |             2                       
......
  200 |     www(i,j,k)=andiff(f(i,j,kb),f(i,j,k),w(i,j,k),irhow(k)) &
      |                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:200:45:

  194 |   do j=0,nyp1
      |             2                                
......
  200 |     www(i,j,k)=andiff(f(i,j,kb),f(i,j,k),w(i,j,k),irhow(k)) &
      |                                             1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:201:27:

  194 |   do j=0,nyp1
      |             2              
......
  201 |              -(across(f(ic,j,kb)+f(ic,j,k)-f(ib,j,kb)-f(ib,j,k), &
      |                           1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:201:38:

  194 |   do j=0,nyp1
      |             2                         
......
  201 |              -(across(f(ic,j,kb)+f(ic,j,k)-f(ib,j,kb)-f(ib,j,k), &
      |                                      1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:201:48:

  194 |   do j=0,nyp1
      |             2                                   
......
  201 |              -(across(f(ic,j,kb)+f(ic,j,k)-f(ib,j,kb)-f(ib,j,k), &
      |                                                1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:201:59:

  194 |   do j=0,nyp1
      |             2                                              
......
  201 |              -(across(f(ic,j,kb)+f(ic,j,k)-f(ib,j,kb)-f(ib,j,k), &
      |                                                           1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:202:21:

  194 |   do j=0,nyp1
      |             2        
......
  202 |                  w(i,j,k), u(i,j,kb)+u(i,j,k)+u(ic,j,k)+u(ic,j,kb)) &
      |                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:202:31:

  194 |   do j=0,nyp1
      |             2                  
......
  202 |                  w(i,j,k), u(i,j,kb)+u(i,j,k)+u(ic,j,k)+u(ic,j,kb)) &
      |                               1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:202:41:

  194 |   do j=0,nyp1
      |             2                            
......
  202 |                  w(i,j,k), u(i,j,kb)+u(i,j,k)+u(ic,j,k)+u(ic,j,kb)) &
      |                                         1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:202:51:

  194 |   do j=0,nyp1
      |             2                                      
......
  202 |                  w(i,j,k), u(i,j,kb)+u(i,j,k)+u(ic,j,k)+u(ic,j,kb)) &
      |                                                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:202:61:

  194 |   do j=0,nyp1
      |             2                                                
......
  202 |                  w(i,j,k), u(i,j,kb)+u(i,j,k)+u(ic,j,k)+u(ic,j,kb)) &
      |                                                             1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:204:21:

  194 |   do j=0,nyp1
      |             2        
......
  204 |                  w(i,j,k), v(i,j,kb)+v(i,jc,kb)+v(i,jc,k)+v(i,j,k))) *irho(k)
      |                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:204:31:

  194 |   do j=0,nyp1
      |             2                  
......
  204 |                  w(i,j,k), v(i,j,kb)+v(i,jc,kb)+v(i,jc,k)+v(i,j,k))) *irho(k)
      |                               1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:204:62:

  194 |   do j=0,nyp1
      |             2                                                 
......
  204 |                  w(i,j,k), v(i,j,kb)+v(i,jc,kb)+v(i,jc,k)+v(i,j,k))) *irho(k)
      |                                                              1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:224:23:

  218 |   do j=0,nyp1
      |             2          
......
  224 |     mx(i,j,k)=max(f(ib,j,k),f(ic,j,k),f(i,jb,k), &
      |                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:224:33:

  218 |   do j=0,nyp1
      |             2                    
......
  224 |     mx(i,j,k)=max(f(ib,j,k),f(ic,j,k),f(i,jb,k), &
      |                                 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:225:32:

  218 |   do j=0,nyp1
      |             2                   
......
  225 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k),mx(i,j,k))
      |                                1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:225:42:

  218 |   do j=0,nyp1
      |             2                             
......
  225 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k),mx(i,j,k))
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:225:52:

  218 |   do j=0,nyp1
      |             2                                       
......
  225 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k),mx(i,j,k))
      |                                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:226:23:

  218 |   do j=0,nyp1
      |             2          
......
  226 |     mn(i,j,k)=min(f(ib,j,k),f(ic,j,k),f(i,jb,k), &
      |                       1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:226:33:

  218 |   do j=0,nyp1
      |             2                    
......
  226 |     mn(i,j,k)=min(f(ib,j,k),f(ic,j,k),f(i,jb,k), &
      |                                 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:227:32:

  218 |   do j=0,nyp1
      |             2                   
......
  227 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k),mn(i,j,k))
      |                                1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:227:42:

  218 |   do j=0,nyp1
      |             2                             
......
  227 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k),mn(i,j,k))
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:227:52:

  218 |   do j=0,nyp1
      |             2                                       
......
  227 |                   f(i,jc,k),f(i,j,kb),f(i,j,kc),f(i,j,k),mn(i,j,k))
      |                                                    1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:238:37:

  234 |   do j=0,nyp1
      |             2                        
......
  238 |      mx(i,j,k)=rho(k)*(mx(i,j,k)-f(i,j,k))/ &
      |                                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:242:27:

  234 |   do j=0,nyp1
      |             2              
......
  242 |      mn(i,j,k)=rho(k)*(f(i,j,k)-mn(i,j,k))/ &
      |                           1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:294:60:

  287 |  do j=1,ny
      |          2                                                  
......
  294 |    f(i,j,k)=max(0.,f(i,j,k) -(uuu(i+1,j,k)-uuu(i,j,k)+vvv(i,j+1,k)-vvv(i,j,k) &
      |                                                            1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ADV_MPDATA/advect_scalar3D.f90:294:60:

  287 |  do j=1,ny
      |          2                                                  
......
  294 |    f(i,j,k)=max(0.,f(i,j,k) -(uuu(i+1,j,k)-uuu(i,j,k)+vvv(i,j+1,k)-vvv(i,j,k) &
      |                                                            1
Warning: Array reference at (1) out of bounds (2 > 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/buoyancy.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/simple_ocean.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/hbuf_conditionals_init.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/landflx.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/readiopdata_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/movies.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_moments.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/oceflx.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/precip_fall.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/press_grad.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/press_rhs.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/pressure_big.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/pressure_orig.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/pressz.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/printout.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/rad_simple.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/rad_simple_smoke.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/rad_simple_uwm.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setforcing.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setgrid.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setgrid.f90:78:12:

   75 |  do j=0,ny
      |          2  
......
   78 |      fcorzy(j) = 0.
      |            1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stat_sw1.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/traceini.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/uvw.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/write_fields2D.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  -Wall -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/stat_clubb.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  -Wall -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/damping.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/forcing.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/hbuf_micro_init.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/stat_clubb.F90:207:32:

  207 |         lh_rt_weighted(:,:,k) = lh_rt_weighted(:,:,k) &
      |                                1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/stat_clubb.F90:209:32:

  209 |         lh_t_weighted(:,:,k)  = lh_t_weighted(:,:,k) &
      |                                1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/stat_clubb.F90:213:47:

  213 |           X_nl_all_levs_weighted(:,:,k,ivar) = X_nl_all_levs_weighted(:,:,k,ivar) &
      |                                               1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/stat_clubb.F90:163:8:

  163 |     use microphysics, only: &
      |        1
Warning: Unused module variable ‘mkname’ which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/ice_fall.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1661:32:

 1661 |         do indx = 1, edsclr_dim, 1
      |                                1
Warning: DO loop at (1) will be executed zero times [-Wzerotrip]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1670:30:

 1670 |         do indx = 1, sclr_dim, 1
      |                              1
Warning: DO loop at (1) will be executed zero times [-Wzerotrip]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:2095:34:

 2095 |           do indx = 1, edsclr_dim
      |                                  1
Warning: DO loop at (1) will be executed zero times [-Wzerotrip]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:2101:31:

 2101 |           do indx = 1, sclr_dim
      |                               1
Warning: DO loop at (1) will be executed zero times [-Wzerotrip]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1036:28:

 1036 |       do indx = 1, sclr_dim, 1
      |                            1
Warning: DO loop at (1) will be executed zero times [-Wzerotrip]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:2413:8:

 2413 |     use grid_config, only: &
      |        1
Warning: Unused module variable ‘na’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:2419:8:

 2419 |     use vars, only: rho
      |        1
Warning: Unused module variable ‘rho’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:2368:8:

 2368 |     use grid_config, only: &
      |        1
Warning: Unused module variable ‘rank’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iing’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_chi’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_ncn’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_ni’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_nr’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_ns’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_ri’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_rr’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_rs’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘iipdf_w’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1515:17:

 1515 |       l_rad_itime                      ! .true. if we calculate radiation at the current time step
      |                 1
Warning: Unused variable ‘l_rad_itime’ declared at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1272:8:

 1272 |     use clubb_api_module, only: &
      |        1
Warning: Unused module variable ‘l_stats’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90:1481:12:

 1481 |       lh_thl ! Liquid potential temperature subcolumns  [K]
      |            1
Warning: Unused variable ‘lh_thl’ declared at (1) [-Wunused-variable]
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SIMULATORS/instrument_diagnostics.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/micro_field_utils.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/nudging.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/RAD_CAM/rad_full.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/radiation.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/statistics.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/subsidence.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/surface.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/upperbound.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/write_fields3D.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/zero.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  -Wall -Wconversion -Wunderflow -Wcharacter-truncation -std=f2008 -pedantic  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:602:23:

  602 |       do k = 1,ntracers
      |                       1
Warning: DO loop at (1) will be executed zero times [-Wzerotrip]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:804:8:

  804 |     use grid_config, only: nstep,dt,icycle
      |        1
Warning: Unused module variable ‘dt’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:804:8:

  804 |     use grid_config, only: nstep,dt,icycle
      |        1
Warning: Unused module variable ‘icycle’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:824:8:

  824 |     use sgs_params, only: doclubb, doclubbnoninter, nclubb, doclubb_sfc_fluxes
      |        1
Warning: Unused module variable ‘doclubb_sfc_fluxes’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:805:8:

  805 |     use params, only: dosmoke
      |        1
Warning: Unused module variable ‘dosmoke’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:816:8:

  816 |     use clubbvars, only: edsclr_dim, sclr_dim, wprtp, wpthlp, rho_ds_zt, rho_ds_zm, &
      |        1
Warning: Unused module variable ‘rho_ds_zm’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:816:8:

  816 |     use clubbvars, only: edsclr_dim, sclr_dim, wprtp, wpthlp, rho_ds_zt, rho_ds_zm, &
      |        1
Warning: Unused module variable ‘rtm_spurious_source’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:807:8:

  807 |     use clubb_api_module, only: grid, stats ! Type
      |        1
Warning: Unused module variable ‘stats_tout’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:807:8:

  807 |     use clubb_api_module, only: grid, stats ! Type
      |        1
Warning: Unused module variable ‘stats_tsamp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:816:8:

  816 |     use clubbvars, only: edsclr_dim, sclr_dim, wprtp, wpthlp, rho_ds_zt, rho_ds_zm, &
      |        1
Warning: Unused module variable ‘thlm_spurious_source’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:816:8:

  816 |     use clubbvars, only: edsclr_dim, sclr_dim, wprtp, wpthlp, rho_ds_zt, rho_ds_zm, &
      |        1
Warning: Unused module variable ‘wprtp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:816:8:

  816 |     use clubbvars, only: edsclr_dim, sclr_dim, wprtp, wpthlp, rho_ds_zt, rho_ds_zm, &
      |        1
Warning: Unused module variable ‘wpthlp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:439:8:

  439 |     use sgs_params, only: doclubb, doclubbnoninter, nclubb, doclubb_sfc_fluxes
      |        1
Warning: Unused module variable ‘doclubbnoninter’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:439:8:

  439 |     use sgs_params, only: doclubb, doclubbnoninter, nclubb, doclubb_sfc_fluxes
      |        1
Warning: Unused module variable ‘nclubb’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:420:8:

  420 |     use clubb_api_module, only: grid
      |        1
Warning: Unused module variable ‘stats_tout’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:420:8:

  420 |     use clubb_api_module, only: grid
      |        1
Warning: Unused module variable ‘stats_tsamp’ which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/sgs.F90:365:8:

  365 |     use grid_config, only: dt, dx, dy, dz, adz, adzw
      |        1
Warning: Unused module variable ‘adz’ which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/advect_all_scalars.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/diagnose.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom2D.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom2D_xy.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom2D_z.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90:66:19:

   62 |   do j=0,ny
      |           2        
......
   66 |     tky=rdy21*tk(i,j,k)
      |                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90:67:37:

   62 |   do j=0,ny
      |           2                          
......
   67 |     fv(i,j,k)=-2.*tky*(v(i,jc,k)-v(i,j,k))
      |                                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90:68:21:

   62 |   do j=0,ny
      |           2          
......
   68 |     tky=rdy251*(tk(i,j,k)+tk(ib,j,k)+tk(i,jc,k)+tk(ib,jc,k))
      |                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90:68:32:

   62 |   do j=0,ny
      |           2                     
......
   68 |     tky=rdy251*(tk(i,j,k)+tk(ib,j,k)+tk(i,jc,k)+tk(ib,jc,k))
      |                                1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90:69:34:

   62 |   do j=0,ny
      |           2                       
......
   69 |     fu(i,j,k)=-tky*(u(i,jc,k)-u(i,j,k)+(v(i,jc,k)-v(ib,jc,k))*dyx)
      |                                  1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90:70:21:

   62 |   do j=0,ny
      |           2          
......
   70 |     tky=rdy251*(tk(i,j,k)+tk(i,jc,k)+tk(i,j,kcu)+tk(i,jc,kcu))
      |                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90:70:42:

   62 |   do j=0,ny
      |           2                               
......
   70 |     tky=rdy251*(tk(i,j,k)+tk(i,jc,k)+tk(i,j,kcu)+tk(i,jc,kcu))
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D.F90:71:35:

   62 |   do j=0,ny
      |           2                        
......
   71 |     fw(i,j,k)=-tky*(w(i,jc,kc)-w(i,j,kc)+(v(i,jc,kcu)-v(i,jc,k))*dyz)
      |                                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_z.F90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90:66:19:

   62 |   do j=0,ny
      |           2        
......
   66 |     tky=rdy21*tk(i,j,k)
      |                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90:67:37:

   62 |   do j=0,ny
      |           2                          
......
   67 |     fv(i,j,k)=-2.*tky*(v(i,jc,k)-v(i,j,k))
      |                                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90:68:21:

   62 |   do j=0,ny
      |           2          
......
   68 |     tky=rdy251*(tk(i,j,k)+tk(ib,j,k)+tk(i,jc,k)+tk(ib,jc,k))
      |                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90:68:32:

   62 |   do j=0,ny
      |           2                     
......
   68 |     tky=rdy251*(tk(i,j,k)+tk(ib,j,k)+tk(i,jc,k)+tk(ib,jc,k))
      |                                1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90:69:34:

   62 |   do j=0,ny
      |           2                       
......
   69 |     fu(i,j,k)=-tky*(u(i,jc,k)-u(i,j,k)+(v(i,jc,k)-v(ib,jc,k))*dyx)
      |                                  1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90:70:21:

   62 |   do j=0,ny
      |           2          
......
   70 |     tky=rdy251*(tk(i,j,k)+tk(i,jc,k)+tk(i,j,kcu)+tk(i,jc,kcu))
      |                     1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90:70:42:

   62 |   do j=0,ny
      |           2                               
......
   70 |     tky=rdy251*(tk(i,j,k)+tk(i,jc,k)+tk(i,j,kcu)+tk(i,jc,kcu))
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_mom3D_xy.F90:71:35:

   62 |   do j=0,ny
      |           2                        
......
   71 |     fw(i,j,k)=-tky*(w(i,jc,kc)-w(i,j,kc)+(v(i,jc,kcu)-v(i,jc,k))*dyz)
      |                                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar2D.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar2D_xy.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar2D_z.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar3D.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar3D.f90:125:19:

  122 |  do j=0,ny
      |          2         
......
  125 |    tky=rdy5*(tkh(i,j,k)+tkh(i,jc,k))
      |                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar3D.f90:126:42:

  122 |  do j=0,ny
      |          2                                
......
  126 |    flx(i,j,k)=-tky*(field(i,jc,k)-field(i,j,k))
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar3D_xy.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar3D_z.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar_xy.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar_z.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar3D_xy.f90:125:19:

  122 |  do j=0,ny
      |          2         
......
  125 |    tky=rdy5*(tkh(i,j,k)+tkh(i,jc,k))
      |                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/diffuse_scalar3D_xy.f90:126:42:

  122 |  do j=0,ny
      |          2                                
......
  126 |    flx(i,j,k)=-tky*(field(i,jc,k)-field(i,j,k))
      |                                          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/hbuf_sgs_init.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/kurant.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setdata_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stepout_module.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/periodic.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/restart.F90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setdata_module.F90:249:19:

  226 | do k= 1,nzm
      |           2        
......
  249 |  call atmosphere(z(k-1)/1000.,ratio_p1,rrr1,ratio_t1)
      |                   1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setdata_module.F90:252:34:

  226 | do k= 1,nzm
      |           2                       
......
  252 |  tabs0(k)=ratio_t2/ratio_t1*tabs0(k-1)
      |                                  1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setdata_module.F90:257:13:

  226 | do k= 1,nzm
      |           2  
......
  257 |   q0(k) = q0(k-1)*exp(-(z(k)-z(k-1))/3000.) ! always decrease q0 with height
      |             1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setdata_module.F90:257:31:

  226 | do k= 1,nzm
      |           2                    
......
  257 |   q0(k) = q0(k-1)*exp(-(z(k)-z(k-1))/3000.) ! always decrease q0 with height
      |                               1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setdata_module.F90:258:10:

  226 | do k= 1,nzm
      |           2
......
  258 |  u0(k)=u0(k-1)
      |          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setdata_module.F90:259:10:

  226 | do k= 1,nzm
      |           2
......
  259 |  v0(k)=v0(k-1)
      |          1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2)
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setparm.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setperturb.f90;
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/setparm.F90:88:0:

   88 | #endif UWM_MISC
      | 
Warning: extra tokens at end of #endif directive
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_boundaries.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/task_dispatch.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/tke_full.f90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -c   -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART  /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/main.F90;
/usr/local/mpi/MPICH-3.3.1-gfortran/bin/mpif90 -g -fbounds-check -mieee-fp -finit-real=nan -finit-integer=-99999 -finit-logical=false -fall-intrinsics -fallow-argument-mismatch -fbacktrace -ffree-line-length-0 -fcheck=all -I/usr/local/mpi/MPICH-3.3.1-gfortran/include -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include -DCLUBB -DCLUBB_REAL_TYPE=8 -DNETCDF -DUWM_STATS -DUWM_MISC -DSILHS -DUWM_MICRO_CHANGES -DMICRO_RESTART -o /home/jenkins/workspace/sam_clubb_copy_test@2/SAM_ADV_MPDATA_SGS_CLUBB_RAD_CAM_MICRO_M2005_UWM LY93_pdf.o MISR_simulator.o Nc_Ncn_eqns.o Skx_module.o T_in_K_module.o abcoefs.o abortutils.o adams.o adg1_adg2_3d_luhar_pdf.o advance_clubb_core_module.o advance_helper_module.o advance_windm_edsclrm_module.o advance_wp2_wp3_module.o advance_xm_wpxp_module.o advance_xp2_xpyp_module.o advance_xp3_module.o advect2_mom_xy.o advect2_mom_z.o advect_all_scalars.o advect_mom.o advect_scalar.o advect_scalar2D.o advect_scalar3D.o advection.o aer_optics.o albedo.o array_index.o atmosphere.o bound_duvdt.o bound_exchange.o boundaries.o buoyancy.o calc_pressure.o calc_roots.o calc_vars_util.o calendar.o cam_rad_parameterizations.o cldefrint.o clip_explicit.o clip_semi_implicit.o clubb_api_module.o clubb_precision.o clubb_sgs.o clubb_silhs_vars.o clubbvars.o code_timer_module.o compress3D.o compute_chi_module.o compute_correlation_module.o constants_clubb.o coriolis.o corr_varnce_module.o cstuff.o damping.o dasum.o daxpy.o dcopy.o ddot.o dgbcon.o dgbequ.o dgbmv.o dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o dgbtrf.o dgbtrs.o dgemm.o dgemv.o dger.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o diagnose.o diagnose_correlations_module.o diffuse_mom.o diffuse_mom2D.o diffuse_mom2D_xy.o diffuse_mom2D_z.o diffuse_mom3D.o diffuse_mom3D_xy.o diffuse_mom3D_z.o diffuse_mom_xy.o diffuse_mom_z.o diffuse_scalar.o diffuse_scalar2D.o diffuse_scalar2D_xy.o diffuse_scalar2D_z.o diffuse_scalar3D.o diffuse_scalar3D_xy.o diffuse_scalar3D_z.o diffuse_scalar_xy.o diffuse_scalar_z.o diffusion.o disnan.o dlabad.o dlacn2.o dlacpy.o dlae2.o dlaev2.o dlagtm.o dlaisnan.o dlamch.o dlangb.o dlangt.o dlanst.o dlansy.o dlantb.o dlapy2.o dlaqgb.o dlaqsy.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlartg.o dlascl.o dlaset.o dlasr.o dlasrt.o dlassq.o dlaswp.o dlatbs.o dlatrd.o dnrm2.o domain.o dorg2l.o dorg2r.o dorgql.o dorgqr.o dorgtr.o dpoequ.o dpotrf.o dpotrf2.o drscl.o dscal.o dsteqr.o dsterf.o dswap.o dsyev.o dsymv.o dsyr2.o dsyr2k.o dsyrk.o dsytd2.o dsytrd.o dtbsv.o dtrmm.o dtrmv.o dtrsm.o endian.o error_code.o est_kessler_microphys_module.o f_wrappers.o fft.o file_functions.o fill_holes.o fluxes_scalar_z.o forcing.o generate_uniform_sample_module.o get_cpustamp.o get_thread_num.o gffgch.o grid_class.o grid_config.o hbuf_conditionals_init.o hbuf_micro_init.o hbuf_sgs_init.o hbuffer.o header.o hydromet_pdf_parameter_module.o icarus.o ice_fall.o idamax.o ieeeck.o iladlc.o iladlr.o ilaenv.o ilaslc.o ilaslr.o index_mapping.o init.o input_names.o input_reader.o instrument_diagnostics.o interpolation.o iparmq.o isamax.o kurant.o landflx.o lapack_interfaces.o lapack_wrap.o latin_hypercube_arrays.o latin_hypercube_driver_module.o lh_microphys_var_covar_module.o lsame.o main.o math_utilities.o matrix_operations.o matrix_solver_wrapper.o mean_adv.o micro_field_utils.o microphysics.o mixing_length.o model_flags.o modis_simulator.o module_mp_graupel.o mono_flux_limiter.o movies.o mt95.o new_hybrid_pdf.o new_hybrid_pdf_main.o new_pdf.o new_pdf_main.o new_tsdadg_pdf.o nudging.o numerical_check.o oceflx.o output_2D_samples_module.o output_grads.o output_netcdf.o parameter_indices.o parameters_model.o parameters_silhs.o parameters_tunable.o params.o pdf_closure_module.o pdf_parameter_module.o pdf_utilities.o penta_lu_solver.o periodic.o pkg_cldoptics.o pos_definite_module.o ppgrid.o precip_fall.o precipitation_fraction.o press_grad.o press_rhs.o pressure.o pressure_big.o pressure_orig.o pressz.o printout.o quicksort.o rad.o rad_full.o rad_restart.o rad_simple.o rad_simple_smoke.o rad_simple_uwm.o radae.o radclwmx.o radcswmx.o raddedmx.o radiation.o radini.o radinp.o radoz2.o random.o readiopdata_core_module.o readiopdata_module.o restart.o sasum.o sat.o saturation.o saxpy.o scopy.o sdot.o setdata_module.o setforcing.o setgrid.o setparm.o setperturb.o setup_clubb_pdf_params.o sfc_varnce_module.o sgbcon.o sgbequ.o sgbmv.o sgbrfs.o sgbsv.o sgbsvx.o sgbtf2.o sgbtrf.o sgbtrs.o sgemm.o sgemv.o sger.o sgs.o sgs_params.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o sgttrs.o sgtts2.o shear_prod2D.o shear_prod3D.o shr_kind_mod.o shr_orb_mod.o sigma_sqd_w_module.o silhs_api_module.o silhs_importance_sample_module.o simple_ocean.o sisnan.o slabad.o slacn2.o slacpy.o slae2.o slaev2.o slagtm.o slaisnan.o slamch.o slangb.o slangt.o slanst.o slansy.o slantb.o slapy2.o slaqgb.o slaqsy.o slarf.o slarfb.o slarfg.o slarft.o slartg.o slascl.o slaset.o slasr.o slasrt.o slassq.o slaswp.o slatbs.o slatrd.o snrm2.o sorg2l.o sorg2r.o sorgql.o sorgqr.o sorgtr.o spoequ.o sponge_layer_damping.o spotrf.o spotrf2.o srscl.o sscal.o ssteqr.o ssterf.o sswap.o ssyev.o ssymv.o ssyr2.o ssyr2k.o ssyrk.o ssytd2.o ssytrd.o stat_2Dinit.o stat_clubb.o stat_covar_sw.o stat_covar_u2.o stat_covar_v2.o stat_covar_w2w3.o stat_covar_wu.o stat_covar_wv.o stat_file_module.o stat_mom.o stat_mom_third.o stat_mom_u.o stat_mom_v.o stat_moments.o stat_sw1.o stat_sw2.o stat_tke.o stat_varscalar.o statistics.o stats_clubb_utilities.o stats_lh_sfc_module.o stats_lh_zt_module.o stats_rad_zm_module.o stats_rad_zt_module.o stats_sfc_module.o stats_type.o stats_type_utilities.o stats_variables.o stats_zm_module.o stats_zt_module.o stbsv.o stepout_module.o strmm.o strmv.o strsm.o subsidence.o surface.o t_error.o t_initialize.o t_pclstr.o t_pr.o t_reset.o t_setoption.o t_stamp.o t_start.o t_stop.o task_assign_bnd.o task_bound_duvdt.o task_boundaries.o task_dispatch.o task_exchange.o task_init.o task_rank_to_index.o task_ranks.o task_util_MPI.o tke_full.o traceini.o tracers.o transform_to_pdf_module.o trcab.o trcabn.o trcems.o trcplk.o trcpth.o tridiag_lu_solver.o turbulent_adv_pdf.o upperbound.o utils.o uvw.o vars.o volcrad.o wrap_nf.o write_fields2D.o write_fields3D.o xerbla.o zenith.o zero.o  -L/usr/local/mpi/MPICH-3.3.1-gfortran/lib -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff 
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl CAUTION: "clubb_sgs.F90" does not match "" in Id tag.
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1876 :                um(i,j,:), vm(i,j,:), upwp(i,j,:), vpwp(i,j,:), up2(i,j,:), vp2(i,j,:), up3(i,j,:), vp3(i,j,:), & ! In/out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1886 :                wp2rtp(i,j,:), wp2thlp(i,j,:), uprcp(i,j,:), vprcp(i,j,:), rc_coef(i,j,:), wp4(i,j,:), & ! In/out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1887 :                wpup2(i,j,:), wpvp2(i,j,:), wp2up2(i,j,:), wp2vp2(i,j,:), ice_supersat_frac(i,j,:), & ! In/out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2519 :                                         gr%dzt, rho_ds_zt_col,                                  & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2546 :                                         gr%dzt, rho_ds_zt_col,                                  & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl CAUTION: "clubb_silhs_vars.F90" does not match "" in Id tag.
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_silhs_vars.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl CAUTION: "clubbvars.F90" does not match "" in Id tag.
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubbvars.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl CAUTION: "stat_clubb.F90" does not match "" in Id tag.
/home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/stat_clubb.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run SAM)
[Pipeline] sh
+ source /opt/intel/oneapi/setvars.sh --force
++ script_name=setvars.sh
++ config_file=
++ config_array=
++ component_array=
++ warning_tally=0
++ posix_nl='
'
+++ save_args --force
+++ for arg in "$@"
+++ printf '%s\n' --force
+++ sed -e 's/'\''/'\''\\'\'''\''/g' -e '1s/^/'\''/' -e '$s/$/'\'' \\/'
+++ echo ' '
++ script_args=''\''--force'\'' \
 '
++ _setvars_this_script_name=setvars.sh
+++ _setvars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' -n '' ']'
+++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
+++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++ '[' setvars.sh = script.sh ']'
++ sourcer=
++ sourced_nm=
+++ ps -p 2608170 -o comm=
++ sourced_sh=bash
+++ _setvars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' -n '' ']'
+++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
+++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++ proc_name=script.sh
++ '[' -n '' ']'
++ '[' -n '' ']'
++ '[' -n '5.1.4(1)-release' ']'
+++ printf '%s: %s' script.sh 'BASH_VERSION = 5.1.4(1)-release'
++ sourcer='script.sh: BASH_VERSION = 5.1.4(1)-release'
++ return 0
++ sourced_nm=/opt/intel/oneapi/setvars.sh
++ '[' '' = /opt/intel/oneapi/setvars.sh ']'
+++ get_script_path /opt/intel/oneapi/setvars.sh
+++ script=/opt/intel/oneapi/setvars.sh
+++ '[' -L /opt/intel/oneapi/setvars.sh ']'
++++ command dirname -- /opt/intel/oneapi/setvars.sh
+++ script_dir=/opt/intel/oneapi
++++ cd /opt/intel/oneapi
++++ command pwd -P
+++ script_dir=/opt/intel/oneapi
+++ printf %s /opt/intel/oneapi
++ script_root=/opt/intel/oneapi
++ help=0
++ force=0
++ config=0
++ config_file=
++ list_of_args=
++ '[' -n '' ']'
+++ printf '%s %s' 'args: Using "$@" for setvars.sh arguments:' --force
++ input_args='args: Using "$@" for setvars.sh arguments: --force'
++ for arg in "$@"
++ shift
++ case "$arg" in
++ force=1
++ SETVARS_ARGS=
++ export SETVARS_ARGS
++ '[' 0 '!=' 0 ']'
++ '[' '' = 1 ']'
++ '[' 0 -eq 1 ']'
++ version_default=latest
+++ awk NF
+++ command ls /opt/intel/oneapi/advisor/2022.1.0/env/vars.sh /opt/intel/oneapi/advisor/latest/env/vars.sh /opt/intel/oneapi/ccl/2021.6.0/env/vars.sh /opt/intel/oneapi/ccl/latest/env/vars.sh /opt/intel/oneapi/clck/2021.6.0/env/vars.sh /opt/intel/oneapi/clck/latest/env/vars.sh /opt/intel/oneapi/compiler/2022.1.0/env/vars.sh /opt/intel/oneapi/compiler/latest/env/vars.sh /opt/intel/oneapi/dal/2021.6.0/env/vars.sh /opt/intel/oneapi/dal/latest/env/vars.sh /opt/intel/oneapi/debugger/2021.6.0/env/vars.sh /opt/intel/oneapi/debugger/latest/env/vars.sh /opt/intel/oneapi/dev-utilities/2021.6.0/env/vars.sh /opt/intel/oneapi/dev-utilities/latest/env/vars.sh /opt/intel/oneapi/dnnl/2022.1.0/env/vars.sh /opt/intel/oneapi/dnnl/latest/env/vars.sh /opt/intel/oneapi/dpcpp-ct/2022.1.0/env/vars.sh /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh /opt/intel/oneapi/dpl/2021.7.0/env/vars.sh /opt/intel/oneapi/dpl/latest/env/vars.sh /opt/intel/oneapi/inspector/2022.1.0/env/vars.sh /opt/intel/oneapi/inspector/latest/env/vars.sh /opt/intel/oneapi/intelpython/latest/env/vars.sh /opt/intel/oneapi/intelpython/python3.9/env/vars.sh /opt/intel/oneapi/ipp/2021.6.0/env/vars.sh /opt/intel/oneapi/ippcp/2021.6.0/env/vars.sh /opt/intel/oneapi/ippcp/latest/env/vars.sh /opt/intel/oneapi/ipp/latest/env/vars.sh /opt/intel/oneapi/itac/2021.6.0/env/vars.sh /opt/intel/oneapi/itac/latest/env/vars.sh /opt/intel/oneapi/mkl/2022.1.0/env/vars.sh /opt/intel/oneapi/mkl/latest/env/vars.sh /opt/intel/oneapi/mpi/2021.6.0/env/vars.sh /opt/intel/oneapi/mpi/latest/env/vars.sh /opt/intel/oneapi/tbb/2021.6.0/env/vars.sh /opt/intel/oneapi/tbb/latest/env/vars.sh /opt/intel/oneapi/vpl/2022.1.0/env/vars.sh /opt/intel/oneapi/vpl/latest/env/vars.sh /opt/intel/oneapi/vtune/2022.3.0/env/vars.sh /opt/intel/oneapi/vtune/latest/env/vars.sh
++ component_array='/opt/intel/oneapi/advisor/2022.1.0/env/vars.sh
/opt/intel/oneapi/advisor/latest/env/vars.sh
/opt/intel/oneapi/ccl/2021.6.0/env/vars.sh
/opt/intel/oneapi/ccl/latest/env/vars.sh
/opt/intel/oneapi/clck/2021.6.0/env/vars.sh
/opt/intel/oneapi/clck/latest/env/vars.sh
/opt/intel/oneapi/compiler/2022.1.0/env/vars.sh
/opt/intel/oneapi/compiler/latest/env/vars.sh
/opt/intel/oneapi/dal/2021.6.0/env/vars.sh
/opt/intel/oneapi/dal/latest/env/vars.sh
/opt/intel/oneapi/debugger/2021.6.0/env/vars.sh
/opt/intel/oneapi/debugger/latest/env/vars.sh
/opt/intel/oneapi/dev-utilities/2021.6.0/env/vars.sh
/opt/intel/oneapi/dev-utilities/latest/env/vars.sh
/opt/intel/oneapi/dnnl/2022.1.0/env/vars.sh
/opt/intel/oneapi/dnnl/latest/env/vars.sh
/opt/intel/oneapi/dpcpp-ct/2022.1.0/env/vars.sh
/opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
/opt/intel/oneapi/dpl/2021.7.0/env/vars.sh
/opt/intel/oneapi/dpl/latest/env/vars.sh
/opt/intel/oneapi/inspector/2022.1.0/env/vars.sh
/opt/intel/oneapi/inspector/latest/env/vars.sh
/opt/intel/oneapi/intelpython/latest/env/vars.sh
/opt/intel/oneapi/intelpython/python3.9/env/vars.sh
/opt/intel/oneapi/ipp/2021.6.0/env/vars.sh
/opt/intel/oneapi/ippcp/2021.6.0/env/vars.sh
/opt/intel/oneapi/ippcp/latest/env/vars.sh
/opt/intel/oneapi/ipp/latest/env/vars.sh
/opt/intel/oneapi/itac/2021.6.0/env/vars.sh
/opt/intel/oneapi/itac/latest/env/vars.sh
/opt/intel/oneapi/mkl/2022.1.0/env/vars.sh
/opt/intel/oneapi/mkl/latest/env/vars.sh
/opt/intel/oneapi/mpi/2021.6.0/env/vars.sh
/opt/intel/oneapi/mpi/latest/env/vars.sh
/opt/intel/oneapi/tbb/2021.6.0/env/vars.sh
/opt/intel/oneapi/tbb/latest/env/vars.sh
/opt/intel/oneapi/vpl/2022.1.0/env/vars.sh
/opt/intel/oneapi/vpl/latest/env/vars.sh
/opt/intel/oneapi/vtune/2022.3.0/env/vars.sh
/opt/intel/oneapi/vtune/latest/env/vars.sh'
++ temp_array=
+++ prep_for_eval '/opt/intel/oneapi/advisor/2022.1.0/env/vars.sh
/opt/intel/oneapi/advisor/latest/env/vars.sh
/opt/intel/oneapi/ccl/2021.6.0/env/vars.sh
/opt/intel/oneapi/ccl/latest/env/vars.sh
/opt/intel/oneapi/clck/2021.6.0/env/vars.sh
/opt/intel/oneapi/clck/latest/env/vars.sh
/opt/intel/oneapi/compiler/2022.1.0/env/vars.sh
/opt/intel/oneapi/compiler/latest/env/vars.sh
/opt/intel/oneapi/dal/2021.6.0/env/vars.sh
/opt/intel/oneapi/dal/latest/env/vars.sh
/opt/intel/oneapi/debugger/2021.6.0/env/vars.sh
/opt/intel/oneapi/debugger/latest/env/vars.sh
/opt/intel/oneapi/dev-utilities/2021.6.0/env/vars.sh
/opt/intel/oneapi/dev-utilities/latest/env/vars.sh
/opt/intel/oneapi/dnnl/2022.1.0/env/vars.sh
/opt/intel/oneapi/dnnl/latest/env/vars.sh
/opt/intel/oneapi/dpcpp-ct/2022.1.0/env/vars.sh
/opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
/opt/intel/oneapi/dpl/2021.7.0/env/vars.sh
/opt/intel/oneapi/dpl/latest/env/vars.sh
/opt/intel/oneapi/inspector/2022.1.0/env/vars.sh
/opt/intel/oneapi/inspector/latest/env/vars.sh
/opt/intel/oneapi/intelpython/latest/env/vars.sh
/opt/intel/oneapi/intelpython/python3.9/env/vars.sh
/opt/intel/oneapi/ipp/2021.6.0/env/vars.sh
/opt/intel/oneapi/ippcp/2021.6.0/env/vars.sh
/opt/intel/oneapi/ippcp/latest/env/vars.sh
/opt/intel/oneapi/ipp/latest/env/vars.sh
/opt/intel/oneapi/itac/2021.6.0/env/vars.sh
/opt/intel/oneapi/itac/latest/env/vars.sh
/opt/intel/oneapi/mkl/2022.1.0/env/vars.sh
/opt/intel/oneapi/mkl/latest/env/vars.sh
/opt/intel/oneapi/mpi/2021.6.0/env/vars.sh
/opt/intel/oneapi/mpi/latest/env/vars.sh
/opt/intel/oneapi/tbb/2021.6.0/env/vars.sh
/opt/intel/oneapi/tbb/latest/env/vars.sh
/opt/intel/oneapi/vpl/2022.1.0/env/vars.sh
/opt/intel/oneapi/vpl/latest/env/vars.sh
/opt/intel/oneapi/vtune/2022.3.0/env/vars.sh
/opt/intel/oneapi/vtune/latest/env/vars.sh'
+++ echo '/opt/intel/oneapi/advisor/2022.1.0/env/vars.sh
/opt/intel/oneapi/advisor/latest/env/vars.sh
/opt/intel/oneapi/ccl/2021.6.0/env/vars.sh
/opt/intel/oneapi/ccl/latest/env/vars.sh
/opt/intel/oneapi/clck/2021.6.0/env/vars.sh
/opt/intel/oneapi/clck/latest/env/vars.sh
/opt/intel/oneapi/compiler/2022.1.0/env/vars.sh
/opt/intel/oneapi/compiler/latest/env/vars.sh
/opt/intel/oneapi/dal/2021.6.0/env/vars.sh
/opt/intel/oneapi/dal/latest/env/vars.sh
/opt/intel/oneapi/debugger/2021.6.0/env/vars.sh
/opt/intel/oneapi/debugger/latest/env/vars.sh
/opt/intel/oneapi/dev-utilities/2021.6.0/env/vars.sh
/opt/intel/oneapi/dev-utilities/latest/env/vars.sh
/opt/intel/oneapi/dnnl/2022.1.0/env/vars.sh
/opt/intel/oneapi/dnnl/latest/env/vars.sh
/opt/intel/oneapi/dpcpp-ct/2022.1.0/env/vars.sh
/opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
/opt/intel/oneapi/dpl/2021.7.0/env/vars.sh
/opt/intel/oneapi/dpl/latest/env/vars.sh
/opt/intel/oneapi/inspector/2022.1.0/env/vars.sh
/opt/intel/oneapi/inspector/latest/env/vars.sh
/opt/intel/oneapi/intelpython/latest/env/vars.sh
/opt/intel/oneapi/intelpython/python3.9/env/vars.sh
/opt/intel/oneapi/ipp/2021.6.0/env/vars.sh
/opt/intel/oneapi/ippcp/2021.6.0/env/vars.sh
/opt/intel/oneapi/ippcp/latest/env/vars.sh
/opt/intel/oneapi/ipp/latest/env/vars.sh
/opt/intel/oneapi/itac/2021.6.0/env/vars.sh
/opt/intel/oneapi/itac/latest/env/vars.sh
/opt/intel/oneapi/mkl/2022.1.0/env/vars.sh
/opt/intel/oneapi/mkl/latest/env/vars.sh
/opt/intel/oneapi/mpi/2021.6.0/env/vars.sh
/opt/intel/oneapi/mpi/latest/env/vars.sh
/opt/intel/oneapi/tbb/2021.6.0/env/vars.sh
/opt/intel/oneapi/tbb/latest/env/vars.sh
/opt/intel/oneapi/vpl/2022.1.0/env/vars.sh
/opt/intel/oneapi/vpl/latest/env/vars.sh
/opt/intel/oneapi/vtune/2022.3.0/env/vars.sh
/opt/intel/oneapi/vtune/latest/env/vars.sh'
+++ awk NF
+++ sed -e 's/^/'\''/g' -e 's/$/'\'' \\/g' -e '$s/\\$//'
++ eval set -- ''\''/opt/intel/oneapi/advisor/2022.1.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/advisor/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/ccl/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/ccl/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/clck/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/clck/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/compiler/2022.1.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/compiler/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dal/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dal/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/debugger/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/debugger/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dev-utilities/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dev-utilities/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dnnl/2022.1.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dnnl/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dpcpp-ct/2022.1.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dpl/2021.7.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/dpl/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/inspector/2022.1.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/inspector/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/intelpython/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/intelpython/python3.9/env/vars.sh'\'' \
'\''/opt/intel/oneapi/ipp/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/ippcp/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/ippcp/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/ipp/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/itac/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/itac/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/mkl/2022.1.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/mkl/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/mpi/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/mpi/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/tbb/2021.6.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/tbb/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/vpl/2022.1.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/vpl/latest/env/vars.sh'\'' \
'\''/opt/intel/oneapi/vtune/2022.3.0/env/vars.sh'\'' \
'\''/opt/intel/oneapi/vtune/latest/env/vars.sh'\'' '
+++ set -- /opt/intel/oneapi/advisor/2022.1.0/env/vars.sh /opt/intel/oneapi/advisor/latest/env/vars.sh /opt/intel/oneapi/ccl/2021.6.0/env/vars.sh /opt/intel/oneapi/ccl/latest/env/vars.sh /opt/intel/oneapi/clck/2021.6.0/env/vars.sh /opt/intel/oneapi/clck/latest/env/vars.sh /opt/intel/oneapi/compiler/2022.1.0/env/vars.sh /opt/intel/oneapi/compiler/latest/env/vars.sh /opt/intel/oneapi/dal/2021.6.0/env/vars.sh /opt/intel/oneapi/dal/latest/env/vars.sh /opt/intel/oneapi/debugger/2021.6.0/env/vars.sh /opt/intel/oneapi/debugger/latest/env/vars.sh /opt/intel/oneapi/dev-utilities/2021.6.0/env/vars.sh /opt/intel/oneapi/dev-utilities/latest/env/vars.sh /opt/intel/oneapi/dnnl/2022.1.0/env/vars.sh /opt/intel/oneapi/dnnl/latest/env/vars.sh /opt/intel/oneapi/dpcpp-ct/2022.1.0/env/vars.sh /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh /opt/intel/oneapi/dpl/2021.7.0/env/vars.sh /opt/intel/oneapi/dpl/latest/env/vars.sh /opt/intel/oneapi/inspector/2022.1.0/env/vars.sh /opt/intel/oneapi/inspector/latest/env/vars.sh /opt/intel/oneapi/intelpython/latest/env/vars.sh /opt/intel/oneapi/intelpython/python3.9/env/vars.sh /opt/intel/oneapi/ipp/2021.6.0/env/vars.sh /opt/intel/oneapi/ippcp/2021.6.0/env/vars.sh /opt/intel/oneapi/ippcp/latest/env/vars.sh /opt/intel/oneapi/ipp/latest/env/vars.sh /opt/intel/oneapi/itac/2021.6.0/env/vars.sh /opt/intel/oneapi/itac/latest/env/vars.sh /opt/intel/oneapi/mkl/2022.1.0/env/vars.sh /opt/intel/oneapi/mkl/latest/env/vars.sh /opt/intel/oneapi/mpi/2021.6.0/env/vars.sh /opt/intel/oneapi/mpi/latest/env/vars.sh /opt/intel/oneapi/tbb/2021.6.0/env/vars.sh /opt/intel/oneapi/tbb/latest/env/vars.sh /opt/intel/oneapi/vpl/2022.1.0/env/vars.sh /opt/intel/oneapi/vpl/latest/env/vars.sh /opt/intel/oneapi/vtune/2022.3.0/env/vars.sh /opt/intel/oneapi/vtune/latest/env/vars.sh
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/advisor/2022.1.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/advisor/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/advisor/2022.1.0
+++ basename -- /opt/intel/oneapi/advisor
++ arg=advisor
++ '[' -r /opt/intel/oneapi/advisor/latest/env/vars.sh ']'
++ temp_array='advisor
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/advisor/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/advisor/latest/env
++++ dirname -- /opt/intel/oneapi/advisor/latest
+++ basename -- /opt/intel/oneapi/advisor
++ arg=advisor
++ '[' -r /opt/intel/oneapi/advisor/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/ccl/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/ccl/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/ccl/2021.6.0
+++ basename -- /opt/intel/oneapi/ccl
++ arg=ccl
++ '[' -r /opt/intel/oneapi/ccl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/ccl/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/ccl/latest/env
++++ dirname -- /opt/intel/oneapi/ccl/latest
+++ basename -- /opt/intel/oneapi/ccl
++ arg=ccl
++ '[' -r /opt/intel/oneapi/ccl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/clck/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/clck/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/clck/2021.6.0
+++ basename -- /opt/intel/oneapi/clck
++ arg=clck
++ '[' -r /opt/intel/oneapi/clck/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/clck/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/clck/latest/env
++++ dirname -- /opt/intel/oneapi/clck/latest
+++ basename -- /opt/intel/oneapi/clck
++ arg=clck
++ '[' -r /opt/intel/oneapi/clck/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/compiler/2022.1.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/compiler/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/compiler/2022.1.0
+++ basename -- /opt/intel/oneapi/compiler
++ arg=compiler
++ '[' -r /opt/intel/oneapi/compiler/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/compiler/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/compiler/latest/env
++++ dirname -- /opt/intel/oneapi/compiler/latest
+++ basename -- /opt/intel/oneapi/compiler
++ arg=compiler
++ '[' -r /opt/intel/oneapi/compiler/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dal/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dal/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/dal/2021.6.0
+++ basename -- /opt/intel/oneapi/dal
++ arg=dal
++ '[' -r /opt/intel/oneapi/dal/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dal/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dal/latest/env
++++ dirname -- /opt/intel/oneapi/dal/latest
+++ basename -- /opt/intel/oneapi/dal
++ arg=dal
++ '[' -r /opt/intel/oneapi/dal/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/debugger/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/debugger/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/debugger/2021.6.0
+++ basename -- /opt/intel/oneapi/debugger
++ arg=debugger
++ '[' -r /opt/intel/oneapi/debugger/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/debugger/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/debugger/latest/env
++++ dirname -- /opt/intel/oneapi/debugger/latest
+++ basename -- /opt/intel/oneapi/debugger
++ arg=debugger
++ '[' -r /opt/intel/oneapi/debugger/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dev-utilities/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dev-utilities/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/dev-utilities/2021.6.0
+++ basename -- /opt/intel/oneapi/dev-utilities
++ arg=dev-utilities
++ '[' -r /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dev-utilities/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dev-utilities/latest/env
++++ dirname -- /opt/intel/oneapi/dev-utilities/latest
+++ basename -- /opt/intel/oneapi/dev-utilities
++ arg=dev-utilities
++ '[' -r /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dnnl/2022.1.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dnnl/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/dnnl/2022.1.0
+++ basename -- /opt/intel/oneapi/dnnl
++ arg=dnnl
++ '[' -r /opt/intel/oneapi/dnnl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dnnl/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dnnl/latest/env
++++ dirname -- /opt/intel/oneapi/dnnl/latest
+++ basename -- /opt/intel/oneapi/dnnl
++ arg=dnnl
++ '[' -r /opt/intel/oneapi/dnnl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dpcpp-ct/2022.1.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dpcpp-ct/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/dpcpp-ct/2022.1.0
+++ basename -- /opt/intel/oneapi/dpcpp-ct
++ arg=dpcpp-ct
++ '[' -r /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dpcpp-ct/latest/env
++++ dirname -- /opt/intel/oneapi/dpcpp-ct/latest
+++ basename -- /opt/intel/oneapi/dpcpp-ct
++ arg=dpcpp-ct
++ '[' -r /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dpl/2021.7.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dpl/2021.7.0/env
++++ dirname -- /opt/intel/oneapi/dpl/2021.7.0
+++ basename -- /opt/intel/oneapi/dpl
++ arg=dpl
++ '[' -r /opt/intel/oneapi/dpl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/dpl/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/dpl/latest/env
++++ dirname -- /opt/intel/oneapi/dpl/latest
+++ basename -- /opt/intel/oneapi/dpl
++ arg=dpl
++ '[' -r /opt/intel/oneapi/dpl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/inspector/2022.1.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/inspector/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/inspector/2022.1.0
+++ basename -- /opt/intel/oneapi/inspector
++ arg=inspector
++ '[' -r /opt/intel/oneapi/inspector/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/inspector/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/inspector/latest/env
++++ dirname -- /opt/intel/oneapi/inspector/latest
+++ basename -- /opt/intel/oneapi/inspector
++ arg=inspector
++ '[' -r /opt/intel/oneapi/inspector/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/intelpython/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/intelpython/latest/env
++++ dirname -- /opt/intel/oneapi/intelpython/latest
+++ basename -- /opt/intel/oneapi/intelpython
++ arg=intelpython
++ '[' -r /opt/intel/oneapi/intelpython/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/intelpython/python3.9/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/intelpython/python3.9/env
++++ dirname -- /opt/intel/oneapi/intelpython/python3.9
+++ basename -- /opt/intel/oneapi/intelpython
++ arg=intelpython
++ '[' -r /opt/intel/oneapi/intelpython/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/ipp/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/ipp/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/ipp/2021.6.0
+++ basename -- /opt/intel/oneapi/ipp
++ arg=ipp
++ '[' -r /opt/intel/oneapi/ipp/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/ippcp/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/ippcp/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/ippcp/2021.6.0
+++ basename -- /opt/intel/oneapi/ippcp
++ arg=ippcp
++ '[' -r /opt/intel/oneapi/ippcp/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/ippcp/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/ippcp/latest/env
++++ dirname -- /opt/intel/oneapi/ippcp/latest
+++ basename -- /opt/intel/oneapi/ippcp
++ arg=ippcp
++ '[' -r /opt/intel/oneapi/ippcp/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/ipp/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/ipp/latest/env
++++ dirname -- /opt/intel/oneapi/ipp/latest
+++ basename -- /opt/intel/oneapi/ipp
++ arg=ipp
++ '[' -r /opt/intel/oneapi/ipp/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/itac/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/itac/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/itac/2021.6.0
+++ basename -- /opt/intel/oneapi/itac
++ arg=itac
++ '[' -r /opt/intel/oneapi/itac/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/itac/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/itac/latest/env
++++ dirname -- /opt/intel/oneapi/itac/latest
+++ basename -- /opt/intel/oneapi/itac
++ arg=itac
++ '[' -r /opt/intel/oneapi/itac/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/mkl/2022.1.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/mkl/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/mkl/2022.1.0
+++ basename -- /opt/intel/oneapi/mkl
++ arg=mkl
++ '[' -r /opt/intel/oneapi/mkl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/mkl/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/mkl/latest/env
++++ dirname -- /opt/intel/oneapi/mkl/latest
+++ basename -- /opt/intel/oneapi/mkl
++ arg=mkl
++ '[' -r /opt/intel/oneapi/mkl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/mpi/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/mpi/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/mpi/2021.6.0
+++ basename -- /opt/intel/oneapi/mpi
++ arg=mpi
++ '[' -r /opt/intel/oneapi/mpi/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/mpi/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/mpi/latest/env
++++ dirname -- /opt/intel/oneapi/mpi/latest
+++ basename -- /opt/intel/oneapi/mpi
++ arg=mpi
++ '[' -r /opt/intel/oneapi/mpi/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/tbb/2021.6.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/tbb/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/tbb/2021.6.0
+++ basename -- /opt/intel/oneapi/tbb
++ arg=tbb
++ '[' -r /opt/intel/oneapi/tbb/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
tbb
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/tbb/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/tbb/latest/env
++++ dirname -- /opt/intel/oneapi/tbb/latest
+++ basename -- /opt/intel/oneapi/tbb
++ arg=tbb
++ '[' -r /opt/intel/oneapi/tbb/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
tbb
tbb
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/vpl/2022.1.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/vpl/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/vpl/2022.1.0
+++ basename -- /opt/intel/oneapi/vpl
++ arg=vpl
++ '[' -r /opt/intel/oneapi/vpl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
tbb
tbb
vpl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/vpl/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/vpl/latest/env
++++ dirname -- /opt/intel/oneapi/vpl/latest
+++ basename -- /opt/intel/oneapi/vpl
++ arg=vpl
++ '[' -r /opt/intel/oneapi/vpl/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
tbb
tbb
vpl
vpl
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/vtune/2022.3.0/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/vtune/2022.3.0/env
++++ dirname -- /opt/intel/oneapi/vtune/2022.3.0
+++ basename -- /opt/intel/oneapi/vtune
++ arg=vtune
++ '[' -r /opt/intel/oneapi/vtune/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
tbb
tbb
vpl
vpl
vtune
'
++ for arg in "$@"
++++++ dirname -- /opt/intel/oneapi/vtune/latest/env/vars.sh
+++++ dirname -- /opt/intel/oneapi/vtune/latest/env
++++ dirname -- /opt/intel/oneapi/vtune/latest
+++ basename -- /opt/intel/oneapi/vtune
++ arg=vtune
++ '[' -r /opt/intel/oneapi/vtune/latest/env/vars.sh ']'
++ temp_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
tbb
tbb
vpl
vpl
vtune
vtune
'
++ component_array='advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
tbb
tbb
vpl
vpl
vtune
vtune
'
+++ printf '%s\n' 'advisor
advisor
ccl
ccl
clck
clck
compiler
compiler
dal
dal
debugger
debugger
dev-utilities
dev-utilities
dnnl
dnnl
dpcpp-ct
dpcpp-ct
dpl
dpl
inspector
inspector
intelpython
intelpython
ipp
ippcp
ippcp
ipp
itac
itac
mkl
mkl
mpi
mpi
tbb
tbb
vpl
vpl
vtune
vtune
'
+++ uniq
++ component_array='advisor
ccl
clck
compiler
dal
debugger
dev-utilities
dnnl
dpcpp-ct
dpl
inspector
intelpython
ipp
ippcp
ipp
itac
mkl
mpi
tbb
vpl
vtune'
+++ printf '%s\n' 'advisor
ccl
clck
compiler
dal
debugger
dev-utilities
dnnl
dpcpp-ct
dpl
inspector
intelpython
ipp
ippcp
ipp
itac
mkl
mpi
tbb
vpl
vtune'
+++ wc -l
++ temp_var=21
++ '[' 21 -le 0 ']'
++ '[' 0 = 1 ']'
+++ prep_for_eval 'advisor
ccl
clck
compiler
dal
debugger
dev-utilities
dnnl
dpcpp-ct
dpl
inspector
intelpython
ipp
ippcp
ipp
itac
mkl
mpi
tbb
vpl
vtune'
+++ echo 'advisor
ccl
clck
compiler
dal
debugger
dev-utilities
dnnl
dpcpp-ct
dpl
inspector
intelpython
ipp
ippcp
ipp
itac
mkl
mpi
tbb
vpl
vtune'
+++ awk NF
+++ sed -e 's/^/'\''/g' -e 's/$/'\'' \\/g' -e '$s/\\$//'
++ eval set -- ''\''advisor'\'' \
'\''ccl'\'' \
'\''clck'\'' \
'\''compiler'\'' \
'\''dal'\'' \
'\''debugger'\'' \
'\''dev-utilities'\'' \
'\''dnnl'\'' \
'\''dpcpp-ct'\'' \
'\''dpl'\'' \
'\''inspector'\'' \
'\''intelpython'\'' \
'\''ipp'\'' \
'\''ippcp'\'' \
'\''ipp'\'' \
'\''itac'\'' \
'\''mkl'\'' \
'\''mpi'\'' \
'\''tbb'\'' \
'\''vpl'\'' \
'\''vtune'\'' '
+++ set -- advisor ccl clck compiler dal debugger dev-utilities dnnl dpcpp-ct dpl inspector intelpython ipp ippcp ipp itac mkl mpi tbb vpl vtune
++ temp_array=
++ for arg in "$@"
++ arg=advisor=latest
++ temp_array='advisor=latest
'
++ for arg in "$@"
++ arg=ccl=latest
++ temp_array='advisor=latest
ccl=latest
'
++ for arg in "$@"
++ arg=clck=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
'
++ for arg in "$@"
++ arg=compiler=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
'
++ for arg in "$@"
++ arg=dal=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
'
++ for arg in "$@"
++ arg=debugger=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
'
++ for arg in "$@"
++ arg=dev-utilities=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
'
++ for arg in "$@"
++ arg=dnnl=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
'
++ for arg in "$@"
++ arg=dpcpp-ct=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
'
++ for arg in "$@"
++ arg=dpl=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
'
++ for arg in "$@"
++ arg=inspector=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
'
++ for arg in "$@"
++ arg=intelpython=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
'
++ for arg in "$@"
++ arg=ipp=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
'
++ for arg in "$@"
++ arg=ippcp=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
'
++ for arg in "$@"
++ arg=ipp=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
'
++ for arg in "$@"
++ arg=itac=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
'
++ for arg in "$@"
++ arg=mkl=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
'
++ for arg in "$@"
++ arg=mpi=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
'
++ for arg in "$@"
++ arg=tbb=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
tbb=latest
'
++ for arg in "$@"
++ arg=vpl=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
tbb=latest
vpl=latest
'
++ for arg in "$@"
++ arg=vtune=latest
++ temp_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
tbb=latest
vpl=latest
vtune=latest
'
++ component_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
tbb=latest
vpl=latest
vtune=latest
'
++ '[' 0 = 1 ']'
+++ printf '%s\n' 'advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
tbb=latest
vpl=latest
vtune=latest
'
+++ awk NF
++ component_array='advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
tbb=latest
vpl=latest
vtune=latest'
++ echo ' '
 
++ echo ':: initializing oneAPI environment ...'
:: initializing oneAPI environment ...
++ echo '   script.sh: BASH_VERSION = 5.1.4(1)-release'
   script.sh: BASH_VERSION = 5.1.4(1)-release
++ echo '   args: Using "$@" for setvars.sh arguments: --force'
   args: Using "$@" for setvars.sh arguments: --force
++ ONEAPI_ROOT=/opt/intel/oneapi
++ export ONEAPI_ROOT
++ SETVARS_CALL=1
++ export SETVARS_CALL
++ temp_var=0
+++ prep_for_eval 'advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
tbb=latest
vpl=latest
vtune=latest'
+++ echo 'advisor=latest
ccl=latest
clck=latest
compiler=latest
dal=latest
debugger=latest
dev-utilities=latest
dnnl=latest
dpcpp-ct=latest
dpl=latest
inspector=latest
intelpython=latest
ipp=latest
ippcp=latest
ipp=latest
itac=latest
mkl=latest
mpi=latest
tbb=latest
vpl=latest
vtune=latest'
+++ awk NF
+++ sed -e 's/^/'\''/g' -e 's/$/'\'' \\/g' -e '$s/\\$//'
++ eval set -- ''\''advisor=latest'\'' \
'\''ccl=latest'\'' \
'\''clck=latest'\'' \
'\''compiler=latest'\'' \
'\''dal=latest'\'' \
'\''debugger=latest'\'' \
'\''dev-utilities=latest'\'' \
'\''dnnl=latest'\'' \
'\''dpcpp-ct=latest'\'' \
'\''dpl=latest'\'' \
'\''inspector=latest'\'' \
'\''intelpython=latest'\'' \
'\''ipp=latest'\'' \
'\''ippcp=latest'\'' \
'\''ipp=latest'\'' \
'\''itac=latest'\'' \
'\''mkl=latest'\'' \
'\''mpi=latest'\'' \
'\''tbb=latest'\'' \
'\''vpl=latest'\'' \
'\''vtune=latest'\'' '
+++ set -- advisor=latest ccl=latest clck=latest compiler=latest dal=latest debugger=latest dev-utilities=latest dnnl=latest dpcpp-ct=latest dpl=latest inspector=latest intelpython=latest ipp=latest ippcp=latest ipp=latest itac=latest mkl=latest mpi=latest tbb=latest vpl=latest vtune=latest
++ for arg in "$@"
+++ expr advisor=latest : '\(.*\)=.*'
++ arg_base=advisor
+++ expr advisor=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/advisor/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/advisor/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/advisor/latest/env/vars.sh ']'
++ echo ':: advisor -- latest'
:: advisor -- latest
++ . /opt/intel/oneapi/advisor/latest/env/vars.sh SETVARS_CALL=1
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ SCRIPT=/opt/intel/oneapi/advisor/latest/env/vars.sh
++++ get_product_dir /opt/intel/oneapi/advisor/latest/env/vars.sh
++++ script=/opt/intel/oneapi/advisor/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/advisor/latest/env/vars.sh ']'
+++++ dirname /opt/intel/oneapi/advisor/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/advisor/latest/env
+++++ cd /opt/intel/oneapi/advisor/latest/env
+++++ pwd -P
++++ script_dir=/opt/intel/oneapi/advisor/2022.1.0/env
+++++ dirname /opt/intel/oneapi/advisor/2022.1.0/env
++++ script_dir=/opt/intel/oneapi/advisor/2022.1.0
++++ echo /opt/intel/oneapi/advisor/2022.1.0
+++ PRODUCT_DIR=/opt/intel/oneapi/advisor/2022.1.0
++++ uname
+++ '[' Linux = Darwin ']'
++++ uname -m
+++ '[' x86_64 = x86_64 ']'
+++ BIN_DIR=bin64
+++ export PKG_CONFIG_PATH=/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PATH=/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export DIAGUTIL_PATH=/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ DIAGUTIL_PATH=/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ export ADVISOR_2022_DIR=/opt/intel/oneapi/advisor/2022.1.0
+++ ADVISOR_2022_DIR=/opt/intel/oneapi/advisor/2022.1.0
+++ export PYTHONPATH=/opt/intel/oneapi/advisor/2022.1.0/pythonapi
+++ PYTHONPATH=/opt/intel/oneapi/advisor/2022.1.0/pythonapi
+++ export APM=/opt/intel/oneapi/advisor/2022.1.0/perfmodels
+++ APM=/opt/intel/oneapi/advisor/2022.1.0/perfmodels
++ temp_var=1
++ for arg in "$@"
+++ expr ccl=latest : '\(.*\)=.*'
++ arg_base=ccl
+++ expr ccl=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/ccl/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/ccl/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/ccl/latest/env/vars.sh ']'
++ echo ':: ccl -- latest'
:: ccl -- latest
++ . /opt/intel/oneapi/ccl/latest/env/vars.sh SETVARS_CALL=1
+++ DEFAULT_CONFIGURATION=cpu_gpu_dpcpp
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/ccl/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/ccl/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/ccl/latest/env/vars.sh
++++ script=/opt/intel/oneapi/ccl/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/ccl/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/ccl/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/ccl/latest/env
+++++ cd /opt/intel/oneapi/ccl/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/ccl/2021.6.0/env
++++ printf %s /opt/intel/oneapi/ccl/2021.6.0/env
+++ WORK_DIR=/opt/intel/oneapi/ccl/2021.6.0/env
++++ cd /opt/intel/oneapi/ccl/2021.6.0/env/../
++++ pwd -P
+++ CCL_ROOT=/opt/intel/oneapi/ccl/2021.6.0
+++ export CCL_ROOT
+++ '[' -z '' ']'
+++ CCL_CONFIGURATION=cpu_gpu_dpcpp
+++ ccl_configuration=cpu_gpu_dpcpp
+++ args=SETVARS_CALL=1
+++ for arg in $args
+++ case "$arg" in
+++ case "$ccl_configuration" in
+++ CCL_CONFIGURATION=cpu_gpu_dpcpp
+++ export CCL_CONFIGURATION
++++ prepend_path /opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ''
++++ path_to_add=/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s /opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++++ prepend_path /opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ''
++++ path_to_add=/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s /opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp '$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_is_now='$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig /opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ path_to_add=/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig
++++ path_is_now=/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ '[' '' = /opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64: ']'
++++ printf %s /opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PKG_CONFIG_PATH
++ temp_var=2
++ for arg in "$@"
+++ expr clck=latest : '\(.*\)=.*'
++ arg_base=clck
+++ expr clck=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/clck/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/clck/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/clck/latest/env/vars.sh ']'
++ echo ':: clck -- latest'
:: clck -- latest
++ . /opt/intel/oneapi/clck/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/clck/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/clck/latest/env/vars.sh ']'
++++ basename -- /opt/intel/oneapi/clck/latest/env/vars.sh
+++ SCRIPT_NAME=vars.sh
++++ get_script_path /opt/intel/oneapi/clck/latest/env/vars.sh
++++ script=/opt/intel/oneapi/clck/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/clck/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/clck/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/clck/latest/env
+++++ cd /opt/intel/oneapi/clck/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/clck/2021.6.0/env
++++ printf %s /opt/intel/oneapi/clck/2021.6.0/env
+++ SCRIPT_PATH=/opt/intel/oneapi/clck/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/clck/2021.6.0/env
+++ CLCK_ROOT=/opt/intel/oneapi/clck/2021.6.0
+++ export CLCK_ROOT
+++ dir=intel64
++++ prepend_path /opt/intel/oneapi/clck/2021.6.0/bin/intel64 /opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ path_to_add=/opt/intel/oneapi/clck/2021.6.0/bin/intel64
++++ path_is_now=/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ '[' '' = /opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin ']'
++++ printf %s /opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
++++ prepend_path /opt/intel/oneapi/clck/2021.6.0/lib/intel64 /opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/clck/2021.6.0/lib/intel64
++++ path_is_now=/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/clck/2021.6.0/include ''
++++ path_to_add=/opt/intel/oneapi/clck/2021.6.0/include
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s /opt/intel/oneapi/clck/2021.6.0/include
+++ CPLUS_INCLUDE_PATH=/opt/intel/oneapi/clck/2021.6.0/include
+++ export CPLUS_INCLUDE_PATH
++++ prepend_path '/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses' ''
++++ path_to_add='/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses'
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s '/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses'
+++ INTEL_LICENSE_FILE='/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses'
+++ export INTEL_LICENSE_FILE
++++ prepend_manpath /opt/intel/oneapi/clck/2021.6.0/man '$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
++++ path_to_add=/opt/intel/oneapi/clck/2021.6.0/man
++++ path_is_now='$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
++++ '[' '' = '$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' ']'
++++ printf %s '/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
+++ MANPATH='/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
+++ export MANPATH
++ temp_var=3
++ for arg in "$@"
+++ expr compiler=latest : '\(.*\)=.*'
++ arg_base=compiler
+++ expr compiler=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/compiler/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/compiler/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/compiler/latest/env/vars.sh ']'
++ echo ':: compiler -- latest'
:: compiler -- latest
++ . /opt/intel/oneapi/compiler/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/compiler/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/compiler/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/compiler/latest/env/vars.sh
++++ script=/opt/intel/oneapi/compiler/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/compiler/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/compiler/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/compiler/latest/env
+++++ cd /opt/intel/oneapi/compiler/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/compiler/2022.1.0/env
++++ printf %s /opt/intel/oneapi/compiler/2022.1.0/env
+++ my_script_path=/opt/intel/oneapi/compiler/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/compiler/2022.1.0/env
+++ component_root=/opt/intel/oneapi/compiler/2022.1.0
+++ CMPLR_ROOT=/opt/intel/oneapi/compiler/2022.1.0
+++ export CMPLR_ROOT
+++ INTEL_TARGET_ARCH=intel64
+++ INTEL_TARGET_PLATFORM=linux
+++ USE_INTEL_LLVM=0
+++ '[' 1 -gt 0 ']'
+++ case "$1" in
+++ shift
+++ '[' 0 -gt 0 ']'
+++ '[' intel64 = ia32 ']'
+++ unset INTEL_TARGET_ARCH_IA32
++++ prepend_path /opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin /opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin
++++ path_is_now=/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ '[' '' = /opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin ']'
++++ printf %s /opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
+++ '[' 0 = 1 ']'
+++ '[' intel64 = ia32 ']'
++++ prepend_path /opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib /opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib
++++ path_is_now=/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin '/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin
++++ path_is_now='/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
+++ '[' intel64 = ia32 ']'
+++ '[' -n '' ']'
+++ '[' -f /opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/fpgavars.sh ']'
+++ FPGA_VARS_DIR=/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga
+++ export FPGA_VARS_DIR
+++ FPGA_VARS_ARGS=
+++ export FPGA_VARS_ARGS
+++ . /opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/fpgavars.sh
++++ SCRIPTDIR=/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga
++++ icdadd libalteracl.so
++++ '[' -z '' ']'
++++ export OCL_ICD_FILENAMES=libalteracl.so
++++ OCL_ICD_FILENAMES=libalteracl.so
++++ icdadd libintelocl_emu.so
++++ '[' -z x ']'
++++ case ":$OCL_ICD_FILENAMES:" in
++++ export OCL_ICD_FILENAMES=libintelocl_emu.so:libalteracl.so
++++ OCL_ICD_FILENAMES=libintelocl_emu.so:libalteracl.so
++++ export ACL_BOARD_VENDOR_PATH=/opt/Intel/OpenCLFPGA/oneAPI/Boards
++++ ACL_BOARD_VENDOR_PATH=/opt/Intel/OpenCLFPGA/oneAPI/Boards
++++ export INTELFPGAOCLSDKROOT=/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga
++++ INTELFPGAOCLSDKROOT=/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga
++++ export PATH=/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ PATH=/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++++ uname -m
++++ ARCH=x86_64
++++ arch_type=
++++ case $ARCH in
++++ arch_type=linux64
++++ export 'LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ LD_LIBRARY_PATH='/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ prepend_path /opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64 '/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64
++++ path_is_now='/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
+++ '[' -z libintelocl_emu.so:libalteracl.so ']'
+++ OCL_ICD_FILENAMES=libintelocl_emu.so:libalteracl.so:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64/libintelocl.so
+++ '[' -n '' ']'
+++ export OCL_ICD_FILENAMES
++++ prepend_manpath /opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common '/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common
++++ path_is_now='/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
++++ '[' '' = '/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' ']'
++++ printf %s '/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
+++ MANPATH='/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
+++ export MANPATH
++++ prepend_path /opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig /opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig
++++ path_is_now=/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ '[' '' = /opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64: ']'
++++ printf %s /opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PKG_CONFIG_PATH
++++ prepend_path /opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP ''
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s /opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ CMAKE_PREFIX_PATH=/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ export CMAKE_PREFIX_PATH
++++ prepend_path /opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N ''
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s /opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N
+++ NLSPATH=/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N
+++ export NLSPATH
++++ prepend_path /opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh /opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
++++ path_to_add=/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh
++++ path_is_now=/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
++++ '[' '' = /opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py: ']'
++++ printf %s /opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ DIAGUTIL_PATH=/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ export DIAGUTIL_PATH
++ temp_var=4
++ for arg in "$@"
+++ expr dal=latest : '\(.*\)=.*'
++ arg_base=dal
+++ expr dal=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/dal/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/dal/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/dal/latest/env/vars.sh ']'
++ echo ':: dal -- latest'
:: dal -- latest
++ . /opt/intel/oneapi/dal/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/dal/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/dal/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/dal/latest/env/vars.sh
++++ script=/opt/intel/oneapi/dal/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/dal/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/dal/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/dal/latest/env
+++++ cd /opt/intel/oneapi/dal/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/dal/2021.6.0/env
++++ printf %s /opt/intel/oneapi/dal/2021.6.0/env
+++ my_script_path=/opt/intel/oneapi/dal/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/dal/2021.6.0/env
+++ component_root=/opt/intel/oneapi/dal/2021.6.0
+++ __daal_tmp_dir='<INSTALLDIR>'
+++ __daal_tmp_dir='<INSTALLDIR>/dal'
+++ '[' '!' -d '<INSTALLDIR>/dal' ']'
+++ __daal_tmp_dir=/opt/intel/oneapi/dal/2021.6.0
+++ export DAL_MAJOR_BINARY=1
+++ DAL_MAJOR_BINARY=1
+++ export DAL_MINOR_BINARY=1
+++ DAL_MINOR_BINARY=1
+++ export DALROOT=/opt/intel/oneapi/dal/2021.6.0
+++ DALROOT=/opt/intel/oneapi/dal/2021.6.0
+++ export DAALROOT=/opt/intel/oneapi/dal/2021.6.0
+++ DAALROOT=/opt/intel/oneapi/dal/2021.6.0
+++ export CPATH=/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export LIBRARY_PATH=/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export 'LD_LIBRARY_PATH=/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export CLASSPATH=/opt/intel/oneapi/dal/2021.6.0/lib/onedal.jar
+++ CLASSPATH=/opt/intel/oneapi/dal/2021.6.0/lib/onedal.jar
+++ export CMAKE_PREFIX_PATH=/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ CMAKE_PREFIX_PATH=/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ export PKG_CONFIG_PATH=/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++ temp_var=5
++ for arg in "$@"
+++ expr debugger=latest : '\(.*\)=.*'
++ arg_base=debugger
+++ expr debugger=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/debugger/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/debugger/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/debugger/latest/env/vars.sh ']'
++ echo ':: debugger -- latest'
:: debugger -- latest
++ . /opt/intel/oneapi/debugger/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/debugger/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/debugger/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/debugger/latest/env/vars.sh
++++ script=/opt/intel/oneapi/debugger/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/debugger/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/debugger/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/debugger/latest/env
+++++ cd /opt/intel/oneapi/debugger/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/debugger/2021.6.0/env
++++ printf %s /opt/intel/oneapi/debugger/2021.6.0/env
+++ my_script_path=/opt/intel/oneapi/debugger/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/debugger/2021.6.0/env
+++ gdb_root=/opt/intel/oneapi/debugger/2021.6.0
+++ my_ld_path=/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib
++++ prepend_path /opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin /opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ path_to_add=/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin
++++ path_is_now=/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ '[' '' = /opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin ']'
++++ printf %s /opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
++++ prepend_path /opt/intel/oneapi/debugger/2021.6.0/dep ''
++++ path_to_add=/opt/intel/oneapi/debugger/2021.6.0/dep
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s /opt/intel/oneapi/debugger/2021.6.0/dep
+++ INTEL_PYTHONHOME=/opt/intel/oneapi/debugger/2021.6.0/dep
+++ export INTEL_PYTHONHOME
++++ prepend_path /opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib '/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib
++++ path_is_now='/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
++++ prepend_manpath /opt/intel/oneapi/debugger/2021.6.0/documentation/man '/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
++++ path_to_add=/opt/intel/oneapi/debugger/2021.6.0/documentation/man
++++ path_is_now='/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
++++ '[' '' = '/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' ']'
++++ printf %s '/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
+++ MANPATH='/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
+++ export MANPATH
++++ prepend_path /opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib ''
++++ path_to_add=/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s /opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib
+++ INFOPATH=/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib
+++ export INFOPATH
++++ prepend_path /opt/intel/oneapi/debugger/2021.6.0/documentation/info/ ''
++++ path_to_add=/opt/intel/oneapi/debugger/2021.6.0/documentation/info/
++++ path_is_now=
++++ '[' '' = '' ']'
++++ printf %s /opt/intel/oneapi/debugger/2021.6.0/documentation/info/
+++ GDB_INFO=/opt/intel/oneapi/debugger/2021.6.0/documentation/info/
+++ export GDB_INFO
++++ prepend_path /opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py /opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
++++ path_to_add=/opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py
++++ path_is_now=/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
++++ '[' '' = /opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py: ']'
++++ printf %s /opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ DIAGUTIL_PATH=/opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ export DIAGUTIL_PATH
++ temp_var=6
++ for arg in "$@"
+++ expr dev-utilities=latest : '\(.*\)=.*'
++ arg_base=dev-utilities
+++ expr dev-utilities=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/dev-utilities/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/dev-utilities/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ']'
++ echo ':: dev-utilities -- latest'
:: dev-utilities -- latest
++ . /opt/intel/oneapi/dev-utilities/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/dev-utilities/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/dev-utilities/latest/env/vars.sh
++++ script=/opt/intel/oneapi/dev-utilities/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/dev-utilities/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/dev-utilities/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/dev-utilities/latest/env
+++++ cd /opt/intel/oneapi/dev-utilities/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/dev-utilities/2021.6.0/env
++++ printf %s /opt/intel/oneapi/dev-utilities/2021.6.0/env
+++ vars_script_path=/opt/intel/oneapi/dev-utilities/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/dev-utilities/2021.6.0/env
+++ component_root=/opt/intel/oneapi/dev-utilities/2021.6.0
++++ prepend_path /opt/intel/oneapi/dev-utilities/2021.6.0/bin /opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ path_to_add=/opt/intel/oneapi/dev-utilities/2021.6.0/bin
++++ path_is_now=/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ '[' '' = /opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin ']'
++++ printf %s /opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
++++ prepend_path /opt/intel/oneapi/dev-utilities/2021.6.0/include /opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/dev-utilities/2021.6.0/include
++++ path_is_now=/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++ temp_var=7
++ for arg in "$@"
+++ expr dnnl=latest : '\(.*\)=.*'
++ arg_base=dnnl
+++ expr dnnl=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/dnnl/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/dnnl/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/dnnl/latest/env/vars.sh ']'
++ echo ':: dnnl -- latest'
:: dnnl -- latest
++ . /opt/intel/oneapi/dnnl/latest/env/vars.sh SETVARS_CALL=1
+++ vars_script_name=
+++ __dnnl_known_configurations='cpu_dpcpp_gpu_dpcpp cpu_gomp cpu_iomp cpu_tbb'
++++ echo 'cpu_dpcpp_gpu_dpcpp cpu_gomp cpu_iomp cpu_tbb'
++++ cut '-d ' -f1
+++ __dnnl_def_configuration=cpu_dpcpp_gpu_dpcpp
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/dnnl/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/dnnl/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/dnnl/latest/env/vars.sh
++++ script=/opt/intel/oneapi/dnnl/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/dnnl/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/dnnl/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/dnnl/latest/env
+++++ cd /opt/intel/oneapi/dnnl/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/dnnl/2022.1.0/env
++++ echo /opt/intel/oneapi/dnnl/2022.1.0/env
+++ __dnnl_this_dir_path=/opt/intel/oneapi/dnnl/2022.1.0/env
++++ dnnl_check_local_env
+++++ basename -- /opt/intel/oneapi/dnnl/2022.1.0/env
++++ __dnnl_this_dir_name=env
+++++ dnnl_match_configuration env
+++++ echo 'cpu_dpcpp_gpu_dpcpp cpu_gomp cpu_iomp cpu_tbb'
+++++ tr ' ' '\n'
+++++ read -r item
+++++ '[' env = cpu_dpcpp_gpu_dpcpp ']'
+++++ read -r item
+++++ '[' env = cpu_gomp ']'
+++++ read -r item
+++++ '[' env = cpu_iomp ']'
+++++ read -r item
+++++ '[' env = cpu_tbb ']'
+++++ read -r item
+++++ echo ''
++++ echo ''
+++ '[' -n '' ']'
+++ dnnl_env_vars_main SETVARS_CALL=1
+++ __dnnl_configuration=
+++ for param in "$@"
+++ __tmp_dnnl_configuration=SETVARS_CALL=1
+++ '[' SETVARS_CALL=1 = --dnnl-configuration=SETVARS_CALL=1 ']'
+++ '[' -n '' ']'
+++ __dnnl_configuration=cpu_dpcpp_gpu_dpcpp
++++ get_script_path /opt/intel/oneapi/dnnl/2022.1.0/env
++++ script=/opt/intel/oneapi/dnnl/2022.1.0/env
++++ '[' -L /opt/intel/oneapi/dnnl/2022.1.0/env ']'
+++++ command dirname -- /opt/intel/oneapi/dnnl/2022.1.0/env
++++ script_dir=/opt/intel/oneapi/dnnl/2022.1.0
+++++ cd /opt/intel/oneapi/dnnl/2022.1.0
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/dnnl/2022.1.0
++++ echo /opt/intel/oneapi/dnnl/2022.1.0
+++ dnnl_base_dir=/opt/intel/oneapi/dnnl/2022.1.0
+++ dnnl_set_env_vars /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp
+++ export DNNLROOT=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp
+++ DNNLROOT=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp
+++ '[' -n '/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
+++ export 'LD_LIBRARY_PATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ '[' -n /opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
+++ export LIBRARY_PATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ '[' -n /opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
+++ export CPATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ '[' -n /opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64: ']'
+++ export PKG_CONFIG_PATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ '[' -n /opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP ']'
+++ export CMAKE_PREFIX_PATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ CMAKE_PREFIX_PATH=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ unset __dnnl_known_configurations
+++ unset __dnnl_def_configuration
+++ unset __dnnl_this_dir_path
+++ unset __dnnl_this_dir_name
+++ unset __dnnl_configuration
++ temp_var=8
++ for arg in "$@"
+++ expr dpcpp-ct=latest : '\(.*\)=.*'
++ arg_base=dpcpp-ct
+++ expr dpcpp-ct=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh ']'
++ echo ':: dpcpp-ct -- latest'
:: dpcpp-ct -- latest
++ . /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh SETVARS_CALL=1
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
++++ script=/opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/dpcpp-ct/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/dpcpp-ct/latest/env
+++++ cd /opt/intel/oneapi/dpcpp-ct/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/dpcpp-ct/2022.1.0/env
++++ printf %s /opt/intel/oneapi/dpcpp-ct/2022.1.0/env
+++ my_script_path=/opt/intel/oneapi/dpcpp-ct/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/dpcpp-ct/2022.1.0/env
+++ component_root=/opt/intel/oneapi/dpcpp-ct/2022.1.0
+++ DPCT_BUNDLE_ROOT=/opt/intel/oneapi/dpcpp-ct/2022.1.0
+++ export DPCT_BUNDLE_ROOT
++++ prepend_path /opt/intel/oneapi/dpcpp-ct/2022.1.0/sys_check/sys_check.sh /opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
++++ path_to_add=/opt/intel/oneapi/dpcpp-ct/2022.1.0/sys_check/sys_check.sh
++++ path_is_now=/opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
++++ '[' '' = /opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py: ']'
++++ printf %s /opt/intel/oneapi/dpcpp-ct/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ DIAGUTIL_PATH=/opt/intel/oneapi/dpcpp-ct/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ export DIAGUTIL_PATH
++++ prepend_path /opt/intel/oneapi/dpcpp-ct/2022.1.0/bin /opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ path_to_add=/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin
++++ path_is_now=/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ '[' '' = /opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin ']'
++++ printf %s /opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
++++ prepend_path /opt/intel/oneapi/dpcpp-ct/2022.1.0/include /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/dpcpp-ct/2022.1.0/include
++++ path_is_now=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++ temp_var=9
++ for arg in "$@"
+++ expr dpl=latest : '\(.*\)=.*'
++ arg_base=dpl
+++ expr dpl=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/dpl/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/dpl/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/dpl/latest/env/vars.sh ']'
++ echo ':: dpl -- latest'
:: dpl -- latest
++ . /opt/intel/oneapi/dpl/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/dpl/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/dpl/latest/env/vars.sh ']'
+++++ rreadlink /opt/intel/oneapi/dpl/latest/env/vars.sh
+++++ target=/opt/intel/oneapi/dpl/latest/env/vars.sh
+++++ fname=
+++++ targetDir=
+++++ CDPATH=
+++++ '[' -n '' ']'
+++++ :
+++++ '[' -L /opt/intel/oneapi/dpl/latest/env/vars.sh ']'
+++++ '[' -e /opt/intel/oneapi/dpl/latest/env/vars.sh ']'
++++++ command dirname -- /opt/intel/oneapi/dpl/latest/env/vars.sh
+++++ command cd /opt/intel/oneapi/dpl/latest/env
++++++ command basename -- /opt/intel/oneapi/dpl/latest/env/vars.sh
+++++ fname=vars.sh
+++++ '[' vars.sh = / ']'
+++++ '[' -L vars.sh ']'
+++++ break
++++++ command pwd -P
+++++ targetDir=/opt/intel/oneapi/dpl/2021.7.0/env
+++++ '[' vars.sh = . ']'
+++++ '[' vars.sh = .. ']'
+++++ command printf '%s\n' /opt/intel/oneapi/dpl/2021.7.0/env/vars.sh
++++ dirname -- /opt/intel/oneapi/dpl/2021.7.0/env/vars.sh
+++ _onedpl_scrip_path=/opt/intel/oneapi/dpl/2021.7.0/env
++++ dirname -- /opt/intel/oneapi/dpl/2021.7.0/env
+++ DPL_ROOT=/opt/intel/oneapi/dpl/2021.7.0
+++ export DPL_ROOT
++++ prepend_path /opt/intel/oneapi/dpl/2021.7.0/linux/include /opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/dpl/2021.7.0/linux/include
++++ path_is_now=/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++++ prepend_path /opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ path_to_add=/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig
++++ path_is_now=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ '[' '' = /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64: ']'
++++ printf %s /opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PKG_CONFIG_PATH
++ temp_var=10
++ for arg in "$@"
+++ expr inspector=latest : '\(.*\)=.*'
++ arg_base=inspector
+++ expr inspector=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/inspector/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/inspector/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/inspector/latest/env/vars.sh ']'
++ echo ':: inspector -- latest'
:: inspector -- latest
++ . /opt/intel/oneapi/inspector/latest/env/vars.sh SETVARS_CALL=1
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ SCRIPT=/opt/intel/oneapi/inspector/latest/env/vars.sh
++++ get_product_dir /opt/intel/oneapi/inspector/latest/env/vars.sh
++++ script=/opt/intel/oneapi/inspector/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/inspector/latest/env/vars.sh ']'
+++++ dirname /opt/intel/oneapi/inspector/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/inspector/latest/env
+++++ cd /opt/intel/oneapi/inspector/latest/env
+++++ pwd -P
++++ script_dir=/opt/intel/oneapi/inspector/2022.1.0/env
+++++ dirname /opt/intel/oneapi/inspector/2022.1.0/env
++++ script_dir=/opt/intel/oneapi/inspector/2022.1.0
++++ echo /opt/intel/oneapi/inspector/2022.1.0
+++ PRODUCT_DIR=/opt/intel/oneapi/inspector/2022.1.0
++++ uname
+++ '[' Linux = Darwin ']'
++++ uname -m
+++ '[' x86_64 = x86_64 ']'
+++ BIN_DIR=bin64
+++ export PKG_CONFIG_PATH=/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PATH=/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export INSPECTOR_2022_DIR=/opt/intel/oneapi/inspector/2022.1.0
+++ INSPECTOR_2022_DIR=/opt/intel/oneapi/inspector/2022.1.0
++ temp_var=11
++ for arg in "$@"
+++ expr intelpython=latest : '\(.*\)=.*'
++ arg_base=intelpython
+++ expr intelpython=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/intelpython/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/intelpython/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/intelpython/latest/env/vars.sh ']'
++ echo ':: intelpython -- latest'
:: intelpython -- latest
++ . /opt/intel/oneapi/intelpython/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/intelpython/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/intelpython/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/intelpython/latest/env/vars.sh
++++ script=/opt/intel/oneapi/intelpython/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/intelpython/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/intelpython/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/intelpython/latest/env
+++++ cd /opt/intel/oneapi/intelpython/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/intelpython/python3.9/env
++++ printf %s /opt/intel/oneapi/intelpython/python3.9/env
+++ SCRIPTPATH=/opt/intel/oneapi/intelpython/python3.9/env
++++ dirname -- /opt/intel/oneapi/intelpython/python3.9/env
+++ ROOTPATH=/opt/intel/oneapi/intelpython/python3.9
++++ basename /opt/intel/oneapi/intelpython/python3.9
+++ VERSION=python3.9
++++ dirname /opt/intel/oneapi/intelpython/python3.9
+++ PARENTDIR=/opt/intel/oneapi/intelpython
++++ basename /opt/intel/oneapi/intelpython
+++ CURRENTENV=intelpython
+++ MAINENV=intelpython
+++ '[' -d /opt/intel/oneapi/intelpython/python3.9/lib/python3.10 ']'
+++ '[' -d /opt/intel/oneapi/intelpython/python3.9/lib/python3.9 ']'
+++ PYVER=python3.9
+++ POTENTIAL_ACTIVATE_PATH=/opt/intel/oneapi/intelpython/python3.9/../../intelpython/python3.9/bin/activate
+++ '[' /opt/intel/oneapi/intelpython/latest/env/vars.sh = intelpython/latest/env/vars.sh ']'
+++ export OVERWRITE_CONDA_DEFAULT_ENV=intelpython-python3.9
+++ OVERWRITE_CONDA_DEFAULT_ENV=intelpython-python3.9
+++ '[' intelpython '!=' intelpython ']'
+++ '[' -n 1 ']'
+++ '[' -n '' ']'
+++ BACKUP_SETVARS_CALL_PARAMETERS=SETVARS_CALL=1
+++ SANITIZED_SETVARS_CALL_PARAMETERS=
+++ set -- ''
++++ env
++++ grep -q PS1
+++ '[' ']'
+++ PS1_IS_SET=0
+++ BACKUP_PROMPT=
+++ . /opt/intel/oneapi/intelpython/python3.9/bin/activate
++++ _CONDA_ROOT=/opt/intel/oneapi/intelpython/latest
++++ '[' -n '' ']'
++++ . /opt/intel/oneapi/intelpython/latest/etc/profile.d/conda.sh
+++++ export CONDA_EXE=/opt/intel/oneapi/intelpython/latest/bin/conda
+++++ CONDA_EXE=/opt/intel/oneapi/intelpython/latest/bin/conda
+++++ export _CE_M=
+++++ _CE_M=
+++++ export _CE_CONDA=
+++++ _CE_CONDA=
+++++ export CONDA_PYTHON_EXE=/opt/intel/oneapi/intelpython/latest/bin/python
+++++ CONDA_PYTHON_EXE=/opt/intel/oneapi/intelpython/latest/bin/python
+++++ '[' -z '' ']'
+++++ export CONDA_SHLVL=0
+++++ CONDA_SHLVL=0
+++++ '[' -n '' ']'
+++++++ dirname /opt/intel/oneapi/intelpython/latest/bin/conda
++++++ dirname /opt/intel/oneapi/intelpython/latest/bin
+++++ PATH=/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++++ export PATH
+++++ '[' -z '' ']'
+++++ PS1=
++++ conda activate ''
++++ local cmd=activate
++++ case "$cmd" in
++++ __conda_activate activate ''
++++ '[' -n '' ']'
++++ local ask_conda
+++++ PS1=
+++++ __conda_exe shell.posix activate ''
+++++ __add_sys_prefix_to_path
+++++ '[' -n '' ']'
++++++ dirname /opt/intel/oneapi/intelpython/latest/bin/conda
+++++ SYSP=/opt/intel/oneapi/intelpython/latest/bin
++++++ dirname /opt/intel/oneapi/intelpython/latest/bin
+++++ SYSP=/opt/intel/oneapi/intelpython/latest
+++++ '[' -n '' ']'
+++++ PATH=/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++++ export PATH
+++++ /opt/intel/oneapi/intelpython/latest/bin/conda shell.posix activate ''
++++ ask_conda='PS1='\''(intelpython-python3.9) '\''
export PATH='\''/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin'\''
export CONDA_PREFIX='\''/opt/intel/oneapi/intelpython/latest'\''
export CONDA_SHLVL='\''1'\''
export CONDA_DEFAULT_ENV='\''intelpython-python3.9'\''
export CONDA_PROMPT_MODIFIER='\''(intelpython-python3.9) '\''
export CONDA_EXE='\''/opt/intel/oneapi/intelpython/latest/bin/conda'\''
export _CE_M='\'''\''
export _CE_CONDA='\'''\''
export CONDA_PYTHON_EXE='\''/opt/intel/oneapi/intelpython/latest/bin/python'\''
. "/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/mpivars.activate.sh"
. "/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh"'
++++ eval 'PS1='\''(intelpython-python3.9) '\''
export PATH='\''/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin'\''
export CONDA_PREFIX='\''/opt/intel/oneapi/intelpython/latest'\''
export CONDA_SHLVL='\''1'\''
export CONDA_DEFAULT_ENV='\''intelpython-python3.9'\''
export CONDA_PROMPT_MODIFIER='\''(intelpython-python3.9) '\''
export CONDA_EXE='\''/opt/intel/oneapi/intelpython/latest/bin/conda'\''
export _CE_M='\'''\''
export _CE_CONDA='\'''\''
export CONDA_PYTHON_EXE='\''/opt/intel/oneapi/intelpython/latest/bin/python'\''
. "/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/mpivars.activate.sh"
. "/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh"'
+++++ PS1='(intelpython-python3.9) '
+++++ export PATH=/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++++ PATH=/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++++ export CONDA_PREFIX=/opt/intel/oneapi/intelpython/latest
+++++ CONDA_PREFIX=/opt/intel/oneapi/intelpython/latest
+++++ export CONDA_SHLVL=1
+++++ CONDA_SHLVL=1
+++++ export CONDA_DEFAULT_ENV=intelpython-python3.9
+++++ CONDA_DEFAULT_ENV=intelpython-python3.9
+++++ export 'CONDA_PROMPT_MODIFIER=(intelpython-python3.9) '
+++++ CONDA_PROMPT_MODIFIER='(intelpython-python3.9) '
+++++ export CONDA_EXE=/opt/intel/oneapi/intelpython/latest/bin/conda
+++++ CONDA_EXE=/opt/intel/oneapi/intelpython/latest/bin/conda
+++++ export _CE_M=
+++++ _CE_M=
+++++ export _CE_CONDA=
+++++ _CE_CONDA=
+++++ export CONDA_PYTHON_EXE=/opt/intel/oneapi/intelpython/latest/bin/python
+++++ CONDA_PYTHON_EXE=/opt/intel/oneapi/intelpython/latest/bin/python
+++++ . /opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/mpivars.activate.sh
++++++ '[' 1 '!=' 1 ']'
+++++ . /opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh
++++++ '[' libintelocl_emu.so:libalteracl.so:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64/libintelocl.so = '' ']'
++++ __conda_hashr
++++ '[' -n '' ']'
++++ '[' -n '' ']'
++++ hash -r
+++ '[' 0 -eq 1 ']'
+++ PS1=
+++ unset BACKUP_PROMPT
+++ set -- SETVARS_CALL=1
+++ unset BACKUP_SETVARS_CALL_PARAMETERS
+++ unset SANITIZED_SETVARS_CALL_PARAMETERS
+++ unset OVERWRITE_CONDA_DEFAULT_ENV
+++ unset SCRIPTPATH
+++ unset ROOTPATH
+++ unset VERSION
+++ unset CURRENTENV
+++ unset PARENTDIR
+++ unset MAINENV
++ temp_var=12
++ for arg in "$@"
+++ expr ipp=latest : '\(.*\)=.*'
++ arg_base=ipp
+++ expr ipp=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/ipp/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/ipp/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/ipp/latest/env/vars.sh ']'
++ echo ':: ipp -- latest'
:: ipp -- latest
++ . /opt/intel/oneapi/ipp/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/ipp/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/ipp/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/ipp/latest/env/vars.sh
++++ script=/opt/intel/oneapi/ipp/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/ipp/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/ipp/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/ipp/latest/env
+++++ cd /opt/intel/oneapi/ipp/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/ipp/2021.6.0/env
++++ echo /opt/intel/oneapi/ipp/2021.6.0/env
+++ vars_script_path=/opt/intel/oneapi/ipp/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/ipp/2021.6.0/env
+++ IPPROOT=/opt/intel/oneapi/ipp/2021.6.0
+++ export IPPROOT
+++ IPP_TARGET_ARCH=intel64
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' 1 -gt 0 ']'
+++ '[' SETVARS_CALL=1 = ia32 ']'
+++ '[' SETVARS_CALL=1 = intel64 ']'
+++ shift
+++ '[' 0 -gt 0 ']'
+++ export IPP_TARGET_ARCH
++++ prepend_path /opt/intel/oneapi/ipp/2021.6.0/include /opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/ipp/2021.6.0/include
++++ path_is_now=/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++++ prepend_path /opt/intel/oneapi/ipp/2021.6.0/lib/intel64 /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/ipp/2021.6.0/lib/intel64
++++ path_is_now=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/ipp/2021.6.0/lib/intel64 '/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/ipp/2021.6.0/lib/intel64
++++ path_is_now='/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
++ temp_var=13
++ for arg in "$@"
+++ expr ippcp=latest : '\(.*\)=.*'
++ arg_base=ippcp
+++ expr ippcp=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/ippcp/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/ippcp/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/ippcp/latest/env/vars.sh ']'
++ echo ':: ippcp -- latest'
:: ippcp -- latest
++ . /opt/intel/oneapi/ippcp/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/ippcp/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/ippcp/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/ippcp/latest/env/vars.sh
++++ script=/opt/intel/oneapi/ippcp/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/ippcp/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/ippcp/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/ippcp/latest/env
+++++ cd /opt/intel/oneapi/ippcp/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/ippcp/2021.6.0/env
++++ echo /opt/intel/oneapi/ippcp/2021.6.0/env
+++ my_script_path=/opt/intel/oneapi/ippcp/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/ippcp/2021.6.0/env
+++ component_root=/opt/intel/oneapi/ippcp/2021.6.0
+++ IPPCRYPTOROOT=/opt/intel/oneapi/ippcp/2021.6.0
+++ export IPPCRYPTOROOT
+++ __ippcp_tmp_target_arch=intel64
+++ '[' 1 -gt 0 ']'
+++ '[' SETVARS_CALL=1 = ia32 ']'
+++ '[' SETVARS_CALL=1 = intel64 ']'
+++ shift
+++ '[' 0 -gt 0 ']'
+++ export IPPCP_TARGET_ARCH=intel64
+++ IPPCP_TARGET_ARCH=intel64
++++ prepend_path /opt/intel/oneapi/ippcp/2021.6.0/include /opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/ippcp/2021.6.0/include
++++ path_is_now=/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++++ prepend_path /opt/intel/oneapi/ippcp/2021.6.0/lib/intel64 /opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64
++++ path_is_now=/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/ippcp/2021.6.0/lib/intel64 '/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64
++++ path_is_now='/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig /opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ path_to_add=/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig
++++ path_is_now=/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ '[' '' = /opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64: ']'
++++ printf %s /opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PKG_CONFIG_PATH
++ temp_var=14
++ for arg in "$@"
+++ expr ipp=latest : '\(.*\)=.*'
++ arg_base=ipp
+++ expr ipp=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/ipp/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/ipp/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/ipp/latest/env/vars.sh ']'
++ echo ':: ipp -- latest'
:: ipp -- latest
++ . /opt/intel/oneapi/ipp/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/ipp/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/ipp/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/ipp/latest/env/vars.sh
++++ script=/opt/intel/oneapi/ipp/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/ipp/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/ipp/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/ipp/latest/env
+++++ cd /opt/intel/oneapi/ipp/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/ipp/2021.6.0/env
++++ echo /opt/intel/oneapi/ipp/2021.6.0/env
+++ vars_script_path=/opt/intel/oneapi/ipp/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/ipp/2021.6.0/env
+++ IPPROOT=/opt/intel/oneapi/ipp/2021.6.0
+++ export IPPROOT
+++ IPP_TARGET_ARCH=intel64
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' 1 -gt 0 ']'
+++ '[' SETVARS_CALL=1 = ia32 ']'
+++ '[' SETVARS_CALL=1 = intel64 ']'
+++ shift
+++ '[' 0 -gt 0 ']'
+++ export IPP_TARGET_ARCH
++++ prepend_path /opt/intel/oneapi/ipp/2021.6.0/include /opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/ipp/2021.6.0/include
++++ path_is_now=/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++++ prepend_path /opt/intel/oneapi/ipp/2021.6.0/lib/intel64 /opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/ipp/2021.6.0/lib/intel64
++++ path_is_now=/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/ipp/2021.6.0/lib/intel64 '/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/ipp/2021.6.0/lib/intel64
++++ path_is_now='/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
++ temp_var=15
++ for arg in "$@"
+++ expr itac=latest : '\(.*\)=.*'
++ arg_base=itac
+++ expr itac=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/itac/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/itac/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/itac/latest/env/vars.sh ']'
++ echo ':: itac -- latest'
:: itac -- latest
++ . /opt/intel/oneapi/itac/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/itac/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/itac/latest/env/vars.sh ']'
++++ prepend_path /opt/intel/licenses:/home/jenkins/intel/licenses '/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses'
++++ path_to_add=/opt/intel/licenses:/home/jenkins/intel/licenses
++++ path_is_now='/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses'
++++ '[' '' = '/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses' ']'
++++ printf %s '/opt/intel/licenses:/home/jenkins/intel/licenses:/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses'
+++ INTEL_LICENSE_FILE='/opt/intel/licenses:/home/jenkins/intel/licenses:/opt/intel/oneapi/clck/2021.6.0/licensing:/opt/intel/licenses:/home/jenkins/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses'
+++ export INTEL_LICENSE_FILE
++++ get_script_path /opt/intel/oneapi/itac/latest/env/vars.sh
++++ script=/opt/intel/oneapi/itac/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/itac/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/itac/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/itac/latest/env
+++++ cd /opt/intel/oneapi/itac/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/itac/2021.6.0/env
++++ printf %s /opt/intel/oneapi/itac/2021.6.0/env
+++ my_script_path=/opt/intel/oneapi/itac/2021.6.0/env
++++ dirname -- /opt/intel/oneapi/itac/2021.6.0/env
+++ component_root=/opt/intel/oneapi/itac/2021.6.0
+++ VT_ROOT=/opt/intel/oneapi/itac/2021.6.0
+++ export VT_ROOT
+++ VT_MPI=impi4
+++ VT_LIB_DIR=/opt/intel/oneapi/itac/2021.6.0/lib
+++ VT_SLIB_DIR=/opt/intel/oneapi/itac/2021.6.0/slib
+++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread'
+++ export VT_MPI VT_LIB_DIR VT_SLIB_DIR VT_ADD_LIBS
++++ prepend_path /opt/intel/oneapi/itac/2021.6.0/slib '/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/itac/2021.6.0/slib
++++ path_is_now='/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/itac/2021.6.0/bin /opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ path_to_add=/opt/intel/oneapi/itac/2021.6.0/bin
++++ path_is_now=/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ '[' '' = /opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin ']'
++++ printf %s /opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
++++ prepend_manpath /opt/intel/oneapi/itac/2021.6.0/man '/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
++++ path_to_add=/opt/intel/oneapi/itac/2021.6.0/man
++++ path_is_now='/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
++++ '[' '' = '/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' ']'
++++ printf %s '/opt/intel/oneapi/itac/2021.6.0/man:/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
+++ MANPATH='/opt/intel/oneapi/itac/2021.6.0/man:/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man'
+++ export MANPATH
++ temp_var=16
++ for arg in "$@"
+++ expr mkl=latest : '\(.*\)=.*'
++ arg_base=mkl
+++ expr mkl=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/mkl/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/mkl/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/mkl/latest/env/vars.sh ']'
++ echo ':: mkl -- latest'
:: mkl -- latest
++ . /opt/intel/oneapi/mkl/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/mkl/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/mkl/latest/env/vars.sh ']'
++++ basename -- /opt/intel/oneapi/mkl/latest/env/vars.sh
+++ my_script_name=vars.sh
++++ get_script_path /opt/intel/oneapi/mkl/latest/env/vars.sh
++++ script=/opt/intel/oneapi/mkl/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/mkl/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/mkl/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/mkl/latest/env
+++++ cd /opt/intel/oneapi/mkl/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/mkl/2022.1.0/env
++++ printf %s /opt/intel/oneapi/mkl/2022.1.0/env
+++ my_script_path=/opt/intel/oneapi/mkl/2022.1.0/env
++++ dirname -- /opt/intel/oneapi/mkl/2022.1.0/env
+++ MKLROOT=/opt/intel/oneapi/mkl/2022.1.0
+++ export MKLROOT
+++ __mkl_tmp_SCRIPT_NAME=vars.sh
+++ __mkl_tmp_MOD_NAME=mod
+++ __mkl_tmp_TARGET_ARCH=intel64
+++ __mkl_tmp_LP64_ILP64=
+++ __mkl_tmp_MOD=
+++ __mkl_tmp_MKLVARS_VERBOSE=
+++ __mkl_help=
+++ '[' -z SETVARS_CALL=1 ']'
+++ '[' -n SETVARS_CALL=1 ']'
+++ '[' SETVARS_CALL=1 = ia32 ']'
+++ '[' SETVARS_CALL=1 = intel64 ']'
+++ '[' SETVARS_CALL=1 = lp64 ']'
+++ '[' SETVARS_CALL=1 = ilp64 ']'
+++ '[' SETVARS_CALL=1 = mod ']'
+++ '[' SETVARS_CALL=1 = verbose ']'
+++ '[' SETVARS_CALL=1 = help ']'
+++ shift
+++ '[' -n '' ']'
+++ '[' -z '' ']'
+++ __mkl_lib_dir=/opt/intel/oneapi/mkl/2022.1.0/lib
+++ __cpath=/opt/intel/oneapi/mkl/2022.1.0/include
+++ __mkl_bin_dir=/opt/intel/oneapi/mkl/2022.1.0/bin
+++ __ld_library_path=/opt/intel/oneapi/mkl/2022.1.0/lib/intel64
+++ __library_path=/opt/intel/oneapi/mkl/2022.1.0/lib/intel64
+++ __path=/opt/intel/oneapi/mkl/2022.1.0/bin/intel64
+++ __nlspath=/opt/intel/oneapi/mkl/2022.1.0/lib/intel64/locale/%l_%t/%N
+++ '[' '' = mod ']'
+++ export 'LD_LIBRARY_PATH=/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LIBRARY_PATH=/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export NLSPATH=/opt/intel/oneapi/mkl/2022.1.0/lib/intel64/locale/%l_%t/%N:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N
+++ NLSPATH=/opt/intel/oneapi/mkl/2022.1.0/lib/intel64/locale/%l_%t/%N:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin/locale/%l_%t/%N
+++ export CPATH=/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export PATH=/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PKG_CONFIG_PATH=/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ '[' '' = verbose ']'
++ temp_var=17
++ for arg in "$@"
+++ expr mpi=latest : '\(.*\)=.*'
++ arg_base=mpi
+++ expr mpi=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/mpi/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/mpi/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/mpi/latest/env/vars.sh ']'
++ echo ':: mpi -- latest'
:: mpi -- latest
++ . /opt/intel/oneapi/mpi/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/mpi/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/mpi/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/mpi/latest/env/vars.sh
++++ script=/opt/intel/oneapi/mpi/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/mpi/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/mpi/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/mpi/latest/env
+++++ cd /opt/intel/oneapi/mpi/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/mpi/2021.6.0/env
++++ printf %s /opt/intel/oneapi/mpi/2021.6.0/env
+++ MPIVARS_DIR=/opt/intel/oneapi/mpi/2021.6.0/env
++++ cd /opt/intel/oneapi/mpi/2021.6.0/env/..
++++ pwd
+++ I_MPI_ROOT=/opt/intel/oneapi/mpi/2021.6.0
+++ export I_MPI_ROOT
+++ '[' -z /opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64: ']'
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PKG_CONFIG_PATH
+++ PLATFORM=
+++ '[' -z /opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin ']'
+++ PATH=/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
+++ '[' -z /opt/intel/oneapi/dal/2021.6.0/lib/onedal.jar ']'
+++ CLASSPATH=/opt/intel/oneapi/mpi/2021.6.0//lib/mpi.jar:/opt/intel/oneapi/dal/2021.6.0/lib/onedal.jar
+++ export CLASSPATH
+++ '[' -z '/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
+++ '[' -z '' ']'
+++ '[' -z /opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
+++ LIBRARY_PATH=/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
+++ '[' -z /opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
+++ CPATH=/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
+++ export 'MANPATH=/opt/intel/oneapi/mpi/2021.6.0/man:/opt/intel/oneapi/itac/2021.6.0/man:/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man:'
+++ MANPATH='/opt/intel/oneapi/mpi/2021.6.0/man:/opt/intel/oneapi/itac/2021.6.0/man:/opt/intel/oneapi/debugger/2021.6.0/documentation/man:/opt/intel/oneapi/compiler/2022.1.0/documentation/en/man/common:/opt/intel/oneapi/clck/2021.6.0/man:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man:'
+++ '[' -z '' ']'
+++ i_mpi_ofi_library_internal=1
+++ i_mpi_library_kind=
+++ args=SETVARS_CALL=1
+++ for arg in $args
+++ case "$arg" in
+++ case "$i_mpi_library_kind" in
+++ case "$i_mpi_ofi_library_internal" in
+++ PATH=/opt/intel/oneapi/mpi/2021.6.0//libfabric/bin:/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
+++ '[' -z /opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
+++ LIBRARY_PATH=/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
+++ FI_PROVIDER_PATH=/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib/prov:/usr/lib64/libfabric
+++ export FI_PROVIDER_PATH
++ temp_var=18
++ for arg in "$@"
+++ expr tbb=latest : '\(.*\)=.*'
++ arg_base=tbb
+++ expr tbb=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/tbb/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/tbb/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/tbb/latest/env/vars.sh ']'
++ echo ':: tbb -- latest'
:: tbb -- latest
++ . /opt/intel/oneapi/tbb/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/tbb/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/tbb/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/tbb/latest/env/vars.sh
++++ script_path=/opt/intel/oneapi/tbb/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/tbb/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/tbb/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/tbb/latest/env
+++++ cd /opt/intel/oneapi/tbb/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/tbb/2021.6.0/env
++++ printf %s /opt/intel/oneapi/tbb/2021.6.0/env
+++ TBBROOT=/opt/intel/oneapi/tbb/2021.6.0/env/..
+++ TBB_TARGET_ARCH=intel64
+++ '[' -n '' ']'
+++ for arg in "$@"
+++ case "$arg" in
+++ TBB_LIB_NAME=libtbb.so.12
+++ TBB_LIB_DIR=intel64/gcc4.8
+++ '[' -e /opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8/libtbb.so.12 ']'
+++ export TBBROOT
++++ prepend_path /opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8 /opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8
++++ path_is_now=/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8 '/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8
++++ path_is_now='/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/tbb/2021.6.0/env/../include /opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/tbb/2021.6.0/env/../include
++++ path_is_now=/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/tbb/2021.6.0/env/../include:/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/tbb/2021.6.0/env/../include:/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++++ prepend_path /opt/intel/oneapi/tbb/2021.6.0/env/.. /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
++++ path_to_add=/opt/intel/oneapi/tbb/2021.6.0/env/..
++++ path_is_now=/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
++++ '[' '' = /opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP ']'
++++ printf %s /opt/intel/oneapi/tbb/2021.6.0/env/..:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ CMAKE_PREFIX_PATH=/opt/intel/oneapi/tbb/2021.6.0/env/..:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ export CMAKE_PREFIX_PATH
++++ prepend_path /opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig /opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ path_to_add=/opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig
++++ path_is_now=/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ '[' '' = /opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64: ']'
++++ printf %s /opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PKG_CONFIG_PATH
++ temp_var=19
++ for arg in "$@"
+++ expr vpl=latest : '\(.*\)=.*'
++ arg_base=vpl
+++ expr vpl=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/vpl/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/vpl/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/vpl/latest/env/vars.sh ']'
++ echo ':: vpl -- latest'
:: vpl -- latest
++ . /opt/intel/oneapi/vpl/latest/env/vars.sh SETVARS_CALL=1
+++ _vars_this_script_name=vars.sh
++++ _vars_get_proc_name /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -n '' ']'
++++ script=/home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
++++ '[' -L /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh ']'
++++ basename -- /home/jenkins/workspace/sam_clubb_copy_test@2@tmp/durable-b505eed5/script.sh
+++ '[' vars.sh = script.sh ']'
+++ vars_script_name=
++++ ps -p 2608170 -o comm=
+++ vars_script_shell=bash
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ vars_script_name=/opt/intel/oneapi/vpl/latest/env/vars.sh
+++ '[' '' = /opt/intel/oneapi/vpl/latest/env/vars.sh ']'
++++ get_script_path /opt/intel/oneapi/vpl/latest/env/vars.sh
++++ script=/opt/intel/oneapi/vpl/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/vpl/latest/env/vars.sh ']'
+++++ command dirname -- /opt/intel/oneapi/vpl/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/vpl/latest/env
+++++ cd /opt/intel/oneapi/vpl/latest/env
+++++ command pwd -P
++++ script_dir=/opt/intel/oneapi/vpl/2022.1.0/env
++++ printf %s /opt/intel/oneapi/vpl/2022.1.0/env
+++ script_path=/opt/intel/oneapi/vpl/2022.1.0/env
+++ vpl_prefix=/opt/intel/oneapi/vpl/2022.1.0/env/..
++++ cd /opt/intel/oneapi/vpl/2022.1.0/env/..
++++ pwd
+++ vpl_prefix=/opt/intel/oneapi/vpl/2022.1.0
+++ vpl_include=/opt/intel/oneapi/vpl/2022.1.0/include
+++ vpl_lib=/opt/intel/oneapi/vpl/2022.1.0/lib
+++ vpl_bin=/opt/intel/oneapi/vpl/2022.1.0/bin
++++ prepend_path /opt/intel/oneapi/vpl/2022.1.0/include /opt/intel/oneapi/tbb/2021.6.0/env/../include:/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/vpl/2022.1.0/include
++++ path_is_now=/opt/intel/oneapi/tbb/2021.6.0/env/../include:/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/tbb/2021.6.0/env/../include:/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/vpl/2022.1.0/include:/opt/intel/oneapi/tbb/2021.6.0/env/../include:/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ CPATH=/opt/intel/oneapi/vpl/2022.1.0/include:/opt/intel/oneapi/tbb/2021.6.0/env/../include:/opt/intel/oneapi/mpi/2021.6.0//include:/opt/intel/oneapi/mkl/2022.1.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/ippcp/2021.6.0/include:/opt/intel/oneapi/ipp/2021.6.0/include:/opt/intel/oneapi/dpl/2021.7.0/linux/include:/opt/intel/oneapi/dpcpp-ct/2022.1.0/include:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/include:/opt/intel/oneapi/dev-utilities/2021.6.0/include:/opt/intel/oneapi/dal/2021.6.0/include:/opt/intel/oneapi/ccl/2021.6.0/include/cpu_gpu_dpcpp
+++ export CPATH
++++ prepend_path /opt/intel/oneapi/vpl/2022.1.0/lib /opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ path_to_add=/opt/intel/oneapi/vpl/2022.1.0/lib
++++ path_is_now=/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
++++ '[' '' = /opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp ']'
++++ printf %s /opt/intel/oneapi/vpl/2022.1.0/lib:/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ LIBRARY_PATH=/opt/intel/oneapi/vpl/2022.1.0/lib:/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/clck/2021.6.0/lib/intel64:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp
+++ export LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/vpl/2022.1.0/bin /opt/intel/oneapi/mpi/2021.6.0//libfabric/bin:/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ path_to_add=/opt/intel/oneapi/vpl/2022.1.0/bin
++++ path_is_now=/opt/intel/oneapi/mpi/2021.6.0//libfabric/bin:/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
++++ '[' '' = /opt/intel/oneapi/mpi/2021.6.0//libfabric/bin:/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin ']'
++++ printf %s /opt/intel/oneapi/vpl/2022.1.0/bin:/opt/intel/oneapi/mpi/2021.6.0//libfabric/bin:/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/vpl/2022.1.0/bin:/opt/intel/oneapi/mpi/2021.6.0//libfabric/bin:/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export PATH
++++ prepend_path /opt/intel/oneapi/vpl/2022.1.0/lib '/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ path_to_add=/opt/intel/oneapi/vpl/2022.1.0/lib
++++ path_is_now='/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
++++ '[' '' = '/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib' ']'
++++ printf %s '/opt/intel/oneapi/vpl/2022.1.0/lib:/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ LD_LIBRARY_PATH='/opt/intel/oneapi/vpl/2022.1.0/lib:/opt/intel/oneapi/tbb/2021.6.0/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mpi/2021.6.0//libfabric/lib:/opt/intel/oneapi/mpi/2021.6.0//lib/release:/opt/intel/oneapi/mpi/2021.6.0//lib:/opt/intel/oneapi/mkl/2022.1.0/lib/intel64:/opt/intel/oneapi/itac/2021.6.0/slib:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/ippcp/2021.6.0/lib/intel64:/opt/intel/oneapi/ipp/2021.6.0/lib/intel64:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/lib:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/libipt/intel64/lib:/opt/intel/oneapi/debugger/2021.6.0/dep/lib:/opt/intel/oneapi/dal/2021.6.0/lib/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/x64:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/2022.1.0/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/ccl/2021.6.0/lib/cpu_gpu_dpcpp:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib:/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib:/usr/local/NETCDF-Fortran-4.5.3-ifort/lib:/usr/local/NETCDF-Fortran-4.5.3-pgi/lib:/usr/local/NETCDF-C-4.8.0-gfortran/lib:/usr/local/NETCDF-C-4.8.0-ifort/lib:/usr/local/NETCDF-C-4.8.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/opt/intel/oneapi/mkl/latest/lib/intel64:/usr/local/lib'
+++ export LD_LIBRARY_PATH
++++ prepend_path /opt/intel/oneapi/vpl/2022.1.0 /opt/intel/oneapi/tbb/2021.6.0/env/..:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
++++ path_to_add=/opt/intel/oneapi/vpl/2022.1.0
++++ path_is_now=/opt/intel/oneapi/tbb/2021.6.0/env/..:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
++++ '[' '' = /opt/intel/oneapi/tbb/2021.6.0/env/..:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP ']'
++++ printf %s /opt/intel/oneapi/vpl/2022.1.0:/opt/intel/oneapi/tbb/2021.6.0/env/..:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ CMAKE_PREFIX_PATH=/opt/intel/oneapi/vpl/2022.1.0:/opt/intel/oneapi/tbb/2021.6.0/env/..:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/cmake:/opt/intel/oneapi/dal/2021.6.0:/opt/intel/oneapi/compiler/2022.1.0/linux/IntelDPCPP
+++ export CMAKE_PREFIX_PATH
++++ prepend_path /opt/intel/oneapi/vpl/2022.1.0/lib/pkgconfig /opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ path_to_add=/opt/intel/oneapi/vpl/2022.1.0/lib/pkgconfig
++++ path_is_now=/opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
++++ '[' '' = /opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64: ']'
++++ printf %s /opt/intel/oneapi/vpl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/vpl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PKG_CONFIG_PATH
++ temp_var=20
++ for arg in "$@"
+++ expr vtune=latest : '\(.*\)=.*'
++ arg_base=vtune
+++ expr vtune=latest : '.*=\(.*\)'
++ arg_verz=latest
++ arg_path=/opt/intel/oneapi/vtune/latest/env/vars.sh
++ SETVARS_VARS_PATH=/opt/intel/oneapi/vtune/latest/env/vars.sh
++ export SETVARS_VARS_PATH
++ '[' exclude = latest ']'
++ '[' -r /opt/intel/oneapi/vtune/latest/env/vars.sh ']'
++ echo ':: vtune -- latest'
:: vtune -- latest
++ . /opt/intel/oneapi/vtune/latest/env/vars.sh SETVARS_CALL=1
+++ '[' -n '' ']'
+++ '[' -n '' ']'
+++ '[' -n '5.1.4(1)-release' ']'
+++ return 0
+++ SCRIPT=/opt/intel/oneapi/vtune/latest/env/vars.sh
++++ get_product_dir /opt/intel/oneapi/vtune/latest/env/vars.sh
++++ script=/opt/intel/oneapi/vtune/latest/env/vars.sh
++++ '[' -L /opt/intel/oneapi/vtune/latest/env/vars.sh ']'
+++++ dirname /opt/intel/oneapi/vtune/latest/env/vars.sh
++++ script_dir=/opt/intel/oneapi/vtune/latest/env
+++++ cd /opt/intel/oneapi/vtune/latest/env
+++++ pwd -P
++++ script_dir=/opt/intel/oneapi/vtune/2022.3.0/env
+++++ dirname /opt/intel/oneapi/vtune/2022.3.0/env
++++ script_dir=/opt/intel/oneapi/vtune/2022.3.0
++++ echo /opt/intel/oneapi/vtune/2022.3.0
+++ PRODUCT_DIR=/opt/intel/oneapi/vtune/2022.3.0
++++ uname
+++ '[' Linux = Darwin ']'
++++ uname -m
+++ '[' x86_64 = x86_64 ']'
+++ BIN_DIR=bin64
+++ export PKG_CONFIG_PATH=/opt/intel/oneapi/vtune/2022.3.0/include/pkgconfig/lib64:/opt/intel/oneapi/vpl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ PKG_CONFIG_PATH=/opt/intel/oneapi/vtune/2022.3.0/include/pkgconfig/lib64:/opt/intel/oneapi/vpl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/tbb/2021.6.0/env/../lib/pkgconfig:/opt/intel/oneapi/mpi/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/mkl/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ippcp/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/inspector/2022.1.0/include/pkgconfig/lib64:/opt/intel/oneapi/dpl/2021.7.0/lib/pkgconfig:/opt/intel/oneapi/dnnl/2022.1.0/cpu_dpcpp_gpu_dpcpp/../lib/pkgconfig:/opt/intel/oneapi/dal/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/compiler/2022.1.0/lib/pkgconfig:/opt/intel/oneapi/ccl/2021.6.0/lib/pkgconfig:/opt/intel/oneapi/advisor/2022.1.0/include/pkgconfig/lib64:
+++ export PATH=/opt/intel/oneapi/vtune/2022.3.0/bin64:/opt/intel/oneapi/vpl/2022.1.0/bin:/opt/intel/oneapi/mpi/2021.6.0//libfabric/bin:/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ PATH=/opt/intel/oneapi/vtune/2022.3.0/bin64:/opt/intel/oneapi/vpl/2022.1.0/bin:/opt/intel/oneapi/mpi/2021.6.0//libfabric/bin:/opt/intel/oneapi/mpi/2021.6.0//bin:/opt/intel/oneapi/mkl/2022.1.0/bin/intel64:/opt/intel/oneapi/itac/2021.6.0/bin:/opt/intel/oneapi/intelpython/latest/bin:/opt/intel/oneapi/intelpython/latest/condabin:/opt/intel/oneapi/inspector/2022.1.0/bin64:/opt/intel/oneapi/dpcpp-ct/2022.1.0/bin:/opt/intel/oneapi/dev-utilities/2021.6.0/bin:/opt/intel/oneapi/debugger/2021.6.0/gdb/intel64/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/lib/oclfpga/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/intel/oneapi/compiler/2022.1.0/linux/bin:/opt/intel/oneapi/clck/2021.6.0/bin/intel64:/opt/intel/oneapi/advisor/2022.1.0/bin64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/opt/rh/devtoolset-10/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin:/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+++ export DIAGUTIL_PATH=/opt/intel/oneapi/vtune/2022.3.0/sys_check/vtune_sys_check.py:/opt/intel/oneapi/dpcpp-ct/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ DIAGUTIL_PATH=/opt/intel/oneapi/vtune/2022.3.0/sys_check/vtune_sys_check.py:/opt/intel/oneapi/dpcpp-ct/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/debugger/2021.6.0/sys_check/debugger_sys_check.py:/opt/intel/oneapi/compiler/2022.1.0/sys_check/sys_check.sh:/opt/intel/oneapi/advisor/2022.1.0/sys_check/advisor_sys_check.py:
+++ export VTUNE_PROFILER_2022_DIR=/opt/intel/oneapi/vtune/2022.3.0
+++ VTUNE_PROFILER_2022_DIR=/opt/intel/oneapi/vtune/2022.3.0
+++ export VTUNE_PROFILER_DIR=/opt/intel/oneapi/vtune/2022.3.0
+++ VTUNE_PROFILER_DIR=/opt/intel/oneapi/vtune/2022.3.0
++ temp_var=21
++ '[' 21 -eq 0 ']'
++ echo ':: oneAPI environment initialized ::'
:: oneAPI environment initialized ::
++ echo ' '
 
++ '[' 0 -ne 0 ']'
++ eval set -- ''\''--force'\'' \
 '
+++ set -- --force
++ prep_for_exit 0
++ script_return_code=0
++ unset -v SETVARS_CALL
++ unset -v SETVARS_ARGS
++ unset -v SETVARS_VARS_PATH
++ '[' 0 = '' ']'
++ '[' 0 -eq 0 ']'
++ SETVARS_COMPLETED=1
++ export SETVARS_COMPLETED
++ return 0
++ return
+ ./runsam.bash 1
+ cat runsam.log
 number of MPI tasks:           1
           **************************************************
           **************************************************
           *                                                *
           *      *****          **       ***          **   *
           *    ***   ***       ****      ****       ****   *
           *   ***     ***     *** ***    *****     *****   *
           *    ***           ***   ***   *** **   ** ***   *
           *       ***       ***     ***  ***  ** **  ***   *
           *          ***    ***     ***  ***   ***   ***   *
           *   ***     ***   ***********  ***         ***   *
           *    ***   ***    ***     ***  ***         ***   *
           *      *****      ***     ***  ***         ***   *
           *                                                *
           **************************************************
           **************************************************
           ***       System for Atmospheric Modeling      ***
           ***                    SAM                     ***
                     Version 6.10.6 (May 2014)  
           **************************************************
           ***     (C) Marat Khairoutdinov                ***
           *** School of Marine and Atmospheric Sciences  ***
           ***       Stony Brook University               ***
           **************************************************
           ***       The model can be used only with      ***
           ***         permission from the author!        ***
           ***       No transfer to any third party       ***
           ***                is allowed!                 ***
           **************************************************
           ***           DOUBLE-MOMENT VERSION OF         ***
           ***           LIN MICROPHYSICS SCHEME          ***
           ***   by Vaughan Phillips (GFDL, 2006)         ***
           ***  (developed from single-moment version     ***
           ***   by Lord et al., 1984, JAS, vol 41, 2836, ***
           ***   and Krueger et al, 1995, JAM, vol 34, 281)  
           ***  Adapted by Mikhail Ovtchinnikov (PNNL, 2008) 
           **************************************************
           ***       Portions of this code                ***
           ***        (C) UW Milwaukee 2008-2014          ***
           ***    Developed at the UWM Dept of            ***
           ***    Mathematical Sciences under the         ***
           ***    direction of Vincent E. Larson          ***
           ***             vlarson@uwm.edu                ***
           **************************************************
           **************************************************
           **************************************************
           ***       DATE 06/27/23 TIME 16:43:46          ***
           **************************************************

 ios_missing_namelist =           -1
 ios for UWOPTIONS =           -1
 ****************************************************
 ****** No UWOPTIONS namelist in prm file *********
 ****************************************************

 surface pressure:    1017.79999    
 Initial Sounding:
  k      z    rho     rhoi    s      h     h*      qt      u      v     adz     N
  40  1580.0  1.014  1.016 305.34 311.87 341.09   2.62   9.79  -0.15  1.000      87.84    
  39  1540.0  1.017  1.019 305.18 311.84 341.32   2.68   9.62  -0.38  1.000      86.47    
  38  1500.0  1.021  1.023 305.03 311.82 341.53   2.73   9.45  -0.60  1.000      84.68    
  37  1460.0  1.025  1.027 304.86 311.81 341.72   2.79   9.28  -0.82  1.000      83.22    
  36  1420.0  1.029  1.031 304.69 311.81 341.90   2.86   9.11  -1.05  1.000      81.17    
  35  1380.0  1.033  1.035 304.51 311.80 342.05   2.93   8.93  -1.27  1.000      79.46    
  34  1340.0  1.038  1.040 304.32 311.81 342.17   3.01   8.76  -1.50  1.000      77.49    
  33  1300.0  1.042  1.044 304.12 311.82 342.26   3.09   8.59  -1.72  1.000      75.46    
  32  1260.0  1.046  1.048 303.92 311.84 342.32   3.18   8.42  -1.94  1.000      73.27    
  31  1220.0  1.050  1.052 303.69 311.86 342.33   3.28   8.25  -2.17  1.000      71.10    
  30  1180.0  1.054  1.057 303.46 311.89 342.29   3.39   8.07  -2.39  1.000      68.59    
  29  1140.0  1.059  1.061 303.21 311.93 342.20   3.51   7.90  -2.62  1.000      65.83    
  28  1100.0  1.063  1.065 302.93 311.96 342.03   3.63   7.73  -2.84  1.000      63.09    
  27  1060.0  1.068  1.070 302.63 312.00 341.77   3.77   7.56  -3.06  1.000      59.93    
  26  1020.0  1.072  1.075 302.30 312.04 341.40   3.91   7.39  -3.29  1.000      56.46    
  25   980.0  1.077  1.080 301.93 312.06 340.88   4.07   7.21  -3.51  1.000      52.47    
  24   940.0  1.082  1.085 301.49 312.06 340.15   4.24   7.04  -3.74  1.000      47.73    
  23   900.0  1.088  1.091 300.97 312.00 339.12   4.43   6.87  -3.96  1.000      41.83    
  22   860.0  1.094  1.098 300.29 311.82 337.56   4.63   6.70  -4.18  1.000      33.31    
  21   820.0  1.101  1.120 299.22 311.29 334.72   4.85   6.53  -4.41  1.000      11.23    
  20   780.0  1.139  1.141 291.50 311.61 311.61   9.45   6.35  -4.63  1.000      704.3    
  19   740.0  1.143  1.145 291.31 311.80 311.80   9.45   6.18  -4.86  1.000      724.1    
  18   700.0  1.147  1.149 291.12 311.98 311.98   9.45   6.01  -5.08  1.000      724.6    
  17   660.0  1.151  1.153 290.93 312.17 312.17   9.45   5.84  -5.30  1.000      715.3    
  16   620.0  1.155  1.156 290.74 312.36 312.36   9.45   5.67  -5.53  1.000      725.6    
  15   580.0  1.158  1.160 290.55 312.55 312.55   9.45   5.49  -5.75  1.000      711.5    
  14   540.0  1.162  1.165 290.35 312.74 312.74   9.45   5.32  -5.98  1.000      721.6    
  13   500.0  1.166  1.168 290.16 312.93 312.93   9.45   5.15  -6.20  1.000      722.1    
  12   460.0  1.170  1.172 289.96 313.12 313.12   9.45   4.98  -6.42  1.000      717.7    
  11   420.0  1.174  1.176 289.78 313.30 313.32   9.45   4.81  -6.65  1.000      733.2    
  10   380.0  1.178  1.180 289.78 313.29 313.82   9.45   4.63  -6.87  1.000      718.7    
   9   340.0  1.182  1.184 289.78 313.29 314.33   9.45   4.46  -7.10  1.000      719.2    
   8   300.0  1.186  1.188 289.77 313.29 314.85   9.45   4.29  -7.32  1.000      724.6    
   7   260.0  1.190  1.192 289.77 313.29 315.37   9.45   4.12  -7.54  1.000      725.1    
   6   220.0  1.194  1.196 289.77 313.28 315.91   9.45   3.95  -7.77  1.000      725.6    
   5   180.0  1.198  1.201 289.77 313.28 316.45   9.45   3.77  -7.99  1.000      721.1    
   4   140.0  1.203  1.205 289.76 313.28 317.01   9.45   3.60  -8.22  1.000      731.6    
   3   100.0  1.207  1.208 289.76 313.28 317.57   9.45   3.43  -8.44  1.000      717.3    
   2    60.0  1.211  1.213 289.76 313.28 318.14   9.45   3.26  -8.66  1.000      722.6    
  k      z    rho     rhoi    s      h     h*      qt      u      v     adz     N

   k      z      dz     pres   presi   Tabs     tp     tpl      qt      Qc      Qi      REL
  40  1580.00   40.00  844.76  846.75  289.91  304.23  304.23  2.6240  0.0000  0.0000   18.26
  39  1540.00   40.00  848.75  850.74  290.15  304.07  304.07  2.6760  0.0000  0.0000   18.43
  38  1500.00   40.00  852.75  854.75  290.38  303.90  303.90  2.7320  0.0000  0.0000   18.62
  37  1460.00   40.00  856.76  858.77  290.60  303.73  303.73  2.7930  0.0000  0.0000   18.85
  36  1420.00   40.00  860.79  862.81  290.82  303.55  303.55  2.8600  0.0000  0.0000   19.13
  35  1380.00   40.00  864.84  866.87  291.03  303.36  303.36  2.9310  0.0000  0.0000   19.43
  34  1340.00   40.00  868.90  870.94  291.24  303.17  303.17  3.0090  0.0000  0.0000   19.78
  33  1300.00   40.00  872.98  875.03  291.43  302.96  302.96  3.0930  0.0000  0.0000   20.18
  32  1260.00   40.00  877.08  879.13  291.61  302.75  302.75  3.1840  0.0000  0.0000   20.63
  31  1220.00   40.00  881.19  883.25  291.78  302.52  302.52  3.2820  0.0000  0.0000   21.14
  30  1180.00   40.00  885.32  887.39  291.94  302.27  302.27  3.3890  0.0000  0.0000   21.71
  29  1140.00   40.00  889.46  891.54  292.07  302.01  302.01  3.5050  0.0000  0.0000   22.37
  28  1100.00   40.00  893.63  895.71  292.19  301.73  301.73  3.6300  0.0000  0.0000   23.10
  27  1060.00   40.00  897.81  899.90  292.28  301.42  301.42  3.7660  0.0000  0.0000   23.94
  26  1020.00   40.00  902.01  904.11  292.34  301.08  301.08  3.9130  0.0000  0.0000   24.91
  25   980.00   40.00  906.22  908.34  292.36  300.70  300.70  4.0720  0.0000  0.0000   26.01
  24   940.00   40.00  910.46  912.59  292.31  300.25  300.25  4.2450  0.0000  0.0000   27.32
  23   900.00   40.00  914.72  916.85  292.18  299.72  299.72  4.4320  0.0000  0.0000   28.91
  22   860.00   40.00  919.00  921.15  291.89  299.02  299.02  4.6340  0.0000  0.0000   30.94
  21   820.00   40.00  923.30  925.47  291.21  297.92  297.92  4.8540  0.0000  0.0000   34.02
  20   780.00   40.00  927.70  929.94  283.89  290.04  288.34  9.4500  0.6848  0.0000  100.00
  19   740.00   40.00  932.18  934.42  284.09  289.85  288.33  9.4500  0.6090  0.0000  100.00
  18   700.00   40.00  936.67  938.92  284.29  289.65  288.33  9.4500  0.5331  0.0000  100.00
  17   660.00   40.00  941.17  943.44  284.49  289.46  288.32  9.4500  0.4569  0.0000  100.00
  16   620.00   40.00  945.70  947.97  284.68  289.26  288.32  9.4500  0.3805  0.0000  100.00
  15   580.00   40.00  950.24  952.51  284.88  289.07  288.31  9.4500  0.3039  0.0000  100.00
  14   540.00   40.00  954.79  957.07  285.08  288.87  288.31  9.4500  0.2271  0.0000  100.00
  13   500.00   40.00  959.36  961.65  285.28  288.68  288.30  9.4500  0.1501  0.0000  100.00
  12   460.00   40.00  963.94  966.24  285.47  288.48  288.30  9.4500  0.0728  0.0000  100.00
  11   420.00   40.00  968.54  970.85  285.68  288.30  288.30  9.4500  0.0000  0.0000   99.88
  10   380.00   40.00  973.16  975.47  286.07  288.30  288.30  9.4500  0.0000  0.0000   97.80
   9   340.00   40.00  977.79  980.11  286.46  288.30  288.30  9.4500  0.0000  0.0000   95.77
   8   300.00   40.00  982.44  984.77  286.84  288.30  288.30  9.4500  0.0000  0.0000   93.79
   7   260.00   40.00  987.10  989.44  287.23  288.30  288.30  9.4500  0.0000  0.0000   91.86
   6   220.00   40.00  991.78  994.13  287.62  288.30  288.30  9.4500  0.0000  0.0000   89.97
   5   180.00   40.00  996.48  998.83  288.01  288.30  288.30  9.4500  0.0000  0.0000   88.12
   4   140.00   40.00 1001.19 1003.55  288.40  288.30  288.30  9.4500  0.0000  0.0000   86.32
   3   100.00   40.00 1005.91 1008.28  288.79  288.30  288.30  9.4500  0.0000  0.0000   84.57
   2    60.00   40.00 1010.66 1013.03  289.17  288.30  288.30  9.4500  0.0000  0.0000   82.85
   1    20.00   40.00 1015.41 1017.80  289.56  288.30  288.30  9.4500  0.0000  0.0000   81.17
   k      z      dz     pres   presi   Tabs     tp     tpl      qt      Qc      Qi      REL
 Smagorinsky SGS Closure
 CLUBB Parameterization
 CLUBB configurable flags set in thread 0:
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 l_use_precip_frac =  T
 l_predict_upwp_vpwp =  T
 l_min_wp2_from_corr_wx =  T
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  T
 l_upwind_xpyp_ta =  T
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  F
 l_fix_w_chi_eta_correlations =  T
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth F
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  F
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in setup_clubb_core
 SILHS configurable flags set in thread 0:
 cluster_allocation_strategy =            3
 l_lh_importance_sampling =  T
 l_Lscale_vert_avg =  F
 l_lh_straight_mc =  F
 l_lh_clustered_sampling =  T
 l_rcm_in_cloud_k_lh_start =  T
 l_random_k_lh_start =  F
 l_max_overlap_in_cloud =  T
 l_lh_instant_var_covar_src =  T
 l_lh_limit_weights =  T
 l_lh_var_frac =  F
 l_lh_normalize_weights =  T
 Initializeing forcing data...
 sounding data: nsnd=           3   nzsnd=         320
 Observed sounding interval (days):   0.00000000       2000.00000    
 forcing data: nlsf=           3   nzlsf=         320
 Large-Scale Forcing interval (days):   0.00000000       2000.00000    
 surface forcing data: nsfc=           2
 Surface Forcing interval (days):   0.00000000       1.00000000    

 Case: DYCOMS_RF02
 Caseid: 4x1x128_16km_clubb_CEM
 New Run.
 Day:   0.00000000    
 Model type: CEM
 Finish at timestep:           6
 Finish on day:   6.94444461E-04

 Statistics file ouput frequency:            6  steps
 Statistics file sampling: every            1  steps
 printouts frequency:         480  steps
 Adams-Bashforth scheme order:           3

 Global Grid:           4           1          40
 Local Grid:           4           1          40
 Grid spacing (m) dx, dy, dz:   16000.0000       16000.0000       40.0000000    
 Domain dimensions (m):   64000.0000       16000.0000       1580.00000    
 dowallx= F
 dowally= F

 Timestep (sec):   10.0000000    
 domain translation velocities ug, vg:   4.00000000      -7.00000000    

 do column model F
 do convective parameterization F
 do spange damping at the domain top:  T
 maintain grad. of scalars at the top: T
 clouds are allowed: F
 precipitation is allowed: T
 smoke cloud F
 SGS scheme is on: T
 larger-scale subsidence is on: F
 larger-scale tendency is on: T
 coriolis force is allowed: T
 vertical coriolis force is allowed: F
 do f-plane approximation: T
    Coriolis parameter (1/s):   7.59943432E-05
    Vertical Coriolis parameter (1/s):   0.00000000    
 longwave radiation: T
 doradsimple =  T
 doradhomo = F
 dosolarconstant =  F
 solar_constant =    685.000000    
 zenith_angle =    51.7000008    
 doradlon =  F
 doradlat =  F
 Latitude0:   31.5000000    
 Longitude0:   0.00000000    
 rundatadir = ./RUNDATA
 factor to change present CO2 concentration: nxco2=   1.00000000    
 surface flux parameterization is on: T
 Surface type: OCEAN
  sensible heat flux prescribed: T
  latent heat flux prescribed: T
  surface stress prescribed: T
 dosfchomo =  F
 doisccp =  F
 domodis =  F
 domisr =  F
 dosimfilesout= F
 dodynamicocean = F
 surface temperature prescribed: T
 dossthomo = F
 doseawater= F
 salt_factor (satur. correction for salty water)=   1.00000000    
 dotracers = F
 output_sep = F
 perturb_type =            1
 doSAMconditionals = F
 dosatupdnconditionals = F
 doscamiopdata = F
 iopfile:
 dozero_out_day0 = F
 nsave2D =          600
 nsave2Dstart =     99997200
 nsave2Dend =     99997200
 save2Dbin =  T
 nsave3D =         3600
 nsave3Dstart =    999997200
 nsave3Dend =    999999999
 save3Dbin =  T
 qnsave3D =    0.00000000    
 docolumn =  F
 doensemble =  F
 nensemble =            0
 nstatmom =            1
 nstatmomstart =    999999999
 nstatmomend =    999999999
 savemombin =  F
 nmovie =         1000
 nmoviestart =     99999999
 nmovieend =     99999999
 filepath./RUNDATA
 rc_frac_1p0Em04     
 rr_frac_1p0Em04     
 Added          300  arrays to statistics for M2005 microphysics
 Number of statistics profiles:         717
 Statistics profiles to save:
PRES                   PMEAN                  U                      V                      UOBS                   VOBS                   WOBS                   RHO                 
MSE                    DSE                    SSE                    THETAE                 THETA                  THETAV                 THETAL                 TABS                
TABSOBS                TL                     QT                     QV                     QVOBS                  VWP                    TTEND                  QTEND               
SHFLX                  LHFLX                  QCL                    QCI                    QPL                    QPI                    QN                     QP                  
QNFR                   FRACT                  QSAT                   QCOND                  PRECIP                 RELH                   TLFLUX                 TLFLUXS             
TVFLUX                 QCFLUX                 QIFLUX                 SW                     SWSB                   UW                     UWSB                   VW                  
VWSB                   RADLWUP                RADLWDN                RADSWUP                RADSWDN                RADQRLW                RADQRSW                RADQR               
RADQRS                 RADQRC                 Q1C                    Q1CC                   Q1CS                   Q1LS                   Q2                     Q2C                 
Q2S                    Q2LS                   U2                     U2BT                   V2                     V2BT                   W2                     TL2                 
TQ                     QT2                    QC2                    QI2                    QS2                    S2                     W3                     AUP                 
WSKEW                  TKE                    TKES                   TK                     TKH                    HLADV                  HLDFSN                 HLLAT               
HLRAD                  QTADV                  QTDFSN                 QTSINK                 QTSRC                  QPADV                  QPDFSN                 QPFALL              
QPSRC                  QPEVP                  SHEAR                  SHEARS                 BUOYA                  BUOYAS                 ADVTR                  PRESSTR             
ADVTRS                 DIFTR                  SDMP                   BT                     DISSIP                 DISSIPS                WUADV                  WVADV               
WUPRES                 WVPRES                 WUANIZ                 WVANIZ                 WUSHEAR                WVSHEAR                WUBUOY                 WVBUOY              
WUDFSN                 WVDFSN                 WUBT                   WVBT                   WUSDMP                 WVSDMP                 W2ADV                  W2PRES              
W2PRESDFSN             W2REDIS                W2BUOY                 W2DFSN                 W2SDMP                 W2BT                   W3ADV                  W3PRES              
W3PRESDFSN             W3PRESSCR              W3TP                   W3REDIS                W3BUOY                 W3DFSN                 W3BT                   U2ADV               
U2REDIS                U2DFSN                 U2SHEAR                V2ADV                  V2REDIS                V2DFSN                 V2SHEAR                TWGRAD              
TWADV                  TWDFSN                 TWBUOY                 TWPRES                 TWPREC                 TWRAD                  TWFORC                 TWCLSD              
TWSDMP                 TWBT                   THLWGRAD               THLWADV                THLWDFSN               THLWBUOY               THLWPRES               THLWPREC            
THLWRAD                THLWFORC               THLWCLSD               THLWSDMP               THLWBT                 QWGRAD                 QWADV                  QWDFSN              
QWBUOY                 QWPRES                 QWPREC                 QWFORC                 QWCLSD                 QWSDMP                 QWBT                   QTOGWGRAD           
QTOGWADV               QTOGWDFSN              QTOGWBUOY              QTOGWPRES              QTOGWPREC              QTOGWFORC              QTOGWCLSD              QTOGWSDMP           
QTOGWBT                T2ADVTR                T2GRAD                 T2DISSIP               T2DIFTR                T2PREC                 T2RAD                  T2FORC              
T2CLSD                 T2BT                   THL2ADVTR              THL2GRAD               THL2DISSIP             THL2DIFTR              THL2PREC               THL2RAD             
THL2FORC               THL2CLSD               THL2BT                 Q2ADVTR                Q2GRAD                 Q2DISSIP               Q2DIFTR                Q2PREC              
Q2FORC                 Q2CLSD                 Q2BT                   QTOG2ADVTR             QTOG2GRAD              QTOG2DISSIP            QTOG2DIFTR             QTOG2PREC           
QTOG2FORC              QTOG2CLSD              QTOG2BT                QTHLADV                QTHLGRAD               QTHLDISSIP             QTHLDIFTR              QTHLPREC            
QTHLRAD                QTHLFORC               QTHLCLSD               QTHLBT                 QTHLTEND               QTOSTOR                HYDRO                  MCUP                
MCDNS                  MCDNU                  MC                     CORE                   CORECL                 COREDN                 COREDNCL               MCRUP               
MCRDNS                 MCRDNU                 MCR                    QVTEND                 QHTEND                 QNUDGE                 THTEND                 TVTEND              
TNUDGE                 WSTAR3                 UADV                   VADV                   UDFSN                  VDFSN                  UNUDGE                 VNUDGE              
ULSADVV                VLSADVV                USTOR                  VSTOR                  UTENDCOR               URESID                 VTENDCOR               VRESID              
HLSTOR                 QTSTOR                 THLADV                 THLDFSN                THLLAT                 THLRAD                 THLTEND                THLSTOR             
QTOGTEND               TL3                    QTO3                   QTOG2                  QTOG3                  THEL2                  THEL3                  WM                  
RTM                    THLM                   WP2                    RTP2                   THLP2                  WPRTP                  WPTHLP                 RTPTHLP             
WP3                    RTP3                   THLP3                  WP4                    RTP4                   THLP4                  WP2RTP                 WP2THLP             
WPRTP2                 WPTHLP2                WPRTPTHLP              WPRCP                  WP2RCP                 RTPRCP                 THLPRCP                WPTHVP              
WP2THVP                RTPTHVP                THLPTHVP               WPTHRHOP               WP2THRHOP              RTPTHRHOP              THLPTHRHOP             RTSKEW              
THLSKEW                UPRCP                  UPRTP                  UPTHLP                 UPTHVP                 VPRCP                  VPRTP                  VPTHLP              
VPTHVP                 SIGMAP                 WPPP                   WP2PP                  WPUP2                  WPVP2                  WPTKE                  WP2UP2              
WP2VP2                 WP2TKE                 PPTKE                  CLD                    WCLD                   UCLD                   VCLD                   MSECLD              
DSECLD                 TLCLD                  TACLD                  TVCLD                  TVCLDA                 QTCLD                  QNCLD                  QPCLD               
SCLD                   WCLDA                  TLWCLD                 TVWCLD                 SWCLD                  QTWCLD                 QCWCLD                 QIWCLD              
HFCLD                  HFCLDA                 UCLDA                  VCLDA                  UPGFCLD                VPGFCLD                WPGFCLD                UWCLD               
VWCLD                  UWSBCLD                VWSBCLD                MFCLD                  MFHCLD                 MFHCLDA                MFTLCLD                MFTLCLDA            
MFTVCLD                MFTVCLDA               MFQTCLD                MFQTCLDA               RUWCLD                 RVWCLD                 RWWCLD                 hl_on_Cp_res        
QTFLUX                 QTO                    QTO2                   QTOADV                 QTODFSN                QTOLSADV               QTOMPHY                QTOSED              
QTOSTO                 QTOFLX                 QTOFLXS                QTOSDFLX               NC                     NCADV                  NCDFSN                 NCLSADV             
NCMPHY                 NCSED                  NCSTO                  NCFLX                  NCFLXS                 NCSDFLX                QR                     QRADV               
QRDFSN                 QRLSADV                QRMPHY                 QRSED                  QRSTO                  QRFLX                  QRFLXS                 QRSDFLX             
QRFRAC                 TAUQR                  QROEFFR                NR                     NRADV                  NRDFSN                 NRLSADV                NRMPHY              
NRSED                  NRSTO                  NRFLX                  NRFLXS                 NRSDFLX                QI                     QIADV                  QIDFSN              
QILSADV                QIMPHY                 QISED                  QISTO                  QIFLX                  QIFLXS                 QISDFLX                QIFRAC              
TAUQI                  QIOEFFR                NI                     NIADV                  NIDFSN                 NILSADV                NIMPHY                 NISED               
NISTO                  NIFLX                  NIFLXS                 NISDFLX                QS                     QSADV                  QSDFSN                 QSLSADV             
QSMPHY                 QSSED                  QSSTO                  QSFLX                  QSFLXS                 QSSDFLX                QSFRAC                 TAUQS               
QSOEFFR                NS                     NSADV                  NSDFSN                 NSLSADV                NSMPHY                 NSSED                  NSSTO               
NSFLX                  NSFLXS                 NSSDFLX                QG                     QGADV                  QGDFSN                 QGLSADV                QGMPHY              
QGSED                  QGSTO                  QGFLX                  QGFLXS                 QGSDFLX                QGFRAC                 TAUQG                  QGOEFFR             
NG                     NGADV                  NGDFSN                 NGLSADV                NGMPHY                 NGSED                  NGSTO                  NGFLX               
NGFLXS                 NGSDFLX                QC                     TAUQC                  QCOEFFR                QVCLD                  QCCLD                  QTOCLD              
NCCLD                  QRCLD                  NRCLD                  QICLD                  NICLD                  QSCLD                  NSCLD                  QGCLD               
NGCLD                  PRC                    PRA                    PSMLT                  EVPMS                  PRACS                  EVPMG                  PRACG               
PRE                    PGMLT                  MNUCCC                 PSACWS                 PSACWI                 QMULTS                 QMULTG                 PSACWG              
PGSACW                 PRD                    PRCI                   PRAI                   QMULTR                 QMULTRG                MNUCCD                 PRACI               
PRACIS                 EPRD                   MNUCCR                 PIACR                  PIACRS                 PGRACS                 PRDS                   EPRDS               
PSACR                  PRDG                   EPRDG                  NPRC1                  NRAGG                  NPRACG                 NSUBR                  NSMLTR              
NGMLTR                 NPRACS                 NNUCCR                 NIACR                  NIACRS                 NGRACS                 NSMLTS                 NSAGG               
NPRCI                  NSCNG                  NSUBS                  PCC                    NNUCCC                 NPSACWS                NPRA                   NPRC                
NPSACWI                NPSACWG                NPRAI                  NMULTS                 NMULTG                 NMULTR                 NMULTRG                NNUCCD              
NSUBI                  NGMLTG                 NSUBG                  NACT                   SIZEFIX_NR             SIZEFIX_NC             SIZEFIX_NI             SIZEFIX_NS          
SIZEFIX_NG             NEGFIX_NR              NEGFIX_NC              NEGFIX_NI              NEGFIX_NS              NEGFIX_NG              NIM_MORR_CL            QC_INST             
QR_INST                QI_INST                QS_INST                QG_INST                NC_INST                NR_INST                NI_INST                NS_INST             
NG_INST                corr_chi_w             corr_chi_Nc            corr_chi_rr            corr_chi_Nr            corr_w_Nc              corr_w_rr              corr_w_Nr           
corr_Nc_rr             corr_Nc_Nr             corr_rr_Nr             ic_corr_chi_w          ic_corr_chi_Nc         ic_corr_chi_rr         ic_corr_chi_Nr         ic_corr_w_Nc        
ic_corr_w_rr           ic_corr_w_Nr           ic_corr_Nc_rr          ic_corr_Nc_Nr          ic_corr_rr_Nr          oc_corr_chi_w          oc_corr_chi_Nc         oc_corr_chi_rr      
oc_corr_chi_Nr         oc_corr_w_Nc           oc_corr_w_rr           oc_corr_w_Nr           oc_corr_Nc_rr          oc_corr_Nc_Nr          oc_corr_rr_Nr          rc_frac_1p0Em04     
rr_frac_1p0Em04        Ncm                    chim                   chip2                  Ncp2                   Nrp2                   rrp2                   chim_ic             
chip2_ic               wm_zt_ic               wp2_zt_ic              Ncp2_ip                Ncm_ip                 Nrp2_ip                Nrm_ip                 rrp2_ip             
rrm_ip                 covarnce_thl_rr        covarnce_thl_Nr        covarnce_rt_rr         covarnce_rt_Nr         covarnce_chi_w         covarnce_chi_Nc        covarnce_chi_rr     
covarnce_chi_Nr        covarnce_w_Nc          covarnce_w_rr          covarnce_w_Nr          covarnce_Nc_rr         covarnce_Nc_Nr         covarnce_rr_Nr         ic_covarnce_chi_w   
ic_covarnce_chi_Nc     ic_covarnce_chi_rr     ic_covarnce_chi_Nr     ic_covarnce_w_Nc       ic_covarnce_w_rr       ic_covarnce_w_Nr       ic_covarnce_Nc_rr      ic_covarnce_Nc_Nr   
ic_covarnce_rr_Nr      oc_covarnce_chi_w      oc_covarnce_chi_Nc     oc_covarnce_chi_rr     oc_covarnce_chi_Nr     oc_covarnce_w_Nc       oc_covarnce_w_rr       oc_covarnce_w_Nr    
oc_covarnce_Nc_rr      oc_covarnce_Nc_Nr      oc_covarnce_rr_Nr      UPWP_SGS               VPWP_SGS               UP2_SGS                VP2_SGS                WPRTP_SGS           
WPTHLP_SGS             WP2_SGS                WP3_SGS                RTP2_SGS               THLP2_SGS              RTPTHLP_SGS            CLD_FRAC_CLUBB         RCM_CLUBB           
UM_SGS                 VM_SGS                 LH_RT                  LH_TL                  LH_S_MEL               LH_W                   LH_RR                  LH_RS               
LH_RI                  LH_NR                  LH_NS                  LH_NI                  LH_NC                  LH_TL_MC               LH_RT_MC               LH_RR_MC            
LH_RS_MC               LH_RI_MC               LH_NI_MC               LH_NR_MC               LH_NS_MC            
At line 1845 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'azt' of procedure 'redirect_interpolated_azm_1d'
At line 1850 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlprcp' of procedure 'calculate_thlp2_rad_api'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'um' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vm' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'upwp' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vpwp' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'up2' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vp2' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'up3' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vp3' of procedure 'advance_clubb_core_api_single_col'
At line 1877 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wprtp' of procedure 'advance_clubb_core_api_single_col'
At line 1877 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wpthlp' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp3' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rtp2' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rtp3' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlp2' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlp3' of procedure 'advance_clubb_core_api_single_col'
At line 1879 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rtpthlp' of procedure 'advance_clubb_core_api_single_col'
At line 1883 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rcm' of procedure 'advance_clubb_core_api_single_col'
At line 1883 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'cloud_frac' of procedure 'advance_clubb_core_api_single_col'
At line 1884 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wpthvp' of procedure 'advance_clubb_core_api_single_col'
At line 1884 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2thvp' of procedure 'advance_clubb_core_api_single_col'
At line 1884 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rtpthvp' of procedure 'advance_clubb_core_api_single_col'
At line 1884 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlpthvp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2rtp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2thlp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'uprcp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vprcp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rc_coef' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp4' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wpup2' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wpvp2' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2up2' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2vp2' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'ice_supersat_frac' of procedure 'advance_clubb_core_api_single_col'
At line 1888 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'um_pert' of procedure 'advance_clubb_core_api_single_col'
At line 1888 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vm_pert' of procedure 'advance_clubb_core_api_single_col'
At line 1888 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'upwp_pert' of procedure 'advance_clubb_core_api_single_col'
At line 1888 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vpwp_pert' of procedure 'advance_clubb_core_api_single_col'
At line 1892 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlprcp' of procedure 'advance_clubb_core_api_single_col'
At line 1892 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wprcp' of procedure 'advance_clubb_core_api_single_col'
At line 1894 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rcm_in_layer' of procedure 'advance_clubb_core_api_single_col'
At line 1894 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'cloud_cover' of procedure 'advance_clubb_core_api_single_col'
At line 265 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/lapack_wrap.F90
Fortran runtime warning: An array temporary was created for argument 'dl' of procedure 'dgtsv_wrap'
At line 265 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/lapack_wrap.F90
Fortran runtime warning: An array temporary was created for argument 'd' of procedure 'dgtsv_wrap'
At line 265 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/lapack_wrap.F90
Fortran runtime warning: An array temporary was created for argument 'du' of procedure 'dgtsv_wrap'
At line 1916 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'cloud_frac' of procedure 'setup_pdf_parameters_api_single_col'
At line 1917 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'ice_supersat_frac' of procedure 'setup_pdf_parameters_api_single_col'
At line 892 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/setup_clubb_pdf_params.F90
Fortran runtime warning: An array temporary was created for argument 'corr_array_n' of procedure 'assert_corr_symmetric'
At line 893 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/setup_clubb_pdf_params.F90
Fortran runtime warning: An array temporary was created for argument 'corr_array_n' of procedure 'assert_corr_symmetric'
At line 1995 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_nl_all_levs' of procedure 'generate_silhs_sample_api_single_col'
At line 1995 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_mixt_comp_all_levs' of procedure 'generate_silhs_sample_api_single_col'
At line 1996 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'lh_sample_point_weights' of procedure 'generate_silhs_sample_api_single_col'
At line 849 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/latin_hypercube_driver_module.F90
Fortran runtime warning: An array temporary was created for argument 'x_u_one_lev' of procedure 'generate_uniform_lh_sample'
At line 2001 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_mixt_comp_all_levs' of procedure 'clip_transform_silhs_output_api_single_col'
At line 2002 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_nl_all_levs' of procedure 'clip_transform_silhs_output_api_single_col'
At line 2011 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_nl_all_levs' of procedure 'convert_thl_to_t_lh'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'rt' of procedure 'compute_chi_eta'
NSTEP =          1   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.000
NSTEP =          2   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
NSTEP =          3   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
NSTEP =          4   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
NSTEP =          5   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
 Collecting statistics...
At line 6425 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_xy_domain'
At line 6458 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_xy_domain'
At line 6459 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_xy_domain'
At line 6460 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean' of procedure 'variance_xy_domain'
At line 6463 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6466 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6467 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6471 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6474 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6475 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6482 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6488 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6491 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6521 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6522 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6528 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6529 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6532 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6533 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6575 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6577 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6581 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable1' of procedure 'covariance_xy_domain'
At line 6582 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6584 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6595 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6603 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6604 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6607 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6607 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6615 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6616 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6619 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6619 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6626 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable1' of procedure 'covariance_xy_domain'
At line 6627 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6627 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean1' of procedure 'covariance_xy_domain'
At line 6627 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6629 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_x' of procedure 'compute_correlation'
At line 6630 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6630 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6645 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6650 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6652 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6656 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6656 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6663 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6665 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6669 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6669 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6677 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable1' of procedure 'covariance_ip_xy_domain'
At line 6677 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6679 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean1_ip' of procedure 'covariance_ip_xy_domain'
At line 6679 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6682 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_x' of procedure 'compute_correlation'
At line 6683 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6683 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6698 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6703 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6705 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6709 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6709 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6716 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6718 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6722 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6722 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6730 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable1' of procedure 'covariance_ip_xy_domain'
At line 6730 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6732 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean1_ip' of procedure 'covariance_ip_xy_domain'
At line 6732 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6735 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_x' of procedure 'compute_correlation'
At line 6736 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6736 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6858 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6866 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6870 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6871 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6891 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6895 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6896 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6917 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6921 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6922 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8272 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8273 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8291 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8292 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8309 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8312 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8316 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8317 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8337 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8341 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8342 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8363 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8364 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8386 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8475 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8478 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8482 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8483 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8503 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8507 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8508 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8529 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8530 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8552 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8640 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8643 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8647 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8648 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8668 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8672 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8673 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8694 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8695 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8717 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
 Writing statistics:nstatsteps=           1
 Writing history file 4x1x128_16km_clubb_CEM                                                          
At line 91 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stepout_module.F90
Fortran runtime warning: An array temporary was created for argument 'r_param_array' of procedure 'pack_pdf_params_api'
At line 92 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stepout_module.F90
Fortran runtime warning: An array temporary was created for argument 'r_param_array' of procedure 'pack_pdf_params_api'
 Writing restart file ...
 Restart file was saved. nstep=           6
NSTEP =          6   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
 Done!
+ grep -F 'Done!' runsam.log
 Done!
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ cat runsam.log
 number of MPI tasks:           1
           **************************************************
           **************************************************
           *                                                *
           *      *****          **       ***          **   *
           *    ***   ***       ****      ****       ****   *
           *   ***     ***     *** ***    *****     *****   *
           *    ***           ***   ***   *** **   ** ***   *
           *       ***       ***     ***  ***  ** **  ***   *
           *          ***    ***     ***  ***   ***   ***   *
           *   ***     ***   ***********  ***         ***   *
           *    ***   ***    ***     ***  ***         ***   *
           *      *****      ***     ***  ***         ***   *
           *                                                *
           **************************************************
           **************************************************
           ***       System for Atmospheric Modeling      ***
           ***                    SAM                     ***
                     Version 6.10.6 (May 2014)  
           **************************************************
           ***     (C) Marat Khairoutdinov                ***
           *** School of Marine and Atmospheric Sciences  ***
           ***       Stony Brook University               ***
           **************************************************
           ***       The model can be used only with      ***
           ***         permission from the author!        ***
           ***       No transfer to any third party       ***
           ***                is allowed!                 ***
           **************************************************
           ***           DOUBLE-MOMENT VERSION OF         ***
           ***           LIN MICROPHYSICS SCHEME          ***
           ***   by Vaughan Phillips (GFDL, 2006)         ***
           ***  (developed from single-moment version     ***
           ***   by Lord et al., 1984, JAS, vol 41, 2836, ***
           ***   and Krueger et al, 1995, JAM, vol 34, 281)  
           ***  Adapted by Mikhail Ovtchinnikov (PNNL, 2008) 
           **************************************************
           ***       Portions of this code                ***
           ***        (C) UW Milwaukee 2008-2014          ***
           ***    Developed at the UWM Dept of            ***
           ***    Mathematical Sciences under the         ***
           ***    direction of Vincent E. Larson          ***
           ***             vlarson@uwm.edu                ***
           **************************************************
           **************************************************
           **************************************************
           ***       DATE 06/27/23 TIME 16:43:46          ***
           **************************************************

 ios_missing_namelist =           -1
 ios for UWOPTIONS =           -1
 ****************************************************
 ****** No UWOPTIONS namelist in prm file *********
 ****************************************************

 surface pressure:    1017.79999    
 Initial Sounding:
  k      z    rho     rhoi    s      h     h*      qt      u      v     adz     N
  40  1580.0  1.014  1.016 305.34 311.87 341.09   2.62   9.79  -0.15  1.000      87.84    
  39  1540.0  1.017  1.019 305.18 311.84 341.32   2.68   9.62  -0.38  1.000      86.47    
  38  1500.0  1.021  1.023 305.03 311.82 341.53   2.73   9.45  -0.60  1.000      84.68    
  37  1460.0  1.025  1.027 304.86 311.81 341.72   2.79   9.28  -0.82  1.000      83.22    
  36  1420.0  1.029  1.031 304.69 311.81 341.90   2.86   9.11  -1.05  1.000      81.17    
  35  1380.0  1.033  1.035 304.51 311.80 342.05   2.93   8.93  -1.27  1.000      79.46    
  34  1340.0  1.038  1.040 304.32 311.81 342.17   3.01   8.76  -1.50  1.000      77.49    
  33  1300.0  1.042  1.044 304.12 311.82 342.26   3.09   8.59  -1.72  1.000      75.46    
  32  1260.0  1.046  1.048 303.92 311.84 342.32   3.18   8.42  -1.94  1.000      73.27    
  31  1220.0  1.050  1.052 303.69 311.86 342.33   3.28   8.25  -2.17  1.000      71.10    
  30  1180.0  1.054  1.057 303.46 311.89 342.29   3.39   8.07  -2.39  1.000      68.59    
  29  1140.0  1.059  1.061 303.21 311.93 342.20   3.51   7.90  -2.62  1.000      65.83    
  28  1100.0  1.063  1.065 302.93 311.96 342.03   3.63   7.73  -2.84  1.000      63.09    
  27  1060.0  1.068  1.070 302.63 312.00 341.77   3.77   7.56  -3.06  1.000      59.93    
  26  1020.0  1.072  1.075 302.30 312.04 341.40   3.91   7.39  -3.29  1.000      56.46    
  25   980.0  1.077  1.080 301.93 312.06 340.88   4.07   7.21  -3.51  1.000      52.47    
  24   940.0  1.082  1.085 301.49 312.06 340.15   4.24   7.04  -3.74  1.000      47.73    
  23   900.0  1.088  1.091 300.97 312.00 339.12   4.43   6.87  -3.96  1.000      41.83    
  22   860.0  1.094  1.098 300.29 311.82 337.56   4.63   6.70  -4.18  1.000      33.31    
  21   820.0  1.101  1.120 299.22 311.29 334.72   4.85   6.53  -4.41  1.000      11.23    
  20   780.0  1.139  1.141 291.50 311.61 311.61   9.45   6.35  -4.63  1.000      704.3    
  19   740.0  1.143  1.145 291.31 311.80 311.80   9.45   6.18  -4.86  1.000      724.1    
  18   700.0  1.147  1.149 291.12 311.98 311.98   9.45   6.01  -5.08  1.000      724.6    
  17   660.0  1.151  1.153 290.93 312.17 312.17   9.45   5.84  -5.30  1.000      715.3    
  16   620.0  1.155  1.156 290.74 312.36 312.36   9.45   5.67  -5.53  1.000      725.6    
  15   580.0  1.158  1.160 290.55 312.55 312.55   9.45   5.49  -5.75  1.000      711.5    
  14   540.0  1.162  1.165 290.35 312.74 312.74   9.45   5.32  -5.98  1.000      721.6    
  13   500.0  1.166  1.168 290.16 312.93 312.93   9.45   5.15  -6.20  1.000      722.1    
  12   460.0  1.170  1.172 289.96 313.12 313.12   9.45   4.98  -6.42  1.000      717.7    
  11   420.0  1.174  1.176 289.78 313.30 313.32   9.45   4.81  -6.65  1.000      733.2    
  10   380.0  1.178  1.180 289.78 313.29 313.82   9.45   4.63  -6.87  1.000      718.7    
   9   340.0  1.182  1.184 289.78 313.29 314.33   9.45   4.46  -7.10  1.000      719.2    
   8   300.0  1.186  1.188 289.77 313.29 314.85   9.45   4.29  -7.32  1.000      724.6    
   7   260.0  1.190  1.192 289.77 313.29 315.37   9.45   4.12  -7.54  1.000      725.1    
   6   220.0  1.194  1.196 289.77 313.28 315.91   9.45   3.95  -7.77  1.000      725.6    
   5   180.0  1.198  1.201 289.77 313.28 316.45   9.45   3.77  -7.99  1.000      721.1    
   4   140.0  1.203  1.205 289.76 313.28 317.01   9.45   3.60  -8.22  1.000      731.6    
   3   100.0  1.207  1.208 289.76 313.28 317.57   9.45   3.43  -8.44  1.000      717.3    
   2    60.0  1.211  1.213 289.76 313.28 318.14   9.45   3.26  -8.66  1.000      722.6    
  k      z    rho     rhoi    s      h     h*      qt      u      v     adz     N

   k      z      dz     pres   presi   Tabs     tp     tpl      qt      Qc      Qi      REL
  40  1580.00   40.00  844.76  846.75  289.91  304.23  304.23  2.6240  0.0000  0.0000   18.26
  39  1540.00   40.00  848.75  850.74  290.15  304.07  304.07  2.6760  0.0000  0.0000   18.43
  38  1500.00   40.00  852.75  854.75  290.38  303.90  303.90  2.7320  0.0000  0.0000   18.62
  37  1460.00   40.00  856.76  858.77  290.60  303.73  303.73  2.7930  0.0000  0.0000   18.85
  36  1420.00   40.00  860.79  862.81  290.82  303.55  303.55  2.8600  0.0000  0.0000   19.13
  35  1380.00   40.00  864.84  866.87  291.03  303.36  303.36  2.9310  0.0000  0.0000   19.43
  34  1340.00   40.00  868.90  870.94  291.24  303.17  303.17  3.0090  0.0000  0.0000   19.78
  33  1300.00   40.00  872.98  875.03  291.43  302.96  302.96  3.0930  0.0000  0.0000   20.18
  32  1260.00   40.00  877.08  879.13  291.61  302.75  302.75  3.1840  0.0000  0.0000   20.63
  31  1220.00   40.00  881.19  883.25  291.78  302.52  302.52  3.2820  0.0000  0.0000   21.14
  30  1180.00   40.00  885.32  887.39  291.94  302.27  302.27  3.3890  0.0000  0.0000   21.71
  29  1140.00   40.00  889.46  891.54  292.07  302.01  302.01  3.5050  0.0000  0.0000   22.37
  28  1100.00   40.00  893.63  895.71  292.19  301.73  301.73  3.6300  0.0000  0.0000   23.10
  27  1060.00   40.00  897.81  899.90  292.28  301.42  301.42  3.7660  0.0000  0.0000   23.94
  26  1020.00   40.00  902.01  904.11  292.34  301.08  301.08  3.9130  0.0000  0.0000   24.91
  25   980.00   40.00  906.22  908.34  292.36  300.70  300.70  4.0720  0.0000  0.0000   26.01
  24   940.00   40.00  910.46  912.59  292.31  300.25  300.25  4.2450  0.0000  0.0000   27.32
  23   900.00   40.00  914.72  916.85  292.18  299.72  299.72  4.4320  0.0000  0.0000   28.91
  22   860.00   40.00  919.00  921.15  291.89  299.02  299.02  4.6340  0.0000  0.0000   30.94
  21   820.00   40.00  923.30  925.47  291.21  297.92  297.92  4.8540  0.0000  0.0000   34.02
  20   780.00   40.00  927.70  929.94  283.89  290.04  288.34  9.4500  0.6848  0.0000  100.00
  19   740.00   40.00  932.18  934.42  284.09  289.85  288.33  9.4500  0.6090  0.0000  100.00
  18   700.00   40.00  936.67  938.92  284.29  289.65  288.33  9.4500  0.5331  0.0000  100.00
  17   660.00   40.00  941.17  943.44  284.49  289.46  288.32  9.4500  0.4569  0.0000  100.00
  16   620.00   40.00  945.70  947.97  284.68  289.26  288.32  9.4500  0.3805  0.0000  100.00
  15   580.00   40.00  950.24  952.51  284.88  289.07  288.31  9.4500  0.3039  0.0000  100.00
  14   540.00   40.00  954.79  957.07  285.08  288.87  288.31  9.4500  0.2271  0.0000  100.00
  13   500.00   40.00  959.36  961.65  285.28  288.68  288.30  9.4500  0.1501  0.0000  100.00
  12   460.00   40.00  963.94  966.24  285.47  288.48  288.30  9.4500  0.0728  0.0000  100.00
  11   420.00   40.00  968.54  970.85  285.68  288.30  288.30  9.4500  0.0000  0.0000   99.88
  10   380.00   40.00  973.16  975.47  286.07  288.30  288.30  9.4500  0.0000  0.0000   97.80
   9   340.00   40.00  977.79  980.11  286.46  288.30  288.30  9.4500  0.0000  0.0000   95.77
   8   300.00   40.00  982.44  984.77  286.84  288.30  288.30  9.4500  0.0000  0.0000   93.79
   7   260.00   40.00  987.10  989.44  287.23  288.30  288.30  9.4500  0.0000  0.0000   91.86
   6   220.00   40.00  991.78  994.13  287.62  288.30  288.30  9.4500  0.0000  0.0000   89.97
   5   180.00   40.00  996.48  998.83  288.01  288.30  288.30  9.4500  0.0000  0.0000   88.12
   4   140.00   40.00 1001.19 1003.55  288.40  288.30  288.30  9.4500  0.0000  0.0000   86.32
   3   100.00   40.00 1005.91 1008.28  288.79  288.30  288.30  9.4500  0.0000  0.0000   84.57
   2    60.00   40.00 1010.66 1013.03  289.17  288.30  288.30  9.4500  0.0000  0.0000   82.85
   1    20.00   40.00 1015.41 1017.80  289.56  288.30  288.30  9.4500  0.0000  0.0000   81.17
   k      z      dz     pres   presi   Tabs     tp     tpl      qt      Qc      Qi      REL
 Smagorinsky SGS Closure
 CLUBB Parameterization
 CLUBB configurable flags set in thread 0:
 iiPDF_type =            1
 ipdf_call_placement =            2
 penta_solve_method =            1
 tridiag_solve_method =            1
 l_use_precip_frac =  T
 l_predict_upwp_vpwp =  T
 l_min_wp2_from_corr_wx =  T
 l_min_xp2_from_corr_wx =  T
 l_C2_cloud_frac =  F
 l_diffuse_rtm_and_thlm =  F
 l_stability_correct_Kh_N2_zm =  F
 l_calc_thlp2_rad =  T
 l_upwind_xpyp_ta =  T
 l_upwind_xm_ma =  T
 l_uv_nudge =  F
 l_rtm_nudge =  F
 l_tke_aniso =  T
 l_vert_avg_closure =  F
 l_trapezoidal_rule_zt =  F
 l_trapezoidal_rule_zm =  F
 l_call_pdf_closure_twice =  F
 l_standard_term_ta =  F
 l_partial_upwind_wp3 =  F
 l_godunov_upwind_wpxp_ta =  F
 l_godunov_upwind_xpyp_ta =  F
 l_use_cloud_cover =  F
 l_diagnose_correlations =  F
 l_calc_w_corr =  F
 l_const_Nc_in_cloud =  F
 l_fix_w_chi_eta_correlations =  T
 l_stability_correct_tau_zm =  F
 l_damp_wp2_using_em =  T
 l_do_expldiff_rtm_thlm =  F
 l_Lscale_plume_centered =  F
 l_diag_Lscale_from_tau =  T
 l_use_C7_Richardson =  T
 l_use_C11_Richardson =  F
 l_use_shear_Richardson =  F
 l_brunt_vaisala_freq_moist =  F
 l_use_thvm_in_bv_freq =  F
 l_rcm_supersat_adj =  T
 l_damp_wp3_Skw_squared =  T
 l_prescribed_avg_deltaz =  F
 l_lmm_stepping =  F
 l_e3sm_config =  F
 l_vary_convect_depth F
 l_use_tke_in_wp3_pr_turb_term =  T
 l_use_tke_in_wp2_wp3_K_dfsn =  F
 l_use_wp3_lim_with_smth_Heaviside =  F
 l_smooth_Heaviside_tau_wpxp =  F
 l_modify_limiters_for_cnvg_test =  F
 l_enable_relaxed_clipping =  F
 l_linearize_pbl_winds =  F
 l_mono_flux_lim_thlm =  T
 l_mono_flux_lim_rtm =  T
 l_mono_flux_lim_um =  T
 l_mono_flux_lim_vm =  T
 l_mono_flux_lim_spikefix =  T
 When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1.
 C2rt =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1.
 C2thl =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1.
 C2rtthl =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1.
 C6rt =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1.
 C6rtb =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1.
 C6thl =    2.0000000000000000     
 Warning in setup_clubb_core
 When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1.
 C6thlb =    2.0000000000000000     
 Warning in setup_clubb_core
 SILHS configurable flags set in thread 0:
 cluster_allocation_strategy =            3
 l_lh_importance_sampling =  T
 l_Lscale_vert_avg =  F
 l_lh_straight_mc =  F
 l_lh_clustered_sampling =  T
 l_rcm_in_cloud_k_lh_start =  T
 l_random_k_lh_start =  F
 l_max_overlap_in_cloud =  T
 l_lh_instant_var_covar_src =  T
 l_lh_limit_weights =  T
 l_lh_var_frac =  F
 l_lh_normalize_weights =  T
 Initializeing forcing data...
 sounding data: nsnd=           3   nzsnd=         320
 Observed sounding interval (days):   0.00000000       2000.00000    
 forcing data: nlsf=           3   nzlsf=         320
 Large-Scale Forcing interval (days):   0.00000000       2000.00000    
 surface forcing data: nsfc=           2
 Surface Forcing interval (days):   0.00000000       1.00000000    

 Case: DYCOMS_RF02
 Caseid: 4x1x128_16km_clubb_CEM
 New Run.
 Day:   0.00000000    
 Model type: CEM
 Finish at timestep:           6
 Finish on day:   6.94444461E-04

 Statistics file ouput frequency:            6  steps
 Statistics file sampling: every            1  steps
 printouts frequency:         480  steps
 Adams-Bashforth scheme order:           3

 Global Grid:           4           1          40
 Local Grid:           4           1          40
 Grid spacing (m) dx, dy, dz:   16000.0000       16000.0000       40.0000000    
 Domain dimensions (m):   64000.0000       16000.0000       1580.00000    
 dowallx= F
 dowally= F

 Timestep (sec):   10.0000000    
 domain translation velocities ug, vg:   4.00000000      -7.00000000    

 do column model F
 do convective parameterization F
 do spange damping at the domain top:  T
 maintain grad. of scalars at the top: T
 clouds are allowed: F
 precipitation is allowed: T
 smoke cloud F
 SGS scheme is on: T
 larger-scale subsidence is on: F
 larger-scale tendency is on: T
 coriolis force is allowed: T
 vertical coriolis force is allowed: F
 do f-plane approximation: T
    Coriolis parameter (1/s):   7.59943432E-05
    Vertical Coriolis parameter (1/s):   0.00000000    
 longwave radiation: T
 doradsimple =  T
 doradhomo = F
 dosolarconstant =  F
 solar_constant =    685.000000    
 zenith_angle =    51.7000008    
 doradlon =  F
 doradlat =  F
 Latitude0:   31.5000000    
 Longitude0:   0.00000000    
 rundatadir = ./RUNDATA
 factor to change present CO2 concentration: nxco2=   1.00000000    
 surface flux parameterization is on: T
 Surface type: OCEAN
  sensible heat flux prescribed: T
  latent heat flux prescribed: T
  surface stress prescribed: T
 dosfchomo =  F
 doisccp =  F
 domodis =  F
 domisr =  F
 dosimfilesout= F
 dodynamicocean = F
 surface temperature prescribed: T
 dossthomo = F
 doseawater= F
 salt_factor (satur. correction for salty water)=   1.00000000    
 dotracers = F
 output_sep = F
 perturb_type =            1
 doSAMconditionals = F
 dosatupdnconditionals = F
 doscamiopdata = F
 iopfile:
 dozero_out_day0 = F
 nsave2D =          600
 nsave2Dstart =     99997200
 nsave2Dend =     99997200
 save2Dbin =  T
 nsave3D =         3600
 nsave3Dstart =    999997200
 nsave3Dend =    999999999
 save3Dbin =  T
 qnsave3D =    0.00000000    
 docolumn =  F
 doensemble =  F
 nensemble =            0
 nstatmom =            1
 nstatmomstart =    999999999
 nstatmomend =    999999999
 savemombin =  F
 nmovie =         1000
 nmoviestart =     99999999
 nmovieend =     99999999
 filepath./RUNDATA
 rc_frac_1p0Em04     
 rr_frac_1p0Em04     
 Added          300  arrays to statistics for M2005 microphysics
 Number of statistics profiles:         717
 Statistics profiles to save:
PRES                   PMEAN                  U                      V                      UOBS                   VOBS                   WOBS                   RHO                 
MSE                    DSE                    SSE                    THETAE                 THETA                  THETAV                 THETAL                 TABS                
TABSOBS                TL                     QT                     QV                     QVOBS                  VWP                    TTEND                  QTEND               
SHFLX                  LHFLX                  QCL                    QCI                    QPL                    QPI                    QN                     QP                  
QNFR                   FRACT                  QSAT                   QCOND                  PRECIP                 RELH                   TLFLUX                 TLFLUXS             
TVFLUX                 QCFLUX                 QIFLUX                 SW                     SWSB                   UW                     UWSB                   VW                  
VWSB                   RADLWUP                RADLWDN                RADSWUP                RADSWDN                RADQRLW                RADQRSW                RADQR               
RADQRS                 RADQRC                 Q1C                    Q1CC                   Q1CS                   Q1LS                   Q2                     Q2C                 
Q2S                    Q2LS                   U2                     U2BT                   V2                     V2BT                   W2                     TL2                 
TQ                     QT2                    QC2                    QI2                    QS2                    S2                     W3                     AUP                 
WSKEW                  TKE                    TKES                   TK                     TKH                    HLADV                  HLDFSN                 HLLAT               
HLRAD                  QTADV                  QTDFSN                 QTSINK                 QTSRC                  QPADV                  QPDFSN                 QPFALL              
QPSRC                  QPEVP                  SHEAR                  SHEARS                 BUOYA                  BUOYAS                 ADVTR                  PRESSTR             
ADVTRS                 DIFTR                  SDMP                   BT                     DISSIP                 DISSIPS                WUADV                  WVADV               
WUPRES                 WVPRES                 WUANIZ                 WVANIZ                 WUSHEAR                WVSHEAR                WUBUOY                 WVBUOY              
WUDFSN                 WVDFSN                 WUBT                   WVBT                   WUSDMP                 WVSDMP                 W2ADV                  W2PRES              
W2PRESDFSN             W2REDIS                W2BUOY                 W2DFSN                 W2SDMP                 W2BT                   W3ADV                  W3PRES              
W3PRESDFSN             W3PRESSCR              W3TP                   W3REDIS                W3BUOY                 W3DFSN                 W3BT                   U2ADV               
U2REDIS                U2DFSN                 U2SHEAR                V2ADV                  V2REDIS                V2DFSN                 V2SHEAR                TWGRAD              
TWADV                  TWDFSN                 TWBUOY                 TWPRES                 TWPREC                 TWRAD                  TWFORC                 TWCLSD              
TWSDMP                 TWBT                   THLWGRAD               THLWADV                THLWDFSN               THLWBUOY               THLWPRES               THLWPREC            
THLWRAD                THLWFORC               THLWCLSD               THLWSDMP               THLWBT                 QWGRAD                 QWADV                  QWDFSN              
QWBUOY                 QWPRES                 QWPREC                 QWFORC                 QWCLSD                 QWSDMP                 QWBT                   QTOGWGRAD           
QTOGWADV               QTOGWDFSN              QTOGWBUOY              QTOGWPRES              QTOGWPREC              QTOGWFORC              QTOGWCLSD              QTOGWSDMP           
QTOGWBT                T2ADVTR                T2GRAD                 T2DISSIP               T2DIFTR                T2PREC                 T2RAD                  T2FORC              
T2CLSD                 T2BT                   THL2ADVTR              THL2GRAD               THL2DISSIP             THL2DIFTR              THL2PREC               THL2RAD             
THL2FORC               THL2CLSD               THL2BT                 Q2ADVTR                Q2GRAD                 Q2DISSIP               Q2DIFTR                Q2PREC              
Q2FORC                 Q2CLSD                 Q2BT                   QTOG2ADVTR             QTOG2GRAD              QTOG2DISSIP            QTOG2DIFTR             QTOG2PREC           
QTOG2FORC              QTOG2CLSD              QTOG2BT                QTHLADV                QTHLGRAD               QTHLDISSIP             QTHLDIFTR              QTHLPREC            
QTHLRAD                QTHLFORC               QTHLCLSD               QTHLBT                 QTHLTEND               QTOSTOR                HYDRO                  MCUP                
MCDNS                  MCDNU                  MC                     CORE                   CORECL                 COREDN                 COREDNCL               MCRUP               
MCRDNS                 MCRDNU                 MCR                    QVTEND                 QHTEND                 QNUDGE                 THTEND                 TVTEND              
TNUDGE                 WSTAR3                 UADV                   VADV                   UDFSN                  VDFSN                  UNUDGE                 VNUDGE              
ULSADVV                VLSADVV                USTOR                  VSTOR                  UTENDCOR               URESID                 VTENDCOR               VRESID              
HLSTOR                 QTSTOR                 THLADV                 THLDFSN                THLLAT                 THLRAD                 THLTEND                THLSTOR             
QTOGTEND               TL3                    QTO3                   QTOG2                  QTOG3                  THEL2                  THEL3                  WM                  
RTM                    THLM                   WP2                    RTP2                   THLP2                  WPRTP                  WPTHLP                 RTPTHLP             
WP3                    RTP3                   THLP3                  WP4                    RTP4                   THLP4                  WP2RTP                 WP2THLP             
WPRTP2                 WPTHLP2                WPRTPTHLP              WPRCP                  WP2RCP                 RTPRCP                 THLPRCP                WPTHVP              
WP2THVP                RTPTHVP                THLPTHVP               WPTHRHOP               WP2THRHOP              RTPTHRHOP              THLPTHRHOP             RTSKEW              
THLSKEW                UPRCP                  UPRTP                  UPTHLP                 UPTHVP                 VPRCP                  VPRTP                  VPTHLP              
VPTHVP                 SIGMAP                 WPPP                   WP2PP                  WPUP2                  WPVP2                  WPTKE                  WP2UP2              
WP2VP2                 WP2TKE                 PPTKE                  CLD                    WCLD                   UCLD                   VCLD                   MSECLD              
DSECLD                 TLCLD                  TACLD                  TVCLD                  TVCLDA                 QTCLD                  QNCLD                  QPCLD               
SCLD                   WCLDA                  TLWCLD                 TVWCLD                 SWCLD                  QTWCLD                 QCWCLD                 QIWCLD              
HFCLD                  HFCLDA                 UCLDA                  VCLDA                  UPGFCLD                VPGFCLD                WPGFCLD                UWCLD               
VWCLD                  UWSBCLD                VWSBCLD                MFCLD                  MFHCLD                 MFHCLDA                MFTLCLD                MFTLCLDA            
MFTVCLD                MFTVCLDA               MFQTCLD                MFQTCLDA               RUWCLD                 RVWCLD                 RWWCLD                 hl_on_Cp_res        
QTFLUX                 QTO                    QTO2                   QTOADV                 QTODFSN                QTOLSADV               QTOMPHY                QTOSED              
QTOSTO                 QTOFLX                 QTOFLXS                QTOSDFLX               NC                     NCADV                  NCDFSN                 NCLSADV             
NCMPHY                 NCSED                  NCSTO                  NCFLX                  NCFLXS                 NCSDFLX                QR                     QRADV               
QRDFSN                 QRLSADV                QRMPHY                 QRSED                  QRSTO                  QRFLX                  QRFLXS                 QRSDFLX             
QRFRAC                 TAUQR                  QROEFFR                NR                     NRADV                  NRDFSN                 NRLSADV                NRMPHY              
NRSED                  NRSTO                  NRFLX                  NRFLXS                 NRSDFLX                QI                     QIADV                  QIDFSN              
QILSADV                QIMPHY                 QISED                  QISTO                  QIFLX                  QIFLXS                 QISDFLX                QIFRAC              
TAUQI                  QIOEFFR                NI                     NIADV                  NIDFSN                 NILSADV                NIMPHY                 NISED               
NISTO                  NIFLX                  NIFLXS                 NISDFLX                QS                     QSADV                  QSDFSN                 QSLSADV             
QSMPHY                 QSSED                  QSSTO                  QSFLX                  QSFLXS                 QSSDFLX                QSFRAC                 TAUQS               
QSOEFFR                NS                     NSADV                  NSDFSN                 NSLSADV                NSMPHY                 NSSED                  NSSTO               
NSFLX                  NSFLXS                 NSSDFLX                QG                     QGADV                  QGDFSN                 QGLSADV                QGMPHY              
QGSED                  QGSTO                  QGFLX                  QGFLXS                 QGSDFLX                QGFRAC                 TAUQG                  QGOEFFR             
NG                     NGADV                  NGDFSN                 NGLSADV                NGMPHY                 NGSED                  NGSTO                  NGFLX               
NGFLXS                 NGSDFLX                QC                     TAUQC                  QCOEFFR                QVCLD                  QCCLD                  QTOCLD              
NCCLD                  QRCLD                  NRCLD                  QICLD                  NICLD                  QSCLD                  NSCLD                  QGCLD               
NGCLD                  PRC                    PRA                    PSMLT                  EVPMS                  PRACS                  EVPMG                  PRACG               
PRE                    PGMLT                  MNUCCC                 PSACWS                 PSACWI                 QMULTS                 QMULTG                 PSACWG              
PGSACW                 PRD                    PRCI                   PRAI                   QMULTR                 QMULTRG                MNUCCD                 PRACI               
PRACIS                 EPRD                   MNUCCR                 PIACR                  PIACRS                 PGRACS                 PRDS                   EPRDS               
PSACR                  PRDG                   EPRDG                  NPRC1                  NRAGG                  NPRACG                 NSUBR                  NSMLTR              
NGMLTR                 NPRACS                 NNUCCR                 NIACR                  NIACRS                 NGRACS                 NSMLTS                 NSAGG               
NPRCI                  NSCNG                  NSUBS                  PCC                    NNUCCC                 NPSACWS                NPRA                   NPRC                
NPSACWI                NPSACWG                NPRAI                  NMULTS                 NMULTG                 NMULTR                 NMULTRG                NNUCCD              
NSUBI                  NGMLTG                 NSUBG                  NACT                   SIZEFIX_NR             SIZEFIX_NC             SIZEFIX_NI             SIZEFIX_NS          
SIZEFIX_NG             NEGFIX_NR              NEGFIX_NC              NEGFIX_NI              NEGFIX_NS              NEGFIX_NG              NIM_MORR_CL            QC_INST             
QR_INST                QI_INST                QS_INST                QG_INST                NC_INST                NR_INST                NI_INST                NS_INST             
NG_INST                corr_chi_w             corr_chi_Nc            corr_chi_rr            corr_chi_Nr            corr_w_Nc              corr_w_rr              corr_w_Nr           
corr_Nc_rr             corr_Nc_Nr             corr_rr_Nr             ic_corr_chi_w          ic_corr_chi_Nc         ic_corr_chi_rr         ic_corr_chi_Nr         ic_corr_w_Nc        
ic_corr_w_rr           ic_corr_w_Nr           ic_corr_Nc_rr          ic_corr_Nc_Nr          ic_corr_rr_Nr          oc_corr_chi_w          oc_corr_chi_Nc         oc_corr_chi_rr      
oc_corr_chi_Nr         oc_corr_w_Nc           oc_corr_w_rr           oc_corr_w_Nr           oc_corr_Nc_rr          oc_corr_Nc_Nr          oc_corr_rr_Nr          rc_frac_1p0Em04     
rr_frac_1p0Em04        Ncm                    chim                   chip2                  Ncp2                   Nrp2                   rrp2                   chim_ic             
chip2_ic               wm_zt_ic               wp2_zt_ic              Ncp2_ip                Ncm_ip                 Nrp2_ip                Nrm_ip                 rrp2_ip             
rrm_ip                 covarnce_thl_rr        covarnce_thl_Nr        covarnce_rt_rr         covarnce_rt_Nr         covarnce_chi_w         covarnce_chi_Nc        covarnce_chi_rr     
covarnce_chi_Nr        covarnce_w_Nc          covarnce_w_rr          covarnce_w_Nr          covarnce_Nc_rr         covarnce_Nc_Nr         covarnce_rr_Nr         ic_covarnce_chi_w   
ic_covarnce_chi_Nc     ic_covarnce_chi_rr     ic_covarnce_chi_Nr     ic_covarnce_w_Nc       ic_covarnce_w_rr       ic_covarnce_w_Nr       ic_covarnce_Nc_rr      ic_covarnce_Nc_Nr   
ic_covarnce_rr_Nr      oc_covarnce_chi_w      oc_covarnce_chi_Nc     oc_covarnce_chi_rr     oc_covarnce_chi_Nr     oc_covarnce_w_Nc       oc_covarnce_w_rr       oc_covarnce_w_Nr    
oc_covarnce_Nc_rr      oc_covarnce_Nc_Nr      oc_covarnce_rr_Nr      UPWP_SGS               VPWP_SGS               UP2_SGS                VP2_SGS                WPRTP_SGS           
WPTHLP_SGS             WP2_SGS                WP3_SGS                RTP2_SGS               THLP2_SGS              RTPTHLP_SGS            CLD_FRAC_CLUBB         RCM_CLUBB           
UM_SGS                 VM_SGS                 LH_RT                  LH_TL                  LH_S_MEL               LH_W                   LH_RR                  LH_RS               
LH_RI                  LH_NR                  LH_NS                  LH_NI                  LH_NC                  LH_TL_MC               LH_RT_MC               LH_RR_MC            
LH_RS_MC               LH_RI_MC               LH_NI_MC               LH_NR_MC               LH_NS_MC            
At line 1845 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'azt' of procedure 'redirect_interpolated_azm_1d'
At line 1850 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlprcp' of procedure 'calculate_thlp2_rad_api'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'um' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vm' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'upwp' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vpwp' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'up2' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vp2' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'up3' of procedure 'advance_clubb_core_api_single_col'
At line 1876 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vp3' of procedure 'advance_clubb_core_api_single_col'
At line 1877 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wprtp' of procedure 'advance_clubb_core_api_single_col'
At line 1877 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wpthlp' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp3' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rtp2' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rtp3' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlp2' of procedure 'advance_clubb_core_api_single_col'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlp3' of procedure 'advance_clubb_core_api_single_col'
At line 1879 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rtpthlp' of procedure 'advance_clubb_core_api_single_col'
At line 1883 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rcm' of procedure 'advance_clubb_core_api_single_col'
At line 1883 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'cloud_frac' of procedure 'advance_clubb_core_api_single_col'
At line 1884 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wpthvp' of procedure 'advance_clubb_core_api_single_col'
At line 1884 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2thvp' of procedure 'advance_clubb_core_api_single_col'
At line 1884 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rtpthvp' of procedure 'advance_clubb_core_api_single_col'
At line 1884 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlpthvp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2rtp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2thlp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'uprcp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vprcp' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rc_coef' of procedure 'advance_clubb_core_api_single_col'
At line 1886 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp4' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wpup2' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wpvp2' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2up2' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wp2vp2' of procedure 'advance_clubb_core_api_single_col'
At line 1887 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'ice_supersat_frac' of procedure 'advance_clubb_core_api_single_col'
At line 1888 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'um_pert' of procedure 'advance_clubb_core_api_single_col'
At line 1888 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vm_pert' of procedure 'advance_clubb_core_api_single_col'
At line 1888 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'upwp_pert' of procedure 'advance_clubb_core_api_single_col'
At line 1888 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'vpwp_pert' of procedure 'advance_clubb_core_api_single_col'
At line 1892 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'thlprcp' of procedure 'advance_clubb_core_api_single_col'
At line 1892 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'wprcp' of procedure 'advance_clubb_core_api_single_col'
At line 1894 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'rcm_in_layer' of procedure 'advance_clubb_core_api_single_col'
At line 1894 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'cloud_cover' of procedure 'advance_clubb_core_api_single_col'
At line 265 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/lapack_wrap.F90
Fortran runtime warning: An array temporary was created for argument 'dl' of procedure 'dgtsv_wrap'
At line 265 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/lapack_wrap.F90
Fortran runtime warning: An array temporary was created for argument 'd' of procedure 'dgtsv_wrap'
At line 265 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/lapack_wrap.F90
Fortran runtime warning: An array temporary was created for argument 'du' of procedure 'dgtsv_wrap'
At line 1916 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'cloud_frac' of procedure 'setup_pdf_parameters_api_single_col'
At line 1917 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'ice_supersat_frac' of procedure 'setup_pdf_parameters_api_single_col'
At line 892 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/setup_clubb_pdf_params.F90
Fortran runtime warning: An array temporary was created for argument 'corr_array_n' of procedure 'assert_corr_symmetric'
At line 893 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/CLUBB/setup_clubb_pdf_params.F90
Fortran runtime warning: An array temporary was created for argument 'corr_array_n' of procedure 'assert_corr_symmetric'
At line 1995 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_nl_all_levs' of procedure 'generate_silhs_sample_api_single_col'
At line 1995 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_mixt_comp_all_levs' of procedure 'generate_silhs_sample_api_single_col'
At line 1996 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'lh_sample_point_weights' of procedure 'generate_silhs_sample_api_single_col'
At line 849 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SILHS/latin_hypercube_driver_module.F90
Fortran runtime warning: An array temporary was created for argument 'x_u_one_lev' of procedure 'generate_uniform_lh_sample'
At line 2001 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_mixt_comp_all_levs' of procedure 'clip_transform_silhs_output_api_single_col'
At line 2002 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_nl_all_levs' of procedure 'clip_transform_silhs_output_api_single_col'
At line 2011 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/SGS_CLUBB/clubb_sgs.F90
Fortran runtime warning: An array temporary was created for argument 'x_nl_all_levs' of procedure 'convert_thl_to_t_lh'
At line 1878 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'rt' of procedure 'compute_chi_eta'
NSTEP =          1   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.000
NSTEP =          2   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
NSTEP =          3   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
NSTEP =          4   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
NSTEP =          5   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
 Collecting statistics...
At line 6425 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_xy_domain'
At line 6458 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_xy_domain'
At line 6459 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_xy_domain'
At line 6460 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean' of procedure 'variance_xy_domain'
At line 6463 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6466 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6467 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6471 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6474 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6475 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6482 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6488 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6491 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'mean_ip_xy_domain'
At line 6521 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6522 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6528 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6529 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6532 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable' of procedure 'variance_ip_xy_domain'
At line 6533 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean_ip' of procedure 'variance_ip_xy_domain'
At line 6575 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6577 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6581 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable1' of procedure 'covariance_xy_domain'
At line 6582 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6584 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6595 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6603 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6604 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6607 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6607 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6615 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6616 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6619 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6619 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6626 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable1' of procedure 'covariance_xy_domain'
At line 6627 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_xy_domain'
At line 6627 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean1' of procedure 'covariance_xy_domain'
At line 6627 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2' of procedure 'covariance_xy_domain'
At line 6629 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_x' of procedure 'compute_correlation'
At line 6630 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6630 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6645 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6650 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6652 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6656 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6656 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6663 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6665 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6669 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6669 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6677 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable1' of procedure 'covariance_ip_xy_domain'
At line 6677 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6679 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean1_ip' of procedure 'covariance_ip_xy_domain'
At line 6679 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6682 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_x' of procedure 'compute_correlation'
At line 6683 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6683 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6698 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6703 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6705 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6709 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6709 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6716 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6718 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6722 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6722 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6730 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable1' of procedure 'covariance_ip_xy_domain'
At line 6730 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variable2' of procedure 'covariance_ip_xy_domain'
At line 6732 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean1_ip' of procedure 'covariance_ip_xy_domain'
At line 6732 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'mean2_ip' of procedure 'covariance_ip_xy_domain'
At line 6735 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_x' of procedure 'compute_correlation'
At line 6736 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'variance_y' of procedure 'compute_correlation'
At line 6736 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'covar_xy' of procedure 'compute_correlation'
At line 6858 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6866 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6870 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6871 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6891 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6895 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6896 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6917 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6921 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 6922 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8272 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8273 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8291 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8292 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8309 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8312 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8316 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8317 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8337 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8341 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8342 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8363 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8364 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8386 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8475 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8478 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8482 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8483 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8503 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8507 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8508 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8529 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8530 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8552 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8640 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8643 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8647 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8648 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8668 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8672 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8673 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8694 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8695 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
At line 8717 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/MICRO_M2005_UWM/microphysics.F90
Fortran runtime warning: An array temporary was created for argument 'f' of procedure 'hbuf_put'
 Writing statistics:nstatsteps=           1
 Writing history file 4x1x128_16km_clubb_CEM                                                          
At line 91 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stepout_module.F90
Fortran runtime warning: An array temporary was created for argument 'r_param_array' of procedure 'pack_pdf_params_api'
At line 92 of file /home/jenkins/workspace/sam_clubb_copy_test@2/SRC/stepout_module.F90
Fortran runtime warning: An array temporary was created for argument 'r_param_array' of procedure 'pack_pdf_params_api'
 Writing restart file ...
 Restart file was saved. nstep=           6
NSTEP =          6   NCYCLE=  1  CFL_adv= 0.004  CFL_sgs= 0.001
 Done!
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // load
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS