Skip to content
Success

Console Output

Started by user Greg Bauer
Building on master in workspace /var/lib/jenkins/workspace/SPP-Zelmani-jyc
[SPP-Zelmani-jyc] $ /bin/sh -xe /tmp/jenkins4187527123676611518.sh
+ /usr/local/bin/jenkins_sync /var/lib/jenkins/workspace/SPP-Zelmani-jyc
NCSA JYC System 
Access status: User Access UnRestricted.

Access by OTP or Two Factor Certificate Authority only.
Use myproxy-logon -s tfca.ncsa.illinois.edu -p 7512 for gsissh access.
gsissh or ssh -o PreferredAuthentications=keyboard-interactive for otp access.

Restricted access during weekly scheduled maintenance on Wednesdays 10AM - 6PM

executing script:
PATH="/sw/tools/bin:/sw/tools/bin:$PATH"
SW_CONFIG="/scratch/system/bwjenkins/sw_config"
PYTHONPATH="/sw/tools/bin:/sw/tools/bin:$PYTHONPATH"
SW_WORKDIR="/scratch/system/bwjenkins/sw_workdir"

set -e
set -x

echo $PATH $SW_CONFIG $PYTHONPATH > /dev/null
export SW_CONFIG=$SW_CONFIG

export SW_WORKDIR=$SW_WORKDIR

if true ; then
rm -rf $SW_WORKDIR/SPP-Zelmani
mkdir -p $SW_WORKDIR/SPP-Zelmani
cd $SW_WORKDIR/SPP-Zelmani
echo "Compiling on `hostname`"

# unpack and compile code
#cp ~/SPP-Zelmani/Zelmani.tar.gz  ./
cp ~arnoldg/Zelmani.tar.gz ./
tar xf Zelmani.tar.gz
cd Zelmani

sed 's/-A .*/-A jnc/;s/400/50/g' Zelmani400.qsub >Zelmani50.qsub

module unload PrgEnv-cray PrgEnv-gnu PrgEnv-intel PrgEnv-pathscale PrgEnv-pgi
module load PrgEnv-gnu
module load acml/5.3.1
module load atp
module load cray-hdf5/1.8.14
module load cudatoolkit/7.0.28-1.0502.10742.5.1
module load gsl/1.15.1
module load pmi
make -j4 sim-config options=options.cfg THORNLIST=thornlists/Zelmani.th PROMPT=no

# submit test simulation and wait for it to finish
JOB_ID=$(qsub Zelmani50.qsub)
while ! [ -r $JOB_ID.OU ] ; do
  sleep 60
done
cat  $JOB_ID.OU
tail -f  $JOB_ID.OU &
TAILPID=$!
while sleep 60 ; do
  if ! qstat $JOB_ID &>/dev/null ; then break ; fi
done
kill $TAILPID
else
cd $SW_WORKDIR/SPP-Zelmani/Zelmani
fi

gawk '/RunTime:/{print "YVALUE="$2}' Zelmani50/Timing.txt > $SW_WORKDIR/SPP-Zelmani/runtime.dat

+ echo /sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/craype/2.5.9/bin:/opt/cray/cce/8.5.8/cray-binutils/x86_64-pc-linux-gnu/bin:/opt/cray/cce/8.5.8/craylibs/x86-64/bin:/opt/cray/cce/8.5.8/cftn/bin:/opt/cray/cce/8.5.8/CC/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin /scratch/system/bwjenkins/sw_config /sw/tools/bin:/sw/tools/bin:/opt/xalt/0.7.6/sles11.3/libexec:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/lib64/py
+ export SW_CONFIG=/scratch/system/bwjenkins/sw_config
+ SW_CONFIG=/scratch/system/bwjenkins/sw_config
+ export SW_WORKDIR=/scratch/system/bwjenkins/sw_workdir
+ SW_WORKDIR=/scratch/system/bwjenkins/sw_workdir
+ true
+ rm -rf /scratch/system/bwjenkins/sw_workdir/SPP-Zelmani
+ mkdir -p /scratch/system/bwjenkins/sw_workdir/SPP-Zelmani
+ cd /scratch/system/bwjenkins/sw_workdir/SPP-Zelmani
++ hostname
+ echo 'Compiling on jyc1'
+ cp /u/staff/arnoldg/Zelmani.tar.gz ./
Compiling on jyc1
+ tar xf Zelmani.tar.gz
+ cd Zelmani
+ sed 's/-A .*/-A jnc/;s/400/50/g' Zelmani400.qsub
+ module unload PrgEnv-cray PrgEnv-gnu PrgEnv-intel PrgEnv-pathscale PrgEnv-pgi
+ [[ unload == \p\u\r\g\e ]]
+ [[ unload == \P\r\g\E\n\v\L\o\a\d ]]
+ moduleraw unload PrgEnv-cray PrgEnv-gnu PrgEnv-intel PrgEnv-pathscale PrgEnv-pgi
++ /opt/modules/3.2.10.5/bin/modulecmd bash unload PrgEnv-cray PrgEnv-gnu PrgEnv-intel PrgEnv-pathscale PrgEnv-pgi
+ eval CRAYPE_DIR=/opt/cray/craype/2.5.9 ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=gemini' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.5.9' ';export' 'CRAYPE_VERSION;CRAY_CPU_TARGET=interlagos' ';export' 'CRAY_CPU_TARGET;CRAY_LD_LIBRARY_PATH=/opt/cray/mpt/7.5.3/gni/mpich-cray/8.4/lib:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_PRE_COMPILE_OPTS=-hnetwork=gemini' ';export' 'CRAY_PRE_COMPILE_OPTS;LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:craype-interlagos:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3' ';export' 'LOADEDMODULES;MANPATH=/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/cray/mpt/7.5.3/gni/man/mpich:/opt/torque/6.0.4/share/man:/opt/moab/9.0.4/share/man/:/opt/cray/craype/2.5.9/man:/opt/cray/llm/default/man:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/modules/3.2.10.5/share/man:/opt/moab/9.0.4/share/man:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/opt/cray/man:/u/system/bwjenkins/man' ';export' 'MANPATH;MODULEPATH=/sw/EasyBuild/modules/all:/sw/bw/modulefiles:/sw/xe/modulefiles:/usr/local/modulefiles:/opt/cray/craype/2.5.9/modulefiles:/opt/cray/gem/modulefiles:/opt/cray/modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin' ';export' 'PATH;PE_ACML_DEFAULT_DIR_CRAY=gfortran64' ';export' 'PE_ACML_DEFAULT_DIR_CRAY;PE_ACML_DEFAULT_DIR_DEFAULT64=_int64' ';export' 'PE_ACML_DEFAULT_DIR_DEFAULT64;PE_ACML_DEFAULT_DIR_GNU=gfortran64' ';export' 'PE_ACML_DEFAULT_DIR_GNU;PE_ACML_DEFAULT_DIR_INTEL=ifort64' ';export' 'PE_ACML_DEFAULT_DIR_INTEL;PE_ACML_DEFAULT_DIR_OPENMP=_mp' ';export' 'PE_ACML_DEFAULT_DIR_OPENMP;PE_ACML_DEFAULT_DIR_PGI=pgi64' ';export' 'PE_ACML_DEFAULT_DIR_PGI;PE_ACML_DEFAULT_TARGET_interlagos=_fma4' ';export' 'PE_ACML_DEFAULT_TARGET_interlagos;PE_ACML_DEFAULT_TARGET_x86_64=' ';export' 'PE_ACML_DEFAULT_TARGET_x86_64;PE_ACML_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/acml/5.3.1/@PE_ACML_DEFAULT_DIR@@PE_ACML_DEFAULT_TARGET@@PE_ACML_DEFAULT_DIR_OPENMP@@PE_ACML_DEFAULT_DIR_DEFAULT64@/lib/pkgconfig' ';export' 'PE_ACML_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.7/CRAY/8.4/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_abudhabi=abudhabi' ';export' 'PE_FFTW_DEFAULT_TARGET_abudhabi;PE_FFTW_DEFAULT_TARGET_broadwell=broadwell' ';export' 'PE_FFTW_DEFAULT_TARGET_broadwell;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_ivybridge=ivybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_ivybridge;PE_FFTW_DEFAULT_TARGET_mic_knl=mic_knl' ';export' 'PE_FFTW_DEFAULT_TARGET_mic_knl;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_share=share' ';export' 'PE_FFTW_DEFAULT_TARGET_share;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.11/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_GA_DEFAULT_GENCOMPILERS_GNU;PE_GA_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.7/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_HDF5_DEFAULT_GENCOMPILERS_GNU;PE_HDF5_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.10.0.1/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPILERS_GNU;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.10.0.1/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/INTEL/15.0/lib/pkgconfig:/opt/cray/mpt/7.5.3/gni/mpich-intel/16.0/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/INTEL/15.0/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/INTEL/15.0/lib/pkgconfig:/opt/cray/ga/5.3.0.7/INTEL/15.0/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_GNU_x86_64=4.9' ';export' 'PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_LIBSCI_ACC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_ACC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_ACC_DEFAULT_GENCOMPS_GNU_x86_64=49' ';export' 'PE_LIBSCI_ACC_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia20=nv20' ';export' 'PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia20;PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia35=nv35' ';export' 'PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia35;PE_LIBSCI_ACC_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_@accelerator@' ';export' 'PE_LIBSCI_ACC_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_ACC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_LIBSCI_ACC_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_ACC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci_acc/16.03.1/@PRGENV@/@PE_LIBSCI_ACC_DEFAULT_GENCOMPS@/@PE_LIBSCI_ACC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_ACC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_ACC_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_LIBSCI_ACC_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_mic_knl=5.1' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_mic_knl=15.0' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_LIBSCI_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_PGI_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_mic_knl=51' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_mic_knl=150' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_PGI_x86_64=153' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_PGI_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES=' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/16.11.1/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' 'INTEL\' PGI ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_DIR_PGI_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_PGI_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPILERS_CRAY=8.4' ';export' 'PE_MPICH_DEFAULT_GENCOMPILERS_CRAY;PE_MPICH_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_MPICH_DEFAULT_GENCOMPILERS_GNU;PE_MPICH_DEFAULT_GENCOMPILERS_PGI=15.3' ';export' 'PE_MPICH_DEFAULT_GENCOMPILERS_PGI;PE_MPICH_DEFAULT_GENCOMPS_CRAY=84' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_GENCOMPS_PGI=153' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_PGI;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.5.3/gni/mpich-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' PGI ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS=' ';export' 'PE_MPICH_NV_LIBS;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_NV_LIBS_nvidia60=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia60;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_NETCDF_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.4.1.1/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPILERS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL:PE_MPICH' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.4.1.1/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCELL_FAMILY_LIBS=' ';export' 'PE_PAPI_DEFAULT_ACCELL_FAMILY_LIBS;PE_PAPI_DEFAULT_ACCEL_FAMILY_LIBS_nvidia=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_FAMILY_LIBS_nvidia;PE_PAPI_DEFAULT_ACCEL_LIBS=' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_mic_knl;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPILERS_GNU_haswell=5.1\' 4.9 ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPILERS_GNU_interlagos=5.1\' 4.9 ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPILERS_GNU_sandybridge=5.1\' 4.9 ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_PETSC_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_PGI_interlagos;PE_PETSC_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_PGI_x86_64;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_mic_knl;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=51\' 49 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=51\' 49 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=51\' 49 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=150' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=150' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=150' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_GENCOMPS_PGI_interlagos=153' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_PGI_interlagos;PE_PETSC_DEFAULT_GENCOMPS_PGI_x86_64=153' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_PGI_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_HDF5_PARALLEL:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.7.4.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'CRAY64\' 'GNU\' 'GNU64\' 'INTEL\' 'INTEL64\' 'PGI\' PGI64 ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PGI_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/PGI/15.3/lib/pkgconfig:/opt/cray/ga/5.3.0.7/PGI/15.3/lib/pkgconfig' ';export' 'PE_PGI_DEFAULT_FIXED_PKGCONFIG_PATH;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL_64:PE_TPSL:PE_PETSC:PE_PARALLEL_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_NETCDF:PE_MPICH:PE_LIBSCI_ACC:PE_LIBSCI:PE_HDF5_PARALLEL:PE_HDF5:PE_GA:PE_FFTW:PE_ACML' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=darshan-runtime:mpich' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_MPICH' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.4/lib/pkgconfig:/opt/cray/cti/1.0.1/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_INTERLAGOS:CRAYPE:CRAY_LLM:CRAY_XPMEM:CRAY_DMAPP:CRAY_UGNI:CRAY_UDREG:CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PE_SMA_DEFAULT_COMPFLAG=' ';export' 'PE_SMA_DEFAULT_COMPFLAG;PE_SMA_DEFAULT_COMPFLAG_GNU=-fcray-pointer' ';export' 'PE_SMA_DEFAULT_COMPFLAG_GNU;PE_SMA_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DEFAULT_DIR_CRAY_DEFAULT64;PE_SMA_DEFAULT_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DEFAULT_DIR_PGI_DEFAULT64;PE_SMA_DEFAULT_PKGCONFIG_VARIABLES=PE_SMA_COMPFLAG_@prgenv@' ';export' 'PE_SMA_DEFAULT_PKGCONFIG_VARIABLES;PE_SMA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.5.3/gni/sma@PE_SMA_DEFAULT_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_haswell;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_interlagos;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_mic_knl;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_haswell=5.1\' 4.9 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_haswell;PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_interlagos=5.1\' 4.9 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_interlagos;PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_sandybridge=5.1\' 4.9 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_haswell;PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_interlagos;PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_interlagos;PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_x86_64;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_mic_knl;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_64_DEFAULT_GENCOMPS_GNU_haswell=51\' 49 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_64_DEFAULT_GENCOMPS_GNU_interlagos=51\' 49 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_64_DEFAULT_GENCOMPS_GNU_sandybridge=51\' 49 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_haswell=150' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_interlagos=150' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_sandybridge=150' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_64_DEFAULT_GENCOMPS_PGI_interlagos=153' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_PGI_interlagos;PE_TPSL_64_DEFAULT_GENCOMPS_PGI_x86_64=153' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_PGI_x86_64;PE_TPSL_64_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_64_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_64_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/16.12.1/@PRGENV@64/@PE_TPSL_64_DEFAULT_GENCOMPS@/@PE_TPSL_64_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_64_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_64_DEFAULT_VOLATILE_PRGENV=CRAY\' 'CRAY64\' 'GNU\' 'GNU64\' 'INTEL\' 'INTEL64\' 'PGI\' PGI64 ';export' 'PE_TPSL_64_DEFAULT_VOLATILE_PRGENV;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_mic_knl;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPILERS_GNU_haswell=5.1\' 4.9 ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPILERS_GNU_interlagos=5.1\' 4.9 ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPILERS_GNU_sandybridge=5.1\' 4.9 ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_TPSL_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_PGI_interlagos;PE_TPSL_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_PGI_x86_64;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_mic_knl;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=51\' 49 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=51\' 49 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=51\' 49 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=150' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=150' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=150' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_GENCOMPS_PGI_interlagos=153' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_PGI_interlagos;PE_TPSL_DEFAULT_GENCOMPS_PGI_x86_64=153' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_PGI_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/16.12.1/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'CRAY64\' 'GNU\' 'GNU64\' 'INTEL\' 'INTEL64\' 'PGI\' PGI64 ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.5' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=85' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/12.8.1.0/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/opt/cray/craype/2.5.9/pkg-config:/opt/cray/iobuf/2.0.8/lib/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.5.1.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;XTPE_NETWORK_TARGET=gemini' ';export' 'XTPE_NETWORK_TARGET;_LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3' ';export' '_LMFILES_;unset' 'ASSEMBLER_AARCH64;unset' 'ASSEMBLER_X86_64;unset' 'ATP_HOME;unset' 'ATP_IGNORE_SIGTERM;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'CC_X86_64;unset' 'CRAYLIBS_AARCH64;unset' 'CRAYLIBS_X86_64;unset' 'CRAYLMD_LICENSE_FILE;unset' 'CRAYOS_VERSION;unset' 'CRAY_BINUTILS_BIN;unset' 'CRAY_BINUTILS_BIN_AARCH64;unset' 'CRAY_BINUTILS_ROOT;unset' 'CRAY_BINUTILS_ROOT_AARCH64;unset' 'CRAY_BINUTILS_VERSION;unset' 'CRAY_CC_VERSION;unset' 'CRAY_CXX_IPA_LIBS;unset' 'CRAY_CXX_IPA_LIBS_AARCH64;unset' 'CRAY_FTN_VERSION;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_PE_TARGET;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRGENVCRAY;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'FORTRAN_SYSTEM_MODULE_NAMES;unset' 'FTN_X86_64;unset' 'GCC_AARCH64;unset' 'GCC_X86_64;unset' 'INCLUDE_PATH_AARCH64;unset' 'INCLUDE_PATH_X86_64;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LINKER_AARCH64;unset' 'LINKER_X86_64;unset' 'MPICH_ABORT_ON_ERROR;unset' 'NLSPATH;unset' 'PE_ENV;unset' 'PE_LEVEL;unset' 'PE_LIBSCI_GENCOMPILERS_CRAY_mic_knl;unset' 'PE_LIBSCI_GENCOMPILERS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPILERS_GNU_mic_knl;unset' 'PE_LIBSCI_GENCOMPILERS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPILERS_INTEL_mic_knl;unset' 'PE_LIBSCI_GENCOMPILERS_INTEL_x86_64;unset' 'PE_LIBSCI_GENCOMPILERS_PGI_x86_64;unset' 'PE_LIBSCI_GENCOMPS_CRAY_mic_knl;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_mic_knl;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_mic_knl;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_GENCOMPS_PGI_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'XTOS_VERSION;'
++ CRAYPE_DIR=/opt/cray/craype/2.5.9
++ export CRAYPE_DIR
++ CRAYPE_NETWORK_TARGET=gemini
++ export CRAYPE_NETWORK_TARGET
++ CRAYPE_VERSION=2.5.9
++ export CRAYPE_VERSION
++ CRAY_CPU_TARGET=interlagos
++ export CRAY_CPU_TARGET
++ CRAY_LD_LIBRARY_PATH=/opt/cray/mpt/7.5.3/gni/mpich-cray/8.4/lib:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64
++ export CRAY_LD_LIBRARY_PATH
++ CRAY_PRE_COMPILE_OPTS=-hnetwork=gemini
++ export CRAY_PRE_COMPILE_OPTS
++ LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:craype-interlagos:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3
++ export LOADEDMODULES
++ MANPATH=/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/cray/mpt/7.5.3/gni/man/mpich:/opt/torque/6.0.4/share/man:/opt/moab/9.0.4/share/man/:/opt/cray/craype/2.5.9/man:/opt/cray/llm/default/man:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/modules/3.2.10.5/share/man:/opt/moab/9.0.4/share/man:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/opt/cray/man:/u/system/bwjenkins/man
++ export MANPATH
++ MODULEPATH=/sw/EasyBuild/modules/all:/sw/bw/modulefiles:/sw/xe/modulefiles:/usr/local/modulefiles:/opt/cray/craype/2.5.9/modulefiles:/opt/cray/gem/modulefiles:/opt/cray/modulefiles:/opt/modulefiles
++ export MODULEPATH
++ PATH=/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin
++ export PATH
++ PE_ACML_DEFAULT_DIR_CRAY=gfortran64
++ export PE_ACML_DEFAULT_DIR_CRAY
++ PE_ACML_DEFAULT_DIR_DEFAULT64=_int64
++ export PE_ACML_DEFAULT_DIR_DEFAULT64
++ PE_ACML_DEFAULT_DIR_GNU=gfortran64
++ export PE_ACML_DEFAULT_DIR_GNU
++ PE_ACML_DEFAULT_DIR_INTEL=ifort64
++ export PE_ACML_DEFAULT_DIR_INTEL
++ PE_ACML_DEFAULT_DIR_OPENMP=_mp
++ export PE_ACML_DEFAULT_DIR_OPENMP
++ PE_ACML_DEFAULT_DIR_PGI=pgi64
++ export PE_ACML_DEFAULT_DIR_PGI
++ PE_ACML_DEFAULT_TARGET_interlagos=_fma4
++ export PE_ACML_DEFAULT_TARGET_interlagos
++ PE_ACML_DEFAULT_TARGET_x86_64=
++ export PE_ACML_DEFAULT_TARGET_x86_64
++ PE_ACML_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/acml/5.3.1/@PE_ACML_DEFAULT_DIR@@PE_ACML_DEFAULT_TARGET@@PE_ACML_DEFAULT_DIR_OPENMP@@PE_ACML_DEFAULT_DIR_DEFAULT64@/lib/pkgconfig
++ export PE_ACML_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.7/CRAY/8.4/lib/pkgconfig
++ export PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH
++ PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_FFTW_DEFAULT_REQUIRED_PRODUCTS
++ PE_FFTW_DEFAULT_TARGET_abudhabi=abudhabi
++ export PE_FFTW_DEFAULT_TARGET_abudhabi
++ PE_FFTW_DEFAULT_TARGET_broadwell=broadwell
++ export PE_FFTW_DEFAULT_TARGET_broadwell
++ PE_FFTW_DEFAULT_TARGET_haswell=haswell
++ export PE_FFTW_DEFAULT_TARGET_haswell
++ PE_FFTW_DEFAULT_TARGET_interlagos=interlagos
++ export PE_FFTW_DEFAULT_TARGET_interlagos
++ PE_FFTW_DEFAULT_TARGET_ivybridge=ivybridge
++ export PE_FFTW_DEFAULT_TARGET_ivybridge
++ PE_FFTW_DEFAULT_TARGET_mic_knl=mic_knl
++ export PE_FFTW_DEFAULT_TARGET_mic_knl
++ PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge
++ export PE_FFTW_DEFAULT_TARGET_sandybridge
++ PE_FFTW_DEFAULT_TARGET_share=share
++ export PE_FFTW_DEFAULT_TARGET_share
++ PE_FFTW_DEFAULT_TARGET_x86_64=x86_64
++ export PE_FFTW_DEFAULT_TARGET_x86_64
++ PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.11/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_GA_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_GA_DEFAULT_FIXED_PRGENV
++ PE_GA_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_GA_DEFAULT_GENCOMPILERS_GNU
++ PE_GA_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_GA_DEFAULT_GENCOMPS_GNU
++ PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.7/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_GA_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_GA_DEFAULT_VOLATILE_PRGENV
++ PE_HDF5_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_HDF5_DEFAULT_FIXED_PRGENV
++ PE_HDF5_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_HDF5_DEFAULT_GENCOMPILERS_GNU
++ PE_HDF5_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_HDF5_DEFAULT_GENCOMPS_GNU
++ PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_HDF5_DEFAULT_REQUIRED_PRODUCTS
++ PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.10.0.1/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_HDF5_DEFAULT_VOLATILE_PRGENV
++ PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV
++ PE_HDF5_PARALLEL_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_HDF5_PARALLEL_DEFAULT_GENCOMPILERS_GNU
++ PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU
++ PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS
++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.10.0.1/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV
++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/INTEL/15.0/lib/pkgconfig:/opt/cray/mpt/7.5.3/gni/mpich-intel/16.0/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/INTEL/15.0/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/INTEL/15.0/lib/pkgconfig:/opt/cray/ga/5.3.0.7/INTEL/15.0/lib/pkgconfig
++ export PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH
++ PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_GNU_x86_64=4.9
++ export PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_LIBSCI_ACC_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_LIBSCI_ACC_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_LIBSCI_ACC_DEFAULT_GENCOMPS_GNU_x86_64=49
++ export PE_LIBSCI_ACC_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia20=nv20
++ export PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia20
++ PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia35=nv35
++ export PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia35
++ PE_LIBSCI_ACC_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_@accelerator@
++ export PE_LIBSCI_ACC_DEFAULT_PKGCONFIG_VARIABLES
++ PE_LIBSCI_ACC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI
++ export PE_LIBSCI_ACC_DEFAULT_REQUIRED_PRODUCTS
++ PE_LIBSCI_ACC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci_acc/16.03.1/@PRGENV@/@PE_LIBSCI_ACC_DEFAULT_GENCOMPS@/@PE_LIBSCI_ACC_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_LIBSCI_ACC_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_LIBSCI_ACC_DEFAULT_VOLATILE_PRGENV='CRAY GNU'
++ export PE_LIBSCI_ACC_DEFAULT_VOLATILE_PRGENV
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_mic_knl=5.1
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_mic_knl=15.0
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_PGI_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_mic_knl=85
++ export PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPS_GNU_mic_knl=51
++ export PE_LIBSCI_DEFAULT_GENCOMPS_GNU_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_mic_knl=150
++ export PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPS_PGI_x86_64=153
++ export PE_LIBSCI_DEFAULT_GENCOMPS_PGI_x86_64
++ PE_LIBSCI_DEFAULT_OMP_REQUIRES=
++ export PE_LIBSCI_DEFAULT_OMP_REQUIRES
++ PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp
++ export PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp
++ PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@
++ export PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES
++ PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS
++ PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/16.11.1/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_LIBSCI_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL PGI'
++ export PE_LIBSCI_DEFAULT_VOLATILE_PRGENV
++ PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64
++ export PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64
++ PE_MPICH_DEFAULT_DIR_PGI_DEFAULT64=64
++ export PE_MPICH_DEFAULT_DIR_PGI_DEFAULT64
++ PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL
++ export PE_MPICH_DEFAULT_FIXED_PRGENV
++ PE_MPICH_DEFAULT_GENCOMPILERS_CRAY=8.4
++ export PE_MPICH_DEFAULT_GENCOMPILERS_CRAY
++ PE_MPICH_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_MPICH_DEFAULT_GENCOMPILERS_GNU
++ PE_MPICH_DEFAULT_GENCOMPILERS_PGI=15.3
++ export PE_MPICH_DEFAULT_GENCOMPILERS_PGI
++ PE_MPICH_DEFAULT_GENCOMPS_CRAY=84
++ export PE_MPICH_DEFAULT_GENCOMPS_CRAY
++ PE_MPICH_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_MPICH_DEFAULT_GENCOMPS_GNU
++ PE_MPICH_DEFAULT_GENCOMPS_PGI=153
++ export PE_MPICH_DEFAULT_GENCOMPS_PGI
++ PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.5.3/gni/mpich-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_MPICH_DEFAULT_VOLATILE_PRGENV='CRAY GNU PGI'
++ export PE_MPICH_DEFAULT_VOLATILE_PRGENV
++ PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt
++ export PE_MPICH_MULTITHREADED_LIBS_multithreaded
++ PE_MPICH_NV_LIBS=
++ export PE_MPICH_NV_LIBS
++ PE_MPICH_NV_LIBS_nvidia20=-lcudart
++ export PE_MPICH_NV_LIBS_nvidia20
++ PE_MPICH_NV_LIBS_nvidia35=-lcudart
++ export PE_MPICH_NV_LIBS_nvidia35
++ PE_MPICH_NV_LIBS_nvidia60=-lcudart
++ export PE_MPICH_NV_LIBS_nvidia60
++ PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@
++ export PE_MPICH_PKGCONFIG_VARIABLES
++ PE_MPICH_TARGET_VAR_nvidia20=-lcudart
++ export PE_MPICH_TARGET_VAR_nvidia20
++ PE_MPICH_TARGET_VAR_nvidia35=-lcudart
++ export PE_MPICH_TARGET_VAR_nvidia35
++ PE_NETCDF_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_NETCDF_DEFAULT_FIXED_PRGENV
++ PE_NETCDF_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_NETCDF_DEFAULT_GENCOMPILERS_GNU
++ PE_NETCDF_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_NETCDF_DEFAULT_GENCOMPS_GNU
++ PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5
++ export PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS
++ PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.4.1.1/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_NETCDF_DEFAULT_VOLATILE_PRGENV
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPILERS_GNU
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL:PE_MPICH
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.4.1.1/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV
++ PE_PAPI_DEFAULT_ACCELL_FAMILY_LIBS=
++ export PE_PAPI_DEFAULT_ACCELL_FAMILY_LIBS
++ PE_PAPI_DEFAULT_ACCEL_FAMILY_LIBS_nvidia=,-lcupti,-lcudart,-lcuda
++ export PE_PAPI_DEFAULT_ACCEL_FAMILY_LIBS_nvidia
++ PE_PAPI_DEFAULT_ACCEL_LIBS=
++ export PE_PAPI_DEFAULT_ACCEL_LIBS
++ PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda
++ export PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35
++ PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@
++ export PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES
++ PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV
++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU
++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU
++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_haswell
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_interlagos
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_mic_knl
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_PETSC_DEFAULT_GENCOMPILERS_GNU_haswell='5.1 4.9'
++ export PE_PETSC_DEFAULT_GENCOMPILERS_GNU_haswell
++ PE_PETSC_DEFAULT_GENCOMPILERS_GNU_interlagos='5.1 4.9'
++ export PE_PETSC_DEFAULT_GENCOMPILERS_GNU_interlagos
++ PE_PETSC_DEFAULT_GENCOMPILERS_GNU_sandybridge='5.1 4.9'
++ export PE_PETSC_DEFAULT_GENCOMPILERS_GNU_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_PETSC_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0
++ export PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_haswell
++ PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0
++ export PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_interlagos
++ PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0
++ export PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_PETSC_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_PGI_interlagos
++ PE_PETSC_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_PGI_x86_64
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_mic_knl=85
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_mic_knl
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell='51 49'
++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell
++ PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos='51 49'
++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos
++ PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge='51 49'
++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=150
++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell
++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=150
++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos
++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=150
++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_PETSC_DEFAULT_GENCOMPS_PGI_interlagos=153
++ export PE_PETSC_DEFAULT_GENCOMPS_PGI_interlagos
++ PE_PETSC_DEFAULT_GENCOMPS_PGI_x86_64=153
++ export PE_PETSC_DEFAULT_GENCOMPS_PGI_x86_64
++ PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_HDF5_PARALLEL:PE_TPSL
++ export PE_PETSC_DEFAULT_REQUIRED_PRODUCTS
++ PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.7.4.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_PETSC_DEFAULT_VOLATILE_PRGENV='CRAY CRAY64 GNU GNU64 INTEL INTEL64 PGI PGI64'
++ export PE_PETSC_DEFAULT_VOLATILE_PRGENV
++ PE_PGI_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/PGI/15.3/lib/pkgconfig:/opt/cray/ga/5.3.0.7/PGI/15.3/lib/pkgconfig
++ export PE_PGI_DEFAULT_FIXED_PKGCONFIG_PATH
++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL_64:PE_TPSL:PE_PETSC:PE_PARALLEL_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_NETCDF:PE_MPICH:PE_LIBSCI_ACC:PE_LIBSCI:PE_HDF5_PARALLEL:PE_HDF5:PE_GA:PE_FFTW:PE_ACML
++ export PE_PKGCONFIG_DEFAULT_PRODUCTS
++ PE_PKGCONFIG_LIBS=darshan-runtime:mpich
++ export PE_PKGCONFIG_LIBS
++ PE_PKGCONFIG_PRODUCTS=PE_MPICH
++ export PE_PKGCONFIG_PRODUCTS
++ PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI
++ export PE_PKGCONFIG_PRODUCTS_DEFAULT
++ PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.4/lib/pkgconfig:/opt/cray/cti/1.0.1/lib/pkgconfig
++ export PE_PKG_CONFIG_PATH
++ PE_PRODUCT_LIST=CRAYPE_INTERLAGOS:CRAYPE:CRAY_LLM:CRAY_XPMEM:CRAY_DMAPP:CRAY_UGNI:CRAY_UDREG:CRAY_ALPS
++ export PE_PRODUCT_LIST
++ PE_SMA_DEFAULT_COMPFLAG=
++ export PE_SMA_DEFAULT_COMPFLAG
++ PE_SMA_DEFAULT_COMPFLAG_GNU=-fcray-pointer
++ export PE_SMA_DEFAULT_COMPFLAG_GNU
++ PE_SMA_DEFAULT_DIR_CRAY_DEFAULT64=64
++ export PE_SMA_DEFAULT_DIR_CRAY_DEFAULT64
++ PE_SMA_DEFAULT_DIR_PGI_DEFAULT64=64
++ export PE_SMA_DEFAULT_DIR_PGI_DEFAULT64
++ PE_SMA_DEFAULT_PKGCONFIG_VARIABLES=PE_SMA_COMPFLAG_@prgenv@
++ export PE_SMA_DEFAULT_PKGCONFIG_VARIABLES
++ PE_SMA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.5.3/gni/sma@PE_SMA_DEFAULT_DIR_DEFAULT64@/lib64/pkgconfig
++ export PE_SMA_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_mic_knl
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_haswell='5.1 4.9'
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_interlagos='5.1 4.9'
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_sandybridge='5.1 4.9'
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_haswell=83
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_interlagos=83
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_mic_knl=85
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_mic_knl
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_sandybridge=83
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPS_GNU_haswell='51 49'
++ export PE_TPSL_64_DEFAULT_GENCOMPS_GNU_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPS_GNU_interlagos='51 49'
++ export PE_TPSL_64_DEFAULT_GENCOMPS_GNU_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPS_GNU_sandybridge='51 49'
++ export PE_TPSL_64_DEFAULT_GENCOMPS_GNU_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_TPSL_64_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_haswell=150
++ export PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_interlagos=150
++ export PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_sandybridge=150
++ export PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPS_PGI_interlagos=153
++ export PE_TPSL_64_DEFAULT_GENCOMPS_PGI_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPS_PGI_x86_64=153
++ export PE_TPSL_64_DEFAULT_GENCOMPS_PGI_x86_64
++ PE_TPSL_64_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI
++ export PE_TPSL_64_DEFAULT_REQUIRED_PRODUCTS
++ PE_TPSL_64_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/16.12.1/@PRGENV@64/@PE_TPSL_64_DEFAULT_GENCOMPS@/@PE_TPSL_64_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_TPSL_64_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_TPSL_64_DEFAULT_VOLATILE_PRGENV='CRAY CRAY64 GNU GNU64 INTEL INTEL64 PGI PGI64'
++ export PE_TPSL_64_DEFAULT_VOLATILE_PRGENV
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_haswell
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_interlagos
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_mic_knl
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_TPSL_DEFAULT_GENCOMPILERS_GNU_haswell='5.1 4.9'
++ export PE_TPSL_DEFAULT_GENCOMPILERS_GNU_haswell
++ PE_TPSL_DEFAULT_GENCOMPILERS_GNU_interlagos='5.1 4.9'
++ export PE_TPSL_DEFAULT_GENCOMPILERS_GNU_interlagos
++ PE_TPSL_DEFAULT_GENCOMPILERS_GNU_sandybridge='5.1 4.9'
++ export PE_TPSL_DEFAULT_GENCOMPILERS_GNU_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_TPSL_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0
++ export PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_haswell
++ PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0
++ export PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_interlagos
++ PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0
++ export PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_TPSL_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_PGI_interlagos
++ PE_TPSL_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_PGI_x86_64
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_mic_knl=85
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_mic_knl
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell='51 49'
++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell
++ PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos='51 49'
++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos
++ PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge='51 49'
++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=150
++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell
++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=150
++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos
++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=150
++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_TPSL_DEFAULT_GENCOMPS_PGI_interlagos=153
++ export PE_TPSL_DEFAULT_GENCOMPS_PGI_interlagos
++ PE_TPSL_DEFAULT_GENCOMPS_PGI_x86_64=153
++ export PE_TPSL_DEFAULT_GENCOMPS_PGI_x86_64
++ PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI
++ export PE_TPSL_DEFAULT_REQUIRED_PRODUCTS
++ PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/16.12.1/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_TPSL_DEFAULT_VOLATILE_PRGENV='CRAY CRAY64 GNU GNU64 INTEL INTEL64 PGI PGI64'
++ export PE_TPSL_DEFAULT_VOLATILE_PRGENV
++ PE_TRILINOS_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.5
++ export PE_TRILINOS_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_TRILINOS_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_TRILINOS_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=85
++ export PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL
++ export PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS
++ PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/12.8.1.0/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_TRILINOS_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL'
++ export PE_TRILINOS_DEFAULT_VOLATILE_PRGENV
++ PKGCONFIG_ENABLED=1
++ export PKGCONFIG_ENABLED
++ PKG_CONFIG_PATH=/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/opt/cray/craype/2.5.9/pkg-config:/opt/cray/iobuf/2.0.8/lib/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig
++ export PKG_CONFIG_PATH
++ PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.5.1.1/lib64/pkgconfig
++ export PKG_CONFIG_PATH_DEFAULT
++ XTPE_NETWORK_TARGET=gemini
++ export XTPE_NETWORK_TARGET
++ _LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3
++ export _LMFILES_
++ unset ASSEMBLER_AARCH64
++ unset ASSEMBLER_X86_64
++ unset ATP_HOME
++ unset ATP_IGNORE_SIGTERM
++ unset ATP_MRNET_COMM_PATH
++ unset ATP_POST_LINK_OPTS
++ unset CC_X86_64
++ unset CRAYLIBS_AARCH64
++ unset CRAYLIBS_X86_64
++ unset CRAYLMD_LICENSE_FILE
++ unset CRAYOS_VERSION
++ unset CRAY_BINUTILS_BIN
++ unset CRAY_BINUTILS_BIN_AARCH64
++ unset CRAY_BINUTILS_ROOT
++ unset CRAY_BINUTILS_ROOT_AARCH64
++ unset CRAY_BINUTILS_VERSION
++ unset CRAY_CC_VERSION
++ unset CRAY_CXX_IPA_LIBS
++ unset CRAY_CXX_IPA_LIBS_AARCH64
++ unset CRAY_FTN_VERSION
++ unset CRAY_LIBSCI_BASE_DIR
++ unset CRAY_LIBSCI_DIR
++ unset CRAY_LIBSCI_PREFIX_DIR
++ unset CRAY_LIBSCI_VERSION
++ unset CRAY_PE_TARGET
++ unset CRAY_PMI_INCLUDE_OPTS
++ unset CRAY_PMI_POST_LINK_OPTS
++ unset CRAY_PRGENVCRAY
++ unset CRAY_RCA_INCLUDE_OPTS
++ unset CRAY_RCA_POST_LINK_OPTS
++ unset DMAPP_ABORT_ON_ERROR
++ unset FORTRAN_SYSTEM_MODULE_NAMES
++ unset FTN_X86_64
++ unset GCC_AARCH64
++ unset GCC_X86_64
++ unset INCLUDE_PATH_AARCH64
++ unset INCLUDE_PATH_X86_64
++ unset LIBSCI_BASE_DIR
++ unset LIBSCI_VERSION
++ unset LINKER_AARCH64
++ unset LINKER_X86_64
++ unset MPICH_ABORT_ON_ERROR
++ unset NLSPATH
++ unset PE_ENV
++ unset PE_LEVEL
++ unset PE_LIBSCI_GENCOMPILERS_CRAY_mic_knl
++ unset PE_LIBSCI_GENCOMPILERS_CRAY_x86_64
++ unset PE_LIBSCI_GENCOMPILERS_GNU_mic_knl
++ unset PE_LIBSCI_GENCOMPILERS_GNU_x86_64
++ unset PE_LIBSCI_GENCOMPILERS_INTEL_mic_knl
++ unset PE_LIBSCI_GENCOMPILERS_INTEL_x86_64
++ unset PE_LIBSCI_GENCOMPILERS_PGI_x86_64
++ unset PE_LIBSCI_GENCOMPS_CRAY_mic_knl
++ unset PE_LIBSCI_GENCOMPS_CRAY_x86_64
++ unset PE_LIBSCI_GENCOMPS_GNU_mic_knl
++ unset PE_LIBSCI_GENCOMPS_GNU_x86_64
++ unset PE_LIBSCI_GENCOMPS_INTEL_mic_knl
++ unset PE_LIBSCI_GENCOMPS_INTEL_x86_64
++ unset PE_LIBSCI_GENCOMPS_PGI_x86_64
++ unset PE_LIBSCI_MODULE_NAME
++ unset PE_LIBSCI_OMP_REQUIRES
++ unset P+ module load PrgEnv-gnu
+ [[ load == \p\u\r\g\e ]]
+ [[ load == \P\r\g\E\n\v\L\o\a\d ]]
+ moduleraw load PrgEnv-gnu
E_LIBSCI_OMP_REQUIRES_openmp
++ unset PE_LIBSCI_PKGCONFIG_LIBS
++ unset PE_LIBSCI_PKGCONFIG_VARIABLES
++ unset PE_LIBSCI_REQUIRED_PRODUCTS
++ unset PE_LIBSCI_VOLATILE_PKGCONFIG_PATH
++ unset PE_LIBSCI_VOLATILE_PRGENV
++ unset SHMEM_ABORT_ON_ERROR
++ unset XTOS_VERSION
++ /opt/modules/3.2.10.5/bin/modulecmd bash load PrgEnv-gnu
+ eval ALLINEA_QUEUE_DLL=/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1/lib/libtvmpich.so.3.0.1 ';export' 'ALLINEA_QUEUE_DLL;ATP_HOME=/opt/cray/atp/2.1.0' ';export' 'ATP_HOME;ATP_IGNORE_SIGTERM=1' ';export' 'ATP_IGNORE_SIGTERM;ATP_MRNET_COMM_PATH=/opt/cray/atp/2.1.0/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/2.1.0/libApp/\' ';export' 'ATP_POST_LINK_OPTS;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.5.9' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=gemini' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.5.9' ';export' 'CRAYPE_VERSION;CRAY_CPU_TARGET=interlagos' ';export' 'CRAY_CPU_TARGET;CRAY_LD_LIBRARY_PATH=/opt/cray/pmi/5.0.11/lib64:/opt/cray/libsci/16.11.1/GNU/5.1/x86_64/lib:/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1/lib:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/16.11.1' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/16.11.1' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/16.11.1/GNU/5.1/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=16.11.1' ';export' 'CRAY_LIBSCI_VERSION;CRAY_MPICH2_DIR=/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1' ';export' 'CRAY_MPICH2_DIR;CRAY_MPICH2_VER=7.5.3' ';export' 'CRAY_MPICH2_VER;CRAY_MPICH_BASEDIR=/opt/cray/mpt/7.5.3/gni' ';export' 'CRAY_MPICH_BASEDIR;CRAY_MPICH_DIR=/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1' ';export' 'CRAY_MPICH_DIR;CRAY_MPICH_ROOTDIR=/opt/cray/mpt/7.5.3' ';export' 'CRAY_MPICH_ROOTDIR;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=gemini' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVGNU=loaded' ';export' 'CRAY_PRGENVGNU;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;GCC_PATH=/opt/gcc/6.3.0' ';export' 'GCC_PATH;GCC_VERSION=6.3.0' ';export' 'GCC_VERSION;GNU_VERSION=6.3.0' ';export' 'GNU_VERSION;INFOPATH=/opt/gcc/6.3.0/snos/share/info:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;LD_LIBRARY_PATH=/opt/gcc/6.3.0/snos/lib64:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib:/usr/local/globus-5.2.5/lib64:/usr/local/globus/lib64' ';export' 'LD_LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/16.11.1' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=16.11.1' ';export' 'LIBSCI_VERSION;LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/atp/2.1.0/man:/opt/cray/pmi/5.0.11/man:/opt/cray/libsci/16.11.1/man:/opt/cray/man/csmlversion:/opt/gcc/6.3.0/snos/share/man:/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/cray/mpt/7.5.3/gni/man/mpich:/opt/torque/6.0.4/share/man:/opt/moab/9.0.4/share/man/:/opt/cray/craype/2.5.9/man:/opt/cray/llm/default/man:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/modules/3.2.10.5/share/man:/opt/moab/9.0.4/share/man:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/opt/cray/man:/u/system/bwjenkins/man' ';export' 'MANPATH;MODULEPATH=/sw/EasyBuild/modules/all:/sw/bw/modulefiles:/sw/xe/modulefiles:/usr/local/modulefiles:/opt/cray/craype/2.5.9/modulefiles:/opt/cray/gem/modulefiles:/opt/cray/modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPICH_DIR=/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1' ';export' 'MPICH_DIR;PATH=/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin' ';export' 'PATH;PE_ACML_DEFAULT_DIR_CRAY=gfortran64' ';export' 'PE_ACML_DEFAULT_DIR_CRAY;PE_ACML_DEFAULT_DIR_DEFAULT64=_int64' ';export' 'PE_ACML_DEFAULT_DIR_DEFAULT64;PE_ACML_DEFAULT_DIR_GNU=gfortran64' ';export' 'PE_ACML_DEFAULT_DIR_GNU;PE_ACML_DEFAULT_DIR_INTEL=ifort64' ';export' 'PE_ACML_DEFAULT_DIR_INTEL;PE_ACML_DEFAULT_DIR_OPENMP=_mp' ';export' 'PE_ACML_DEFAULT_DIR_OPENMP;PE_ACML_DEFAULT_DIR_PGI=pgi64' ';export' 'PE_ACML_DEFAULT_DIR_PGI;PE_ACML_DEFAULT_TARGET_interlagos=_fma4' ';export' 'PE_ACML_DEFAULT_TARGET_interlagos;PE_ACML_DEFAULT_TARGET_x86_64=' ';export' 'PE_ACML_DEFAULT_TARGET_x86_64;PE_ACML_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/acml/5.3.1/@PE_ACML_DEFAULT_DIR@@PE_ACML_DEFAULT_TARGET@@PE_ACML_DEFAULT_DIR_OPENMP@@PE_ACML_DEFAULT_DIR_DEFAULT64@/lib/pkgconfig' ';export' 'PE_ACML_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.7/CRAY/8.4/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=mpichcxx' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=GNU' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_abudhabi=abudhabi' ';export' 'PE_FFTW_DEFAULT_TARGET_abudhabi;PE_FFTW_DEFAULT_TARGET_broadwell=broadwell' ';export' 'PE_FFTW_DEFAULT_TARGET_broadwell;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_ivybridge=ivybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_ivybridge;PE_FFTW_DEFAULT_TARGET_mic_knl=mic_knl' ';export' 'PE_FFTW_DEFAULT_TARGET_mic_knl;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_share=share' ';export' 'PE_FFTW_DEFAULT_TARGET_share;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.11/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=mpichf90' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_GA_DEFAULT_GENCOMPILERS_GNU;PE_GA_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.7/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_HDF5_DEFAULT_GENCOMPILERS_GNU;PE_HDF5_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.10.0.1/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPILERS_GNU;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.10.0.1/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/INTEL/15.0/lib/pkgconfig:/opt/cray/mpt/7.5.3/gni/mpich-intel/16.0/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/INTEL/15.0/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/INTEL/15.0/lib/pkgconfig:/opt/cray/ga/5.3.0.7/INTEL/15.0/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_GNU_x86_64=4.9' ';export' 'PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_LIBSCI_ACC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_ACC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_ACC_DEFAULT_GENCOMPS_GNU_x86_64=49' ';export' 'PE_LIBSCI_ACC_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia20=nv20' ';export' 'PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia20;PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia35=nv35' ';export' 'PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia35;PE_LIBSCI_ACC_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_@accelerator@' ';export' 'PE_LIBSCI_ACC_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_ACC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_LIBSCI_ACC_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_ACC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci_acc/16.03.1/@PRGENV@/@PE_LIBSCI_ACC_DEFAULT_GENCOMPS@/@PE_LIBSCI_ACC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_ACC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_ACC_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_LIBSCI_ACC_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_mic_knl=5.1' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_mic_knl=15.0' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_LIBSCI_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPILERS_PGI_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_mic_knl=51' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_mic_knl=150' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_mic_knl;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_PGI_x86_64=153' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_PGI_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES=' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/16.11.1/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' 'INTEL\' PGI ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_LIBSCI_GENCOMPILERS_CRAY_mic_knl;PE_LIBSCI_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_LIBSCI_GENCOMPILERS_CRAY_x86_64;PE_LIBSCI_GENCOMPILERS_GNU_mic_knl=5.1' ';export' 'PE_LIBSCI_GENCOMPILERS_GNU_mic_knl;PE_LIBSCI_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_LIBSCI_GENCOMPILERS_GNU_x86_64;PE_LIBSCI_GENCOMPILERS_INTEL_mic_knl=15.0' ';export' 'PE_LIBSCI_GENCOMPILERS_INTEL_mic_knl;PE_LIBSCI_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_LIBSCI_GENCOMPILERS_INTEL_x86_64;PE_LIBSCI_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_LIBSCI_GENCOMPILERS_PGI_x86_64;PE_LIBSCI_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_mic_knl;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_mic_knl=51' ';export' 'PE_LIBSCI_GENCOMPS_GNU_mic_knl;PE_LIBSCI_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_mic_knl=150' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_mic_knl;PE_LIBSCI_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_GENCOMPS_PGI_x86_64=153' ';export' 'PE_LIBSCI_GENCOMPS_PGI_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/16.11.1' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES=' ';export' 'PE_LIBSCI_OMP_REQUIRES;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/16.11.1/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' 'INTEL\' PGI ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_CXX_PKGCONFIG_LIBS=mpichcxx' ';export' 'PE_MPICH_CXX_PKGCONFIG_LIBS;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_DIR_PGI_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_PGI_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPILERS_CRAY=8.4' ';export' 'PE_MPICH_DEFAULT_GENCOMPILERS_CRAY;PE_MPICH_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_MPICH_DEFAULT_GENCOMPILERS_GNU;PE_MPICH_DEFAULT_GENCOMPILERS_PGI=15.3' ';export' 'PE_MPICH_DEFAULT_GENCOMPILERS_PGI;PE_MPICH_DEFAULT_GENCOMPS_CRAY=84' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_GENCOMPS_PGI=153' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_PGI;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.5.3/gni/mpich-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' PGI ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_FORTRAN_PKGCONFIG_LIBS=mpichf90' ';export' 'PE_MPICH_FORTRAN_PKGCONFIG_LIBS;PE_MPICH_MODULE_NAME=cray-mpich' ';export' 'PE_MPICH_MODULE_NAME;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS=' ';export' 'PE_MPICH_NV_LIBS;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_NV_LIBS_nvidia60=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia60;PE_MPICH_PKGCONFIG_LIBS=mpich' ';export' 'PE_MPICH_PKGCONFIG_LIBS;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_NETCDF_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.4.1.1/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPILERS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL:PE_MPICH' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.4.1.1/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCELL_FAMILY_LIBS=' ';export' 'PE_PAPI_DEFAULT_ACCELL_FAMILY_LIBS;PE_PAPI_DEFAULT_ACCEL_FAMILY_LIBS_nvidia=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_FAMILY_LIBS_nvidia;PE_PAPI_DEFAULT_ACCEL_LIBS=' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=5.1\' 4.9 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=51\' 49 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_mic_knl;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPILERS_GNU_haswell=5.1\' 4.9 ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPILERS_GNU_interlagos=5.1\' 4.9 ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPILERS_GNU_sandybridge=5.1\' 4.9 ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_PETSC_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_PGI_interlagos;PE_PETSC_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_PETSC_DEFAULT_GENCOMPILERS_PGI_x86_64;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_mic_knl;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=51\' 49 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=51\' 49 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=51\' 49 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=150' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=150' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=150' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_GENCOMPS_PGI_interlagos=153' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_PGI_interlagos;PE_PETSC_DEFAULT_GENCOMPS_PGI_x86_64=153' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_PGI_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_HDF5_PARALLEL:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.7.4.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'CRAY64\' 'GNU\' 'GNU64\' 'INTEL\' 'INTEL64\' 'PGI\' PGI64 ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PGI_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/PGI/15.3/lib/pkgconfig:/opt/cray/ga/5.3.0.7/PGI/15.3/lib/pkgconfig' ';export' 'PE_PGI_DEFAULT_FIXED_PKGCONFIG_PATH;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL_64:PE_TPSL:PE_PETSC:PE_PARALLEL_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_NETCDF:PE_MPICH:PE_LIBSCI_ACC:PE_LIBSCI:PE_HDF5_PARALLEL:PE_HDF5:PE_GA:PE_FFTW:PE_ACML' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=AtpSigHandler:libsci_mpi:libsci:darshan-runtime:mpich' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_LIBSCI:PE_MPICH' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.4/lib/pkgconfig:/opt/cray/cti/1.0.1/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAY_PMI:CRAY_LIBSCI:GNU:GCC:CRAYPE:CRAYPE_INTERLAGOS:CRAY_LLM:CRAY_XPMEM:CRAY_DMAPP:CRAY_UGNI:CRAY_UDREG:CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PE_SMA_DEFAULT_COMPFLAG=' ';export' 'PE_SMA_DEFAULT_COMPFLAG;PE_SMA_DEFAULT_COMPFLAG_GNU=-fcray-pointer' ';export' 'PE_SMA_DEFAULT_COMPFLAG_GNU;PE_SMA_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DEFAULT_DIR_CRAY_DEFAULT64;PE_SMA_DEFAULT_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DEFAULT_DIR_PGI_DEFAULT64;PE_SMA_DEFAULT_PKGCONFIG_VARIABLES=PE_SMA_COMPFLAG_@prgenv@' ';export' 'PE_SMA_DEFAULT_PKGCONFIG_VARIABLES;PE_SMA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.5.3/gni/sma@PE_SMA_DEFAULT_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_haswell;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_interlagos;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_mic_knl;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_haswell=5.1\' 4.9 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_haswell;PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_interlagos=5.1\' 4.9 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_interlagos;PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_sandybridge=5.1\' 4.9 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_haswell;PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_interlagos;PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_interlagos;PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_x86_64;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_mic_knl;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_64_DEFAULT_GENCOMPS_GNU_haswell=51\' 49 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_64_DEFAULT_GENCOMPS_GNU_interlagos=51\' 49 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_64_DEFAULT_GENCOMPS_GNU_sandybridge=51\' 49 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_haswell=150' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_interlagos=150' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_sandybridge=150' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_64_DEFAULT_GENCOMPS_PGI_interlagos=153' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_PGI_interlagos;PE_TPSL_64_DEFAULT_GENCOMPS_PGI_x86_64=153' ';export' 'PE_TPSL_64_DEFAULT_GENCOMPS_PGI_x86_64;PE_TPSL_64_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_64_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_64_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/16.12.1/@PRGENV@64/@PE_TPSL_64_DEFAULT_GENCOMPS@/@PE_TPSL_64_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_64_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_64_DEFAULT_VOLATILE_PRGENV=CRAY\' 'CRAY64\' 'GNU\' 'GNU64\' 'INTEL\' 'INTEL64\' 'PGI\' PGI64 ';export' 'PE_TPSL_64_DEFAULT_VOLATILE_PRGENV;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_mic_knl;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPILERS_GNU_haswell=5.1\' 4.9 ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPILERS_GNU_interlagos=5.1\' 4.9 ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPILERS_GNU_sandybridge=5.1\' 4.9 ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_TPSL_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_PGI_interlagos;PE_TPSL_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3' ';export' 'PE_TPSL_DEFAULT_GENCOMPILERS_PGI_x86_64;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_mic_knl=85' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_mic_knl;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=51\' 49 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=51\' 49 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=51\' 49 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=150' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=150' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=150' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_GENCOMPS_PGI_interlagos=153' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_PGI_interlagos;PE_TPSL_DEFAULT_GENCOMPS_PGI_x86_64=153' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_PGI_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/16.12.1/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'CRAY64\' 'GNU\' 'GNU64\' 'INTEL\' 'INTEL64\' 'PGI\' PGI64 ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.5' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPILERS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPILERS_GNU_x86_64=5.1\' 4.9 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPILERS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPILERS_INTEL_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=85' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=51\' 49 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=150' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/12.8.1.0/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/pmi/5.0.11/lib64/pkgconfig:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/opt/cray/craype/2.5.9/pkg-config:/opt/cray/iobuf/2.0.8/lib/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/atp/2.1.0/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.5.1.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=gemini' ';export' 'XTPE_NETWORK_TARGET;_LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82' ';export' '_LMFILES_;'
++ ALLINEA_QUEUE_DLL=/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1/lib/libtvmpich.so.3.0.1
++ export ALLINEA_QUEUE_DLL
++ ATP_HOME=/opt/cray/atp/2.1.0
++ export ATP_HOME
++ ATP_IGNORE_SIGTERM=1
++ export ATP_IGNORE_SIGTERM
++ ATP_MRNET_COMM_PATH=/opt/cray/atp/2.1.0/libexec/atp_mrnet_commnode_wrapper
++ export ATP_MRNET_COMM_PATH
++ ATP_POST_LINK_OPTS='-Wl,-L/opt/cray/atp/2.1.0/libApp/ '
++ export ATP_POST_LINK_OPTS
++ CRAYOS_VERSION=5.2.82
++ export CRAYOS_VERSION
++ CRAYPE_DIR=/opt/cray/craype/2.5.9
++ export CRAYPE_DIR
++ CRAYPE_NETWORK_TARGET=gemini
++ export CRAYPE_NETWORK_TARGET
++ CRAYPE_VERSION=2.5.9
++ export CRAYPE_VERSION
++ CRAY_CPU_TARGET=interlagos
++ export CRAY_CPU_TARGET
++ CRAY_LD_LIBRARY_PATH=/opt/cray/pmi/5.0.11/lib64:/opt/cray/libsci/16.11.1/GNU/5.1/x86_64/lib:/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1/lib:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64
++ export CRAY_LD_LIBRARY_PATH
++ CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/16.11.1
++ export CRAY_LIBSCI_BASE_DIR
++ CRAY_LIBSCI_DIR=/opt/cray/libsci/16.11.1
++ export CRAY_LIBSCI_DIR
++ CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/16.11.1/GNU/5.1/x86_64
++ export CRAY_LIBSCI_PREFIX_DIR
++ CRAY_LIBSCI_VERSION=16.11.1
++ export CRAY_LIBSCI_VERSION
++ CRAY_MPICH2_DIR=/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1
++ export CRAY_MPICH2_DIR
++ CRAY_MPICH2_VER=7.5.3
++ export CRAY_MPICH2_VER
++ CRAY_MPICH_BASEDIR=/opt/cray/mpt/7.5.3/gni
++ export CRAY_MPICH_BASEDIR
++ CRAY_MPICH_DIR=/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1
++ export CRAY_MPICH_DIR
++ CRAY_MPICH_ROOTDIR=/opt/cray/mpt/7.5.3
++ export CRAY_MPICH_ROOTDIR
++ CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include
++ export CRAY_PMI_INCLUDE_OPTS
++ CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64
++ export CRAY_PMI_POST_LINK_OPTS
++ CRAY_PRE_COMPILE_OPTS=-hnetwork=gemini
++ export CRAY_PRE_COMPILE_OPTS
++ CRAY_PRGENVGNU=loaded
++ export CRAY_PRGENVGNU
++ DMAPP_ABORT_ON_ERROR=1
++ export DMAPP_ABORT_ON_ERROR
++ GCC_PATH=/opt/gcc/6.3.0
++ export GCC_PATH
++ GCC_VERSION=6.3.0
++ export GCC_VERSION
++ GNU_VERSION=6.3.0
++ export GNU_VERSION
++ INFOPATH=/opt/gcc/6.3.0/snos/share/info:/usr/local/info:/usr/share/info:/usr/info
++ export INFOPATH
++ LD_LIBRARY_PATH=/opt/gcc/6.3.0/snos/lib64:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib:/usr/local/globus-5.2.5/lib64:/usr/local/globus/lib64
++ export LD_LIBRARY_PATH
++ LIBSCI_BASE_DIR=/opt/cray/libsci/16.11.1
++ export LIBSCI_BASE_DIR
++ LIBSCI_VERSION=16.11.1
++ export LIBSCI_VERSION
++ LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82
++ export LOADEDMODULES
++ MANPATH=/opt/cray/atp/2.1.0/man:/opt/cray/pmi/5.0.11/man:/opt/cray/libsci/16.11.1/man:/opt/cray/man/csmlversion:/opt/gcc/6.3.0/snos/share/man:/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/cray/mpt/7.5.3/gni/man/mpich:/opt/torque/6.0.4/share/man:/opt/moab/9.0.4/share/man/:/opt/cray/craype/2.5.9/man:/opt/cray/llm/default/man:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/modules/3.2.10.5/share/man:/opt/moab/9.0.4/share/man:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/opt/cray/man:/u/system/bwjenkins/man
++ export MANPATH
++ MODULEPATH=/sw/EasyBuild/modules/all:/sw/bw/modulefiles:/sw/xe/modulefiles:/usr/local/modulefiles:/opt/cray/craype/2.5.9/modulefiles:/opt/cray/gem/modulefiles:/opt/cray/modulefiles:/opt/modulefiles
++ export MODULEPATH
++ MPICH_ABORT_ON_ERROR=1
++ export MPICH_ABORT_ON_ERROR
++ MPICH_DIR=/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1
++ export MPICH_DIR
++ PATH=/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin
++ export PATH
++ PE_ACML_DEFAULT_DIR_CRAY=gfortran64
++ export PE_ACML_DEFAULT_DIR_CRAY
++ PE_ACML_DEFAULT_DIR_DEFAULT64=_int64
++ export PE_ACML_DEFAULT_DIR_DEFAULT64
++ PE_ACML_DEFAULT_DIR_GNU=gfortran64
++ export PE_ACML_DEFAULT_DIR_GNU
++ PE_ACML_DEFAULT_DIR_INTEL=ifort64
++ export PE_ACML_DEFAULT_DIR_INTEL
++ PE_ACML_DEFAULT_DIR_OPENMP=_mp
++ export PE_ACML_DEFAULT_DIR_OPENMP
++ PE_ACML_DEFAULT_DIR_PGI=pgi64
++ export PE_ACML_DEFAULT_DIR_PGI
++ PE_ACML_DEFAULT_TARGET_interlagos=_fma4
++ export PE_ACML_DEFAULT_TARGET_interlagos
++ PE_ACML_DEFAULT_TARGET_x86_64=
++ export PE_ACML_DEFAULT_TARGET_x86_64
++ PE_ACML_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/acml/5.3.1/@PE_ACML_DEFAULT_DIR@@PE_ACML_DEFAULT_TARGET@@PE_ACML_DEFAULT_DIR_OPENMP@@PE_ACML_DEFAULT_DIR_DEFAULT64@/lib/pkgconfig
++ export PE_ACML_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/CRAY/8.3/lib/pkgconfig:/opt/cray/ga/5.3.0.7/CRAY/8.4/lib/pkgconfig
++ export PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH
++ PE_CXX_PKGCONFIG_LIBS=mpichcxx
++ export PE_CXX_PKGCONFIG_LIBS
++ PE_ENV=GNU
++ export PE_ENV
++ PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_FFTW_DEFAULT_REQUIRED_PRODUCTS
++ PE_FFTW_DEFAULT_TARGET_abudhabi=abudhabi
++ export PE_FFTW_DEFAULT_TARGET_abudhabi
++ PE_FFTW_DEFAULT_TARGET_broadwell=broadwell
++ export PE_FFTW_DEFAULT_TARGET_broadwell
++ PE_FFTW_DEFAULT_TARGET_haswell=haswell
++ export PE_FFTW_DEFAULT_TARGET_haswell
++ PE_FFTW_DEFAULT_TARGET_interlagos=interlagos
++ export PE_FFTW_DEFAULT_TARGET_interlagos
++ PE_FFTW_DEFAULT_TARGET_ivybridge=ivybridge
++ export PE_FFTW_DEFAULT_TARGET_ivybridge
++ PE_FFTW_DEFAULT_TARGET_mic_knl=mic_knl
++ export PE_FFTW_DEFAULT_TARGET_mic_knl
++ PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge
++ export PE_FFTW_DEFAULT_TARGET_sandybridge
++ PE_FFTW_DEFAULT_TARGET_share=share
++ export PE_FFTW_DEFAULT_TARGET_share
++ PE_FFTW_DEFAULT_TARGET_x86_64=x86_64
++ export PE_FFTW_DEFAULT_TARGET_x86_64
++ PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.11/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_FORTRAN_PKGCONFIG_LIBS=mpichf90
++ export PE_FORTRAN_PKGCONFIG_LIBS
++ PE_GA_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_GA_DEFAULT_FIXED_PRGENV
++ PE_GA_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_GA_DEFAULT_GENCOMPILERS_GNU
++ PE_GA_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_GA_DEFAULT_GENCOMPS_GNU
++ PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.7/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_GA_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_GA_DEFAULT_VOLATILE_PRGENV
++ PE_HDF5_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_HDF5_DEFAULT_FIXED_PRGENV
++ PE_HDF5_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_HDF5_DEFAULT_GENCOMPILERS_GNU
++ PE_HDF5_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_HDF5_DEFAULT_GENCOMPS_GNU
++ PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_HDF5_DEFAULT_REQUIRED_PRODUCTS
++ PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.10.0.1/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_HDF5_DEFAULT_VOLATILE_PRGENV
++ PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV
++ PE_HDF5_PARALLEL_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_HDF5_PARALLEL_DEFAULT_GENCOMPILERS_GNU
++ PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU
++ PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS
++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.10.0.1/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV
++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/INTEL/15.0/lib/pkgconfig:/opt/cray/mpt/7.5.3/gni/mpich-intel/16.0/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/INTEL/15.0/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/INTEL/15.0/lib/pkgconfig:/opt/cray/ga/5.3.0.7/INTEL/15.0/lib/pkgconfig
++ export PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH
++ PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_GNU_x86_64=4.9
++ export PE_LIBSCI_ACC_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_LIBSCI_ACC_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_LIBSCI_ACC_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_LIBSCI_ACC_DEFAULT_GENCOMPS_GNU_x86_64=49
++ export PE_LIBSCI_ACC_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia20=nv20
++ export PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia20
++ PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia35=nv35
++ export PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_nvidia35
++ PE_LIBSCI_ACC_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_ACC_DEFAULT_NV_SUFFIX_@accelerator@
++ export PE_LIBSCI_ACC_DEFAULT_PKGCONFIG_VARIABLES
++ PE_LIBSCI_ACC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI
++ export PE_LIBSCI_ACC_DEFAULT_REQUIRED_PRODUCTS
++ PE_LIBSCI_ACC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci_acc/16.03.1/@PRGENV@/@PE_LIBSCI_ACC_DEFAULT_GENCOMPS@/@PE_LIBSCI_ACC_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_LIBSCI_ACC_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_LIBSCI_ACC_DEFAULT_VOLATILE_PRGENV='CRAY GNU'
++ export PE_LIBSCI_ACC_DEFAULT_VOLATILE_PRGENV
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_mic_knl=5.1
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_mic_knl=15.0
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_LIBSCI_DEFAULT_GENCOMPILERS_PGI_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_mic_knl=85
++ export PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPS_GNU_mic_knl=51
++ export PE_LIBSCI_DEFAULT_GENCOMPS_GNU_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_mic_knl=150
++ export PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_mic_knl
++ PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_LIBSCI_DEFAULT_GENCOMPS_PGI_x86_64=153
++ export PE_LIBSCI_DEFAULT_GENCOMPS_PGI_x86_64
++ PE_LIBSCI_DEFAULT_OMP_REQUIRES=
++ export PE_LIBSCI_DEFAULT_OMP_REQUIRES
++ PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp
++ export PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp
++ PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@
++ export PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES
++ PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS
++ PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/16.11.1/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_LIBSCI_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL PGI'
++ export PE_LIBSCI_DEFAULT_VOLATILE_PRGENV
++ PE_LIBSCI_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_LIBSCI_GENCOMPILERS_CRAY_mic_knl
++ PE_LIBSCI_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_LIBSCI_GENCOMPILERS_CRAY_x86_64
++ PE_LIBSCI_GENCOMPILERS_GNU_mic_knl=5.1
++ export PE_LIBSCI_GENCOMPILERS_GNU_mic_knl
++ PE_LIBSCI_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_LIBSCI_GENCOMPILERS_GNU_x86_64
++ PE_LIBSCI_GENCOMPILERS_INTEL_mic_knl=15.0
++ export PE_LIBSCI_GENCOMPILERS_INTEL_mic_knl
++ PE_LIBSCI_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_LIBSCI_GENCOMPILERS_INTEL_x86_64
++ PE_LIBSCI_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_LIBSCI_GENCOMPILERS_PGI_x86_64
++ PE_LIBSCI_GENCOMPS_CRAY_mic_knl=85
++ export PE_LIBSCI_GENCOMPS_CRAY_mic_knl
++ PE_LIBSCI_GENCOMPS_CRAY_x86_64=83
++ export PE_LIBSCI_GENCOMPS_CRAY_x86_64
++ PE_LIBSCI_GENCOMPS_GNU_mic_knl=51
++ export PE_LIBSCI_GENCOMPS_GNU_mic_knl
++ PE_LIBSCI_GENCOMPS_GNU_x86_64='51 49'
++ export PE_LIBSCI_GENCOMPS_GNU_x86_64
++ PE_LIBSCI_GENCOMPS_INTEL_mic_knl=150
++ export PE_LIBSCI_GENCOMPS_INTEL_mic_knl
++ PE_LIBSCI_GENCOMPS_INTEL_x86_64=150
++ export PE_LIBSCI_GENCOMPS_INTEL_x86_64
++ PE_LIBSCI_GENCOMPS_PGI_x86_64=153
++ export PE_LIBSCI_GENCOMPS_PGI_x86_64
++ PE_LIBSCI_MODULE_NAME=cray-libsci/16.11.1
++ export PE_LIBSCI_MODULE_NAME
++ PE_LIBSCI_OMP_REQUIRES=
++ export PE_LIBSCI_OMP_REQUIRES
++ PE_LIBSCI_OMP_REQUIRES_openmp=_mp
++ export PE_LIBSCI_OMP_REQUIRES_openmp
++ PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci
++ export PE_LIBSCI_PKGCONFIG_LIBS
++ PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@
++ export PE_LIBSCI_PKGCONFIG_VARIABLES
++ PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH
++ export PE_LIBSCI_REQUIRED_PRODUCTS
++ PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/16.11.1/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig
++ export PE_LIBSCI_VOLATILE_PKGCONFIG_PATH
++ PE_LIBSCI_VOLATILE_PRGENV='CRAY GNU INTEL PGI'
++ export PE_LIBSCI_VOLATILE_PRGENV
++ PE_MPICH_CXX_PKGCONFIG_LIBS=mpichcxx
++ export PE_MPICH_CXX_PKGCONFIG_LIBS
++ PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64
++ export PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64
++ PE_MPICH_DEFAULT_DIR_PGI_DEFAULT64=64
++ export PE_MPICH_DEFAULT_DIR_PGI_DEFAULT64
++ PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL
++ export PE_MPICH_DEFAULT_FIXED_PRGENV
++ PE_MPICH_DEFAULT_GENCOMPILERS_CRAY=8.4
++ export PE_MPICH_DEFAULT_GENCOMPILERS_CRAY
++ PE_MPICH_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_MPICH_DEFAULT_GENCOMPILERS_GNU
++ PE_MPICH_DEFAULT_GENCOMPILERS_PGI=15.3
++ export PE_MPICH_DEFAULT_GENCOMPILERS_PGI
++ PE_MPICH_DEFAULT_GENCOMPS_CRAY=84
++ export PE_MPICH_DEFAULT_GENCOMPS_CRAY
++ PE_MPICH_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_MPICH_DEFAULT_GENCOMPS_GNU
++ PE_MPICH_DEFAULT_GENCOMPS_PGI=153
++ export PE_MPICH_DEFAULT_GENCOMPS_PGI
++ PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.5.3/gni/mpich-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_MPICH_DEFAULT_VOLATILE_PRGENV='CRAY GNU PGI'
++ export PE_MPICH_DEFAULT_VOLATILE_PRGENV
++ PE_MPICH_FORTRAN_PKGCONFIG_LIBS=mpichf90
++ export PE_MPICH_FORTRAN_PKGCONFIG_LIBS
++ PE_MPICH_MODULE_NAME=cray-mpich
++ export PE_MPICH_MODULE_NAME
++ PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt
++ export PE_MPICH_MULTITHREADED_LIBS_multithreaded
++ PE_MPICH_NV_LIBS=
++ export PE_MPICH_NV_LIBS
++ PE_MPICH_NV_LIBS_nvidia20=-lcudart
++ export PE_MPICH_NV_LIBS_nvidia20
++ PE_MPICH_NV_LIBS_nvidia35=-lcudart
++ export PE_MPICH_NV_LIBS_nvidia35
++ PE_MPICH_NV_LIBS_nvidia60=-lcudart
++ export PE_MPICH_NV_LIBS_nvidia60
++ PE_MPICH_PKGCONFIG_LIBS=mpich
++ export PE_MPICH_PKGCONFIG_LIBS
++ PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@
++ export PE_MPICH_PKGCONFIG_VARIABLES
++ PE_MPICH_TARGET_VAR_nvidia20=-lcudart
++ export PE_MPICH_TARGET_VAR_nvidia20
++ PE_MPICH_TARGET_VAR_nvidia35=-lcudart
++ export PE_MPICH_TARGET_VAR_nvidia35
++ PE_NETCDF_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_NETCDF_DEFAULT_FIXED_PRGENV
++ PE_NETCDF_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_NETCDF_DEFAULT_GENCOMPILERS_GNU
++ PE_NETCDF_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_NETCDF_DEFAULT_GENCOMPS_GNU
++ PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5
++ export PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS
++ PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.4.1.1/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_NETCDF_DEFAULT_VOLATILE_PRGENV
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPILERS_GNU
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL:PE_MPICH
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.4.1.1/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV
++ PE_PAPI_DEFAULT_ACCELL_FAMILY_LIBS=
++ export PE_PAPI_DEFAULT_ACCELL_FAMILY_LIBS
++ PE_PAPI_DEFAULT_ACCEL_FAMILY_LIBS_nvidia=,-lcupti,-lcudart,-lcuda
++ export PE_PAPI_DEFAULT_ACCEL_FAMILY_LIBS_nvidia
++ PE_PAPI_DEFAULT_ACCEL_LIBS=
++ export PE_PAPI_DEFAULT_ACCEL_LIBS
++ PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda
++ export PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35
++ PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@
++ export PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES
++ PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV
++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU='5.1 4.9'
++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU
++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU='51 49'
++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU
++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig
++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU
++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_haswell
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_interlagos
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_mic_knl
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_PETSC_DEFAULT_GENCOMPILERS_GNU_haswell='5.1 4.9'
++ export PE_PETSC_DEFAULT_GENCOMPILERS_GNU_haswell
++ PE_PETSC_DEFAULT_GENCOMPILERS_GNU_interlagos='5.1 4.9'
++ export PE_PETSC_DEFAULT_GENCOMPILERS_GNU_interlagos
++ PE_PETSC_DEFAULT_GENCOMPILERS_GNU_sandybridge='5.1 4.9'
++ export PE_PETSC_DEFAULT_GENCOMPILERS_GNU_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_PETSC_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0
++ export PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_haswell
++ PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0
++ export PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_interlagos
++ PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0
++ export PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_PETSC_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_PETSC_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_PGI_interlagos
++ PE_PETSC_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_PETSC_DEFAULT_GENCOMPILERS_PGI_x86_64
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_mic_knl=85
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_mic_knl
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell='51 49'
++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell
++ PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos='51 49'
++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos
++ PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge='51 49'
++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=150
++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell
++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=150
++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos
++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=150
++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge
++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_PETSC_DEFAULT_GENCOMPS_PGI_interlagos=153
++ export PE_PETSC_DEFAULT_GENCOMPS_PGI_interlagos
++ PE_PETSC_DEFAULT_GENCOMPS_PGI_x86_64=153
++ export PE_PETSC_DEFAULT_GENCOMPS_PGI_x86_64
++ PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_HDF5_PARALLEL:PE_TPSL
++ export PE_PETSC_DEFAULT_REQUIRED_PRODUCTS
++ PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.7.4.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_PETSC_DEFAULT_VOLATILE_PRGENV='CRAY CRAY64 GNU GNU64 INTEL INTEL64 PGI PGI64'
++ export PE_PETSC_DEFAULT_VOLATILE_PRGENV
++ PE_PGI_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.8.0/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1.1/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0.1/PGI/15.3/lib/pkgconfig:/opt/cray/ga/5.3.0.7/PGI/15.3/lib/pkgconfig
++ export PE_PGI_DEFAULT_FIXED_PKGCONFIG_PATH
++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_TRILINOS:PE_TPSL_64:PE_TPSL:PE_PETSC:PE_PARALLEL_NETCDF:PE_NETCDF_HDF5PARALLEL:PE_NETCDF:PE_MPICH:PE_LIBSCI_ACC:PE_LIBSCI:PE_HDF5_PARALLEL:PE_HDF5:PE_GA:PE_FFTW:PE_ACML
++ export PE_PKGCONFIG_DEFAULT_PRODUCTS
++ PE_PKGCONFIG_LIBS=AtpSigHandler:libsci_mpi:libsci:darshan-runtime:mpich
++ export PE_PKGCONFIG_LIBS
++ PE_PKGCONFIG_PRODUCTS=PE_LIBSCI:PE_MPICH
++ export PE_PKGCONFIG_PRODUCTS
++ PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI
++ export PE_PKGCONFIG_PRODUCTS_DEFAULT
++ PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.4/lib/pkgconfig:/opt/cray/cti/1.0.1/lib/pkgconfig
++ export PE_PKG_CONFIG_PATH
++ PE_PRODUCT_LIST=CRAY_PMI:CRAY_LIBSCI:GNU:GCC:CRAYPE:CRAYPE_INTERLAGOS:CRAY_LLM:CRAY_XPMEM:CRAY_DMAPP:CRAY_UGNI:CRAY_UDREG:CRAY_ALPS
++ export PE_PRODUCT_LIST
++ PE_SMA_DEFAULT_COMPFLAG=
++ export PE_SMA_DEFAULT_COMPFLAG
++ PE_SMA_DEFAULT_COMPFLAG_GNU=-fcray-pointer
++ export PE_SMA_DEFAULT_COMPFLAG_GNU
++ PE_SMA_DEFAULT_DIR_CRAY_DEFAULT64=64
++ export PE_SMA_DEFAULT_DIR_CRAY_DEFAULT64
++ PE_SMA_DEFAULT_DIR_PGI_DEFAULT64=64
++ export PE_SMA_DEFAULT_DIR_PGI_DEFAULT64
++ PE_SMA_DEFAULT_PKGCONFIG_VARIABLES=PE_SMA_COMPFLAG_@prgenv@
++ export PE_SMA_DEFAULT_PKGCONFIG_VARIABLES
++ PE_SMA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.5.3/gni/sma@PE_SMA_DEFAULT_DIR_DEFAULT64@/lib64/pkgconfig
++ export PE_SMA_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_mic_knl
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_sandybridge=8.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_haswell='5.1 4.9'
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_interlagos='5.1 4.9'
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_sandybridge='5.1 4.9'
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_TPSL_64_DEFAULT_GENCOMPILERS_PGI_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_haswell=83
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_interlagos=83
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_mic_knl=85
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_mic_knl
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_sandybridge=83
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_TPSL_64_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPS_GNU_haswell='51 49'
++ export PE_TPSL_64_DEFAULT_GENCOMPS_GNU_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPS_GNU_interlagos='51 49'
++ export PE_TPSL_64_DEFAULT_GENCOMPS_GNU_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPS_GNU_sandybridge='51 49'
++ export PE_TPSL_64_DEFAULT_GENCOMPS_GNU_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_TPSL_64_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_haswell=150
++ export PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_haswell
++ PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_interlagos=150
++ export PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_sandybridge=150
++ export PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_sandybridge
++ PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_TPSL_64_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_TPSL_64_DEFAULT_GENCOMPS_PGI_interlagos=153
++ export PE_TPSL_64_DEFAULT_GENCOMPS_PGI_interlagos
++ PE_TPSL_64_DEFAULT_GENCOMPS_PGI_x86_64=153
++ export PE_TPSL_64_DEFAULT_GENCOMPS_PGI_x86_64
++ PE_TPSL_64_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI
++ export PE_TPSL_64_DEFAULT_REQUIRED_PRODUCTS
++ PE_TPSL_64_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/16.12.1/@PRGENV@64/@PE_TPSL_64_DEFAULT_GENCOMPS@/@PE_TPSL_64_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_TPSL_64_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_TPSL_64_DEFAULT_VOLATILE_PRGENV='CRAY CRAY64 GNU GNU64 INTEL INTEL64 PGI PGI64'
++ export PE_TPSL_64_DEFAULT_VOLATILE_PRGENV
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_haswell=8.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_haswell
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_interlagos=8.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_interlagos
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_mic_knl=8.5
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_mic_knl
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_+ module load acml/5.3.1
+ [[ load == \p\u\r\g\e ]]
+ [[ load == \P\r\g\E\n\v\L\o\a\d ]]
+ moduleraw load acml/5.3.1
+ module load atp
+ [[ load == \p\u\r\g\e ]]
+ [[ load == \P\r\g\E\n\v\L\o\a\d ]]
+ moduleraw load atp
+ module load cray-hdf5/1.8.14
+ [[ load == \p\u\r\g\e ]]
+ [[ load == \P\r\g\E\n\v\L\o\a\d ]]
+ moduleraw load cray-hdf5/1.8.14
+ module load cudatoolkit/7.0.28-1.0502.10742.5.1
+ [[ load == \p\u\r\g\e ]]
+ [[ load == \P\r\g\E\n\v\L\o\a\d ]]
+ moduleraw load cudatoolkit/7.0.28-1.0502.10742.5.1
sandybridge=8.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_TPSL_DEFAULT_GENCOMPILERS_GNU_haswell='5.1 4.9'
++ export PE_TPSL_DEFAULT_GENCOMPILERS_GNU_haswell
++ PE_TPSL_DEFAULT_GENCOMPILERS_GNU_interlagos='5.1 4.9'
++ export PE_TPSL_DEFAULT_GENCOMPILERS_GNU_interlagos
++ PE_TPSL_DEFAULT_GENCOMPILERS_GNU_sandybridge='5.1 4.9'
++ export PE_TPSL_DEFAULT_GENCOMPILERS_GNU_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_TPSL_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_haswell=15.0
++ export PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_haswell
++ PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_interlagos=15.0
++ export PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_interlagos
++ PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_sandybridge=15.0
++ export PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_TPSL_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_TPSL_DEFAULT_GENCOMPILERS_PGI_interlagos=15.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_PGI_interlagos
++ PE_TPSL_DEFAULT_GENCOMPILERS_PGI_x86_64=15.3
++ export PE_TPSL_DEFAULT_GENCOMPILERS_PGI_x86_64
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_mic_knl=85
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_mic_knl
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83
++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell='51 49'
++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell
++ PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos='51 49'
++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos
++ PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge='51 49'
++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=150
++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell
++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=150
++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos
++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=150
++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge
++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_TPSL_DEFAULT_GENCOMPS_PGI_interlagos=153
++ export PE_TPSL_DEFAULT_GENCOMPS_PGI_interlagos
++ PE_TPSL_DEFAULT_GENCOMPS_PGI_x86_64=153
++ export PE_TPSL_DEFAULT_GENCOMPS_PGI_x86_64
++ PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI
++ export PE_TPSL_DEFAULT_REQUIRED_PRODUCTS
++ PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/16.12.1/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_TPSL_DEFAULT_VOLATILE_PRGENV='CRAY CRAY64 GNU GNU64 INTEL INTEL64 PGI PGI64'
++ export PE_TPSL_DEFAULT_VOLATILE_PRGENV
++ PE_TRILINOS_DEFAULT_GENCOMPILERS_CRAY_x86_64=8.5
++ export PE_TRILINOS_DEFAULT_GENCOMPILERS_CRAY_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPILERS_GNU_x86_64='5.1 4.9'
++ export PE_TRILINOS_DEFAULT_GENCOMPILERS_GNU_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPILERS_INTEL_x86_64=15.0
++ export PE_TRILINOS_DEFAULT_GENCOMPILERS_INTEL_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=85
++ export PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64='51 49'
++ export PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64
++ PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=150
++ export PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64
++ PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL
++ export PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS
++ PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/12.8.1.0/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig
++ export PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH
++ PE_TRILINOS_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL'
++ export PE_TRILINOS_DEFAULT_VOLATILE_PRGENV
++ PKGCONFIG_ENABLED=1
++ export PKGCONFIG_ENABLED
++ PKG_CONFIG_PATH=/opt/cray/pmi/5.0.11/lib64/pkgconfig:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/opt/cray/craype/2.5.9/pkg-config:/opt/cray/iobuf/2.0.8/lib/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/atp/2.1.0/lib/pkgconfig
++ export PKG_CONFIG_PATH
++ PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.5.1.1/lib64/pkgconfig
++ export PKG_CONFIG_PATH_DEFAULT
++ SHMEM_ABORT_ON_ERROR=1
++ export SHMEM_ABORT_ON_ERROR
++ XTOS_VERSION=5.2.82
++ export XTOS_VERSION
++ XTPE_NETWORK_TARGET=gemini
++ export XTPE_NETWORK_TARGET
++ _LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82
++ export _LMFILES_
++ /opt/modules/3.2.10.5/bin/modulecmd bash load acml/5.3.1
+ eval ACML_BASE_DIR=/opt/acml/5.3.1 ';export' 'ACML_BASE_DIR;ACML_VERSION=5.3.1' ';export' 'ACML_VERSION;INFOPATH=/opt/acml/5.3.1/Doc:/opt/gcc/6.3.0/snos/share/info:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82:acml/5.3.1' ';export' 'LOADEDMODULES;PE_ACML_DIR_CRAY=gfortran64' ';export' 'PE_ACML_DIR_CRAY;PE_ACML_DIR_DEFAULT64=_int64' ';export' 'PE_ACML_DIR_DEFAULT64;PE_ACML_DIR_GNU=gfortran64' ';export' 'PE_ACML_DIR_GNU;PE_ACML_DIR_INTEL=ifort64' ';export' 'PE_ACML_DIR_INTEL;PE_ACML_DIR_OPENMP=_mp' ';export' 'PE_ACML_DIR_OPENMP;PE_ACML_DIR_PGI=pgi64' ';export' 'PE_ACML_DIR_PGI;PE_ACML_TARGET_interlagos=_fma4' ';export' 'PE_ACML_TARGET_interlagos;PE_ACML_TARGET_x86_64=' ';export' 'PE_ACML_TARGET_x86_64;PE_ACML_VOLATILE_PKGCONFIG_PATH=/opt/acml/5.3.1/@PE_ACML_DIR@@PE_ACML_TARGET@@PE_ACML_DIR_OPENMP@@PE_ACML_DIR_DEFAULT64@/lib/pkgconfig' ';export' 'PE_ACML_VOLATILE_PKGCONFIG_PATH;PE_PKGCONFIG_LIBS=acml:AtpSigHandler:libsci_mpi:libsci:darshan-runtime:mpich' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_ACML:PE_LIBSCI:PE_MPICH' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PRODUCT_LIST=ACML:CRAY_PMI:CRAY_LIBSCI:GNU:GCC:CRAYPE:CRAYPE_INTERLAGOS:CRAY_LLM:CRAY_XPMEM:CRAY_DMAPP:CRAY_UGNI:CRAY_UDREG:CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;_LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1' ';export' '_LMFILES_;'
++ ACML_BASE_DIR=/opt/acml/5.3.1
++ export ACML_BASE_DIR
++ ACML_VERSION=5.3.1
++ export ACML_VERSION
++ INFOPATH=/opt/acml/5.3.1/Doc:/opt/gcc/6.3.0/snos/share/info:/usr/local/info:/usr/share/info:/usr/info
++ export INFOPATH
++ LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82:acml/5.3.1
++ export LOADEDMODULES
++ PE_ACML_DIR_CRAY=gfortran64
++ export PE_ACML_DIR_CRAY
++ PE_ACML_DIR_DEFAULT64=_int64
++ export PE_ACML_DIR_DEFAULT64
++ PE_ACML_DIR_GNU=gfortran64
++ export PE_ACML_DIR_GNU
++ PE_ACML_DIR_INTEL=ifort64
++ export PE_ACML_DIR_INTEL
++ PE_ACML_DIR_OPENMP=_mp
++ export PE_ACML_DIR_OPENMP
++ PE_ACML_DIR_PGI=pgi64
++ export PE_ACML_DIR_PGI
++ PE_ACML_TARGET_interlagos=_fma4
++ export PE_ACML_TARGET_interlagos
++ PE_ACML_TARGET_x86_64=
++ export PE_ACML_TARGET_x86_64
++ PE_ACML_VOLATILE_PKGCONFIG_PATH=/opt/acml/5.3.1/@PE_ACML_DIR@@PE_ACML_TARGET@@PE_ACML_DIR_OPENMP@@PE_ACML_DIR_DEFAULT64@/lib/pkgconfig
++ export PE_ACML_VOLATILE_PKGCONFIG_PATH
++ PE_PKGCONFIG_LIBS=acml:AtpSigHandler:libsci_mpi:libsci:darshan-runtime:mpich
++ export PE_PKGCONFIG_LIBS
++ PE_PKGCONFIG_PRODUCTS=PE_ACML:PE_LIBSCI:PE_MPICH
++ export PE_PKGCONFIG_PRODUCTS
++ PE_PRODUCT_LIST=ACML:CRAY_PMI:CRAY_LIBSCI:GNU:GCC:CRAYPE:CRAYPE_INTERLAGOS:CRAY_LLM:CRAY_XPMEM:CRAY_DMAPP:CRAY_UGNI:CRAY_UDREG:CRAY_ALPS
++ export PE_PRODUCT_LIST
++ _LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1
++ export _LMFILES_
++ /opt/modules/3.2.10.5/bin/modulecmd bash load atp
+ eval
++ /opt/modules/3.2.10.5/bin/modulecmd bash load cray-hdf5/1.8.14
+ eval CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14 ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/hdf5/1.8.14/GNU/5.1/lib:/opt/cray/pmi/5.0.11/lib64:/opt/cray/libsci/16.11.1/GNU/5.1/x86_64/lib:/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1/lib:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_PE_MODULES=cray-hdf5' ';export' 'CRAY_PE_MODULES;HDF5_DIR=/opt/cray/hdf5/1.8.14/GNU/5.1' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/GNU/5.1/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/GNU/5.1' ';export' 'HDF5_ROOT;LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82:acml/5.3.1:cray-hdf5/1.8.14' ';export' 'LOADEDMODULES;PATH=/opt/cray/hdf5/1.8.14/bin:/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin' ';export' 'PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:mpichcxx' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:mpichf90' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' 'PGI\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/mpt/7.5.3/gni/mpich-intel/16.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_PGI_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/PGI/15.3/lib/pkgconfig' ';export' 'PE_PGI_FIXED_PKGCONFIG_PATH;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:acml:AtpSigHandler:libsci_mpi:libsci:darshan-runtime:mpich' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_ACML:PE_LIBSCI:PE_MPICH' ';export' 'PE_PKGCONFIG_PRODUCTS;_LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1:/opt/cray/modulefiles/cray-hdf5/1.8.14' ';export' '_LMFILES_;'
++ CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14
++ export CRAY_HDF5_DIR
++ CRAY_HDF5_VERSION=1.8.14
++ export CRAY_HDF5_VERSION
++ CRAY_LD_LIBRARY_PATH=/opt/cray/hdf5/1.8.14/GNU/5.1/lib:/opt/cray/pmi/5.0.11/lib64:/opt/cray/libsci/16.11.1/GNU/5.1/x86_64/lib:/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1/lib:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64
++ export CRAY_LD_LIBRARY_PATH
++ CRAY_PE_MODULES=cray-hdf5
++ export CRAY_PE_MODULES
++ HDF5_DIR=/opt/cray/hdf5/1.8.14/GNU/5.1
++ export HDF5_DIR
++ HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/GNU/5.1/include
++ export HDF5_INCLUDE_OPTS
++ HDF5_ROOT=/opt/cray/hdf5/1.8.14/GNU/5.1
++ export HDF5_ROOT
++ LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82:acml/5.3.1:cray-hdf5/1.8.14
++ export LOADEDMODULES
++ PATH=/opt/cray/hdf5/1.8.14/bin:/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin
++ export PATH
++ PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig
++ export PE_CRAY_FIXED_PKGCONFIG_PATH
++ PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:mpichcxx
++ export PE_CXX_PKGCONFIG_LIBS
++ PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:mpichf90
++ export PE_FORTRAN_PKGCONFIG_LIBS
++ PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp
++ export PE_HDF5_CXX_PKGCONFIG_LIBS
++ PE_HDF5_DIR=/opt/cray/hdf5/1.8.14
++ export PE_HDF5_DIR
++ PE_HDF5_FIXED_PRGENV='CRAY PGI INTEL'
++ export PE_HDF5_FIXED_PRGENV
++ PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran
++ export PE_HDF5_FORTRAN_PKGCONFIG_LIBS
++ PE_HDF5_GENCOMPILERS_GNU='5.1 4.9 4.8'
++ export PE_HDF5_GENCOMPILERS_GNU
++ PE_HDF5_GENCOMPS_GNU='51 49 48'
++ export PE_HDF5_GENCOMPS_GNU
++ PE_HDF5_MODULE_NAME=cray-hdf5
++ export PE_HDF5_MODULE_NAME
++ PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5
++ export PE_HDF5_PKGCONFIG_LIBS
++ PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig
++ export PE_HDF5_VOLATILE_PKGCONFIG_PATH
++ PE_HDF5_VOLATILE_PRGENV=GNU
++ export PE_HDF5_VOLATILE_PRGENV
++ PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/mpt/7.5.3/gni/mpich-intel/16.0/lib/pkgconfig
++ export PE_INTEL_FIXED_PKGCONFIG_PATH
++ PE_PGI_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/PGI/15.3/lib/pkgconfig
++ export PE_PGI_FIXED_PKGCONFIG_PATH
++ PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:acml:AtpSigHandler:libsci_mpi:libsci:darshan-runtime:mpich
++ export PE_PKGCONFIG_LIBS
++ PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_ACML:PE_LIBSCI:PE_MPICH
++ export PE_PKGCONFIG_PRODUCTS
++ _LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1:/opt/cray/modulefiles/cray-hdf5/1.8.14
++ export _LMFILES_
++ /opt/modules/3.2.10.5/bin/modulecmd bash load cudatoolkit/7.0.28-1.0502.10742.5.1
+ eval CRAYPE_LINK_TYPE=dynamic ';export' 'CRAYPE_LINK_TYPE;CRAY_CUDATOOLKIT_DIR=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1' ';export' 'CRAY_CUDATOOLKIT_DIR;CRAY_CUDATOOLKIT_INCLUDE_OPTS=-I/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/include\' '-I/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/extras/CUPTI/include\' -I/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/extras/Debugger/include ';export' 'CRAY_CUDATOOLKIT_INCLUDE_OPTS;CRAY_CUDATOOLKIT_POST_LINK_OPTS=-L/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/lib64\' '-L/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/extras/CUPTI/lib64\' '-Wl,--as-needed\' '-Wl,-lcupti\' '-Wl,-lcudart\' '-Wl,--no-as-needed\' '-L/opt/cray/nvidia/default/lib64\' -lcuda ';export' 'CRAY_CUDATOOLKIT_POST_LINK_OPTS;CRAY_CUDATOOLKIT_VERSION=7.0.28-1.0502.10742.5.1' ';export' 'CRAY_CUDATOOLKIT_VERSION;CRAY_LD_LIBRARY_PATH=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/lib64:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/extras/CUPTI/lib64:/opt/cray/hdf5/1.8.14/GNU/5.1/lib:/opt/cray/pmi/5.0.11/lib64:/opt/cray/libsci/16.11.1/GNU/5.1/x86_64/lib:/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1/lib:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;CUDATOOLKIT_HOME=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1' ';export' 'CUDATOOLKIT_HOME;LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82:acml/5.3.1:cray-hdf5/1.8.14:cudatoolkit/7.0.28-1.0502.10742.5.1' ';export' 'LOADEDMODULES;MANPATH=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/doc/man:/opt/cray/atp/2.1.0/man:/opt/cray/pmi/5.0.11/man:/opt/cray/libsci/16.11.1/man:/opt/cray/man/csmlversion:/opt/gcc/6.3.0/snos/share/man:/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/cray/mpt/7.5.3/gni/man/mpich:/opt/torque/6.0.4/share/man:/opt/moab/9.0.4/share/man/:/opt/cray/craype/2.5.9/man:/opt/cray/llm/default/man:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/modules/3.2.10.5/share/man:/opt/moab/9.0.4/share/man:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/opt/cray/man:/u/system/bwjenkins/man' ';export' 'MANPATH;PATH=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/bin:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/libnvvp:/opt/cray/hdf5/1.8.14/bin:/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin' ';export' 'PATH;PE_PKGCONFIG_LIBS=cray-cudatoolkit:hdf5_hl:hdf5:acml:AtpSigHandler:libsci_mpi:libsci:darshan-runtime:mpich' ';export' 'PE_PKGCONFIG_LIBS;PKG_CONFIG_PATH=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/opt/cray/craype/2.5.9/pkg-config:/opt/cray/iobuf/2.0.8/lib/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/atp/2.1.0/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;XTPE_LINK_TYPE=dynamic' ';export' 'XTPE_LINK_TYPE;_LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1:/opt/cray/modulefiles/cray-hdf5/1.8.14:/opt/cray/modulefiles/cudatoolkit/7.0.28-1.0502.10742.5.1' ';export' '_LMFILES_;'
++ CRAYPE_LINK_TYPE=dynamic
++ export CRAYPE_LINK_TYPE
++ CRAY_CUDATOOLKIT_DIR=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1
++ export CRAY_CUDATOOLKIT_DIR
++ CRAY_CUDATOOLKIT_INCLUDE+ module load gsl/1.15.1
+ [[ load == \p\u\r\g\e ]]
+ [[ load == \P\r\g\E\n\v\L\o\a\d ]]
+ moduleraw load gsl/1.15.1
+ module load pmi
+ [[ load == \p\u\r\g\e ]]
+ [[ load == \P\r\g\E\n\v\L\o\a\d ]]
+ moduleraw load pmi
+ make -j4 sim-config options=options.cfg THORNLIST=thornlists/Zelmani.th PROMPT=no
_OPTS='-I/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/include -I/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/extras/CUPTI/include -I/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/extras/Debugger/include'
++ export CRAY_CUDATOOLKIT_INCLUDE_OPTS
++ CRAY_CUDATOOLKIT_POST_LINK_OPTS='-L/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/lib64 -L/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/extras/CUPTI/lib64 -Wl,--as-needed -Wl,-lcupti -Wl,-lcudart -Wl,--no-as-needed -L/opt/cray/nvidia/default/lib64 -lcuda'
++ export CRAY_CUDATOOLKIT_POST_LINK_OPTS
++ CRAY_CUDATOOLKIT_VERSION=7.0.28-1.0502.10742.5.1
++ export CRAY_CUDATOOLKIT_VERSION
++ CRAY_LD_LIBRARY_PATH=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/lib64:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/extras/CUPTI/lib64:/opt/cray/hdf5/1.8.14/GNU/5.1/lib:/opt/cray/pmi/5.0.11/lib64:/opt/cray/libsci/16.11.1/GNU/5.1/x86_64/lib:/opt/cray/mpt/7.5.3/gni/mpich-gnu/5.1/lib:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64
++ export CRAY_LD_LIBRARY_PATH
++ CUDATOOLKIT_HOME=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1
++ export CUDATOOLKIT_HOME
++ LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82:acml/5.3.1:cray-hdf5/1.8.14:cudatoolkit/7.0.28-1.0502.10742.5.1
++ export LOADEDMODULES
++ MANPATH=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/doc/man:/opt/cray/atp/2.1.0/man:/opt/cray/pmi/5.0.11/man:/opt/cray/libsci/16.11.1/man:/opt/cray/man/csmlversion:/opt/gcc/6.3.0/snos/share/man:/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/cray/mpt/7.5.3/gni/man/mpich:/opt/torque/6.0.4/share/man:/opt/moab/9.0.4/share/man/:/opt/cray/craype/2.5.9/man:/opt/cray/llm/default/man:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/modules/3.2.10.5/share/man:/opt/moab/9.0.4/share/man:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/opt/cray/man:/u/system/bwjenkins/man
++ export MANPATH
++ PATH=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/bin:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/libnvvp:/opt/cray/hdf5/1.8.14/bin:/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin
++ export PATH
++ PE_PKGCONFIG_LIBS=cray-cudatoolkit:hdf5_hl:hdf5:acml:AtpSigHandler:libsci_mpi:libsci:darshan-runtime:mpich
++ export PE_PKGCONFIG_LIBS
++ PKG_CONFIG_PATH=/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/opt/cray/craype/2.5.9/pkg-config:/opt/cray/iobuf/2.0.8/lib/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/atp/2.1.0/lib/pkgconfig
++ export PKG_CONFIG_PATH
++ XTPE_LINK_TYPE=dynamic
++ export XTPE_LINK_TYPE
++ _LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1:/opt/cray/modulefiles/cray-hdf5/1.8.14:/opt/cray/modulefiles/cudatoolkit/7.0.28-1.0502.10742.5.1
++ export _LMFILES_
++ /opt/modules/3.2.10.5/bin/modulecmd bash load gsl/1.15.1
+ eval GSL_INC=-I/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/include ';export' 'GSL_INC;GSL_LIB=-L/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/lib\' '-lgsl\' '-lgslcblas\' -Wl,--allow-multiple-definition ';export' 'GSL_LIB;LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82:acml/5.3.1:cray-hdf5/1.8.14:cudatoolkit/7.0.28-1.0502.10742.5.1:gsl/1.15.1' ';export' 'LOADEDMODULES;PATH=/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/bin:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/bin:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/libnvvp:/opt/cray/hdf5/1.8.14/bin:/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin' ';export' 'PATH;PKG_CONFIG_PATH=/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/lib/pkgconfig:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/opt/cray/craype/2.5.9/pkg-config:/opt/cray/iobuf/2.0.8/lib/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/atp/2.1.0/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1:/opt/cray/modulefiles/cray-hdf5/1.8.14:/opt/cray/modulefiles/cudatoolkit/7.0.28-1.0502.10742.5.1:/sw/xe/modulefiles/gsl/1.15.1' ';export' '_LMFILES_;'
++ GSL_INC=-I/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/include
++ export GSL_INC
++ GSL_LIB='-L/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/lib -lgsl -lgslcblas -Wl,--allow-multiple-definition'
++ export GSL_LIB
++ LOADEDMODULES=modules/3.2.10.5:nodestat/2.2-1.0502.60539.1.31.gem:sdb/1.1-1.0502.63652.4.27.gem:alps/5.2.4-2.0502.9774.31.12.gem:lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:gni-headers/4.0-1.0502.10859.7.8.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:xpmem/0.1-2.0502.64982.5.3.gem:hss-llm/7.2.0:Base-opts/1.0.2-1.0502.60680.2.4.gem:craype-network-gemini:craype-interlagos:craype/2.5.9:moab/NCSA-9.0.4-1498514704_fc10149-sles11:torque/6.0.4:cray-mpich/7.5.3:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/6.3.0:cray-libsci/16.11.1:pmi/5.0.11:atp/2.1.0:PrgEnv-gnu/5.2.82:acml/5.3.1:cray-hdf5/1.8.14:cudatoolkit/7.0.28-1.0502.10742.5.1:gsl/1.15.1
++ export LOADEDMODULES
++ PATH=/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/bin:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/bin:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/libnvvp:/opt/cray/hdf5/1.8.14/bin:/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin
++ export PATH
++ PKG_CONFIG_PATH=/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/lib/pkgconfig:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/opt/cray/craype/2.5.9/pkg-config:/opt/cray/iobuf/2.0.8/lib/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/atp/2.1.0/lib/pkgconfig
++ export PKG_CONFIG_PATH
++ _LMFILES_=/opt/modulefiles/modules/3.2.10.5:/opt/cray/gem/modulefiles/nodestat/2.2-1.0502.60539.1.31.gem:/opt/cray/gem/modulefiles/sdb/1.1-1.0502.63652.4.27.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/modulefiles/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1:/opt/cray/gem/modulefiles/udreg/2.3.2-1.0502.10518.2.17.gem:/opt/cray/gem/modulefiles/ugni/6.0-1.0502.10863.8.28.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/modulefiles/hss-llm/7.2.0:/opt/modulefiles/Base-opts/1.0.2-1.0502.60680.2.4.gem:/opt/cray/craype/2.5.9/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.9/modulefiles/craype-interlagos:/opt/cray/modulefiles/craype/2.5.9:/opt/modulefiles/moab/NCSA-9.0.4-1498514704_fc10149-sles11:/opt/modulefiles/torque/6.0.4:/opt/cray/modulefiles/cray-mpich/7.5.3:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/6.3.0:/opt/cray/modulefiles/cray-libsci/16.11.1:/opt/cray/gem/modulefiles/pmi/5.0.11:/opt/cray/modulefiles/atp/2.1.0:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1:/opt/cray/modulefiles/cray-hdf5/1.8.14:/opt/cray/modulefiles/cudatoolkit/7.0.28-1.0502.10742.5.1:/sw/xe/modulefiles/gsl/1.15.1
++ export _LMFILES_
++ /opt/modules/3.2.10.5/bin/modulecmd bash load pmi
+ eval
Configuration sim does not exist.
Setting up new configuration sim
Completely new cactus build.  Creating config database
Creating new configuration sim.
Using configuration options from configure line
  Setting THORNLIST to 'thornlists/Zelmani.th'
  Setting PROMPT to 'no'
  Setting fds to '3,4 -j --'
End of options from configure line
Adding configuration options from 'options.cfg'...
  Setting CPP to 'cpp'
  Setting FPP to 'cpp'
  Setting CC to 'cc'
  Setting CXX to 'CC'
  Setting CUCC to 'nvcc'
  Setting F77 to 'ftn'
  Setting F90 to 'ftn'
  Setting CPPFLAGS to '-g3 -DDISABLE_AVX'
  Setting FPPFLAGS to '-g3 -traditional'
  Setting CFLAGS to '-g3 -m128bit-long-double -std=gnu99 -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4/lib -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4_mp/lib'
  Setting CXXFLAGS to '-g3 -m128bit-long-double -std=gnu++11 -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4/lib -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4_mp/lib'
  Setting CUCCFLAGS to '-g -m64 -arch=sm_30 --ptxas-options=-v'
  Setting F90FLAGS to '-g3 -m128bit-long-double -fcray-pointer -ffixed-line-length-none'
  Setting F77FLAGS to '-g3 -m128bit-long-double -fcray-pointer -ffixed-line-length-none'
  Setting LIBS to 'gfortran   dl'
  Setting C_LINE_DIRECTIVES to 'yes'
  Setting F_LINE_DIRECTIVES to 'yes'
  Setting VECTORISE to 'yes'
  Setting VECTORISE_ALIGNED_ARRAYS to 'no'
  Setting VECTORISE_INLINE to 'yes'
  Setting DEBUG to 'no'
  Setting CPP_DEBUG_FLAGS to '-DCARPET_DEBUG'
  Setting FPP_DEBUG_FLAGS to '-DCARPET_DEBUG'
  Setting C_DEBUG_FLAGS to '-ftrapv -fstack-protector-all -fbounds-check'
  Setting CXX_DEBUG_FLAGS to '-ftrapv -fstack-protector-all -fbounds-check'
  Setting CUCC_DEBUG_FLAGS to ''
  Setting F77_DEBUG_FLAGS to '-ftrapv -fstack-protector-all -fcheck=bounds,do,mem,pointer,recursion -finit-character=65 -finit-integer=42424242 -finit-real=nan'
  Setting F90_DEBUG_FLAGS to '-ftrapv -fstack-protector-all -fcheck=bounds,do,mem,pointer,recursion -finit-character=65 -finit-integer=42424242 -finit-real=nan'
  Setting OPTIMISE to 'yes'
  Setting CPP_OPTIMISE_FLAGS to '-DCARPET_OPTIMISE -DNDEBUG'
  Setting FPP_OPTIMISE_FLAGS to '-DCARPET_OPTIMISE -DNDEBUG'
  Setting C_OPTIMISE_FLAGS to '-Ofast -funroll-loops'
  Setting CXX_OPTIMISE_FLAGS to '-Ofast -funroll-loops'
  Setting CUCC_OPTIMISE_FLAGS to '-O3 -use_fast_math'
  Setting F90_OPTIMISE_FLAGS to '-Ofast -funroll-loops'
  Setting F77_OPTIMISE_FLAGS to '-Ofast -funroll-loops'
  Setting PROFILE to 'no'
  Setting CPP_PROFILE_FLAGS to ''
  Setting FPP_PROFILE_FLAGS to ''
  Setting C_PROFILE_FLAGS to '-pg'
  Setting CXX_PROFILE_FLAGS to '-pg'
  Setting F77_PROFILE_FLAGS to '-pg'
  Setting F90_PROFILE_FLAGS to '-pg'
  Setting OPENMP to 'yes'
  Setting CPP_OPENMP_FLAGS to '-fopenmp'
  Setting FPP_OPENMP_FLAGS to '-fopenmp'
  Setting C_OPENMP_FLAGS to '-fopenmp'
  Setting CXX_OPENMP_FLAGS to '-fopenmp'
  Setting F77_OPENMP_FLAGS to '-fopenmp'
  Setting F90_OPENMP_FLAGS to '-fopenmp'
  Setting WARN to 'yes'
  Setting CPP_WARN_FLAGS to '-Wall'
  Setting FPP_WARN_FLAGS to '-Wall'
  Setting C_WARN_FLAGS to '-Wall'
  Setting CXX_WARN_FLAGS to '-Wall'
  Setting CUCC_WARN_FLAGS to '-Xcompiler -Wall'
  Setting F90_WARN_FLAGS to '-Wall'
  Setting F77_WARN_FLAGS to '-Wall'
  Setting GSL_DIR to '/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2'
  Setting HDF5_DIR to '/opt/cray/hdf5/1.8.14/GNU/49'
  Setting HWLOC_DIR to 'BUILD'
  Setting HWLOC_EXTRA_LIBS to 'numa'
  Setting MPI_DIR to 'NONE'
  Setting OPENBLAS_DIR to '/opt/acml/5.3.1/gfortran64_fma4_mp'
  Setting OPENBLAS_LIBS to 'acml_mp'
  Setting PAPI_DIR to '/opt/cray/papi/5.4.1.3'
  Setting PAPI_LIB_DIRS to '/opt/cray/papi/5.4.1.3/lib64'
  Setting PTHREADS_DIR to 'NO_BUILD'
End of options from 'options.cfg'.
creating cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets ${MAKE}... yes
checking whether the C compiler (cc -g3 -m128bit-long-double -std=gnu99 -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4/lib -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4_mp/lib ) works... yes
checking whether the C compiler (cc -g3 -m128bit-long-double -std=gnu99 -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4/lib -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4_mp/lib ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether the C++ compiler (CC -g3 -m128bit-long-double -std=gnu++11 -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4/lib -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4_mp/lib ) works... yes
checking whether the C++ compiler (CC -g3 -m128bit-long-double -std=gnu++11 -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4/lib -Wl,-rpath,/opt/acml/5.3.1/gfortran64_fma4_mp/lib ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking for ranlib... ranlib
checking for perl... perl
checking for gtar... no
checking for tar... tar
checking for xargs... xargs
checking for gzip... gzip
checking for gpatch... no
checking for patch... patch
checking for git... git
checking for ar... ar
checking for mkdir... mkdir
checking for bash... /bin/sh
Setting CACHELINE_BYTES to 64
Setting CACHE_SIZE to 512*1024 bytes
checking how to run the C preprocessor... cpp
checking for ANSI C header files... yes
checking for C99 features... yes
checking for M_PI... yes
checking for C strdup... yes
checking for C++ strdup... yes
checking whether byte ordering is bigendian... no
checking size of long long... 8
checking size of long int... 8
checking size of int... 4
checking size of short int... 2
checking size of long double... 16
checking size of double... 8
checking size of float... 4
checking size of char *... 8
checking for the null device... /dev/null
checking for gethostbyname... yes
checking whether mode_t is defined... yes
checking for availability of gettimeofday timing... yes
checking if gettimeofday needs timezone... yes
checking for availability of getrusage timing... yes
checking for availability of _ftime timing... no
checking for time.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking for assert.h... yes
checking for tgmath.h... yes
checking for sys/stat.h... yes
checking for getopt.h... yes
checking for dirent.h... yes
checking for c_asm.h... no
checking for intrinsics.h... no
checking for mach/mach_time.h... no
checking for regex.h... yes
checking for sys/filio.h... no
checking for sys/ioctl.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netdb.h... yes
checking for arpa/inet.h... yes
checking for winsock2.h... no
checking for crypt.h... yes
checking for signal.h... yes
checking for malloc.h... yes
checking for sched.h... yes
checking for execinfo.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether socklen_t is defined... yes
checking whether SOCKET is defined... no
checking for hrtime_t... no
checking for gethrtime... no
checking for read_real_time... no
checking for time_base_to_time... no
checking for clock_gettime... yes
checking for mach_absolute_time... no
checking for _rtc intrinsic... no
checking for mallinfo... yes
checking for mallopt... yes
checking whether M_MMAP_THRESHOLD is defined... yes
checking for sched_getaffinity... yes
checking for getpid... yes
checking if __int64 is defined... no
checking if __int128 is defined... yes
checking for vector... yes
checking for vector.h... no
checking for getopt_long_only... yes
checking for working const... yes
checking for C inline... inline
checking for C static inline... static inline
checking for C restrict... restrict
checking for C++ restrict... __restrict__
checking for C++ copysign... std::copysign
checking for C++ fpclassify... std::fpclassify
checking for C++ isfinite... std::isfinite
checking for C++ isinf... std::isinf
checking for C++ isnan... std::isnan
checking for C++ isnormal... std::isnormal
checking for C++ signbit... std::signbit
checking for C _Pragma... yes
checking for C function __attribute__((__noinline__))... yes
checking for C++ function __attribute__((__noinline__))... yes
checking for C++ member function __attribute__((__noinline__))... yes
checking for C function __attribute__((__always_inline__))... yes
checking for C++ function __attribute__((__always_inline__))... yes
checking for C++ member function __attribute__((__always_inline__))... yes
checking for C __attribute__((__unused__))... yes
checking for C++ __attribute__((__unused__))... yes
checking for C __attribute__((__aligned__(...)))... yes
checking for C++ __attribute__((__aligned__(...)))... yes
checking for C __attribute__((__cold__))... yes
checking for C++ __attribute__((__cold__))... yes
checking for C __attribute__((__hot__))... yes
checking for C++ __attribute__((__hot__))... yes
checking for C __attribute__((__format__(printf, 1, 2)))... yes
checking for C++ __attribute__((__format__(printf, 1, 2)))... yes
checking for C __attribute__((__noreturn__))... yes
checking for C++ __attribute__((__noreturn__))... yes
checking for C __attribute__((__nonnull__))... yes
checking for C++ __attribute__((__nonnull__))... yes
checking for C __attribute__((__returns_nonnull__))... yes
checking for C++ __attribute__((__returns_nonnull__))... yes
checking for C __builtin_expect... yes
checking for C++ __builtin_expect... yes
checking for C __builtin_unreachable... yes
checking for C++ __builtin_unreachable... yes
checking for C __builtin_assume_aligned... yes
checking for C++ __builtin_assume_aligned... yes
checking for C++ static_assert... yes
checking for C++ auto specifier... yes
checking for C++ lambda expressions... yes
checking for C++ range-based for statements... yes
checking for Fortran REAL*4... yes
checking for Fortran REAL*8... yes
checking for Fortran REAL*16... yes
checking for Fortran COMPLEX*8... yes
checking for Fortran COMPLEX*16... yes
checking for Fortran COMPLEX*32... yes
checking for cxxabi.h... yes
checking for __cxa_demangle... yes
checking for Dl_info.dli_sname... yes
checking for dladdr... yes
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for crypt... no
checking for crypt in library crypt... yes
checking for finite in header math.h and library m... yes
checking for copysign in header math.h and library m... yes
checking for fpclassify in header math.h and library m... yes
checking for isfinite in header math.h and library m... yes
checking for isinf in header math.h and library m... yes
checking for isnan in header math.h and library m... yes
checking for isnormal in header math.h and library m... yes
checking for signbit in header math.h and library m... yes
checking for mkstemp... yes
checking for va_copy... yes
creating cctk_Archdefs.h
creating make.arch.defn
creating cctk_Extradefs.h
creating make.extra.defn
updating cache ./config.cache
creating ./config.status
creating make.config.defn
creating make.config.deps
creating make.config.rules
creating cctk_Config.h
Determining number of fortran underscores...
Compiling test file with ftn -g3 -m128bit-long-double -fcray-pointer -ffixed-line-length-none ...
Lowercase - One trailing underscore
Compiling test file with ftn -g3 -m128bit-long-double -fcray-pointer -ffixed-line-length-none ...
Lowercase - One trailing underscore
Processing CCL files
Reading ThornList...
Parsing configuration files...
Parsing interface files...
   ADMBase
           Implements: ADMBase
           Inherits:   grid
           9 Public, 0 Protected, 0 Private variable groups
   ADMCoupling
           Implements: ADMCoupling
           0 Public, 0 Protected, 0 Private variable groups
   ADMMacros
           Implements: ADMMacros
           1 Public, 0 Protected, 0 Private variable groups
   AEILocalInterp
           Implements: AEILocalInterp
           0 Public, 0 Protected, 0 Private variable groups
   Boundary
           Implements: boundary
           0 Public, 0 Protected, 0 Private variable groups
   CCCCGlobalModes
           Implements: CCCCGlobalModes
           Inherits:   grhydro Grid CoreCollapseControl Coordinates
           0 Public, 0 Protected, 11 Private variable groups
   Cactus
           Implements: Cactus
           0 Public, 0 Protected, 0 Private variable groups
   Carpet
           Implements: Driver
           0 Public, 0 Protected, 6 Private variable groups
   CarpetIOASCII
           Implements: IOASCII
           0 Public, 0 Protected, 3 Private variable groups
   CarpetIOBasic
           Implements: IOBasic
           Inherits:   IO
           0 Public, 0 Protected, 3 Private variable groups
   CarpetIOHDF5
           Implements: IOHDF5
           0 Public, 0 Protected, 6 Private variable groups
   CarpetIOScalar
           Implements: IOScalar
           0 Public, 0 Protected, 3 Private variable groups
   CarpetInterp
           Implements: interp
           0 Public, 0 Protected, 0 Private variable groups
   CarpetInterp2
           Implements: interp2
           0 Public, 0 Protected, 0 Private variable groups
   CarpetLib
           Implements: CarpetLib
           0 Public, 0 Protected, 0 Private variable groups
   CarpetMask
           Implements: CarpetMask
           Inherits:   grid SphericalSurface
           0 Public, 0 Protected, 0 Private variable groups
   CarpetReduce
           Implements: reduce
           0 Public, 0 Protected, 4 Private variable groups
   CarpetRegrid2
           Implements: CarpetRegrid2
           6 Public, 0 Protected, 6 Private variable groups
   CarpetSlab
           Implements: Hyperslab
           0 Public, 0 Protected, 0 Private variable groups
   CartGrid3D
           Implements: grid
           Inherits:   coordbase
           2 Public, 0 Protected, 0 Private variable groups
   CartesianCoordinates
           Implements: Coordinates
           Inherits:   Grid
           10 Public, 0 Protected, 0 Private variable groups
   Constants
           Implements: Constants
           0 Public, 0 Protected, 0 Private variable groups
   CoordBase
           Implements: CoordBase
           0 Public, 0 Protected, 0 Private variable groups
   CoordGauge
           Implements: CoordGauge
           1 Public, 0 Protected, 0 Private variable groups
   CoreCollapseControl
           Implements: CoreCollapseControl
           Inherits:   CarpetRegrid2 HydroBase grid SphericalSurface
           8 Public, 0 Protected, 6 Private variable groups
   CycleClock
           Implements: CycleClock
           0 Public, 0 Protected, 0 Private variable groups
   Dissipation
           Implements: Dissipation
           Inherits:   grid SphericalSurface SpaceMask
           0 Public, 0 Protected, 1 Private variable groups
   DriftCorrectCoM
           Implements: DriftCorrectCoM
           Inherits:   ADMBase ZelmaniCoMShift
           0 Public, 0 Protected, 4 Private variable groups
   EOS_Omni
           Implements: EOS_Omni
           Inherits:   
           0 Public, 0 Protected, 0 Private variable groups
   Fortran
           Implements: Fortran
           0 Public, 0 Protected, 0 Private variable groups
   GRHydro
           Implements: GRHydro
           Inherits:   ADMBase  Boundary  SpaceMask  ADMMacros  Tmunubase  HydroBase
           54 Public, 0 Protected, 40 Private variable groups
   GSL
           Implements: GSL
           0 Public, 0 Protected, 0 Private variable groups
   GenericFD
           Implements: GenericFD
           0 Public, 0 Protected, 2 Private variable groups
   HDF5
           Implements: HDF5
           0 Public, 0 Protected, 0 Private variable groups
   HydroBase
           Implements: HydroBase
           Inherits:   InitBase
           13 Public, 0 Protected, 0 Private variable groups
   IOUtil
           Implements: IO
           0 Public, 0 Protected, 0 Private variable groups
   InitBase
           Implements: InitBase
           0 Public, 0 Protected, 0 Private variable groups
   LocalInterp
           Implements: LocalInterp
           0 Public, 0 Protected, 0 Private variable groups
   LocalInterp2
           Implements: LocalInterp
           0 Public, 0 Protected, 0 Private variable groups
   LoopControl
           Implements: LoopControl
           Inherits:   CycleClock
           0 Public, 0 Protected, 0 Private variable groups
   ML_BSSN
           Implements: ML_BSSN
           Inherits:     ADMBase Boundary GenericFD Grid TmunuBase
           23 Public, 0 Protected, 0 Private variable groups
   ML_BSSN_Helper
           Implements: ML_BSSN_Helper
           Inherits:   ADMBase CoordGauge ML_BSSN
           0 Public, 0 Protected, 0 Private variable groups
   MPI
           Implements: MPI
           0 Public, 0 Protected, 0 Private variable groups
   MoL
           Implements: MethodOfLines
           0 Public, 0 Protected, 9 Private variable groups
   Multipole
           Implements: multipole
           Inherits:     Grid 
           4 Public, 0 Protected, 0 Private variable groups
   NewRad
           Implements: NewRad
           0 Public, 0 Protected, 0 Private variable groups
   OpenBLAS
           Implements: OpenBLAS
           0 Public, 0 Protected, 0 Private variable groups
   PNSHelper
           Implements: PNSHelper
           Inherits:   TmunuBase HydroBase ADMBase grid
           0 Public, 0 Protected, 13 Private variable groups
   PNSMapper
           Implements: PNSMapper
           Inherits:   GRHydro  ADMBase  HydroBase
           0 Public, 0 Protected, 3 Private variable groups
   QuasiLocalMeasures
           Implements: QuasiLocalMeasures
           Inherits:   ADMBase SphericalSurface TmunuBase
           0 Public, 0 Protected, 23 Private variable groups
   SetMask_SphericalSurface
           Implements: SetMask_SphericalSurface
           Inherits:   HydroBase SphericalSurface
           0 Public, 0 Protected, 0 Private variable groups
   Slab
           Implements: Slab
           0 Public, 0 Protected, 0 Private variable groups
   SpaceMask
           Implements: SpaceMask
           Inherits:   grid
           2 Public, 0 Protected, 0 Private variable groups
   SphericalSurface
           Implements: SphericalSurface
           Inherits:   grid
           9 Public, 0 Protected, 1 Private variable groups
   StaticConformal
           Implements: StaticConformal
           Inherits:   grid
           4 Public, 0 Protected, 0 Private variable groups
   SummationByParts
           Implements: SummationByParts
           2 Public, 0 Protected, 0 Private variable groups
   SymBase
           Implements: SymBase
           0 Public, 0 Protected, 0 Private variable groups
   SystemStatistics
           Implements: SystemStatistics
           0 Public, 0 Protected, 3 Private variable groups
   SystemTopology
           Implements: SystemTopology
           0 Public, 0 Protected, 0 Private variable groups
   TGRtensor
           Implements: TGRtensor
           0 Public, 0 Protected, 0 Private variable groups
   TensorTypes
           Implements: TensorTypes
           0 Public, 0 Protected, 0 Private variable groups
   TerminationTrigger
           Implements: TerminationTrigger
           0 Public, 0 Protected, 1 Private variable groups
   Time
           Implements: time
           1 Public, 0 Protected, 1 Private variable groups
   TimerReport
           Implements: timerreport
           0 Public, 0 Protected, 0 Private variable groups
   Timers
           Implements: Timers
           0 Public, 0 Protected, 0 Private variable groups
   TmunuBase
           Implements: TmunuBase
           Inherits:   ADMBase StaticConformal
           Friend of:  ADMCoupling
           4 Public, 4 Protected, 0 Private variable groups
   TriggerTerminationManual
           Implements: TriggerTerminationManual
           0 Public, 0 Protected, 1 Private variable groups
   Vectors
           Implements: Vectors
           0 Public, 0 Protected, 0 Private variable groups
   WeylScal4
           Implements: WeylScal4
           Inherits:     admbase Boundary GenericFD Grid methodoflines
           18 Public, 0 Protected, 0 Private variable groups
   ZelmaniAnalysis
           Implements: ZelmaniAnalysis
           Inherits:   GRHydro ADMBase TGRtensor Coordinates EOS_Omni
           Friend of:  GRHydro
           0 Public, 0 Protected, 29 Private variable groups
   ZelmaniCoMShift
           Implements: ZelmaniCoMShift
           Inherits:   GRHydro Grid ADMBase
           Friend of:  GRHydro
           3 Public, 0 Protected, 0 Private variable groups
   ZelmaniM1
           Implements: ZelmaniM1
           Inherits:   TmunuBase HydroBase ADMBase Boundary EOS_Omni GRHydro Coordinates
           0 Public, 0 Protected, 26 Private variable groups
   ZelmaniQuadWaveExtract
           Implements: ZelmaniQuadWaveExtract
           Inherits:   HydroBase Reduce Grid Driver ADMBase Coordinates
           1 Public, 0 Protected, 5 Private variable groups
   ZelmaniShockTracker2
           Implements: ZelmaniShockTracker2
           Inherits:   HydroBase CarpetRegrid2 CoreCollapseControl
           0 Public, 0 Protected, 10 Private variable groups
   hwloc
           Implements: hwloc
           0 Public, 0 Protected, 0 Private variable groups
   pthreads
           Implements: PTHREADS
           0 Public, 0 Protected, 0 Private variable groups
   zlib
           Implements: zlib
           0 Public, 0 Protected, 0 Private variable groups
Parsing parameter files...
   ADMBase
          0 Global, 18 Restricted, 0 Private parameters
   ADMCoupling
          0 Global, 0 Restricted, 0 Private parameters
   ADMMacros
          0 Global, 1 Restricted, 0 Private parameters
   AEILocalInterp
          0 Global, 0 Restricted, 1 Private parameters
   Boundary
          0 Global, 8 Restricted, 0 Private parameters
   CCCCGlobalModes
          0 Global, 0 Restricted, 19 Private parameters
   Cactus
          0 Global, 6 Restricted, 13 Private parameters
   Carpet
          0 Global, 4 Restricted, 94 Private parameters
   CarpetIOASCII
          0 Global, 0 Restricted, 63 Private parameters
   CarpetIOBasic
          0 Global, 0 Restricted, 15 Private parameters
   CarpetIOHDF5
          0 Global, 0 Restricted, 77 Private parameters
   CarpetIOScalar
          0 Global, 0 Restricted, 9 Private parameters
   CarpetInterp
          0 Global, 0 Restricted, 5 Private parameters
   CarpetInterp2
          0 Global, 0 Restricted, 3 Private parameters
   CarpetLib
          0 Global, 5 Restricted, 31 Private parameters
   CarpetMask
          0 Global, 0 Restricted, 8 Private parameters
   CarpetReduce
          0 Global, 0 Restricted, 3 Private parameters
   CarpetRegrid2
          0 Global, 0 Restricted, 134 Private parameters
   CarpetSlab
          0 Global, 0 Restricted, 0 Private parameters
   CartGrid3D
          0 Global, 23 Restricted, 10 Private parameters
   CartesianCoordinates
          0 Global, 1 Restricted, 4 Private parameters
   Constants
          0 Global, 0 Restricted, 0 Private parameters
   CoordBase
          0 Global, 0 Restricted, 44 Private parameters
   CoordGauge
          0 Global, 2 Restricted, 1 Private parameters
   CoreCollapseControl
          0 Global, 0 Restricted, 48 Private parameters
   CycleClock
          0 Global, 0 Restricted, 1 Private parameters
   Dissipation
          0 Global, 18 Restricted, 0 Private parameters
   DriftCorrectCoM
          0 Global, 0 Restricted, 17 Private parameters
   EOS_Omni
          0 Global, 33 Restricted, 0 Private parameters
   Fortran
          0 Global, 0 Restricted, 1 Private parameters
   GRHydro
          0 Global, 133 Restricted, 3 Private parameters
   GSL
          0 Global, 0 Restricted, 0 Private parameters
   GenericFD
          0 Global, 13 Restricted, 0 Private parameters
   HDF5
          0 Global, 0 Restricted, 0 Private parameters
   HydroBase
          0 Global, 17 Restricted, 0 Private parameters
   IOUtil
          0 Global, 58 Restricted, 2 Private parameters
   InitBase
          0 Global, 1 Restricted, 0 Private parameters
   LocalInterp
          0 Global, 0 Restricted, 0 Private parameters
   LocalInterp2
          0 Global, 0 Restricted, 0 Private parameters
   LoopControl
          0 Global, 0 Restricted, 20 Private parameters
   ML_BSSN
          0 Global, 71 Restricted, 137 Private parameters
   ML_BSSN_Helper
          0 Global, 0 Restricted, 1 Private parameters
   MPI
          0 Global, 0 Restricted, 0 Private parameters
   MoL
          0 Global, 9 Restricted, 26 Private parameters
   Multipole
          0 Global, 25 Restricted, 0 Private parameters
   NewRad
          0 Global, 0 Restricted, 0 Private parameters
   OpenBLAS
          0 Global, 0 Restricted, 0 Private parameters
   PNSHelper
          0 Global, 1 Restricted, 17 Private parameters
   PNSMapper
          0 Global, 0 Restricted, 8 Private parameters
   QuasiLocalMeasures
          0 Global, 0 Restricted, 13 Private parameters
   SetMask_SphericalSurface
          0 Global, 0 Restricted, 5 Private parameters
   Slab
          0 Global, 0 Restricted, 2 Private parameters
   SpaceMask
          0 Global, 1 Restricted, 0 Private parameters
   SphericalSurface
          0 Global, 15 Restricted, 9 Private parameters
   StaticConformal
          0 Global, 1 Restricted, 0 Private parameters
   SummationByParts
          0 Global, 23 Restricted, 0 Private parameters
   SymBase
          0 Global, 0 Restricted, 1 Private parameters
   SystemStatistics
          0 Global, 0 Restricted, 0 Private parameters
   SystemTopology
          0 Global, 0 Restricted, 2 Private parameters
   TGRtensor
          0 Global, 0 Restricted, 0 Private parameters
   TensorTypes
          0 Global, 0 Restricted, 0 Private parameters
   TerminationTrigger
          0 Global, 0 Restricted, 7 Private parameters
   Time
          0 Global, 2 Restricted, 5 Private parameters
   TimerReport
          0 Global, 0 Restricted, 11 Private parameters
   Timers
          0 Global, 0 Restricted, 6 Private parameters
   TmunuBase
          0 Global, 2 Restricted, 3 Private parameters
   TriggerTerminationManual
          0 Global, 0 Restricted, 6 Private parameters
   Vectors
          0 Global, 0 Restricted, 1 Private parameters
   WeylScal4
          0 Global, 30 Restricted, 3 Private parameters
   ZelmaniAnalysis
          0 Global, 0 Restricted, 6 Private parameters
   ZelmaniCoMShift
          0 Global, 0 Restricted, 7 Private parameters
   ZelmaniM1
          0 Global, 51 Restricted, 0 Private parameters
   ZelmaniQuadWaveExtract
          0 Global, 0 Restricted, 7 Private parameters
   ZelmaniShockTracker2
          0 Global, 0 Restricted, 35 Private parameters
   hwloc
          0 Global, 0 Restricted, 0 Private parameters
   pthreads
          0 Global, 0 Restricted, 0 Private parameters
   zlib
          0 Global, 0 Restricted, 0 Private parameters
Parsing schedule files...
   ADMBase
          27 schedule blocks.
   ADMCoupling
          0 schedule blocks.
   ADMMacros
          1 schedule blocks.
   AEILocalInterp
          1 schedule blocks.
   Boundary
          6 schedule blocks.
   CCCCGlobalModes
          10 schedule blocks.
   Cactus
          0 schedule blocks.
   Carpet
          6 schedule blocks.
   CarpetIOASCII
          2 schedule blocks.
   CarpetIOBasic
          2 schedule blocks.
   CarpetIOHDF5
          10 schedule blocks.
   CarpetIOScalar
          2 schedule blocks.
   CarpetInterp
          1 schedule blocks.
   CarpetInterp2
          0 schedule blocks.
   CarpetLib
          4 schedule blocks.
   CarpetMask
          4 schedule blocks.
   CarpetReduce
          15 schedule blocks.
   CarpetRegrid2
          2 schedule blocks.
   CarpetSlab
          0 schedule blocks.
   CartGrid3D
          11 schedule blocks.
   CartesianCoordinates
          4 schedule blocks.
   Constants
          0 schedule blocks.
   CoordBase
          1 schedule blocks.
   CoordGauge
          8 schedule blocks.
   CoreCollapseControl
          12 schedule blocks.
   CycleClock
          1 schedule blocks.
   Dissipation
          6 schedule blocks.
   DriftCorrectCoM
          4 schedule blocks.
   EOS_Omni
          6 schedule blocks.
   Fortran
          1 schedule blocks.
   GRHydro
          147 schedule blocks.
   GSL
          0 schedule blocks.
   GenericFD
          0 schedule blocks.
   HDF5
          0 schedule blocks.
   HydroBase
          22 schedule blocks.
   IOUtil
          4 schedule blocks.
   InitBase
          0 schedule blocks.
   LocalInterp
          1 schedule blocks.
   LocalInterp2
          1 schedule blocks.
   LoopControl
          4 schedule blocks.
   ML_BSSN
          33 schedule blocks.
   ML_BSSN_Helper
          11 schedule blocks.
   MPI
          0 schedule blocks.
   MoL
          65 schedule blocks.
   Multipole
          5 schedule blocks.
   NewRad
          0 schedule blocks.
   OpenBLAS
          0 schedule blocks.
   PNSHelper
          18 schedule blocks.
   PNSMapper
          4 schedule blocks.
   QuasiLocalMeasures
          3 schedule blocks.
   SetMask_SphericalSurface
          2 schedule blocks.
   Slab
          3 schedule blocks.
   SpaceMask
          9 schedule blocks.
   SphericalSurface
          7 schedule blocks.
   StaticConformal
          1 schedule blocks.
   SummationByParts
          4 schedule blocks.
   SymBase
          5 schedule blocks.
   SystemStatistics
          1 schedule blocks.
   SystemTopology
          1 schedule blocks.
   TGRtensor
          0 schedule blocks.
   TensorTypes
          0 schedule blocks.
   TerminationTrigger
          5 schedule blocks.
   Time
          7 schedule blocks.
   TimerReport
          3 schedule blocks.
   Timers
          2 schedule blocks.
   TmunuBase
          7 schedule blocks.
   TriggerTerminationManual
          5 schedule blocks.
   Vectors
          2 schedule blocks.
   WeylScal4
          48 schedule blocks.
   ZelmaniAnalysis
          5 schedule blocks.
   ZelmaniCoMShift
          10 schedule blocks.
   ZelmaniM1
          45 schedule blocks.
   ZelmaniQuadWaveExtract
          11 schedule blocks.
   ZelmaniShockTracker2
          10 schedule blocks.
   hwloc
          0 schedule blocks.
   pthreads
          0 schedule blocks.
   zlib
          0 schedule blocks.
Running any thorn-provided configuration scripts...

********************************************************************************
Running configuration script for thorn FORTRAN:
Found a traditional Fortran cpp
Finished running configuration script for thorn FORTRAN.

********************************************************************************
Running configuration script for thorn GSL:
GSL selected, and /sw/xe/gsl/1.15/cnl4.1_gnu4.7.2 selected.
GSL found.
Finished running configuration script for thorn GSL.

********************************************************************************
Running configuration script for thorn OPENBLAS:
Finished running configuration script for thorn OPENBLAS.

********************************************************************************
Running configuration script for thorn PTHREADS:
Finished running configuration script for thorn PTHREADS.

********************************************************************************
Running configuration script for thorn VECTORS:
Finished running configuration script for thorn VECTORS.

********************************************************************************
Running configuration script for thorn ZLIB:
zlib selected, but ZLIB_DIR not set. Checking some places...
Found zlib in /usr
Finished running configuration script for thorn ZLIB.

********************************************************************************
Running configuration script for thorn HWLOC:
Using bundled hwloc...
Finished running configuration script for thorn HWLOC.

********************************************************************************
Running configuration script for thorn MPI:
Successfully configured MPI.
Finished running configuration script for thorn MPI.

********************************************************************************
Running configuration script for thorn HDF5:
Additional requested language support:  Fortran
HDF5 selected, and /opt/cray/hdf5/1.8.14/GNU/5.1 selected.
HDF5 found.
Finished running configuration script for thorn HDF5.
Checking consistency...
Creating Thorn-Flesh bindings...
   Creating implementation bindings...
   Creating parameter bindings...
   Creating variable bindings...
   Creating schedule bindings...
   Creating function bindings...
CST finished.
Checking status of thorn Boundary
Checking status of thorn CoordBase
Checking status of thorn ADMCoupling
Checking status of thorn ADMMacros
COMPILING configs/sim/bindings/build/ADMCoupling/cctk_ThornBindings.c
COMPILING arrangements/EinsteinBase/ADMMacros/src/SetLocalSpatialOrder.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ADMCoupling.a
COMPILING arrangements/CactusBase/CoordBase/src/Domain.c
COMPILING configs/sim/bindings/build/ADMMacros/cctk_ThornBindings.c
COMPILING configs/sim/bindings/build/CoordBase/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ADMMacros.a
COMPILING arrangements/CactusBase/CoordBase/src/CoordBase.c
Checking status of thorn AEILocalInterp
Checking status of thorn CycleClock
COMPILING arrangements/CactusBase/CoordBase/src/GHExtension.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CoordBase.a
COMPILING arrangements/CactusBase/Boundary/src/ScalarBoundary.c
COMPILING arrangements/Carpet/CycleClock/src/clock.cc
COMPILING configs/sim/bindings/build/CycleClock/cctk_ThornBindings.c
COMPILING arrangements/Numerical/AEILocalInterp/src/startup.c
COMPILING arrangements/Numerical/AEILocalInterp/src/InterpLocalUniform.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Numerical/AEILocalInterp/src/InterpLocalUniform.c: In function 'InterpLocalUniform.constprop':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Numerical/AEILocalInterp/src/InterpLocalUniform.c:1577:21: warning: 'order' may be used uninitialized in this function [-Wmaybe-uninitialized]
 const p_interp_fn_t p_interp_fn = p_interp_fn_table[interp_operator]
                     ^~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Numerical/AEILocalInterp/src/InterpLocalUniform.c:1612:11: warning: 'debug' may be used uninitialized in this function [-Wmaybe-uninitialized]
 const int return_code
           ^~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c: In function 'ApplyBndScalar':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int doBC[2 * MAXDIM], ash[MAXDIM], lsh[MAXDIM];
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Carpet/CycleClock/src/cycle.cc
COMPILING arrangements/Numerical/AEILocalInterp/src/molecule_posn.c
COMPILING arrangements/Numerical/AEILocalInterp/src/util.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CycleClock.a
COMPILING arrangements/Numerical/AEILocalInterp/src/common/load.c
COMPILING arrangements/Numerical/AEILocalInterp/src/common/evaluate.c
Checking status of thorn Vectors
COMPILING arrangements/CactusUtils/Vectors/src/vectors.cc
COMPILING arrangements/CactusUtils/Vectors/src/test.cc
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order1.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order2.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/common/store.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order3.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order4.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order5.smooth0.c
COMPILING configs/sim/bindings/build/Vectors/cctk_ThornBindings.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c: In function 'ApplyBndScalar.constprop':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c:909:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Vectors.a
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order6.smooth0.c
Checking status of thorn zlib
COMPILING configs/sim/bindings/build/zlib/cctk_ThornBindings.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order1.smooth0.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_zlib.a
Checking status of thorn IOUtil
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order2.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order3.smooth0.c
COMPILING arrangements/CactusBase/IOUtil/src/Startup.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order4.smooth0.c
COMPILING arrangements/CactusBase/IOUtil/src/CheckpointRecovery.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/3d.cube.order1.smooth0.c
COMPILING arrangements/CactusBase/IOUtil/src/AdvertisedFiles.c
COMPILING arrangements/CactusBase/IOUtil/src/Utils.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order1.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/3d.cube.order2.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order2.smooth0.c
COMPILING configs/sim/bindings/build/IOUtil/cctk_ThornBindings.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order3.smooth0.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_IOUtil.a
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/3d.cube.order3.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/3d.cube.order4.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order4.smooth0.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c: In function 'ApplyBndStatic':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int doBC[2 * MAXDIM], ash[MAXDIM], lsh[MAXDIM];
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order5.smooth0.c
COMPILING arrangements/CactusBase/Boundary/src/StaticBoundary.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c: In function 'ApplyBndStatic.constprop':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c:786:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order6.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/2d.cube.order1.smooth0.c
COMPILING arrangements/CactusBase/Boundary/src/CopyBoundary.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c: In function 'ApplyBndCopy':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int doBC[2 * MAXDIM], ash[MAXDIM], lsh[MAXDIM];
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c: In function 'ApplyBndCopy.constprop':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c:944:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/2d.cube.order2.smooth0.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'ApplyBndFlat':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int doBC[2 * MAXDIM], ash[MAXDIM], lsh[MAXDIM];
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'ApplyBndFlat.constprop':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/CactusBase/Boundary/src/FlatBoundary.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/2d.cube.order3.smooth0.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'BndFlatDirVI':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'bndflatdirvi_':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'BndFlatVI':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'bndflatvi_':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/2d.cube.order4.smooth0.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'BndFlatDirVN':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'bndflatdirvn_':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'BndFlatVN':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'bndflatvn_':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c:778:7: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/3d.cube.order1.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/3d.cube.order2.smooth0.c
COMPILING arrangements/CactusBase/Boundary/src/RadiationBoundary.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/3d.cube.order3.smooth0.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/3d.cube.order4.smooth0.c
COMPILING arrangements/CactusBase/Boundary/src/RobinBoundary.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/RobinBoundary.c: In function 'ApplyBndRobin':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/RobinBoundary.c:757:7: warning: 'doBC[5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int doBC[2 * MAXDIM];
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/RobinBoundary.c:852:21: warning: 'doBC[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
       doBC[dim * 2] &= GH->cctk_lsh[dim] > 1 && GH->cctk_bbox[dim * 2];
                     ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/RobinBoundary.c:757:7: warning: 'doBC[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int doBC[2 * MAXDIM];
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/RobinBoundary.c:852:21: warning: 'doBC[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
       doBC[dim * 2] &= GH->cctk_lsh[dim] > 1 && GH->cctk_bbox[dim * 2];
                     ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/RobinBoundary.c:757:7: warning: 'doBC[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int doBC[2 * MAXDIM];
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/RobinBoundary.c:852:21: warning: 'doBC[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
       doBC[dim * 2] &= GH->cctk_lsh[dim] > 1 && GH->cctk_bbox[dim * 2];
                     ^~
COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/1d.cube.order2.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/1d.cube.order3.c
COMPILING arrangements/CactusBase/Boundary/src/NoneBoundary.c
COMPILING arrangements/CactusBase/Boundary/src/Boundary.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/1d.cube.order4.c
COMPILING arrangements/CactusBase/Boundary/src/Register.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/2d.cube.order2.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/2d.cube.order3.c
COMPILING arrangements/CactusBase/Boundary/src/Check.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/3d.cube.order2.c
COMPILING configs/sim/bindings/build/Boundary/cctk_ThornBindings.c
COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/3d.cube.order3.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Boundary.a
COMPILING configs/sim/bindings/build/AEILocalInterp/cctk_ThornBindings.c
Checking status of thorn CartesianCoordinates
COMPILING arrangements/Zelmani/CartesianCoordinates/src/init.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CartesianCoordinates/src/util.c: In function 'CartesianCoordinates_GetMap':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CartesianCoordinates/src/util.c:20:20: warning: unused variable 'cctkGH' [-Wunused-variable]
   const cGH* const cctkGH = (const cGH* const) GH;
                    ^~~~~~
COMPILING arrangements/Zelmani/CartesianCoordinates/src/util.c
COMPILING configs/sim/bindings/build/CartesianCoordinates/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CartesianCoordinates.a
Checking status of thorn Constants
COMPILING configs/sim/bindings/build/Constants/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Constants.a
Checking status of thorn CoordGauge
COMPILING arrangements/EinsteinBase/CoordGauge/src/Slicing.c
COMPILING configs/sim/bindings/build/CoordGauge/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CoordGauge.a
Checking status of thorn HydroBase
Checking status of thorn SphericalSurface
COMPILING arrangements/EinsteinBase/HydroBase/src/StartUp.c
COMPILING arrangements/EinsteinBase/HydroBase/src/Initialisation.c
COMPILING arrangements/CactusNumerical/SphericalSurface/src/check.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinBase/HydroBase/src/ParamCheck.c: In function 'HydroBase_ParamCheck':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinBase/HydroBase/src/ParamCheck.c:58:16: warning: unused variable 'written' [-Wunused-variable]
         size_t written = Util_asprintf(
                ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinBase/HydroBase/src/ParamCheck.c:48:13: warning: unused variable 'nvars' [-Wunused-variable]
   const int nvars = CCTK_TraverseString(filereader_ID_vars, callback,
             ^~~~~
COMPILING arrangements/CactusNumerical/SphericalSurface/src/radius.c
COMPILING arrangements/EinsteinBase/HydroBase/src/ParamCheck.c
COMPILING arrangements/CactusNumerical/SphericalSurface/src/setup.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SphericalSurface/src/setup.cc: In function 'void SphericalSurface_Setup(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SphericalSurface/src/setup.cc:104:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr;
       ^~~~
COMPILING configs/sim/bindings/build/HydroBase/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_HydroBase.a
Checking status of thorn DriftCorrectCoM
COMPILING arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90
COMPILING configs/sim/bindings/build/SphericalSurface/cctk_ThornBindings.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:150:4:

   integer, parameter :: cctki_use_cctk_iteration = kind(cctk_iteration)
    1
Warning: Label 9999 at (1) defined but not used
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:13:14:

 # 7
              1
Warning: Unused variable 'n' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:27:14:

 # 7
              1
Warning: Unused variable 'n' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:54:23:

   &psizz,r,rho,rho_p,rho_p_p,rhom_l_m,rhom_l_p,rhom_r_m,rhom_r_p,rhominus,rhop_l_m,rhop_l_p,rhop_r_m,rhop_r_p,rhoplus,scon,scon_p,s&
                       1
Warning: Unused variable 'delta_omega' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:55:27:

 # 7
                           1
Warning: Unused variable 'delta_omega_dot' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:56:28:

   &con_p_p,sdetg,shift_state,space_mask,srhs,stress_energy_state,sxflux,syflux,szflux,tau,tau_p,tau_p_p,tauflux,taurhs,temperature,&
                            1
Warning: Unused variable 'delta_omega_dot2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:54:50:

   &psizz,r,rho,rho_p,rho_p_p,rhom_l_m,rhom_l_p,rhom_r_m,rhom_r_p,rhominus,rhop_l_m,rhop_l_p,rhop_r_m,rhop_r_p,rhoplus,scon,scon_p,s&
                                                  1
Warning: Unused variable 'delta_radius' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:55:62:

 # 7
                                                              1
Warning: Unused variable 'delta_radius_dot' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:56:65:

   &con_p_p,sdetg,shift_state,space_mask,srhs,stress_energy_state,sxflux,syflux,szflux,tau,tau_p,tau_p_p,tauflux,taurhs,temperature,&
                                                                 1
Warning: Unused variable 'delta_radius_dot2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:51:54:

 # 7
                                                      1
Warning: Unused variable 'delta_shape' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:52:66:

   &l_p,pressp_r_m,pressp_r_p,pressplus,psi,psidc,psidc_p,psidc_p_p,psidcflux,psidcrhs,psix,psixx,psixy,psixz,psiy,psiyy,psiyz,psiz,&
                                                                  1
Warning: Unused variable 'delta_shape_dot' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:53:69:

 # 7
                                                                     1
Warning: Unused variable 'delta_shape_dot2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:51:22:

 # 7
                      1
Warning: Unused variable 'delta_size' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:52:26:

   &l_p,pressp_r_m,pressp_r_p,pressplus,psi,psidc,psidc_p,psidc_p_p,psidcflux,psidcrhs,psix,psixx,psixy,psixz,psiy,psiyy,psiyz,psiz,&
                          1
Warning: Unused variable 'delta_size_dot' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:53:27:

 # 7
                           1
Warning: Unused variable 'delta_size_dot2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:54:36:

   &psizz,r,rho,rho_p,rho_p_p,rhom_l_m,rhom_l_p,rhom_r_m,rhom_r_p,rhominus,rhop_l_m,rhop_l_p,rhop_r_m,rhop_r_p,rhoplus,scon,scon_p,s&
                                    1
Warning: Unused variable 'delta_theta' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:55:44:

 # 7
                                            1
Warning: Unused variable 'delta_theta_dot' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:56:46:

   &con_p_p,sdetg,shift_state,space_mask,srhs,stress_energy_state,sxflux,syflux,szflux,tau,tau_p,tau_p_p,tauflux,taurhs,temperature,&
                                              1
Warning: Unused variable 'delta_theta_dot2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:58:17:

   &temperature_p,temperature_p_p,tracer,tracer_p,tracer_p_p,vel,vel_p,vel_p_p,velxm_l_m,velxm_l_p,velxm_r_m,velxm_r_p,velxminus,vel&
                 1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:50:30:

   &,maximum_density,maxrho_global,press,press_p,press_p_p,pressm_l_m,pressm_l_p,pressm_r_m,pressm_r_p,pressminus,pressp_l_m,pressp_&
                              1
Warning: Unused variable 'shape_current' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:50:50:

   &,maximum_density,maxrho_global,press,press_p,press_p_p,pressm_l_m,pressm_l_p,pressm_r_m,pressm_r_p,pressminus,pressp_l_m,pressp_&
                                                  1
Warning: Unused variable 'shape_desired' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:48:24:

   &,kyz,kyz_p,kyz_p_p,kzz,kzz_p,kzz_p_p,lBvec,lBvec_p,lBvec_p_p,local_spatial_order,lvel,lvel_p,lvel_p_p,maxima_x,maxima_y,maxima_z&
                        1
Warning: Unused variable 'size_current' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:48:38:

   &,kyz,kyz_p,kyz_p_p,kzz,kzz_p,kzz_p_p,lBvec,lBvec_p,lBvec_p_p,local_spatial_order,lvel,lvel_p,lvel_p_p,maxima_x,maxima_y,maxima_z&
                                      1
Warning: Unused variable 'size_desired' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/DriftCorrectCoM/driftcorrect.f90:60:17:

   &xp_l_m,velxp_l_p,velxp_r_m,velxp_r_p,velxplus,velym_l_m,velym_l_p,velym_r_m,velym_r_p,velyminus,velyp_l_m,velyp_l_p,velyp_r_m,ve&
                 1
Warning: Unused variable 'trace' declared at (1) [-Wunused-variable]
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SphericalSurface.a
COMPILING configs/sim/bindings/build/DriftCorrectCoM/cctk_ThornBindings.c
COMPILING arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.cc: In function 'void dcm_correct_drift(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.cc:76:29: warning: unused variable 'radius' [-Wunused-variable]
             const CCTK_REAL radius = sqrt(xpos[0]*xpos[0] + xpos[1]*xpos[1] + xpos[2]*xpos[2]);
                             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.cc:84:29: warning: unused variable 'lnormal' [-Wunused-variable]
             const CCTK_REAL lnormal[3] = { lpos[0] / (lradius + local_eps),
                             ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.cc:27:20: warning: unused variable 'dt' [-Wunused-variable]
    const CCTK_REAL dt = CCTK_DELTA_TIME;
                    ^~
Checking status of thorn Fortran
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_DriftCorrectCoM.a
COMPILING configs/sim/bindings/build/Fortran/cctk_ThornBindings.c
Checking status of thorn GSL
COMPILING configs/sim/bindings/build/GSL/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_GSL.a
Checking status of thorn GenericFD
COMPILING arrangements/KrancNumericalTools/GenericFD/src/GenericFD.c
COMPILING arrangements/CactusBase/Fortran/src/cctk_ActiveThorns.F90
COMPILING configs/sim/bindings/build/GenericFD/cctk_ThornBindings.c
COMPILING arrangements/CactusBase/Fortran/src/cctk_Banner.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_GenericFD.a
Checking status of thorn InitBase
COMPILING arrangements/CactusBase/Fortran/src/cctk_Comm.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_CommandLine.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Complex.F90
COMPILING configs/sim/bindings/build/InitBase/cctk_ThornBindings.c
Checking status of thorn LocalInterp
COMPILING arrangements/CactusBase/Fortran/src/cctk_Constants.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_InitBase.a
COMPILING arrangements/CactusBase/Fortran/src/cctk_Coord.F90
Checking status of thorn LocalInterp2
COMPILING arrangements/CactusBase/Fortran/src/cctk_DebugDefines.F90
COMPILING arrangements/CactusNumerical/LocalInterp/src/Startup.c
COMPILING arrangements/CactusBase/Fortran/src/cctk_Faces.F90
COMPILING arrangements/CactusNumerical/LocalInterp/src/Operator.c
COMPILING arrangements/CactusBase/Fortran/src/cctk_File.F90
COMPILING arrangements/CactusNumerical/LocalInterp/src/Interpolate.c
COMPILING arrangements/CactusBase/Fortran/src/cctk_Flesh.F90
COMPILING arrangements/CactusNumerical/LocalInterp2/src/Startup.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/LocalInterp/src/Interpolate.c: In function 'LocalInterp_Interpolate._omp_fn.0':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/LocalInterp/src/Interpolate.c:528:23: warning: 'offset[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
           coeff[i][1] =     offset[i];
           ~~~~~~~~~~~~^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/LocalInterp/src/Interpolate.c:356:13: note: 'offset[2]' was declared here
   CCTK_REAL offset[MAXDIM];
             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/LocalInterp/src/Interpolate.c:528:23: warning: 'offset[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
           coeff[i][1] =     offset[i];
           ~~~~~~~~~~~~^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/LocalInterp/src/Interpolate.c:356:13: note: 'offset[1]' was declared here
   CCTK_REAL offset[MAXDIM];
             ^~~~~~
COMPILING arrangements/CactusBase/Fortran/src/cctk_FortranString1.F90
COMPILING arrangements/CactusNumerical/LocalInterp2/src/Operator.c
COMPILING arrangements/CactusBase/Fortran/src/cctk_FortranWrappers.F90
COMPILING arrangements/CactusNumerical/LocalInterp2/src/Interpolate.cc
COMPILING arrangements/CactusBase/Fortran/src/cctk_GHExtensions.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_GNU.F90
COMPILING configs/sim/bindings/build/LocalInterp/cctk_ThornBindings.c
COMPILING arrangements/CactusBase/Fortran/src/cctk_Groups.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_LocalInterp.a
Checking status of thorn MoL
COMPILING arrangements/CactusBase/Fortran/src/cctk_GroupsOnGH.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_IO.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_IOMethods.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Interp.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Main.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Malloc1.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Math.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_MemAlloc.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Misc.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_ParamCheck.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Parameter.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Reduction.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Schedule.F90
COMPILING configs/sim/bindings/build/LocalInterp2/cctk_ThornBindings.c
COMPILING arrangements/CactusBase/Fortran/src/cctk_Sync.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_LocalInterp2.a
COMPILING arrangements/CactusBase/Fortran/src/cctk_Termination.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Timers.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Types.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_Version.F90
COMPILING arrangements/CactusBase/Fortran/src/cctk_WarnLevel.F90
COMPILING arrangements/CactusBase/Fortran/src/util_Table.F90
COMPILING arrangements/CactusBase/Fortran/src/paramcheck.F90
COMPILING configs/sim/bindings/build/MoL/cctk_ThornBindings.c
COMPILING arrangements/CactusBase/Fortran/src/cctk.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Fortran.a
Checking status of thorn NewRad
Checking status of thorn OpenBLAS
COMPILING arrangements/EinsteinEvolve/NewRad/src/extrap.cc
COMPILING arrangements/CactusNumerical/MoL/src/AB.c
COMPILING arrangements/ExternalLibraries/OpenBLAS/src/blas.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinEvolve/NewRad/src/extrap.cc: In function 'void extrap_kernel(const cGH*, const int*, const int*, const int*, CCTK_REAL8*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinEvolve/NewRad/src/extrap.cc:38:13: warning: unused variable 'np' [-Wunused-variable]
   int const np = ai*aj*ak;
             ^~
COMPILING arrangements/ExternalLibraries/OpenBLAS/src/lapack.F90
COMPILING arrangements/EinsteinEvolve/NewRad/src/newrad.cc
COMPILING arrangements/CactusNumerical/MoL/src/ChangeType.c
COMPILING configs/sim/bindings/build/OpenBLAS/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_OpenBLAS.a
COMPILING arrangements/CactusNumerical/MoL/src/Counter.c
COMPILING arrangements/CactusNumerical/MoL/src/Euler.c
COMPILING configs/sim/bindings/build/NewRad/cctk_ThornBindings.c
Checking status of thorn SetMask_SphericalSurface
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_NewRad.a
COMPILING arrangements/CactusNumerical/MoL/src/GenericRK.c
COMPILING arrangements/CactusNumerical/MoL/src/ICN.c
COMPILING arrangements/EinsteinUtils/SetMask_SphericalSurface/src/SetMask.c
COMPILING arrangements/CactusNumerical/MoL/src/IndexArrays.c
Checking status of thorn StaticConformal
COMPILING configs/sim/bindings/build/SetMask_SphericalSurface/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SetMask_SphericalSurface.a
COMPILING arrangements/CactusNumerical/MoL/src/InitialCopy.c
COMPILING configs/sim/bindings/build/StaticConformal/cctk_ThornBindings.c
COMPILING arrangements/EinsteinBase/StaticConformal/src/Initialise.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/Operators.c: In function 'MoL_LinearCombination':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/Operators.c:255:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = CCTK_GroupashVI(cctkGH, dim, ash, var);
             ^~~~
COMPILING arrangements/CactusNumerical/MoL/src/Operators.c
COMPILING arrangements/EinsteinBase/StaticConformal/src/ConfPhys.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_StaticConformal.a
Checking status of thorn SummationByParts
COMPILING arrangements/CactusNumerical/MoL/src/ParamCheck.c
COMPILING configs/sim/bindings/build/SummationByParts/cctk_ThornBindings.c
COMPILING arrangements/CactusNumerical/MoL/src/ScratchSpace.c
COMPILING arrangements/CactusNumerical/MoL/src/RK2.c
COMPILING arrangements/CactusNumerical/MoL/src/RK2-central.c
Checking status of thorn SymBase
COMPILING arrangements/CactusNumerical/MoL/src/RK2-MR-2_1.c
COMPILING arrangements/CactusNumerical/MoL/src/RK4-MR-2_1.c
COMPILING arrangements/CactusBase/SymBase/src/Check.c
COMPILING arrangements/CactusNumerical/MoL/src/RK4-RK2.c
COMPILING arrangements/CactusBase/SymBase/src/Faces.c
COMPILING arrangements/CactusBase/SymBase/src/Handles.c
COMPILING arrangements/CactusBase/SymBase/src/Interpolation.c
COMPILING arrangements/CactusNumerical/MoL/src/RK3.c
COMPILING arrangements/CactusBase/SymBase/src/Startup.c
COMPILING arrangements/CactusNumerical/MoL/src/RK4.c
COMPILING arrangements/CactusBase/SymBase/src/Statistics.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/RK4.c: In function 'MoL_RK4Add':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/RK4.c:145:61: warning: 'beta' may be used uninitialized in this function [-Wmaybe-uninitialized]
         {1.0, (*Original_Delta_Time) / cctkGH->cctk_timefac * beta};
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/RK4.c:236:9: warning: 'alpha' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #pragma omp parallel for
         ^~~
COMPILING arrangements/CactusBase/SymBase/src/Table.c
COMPILING arrangements/CactusNumerical/MoL/src/RK45.c
COMPILING configs/sim/bindings/build/SymBase/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SymBase.a
COMPILING arrangements/CactusNumerical/MoL/src/RK65.c
COMPILING arrangements/CactusNumerical/MoL/src/RK87.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/Registration.c: In function 'VarListToString':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/Registration.c:2342:18: warning: unused variable 'written' [-Wunused-variable]
     const size_t written =
                  ^~~~~~~
Checking status of thorn SystemStatistics
COMPILING arrangements/CactusNumerical/MoL/src/Registration.c
COMPILING arrangements/CactusUtils/SystemStatistics/src/systemstatistics.cc
COMPILING arrangements/CactusNumerical/SummationByParts/src/call_derivs.c
COMPILING arrangements/CactusNumerical/MoL/src/RKCoefficients.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/call_up_derivs.c
COMPILING configs/sim/bindings/build/SystemStatistics/cctk_ThornBindings.c
COMPILING arrangements/CactusNumerical/MoL/src/RHSNaNCheck.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/call_derivs2.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SystemStatistics.a
Checking status of thorn TensorTypes
COMPILING arrangements/CactusNumerical/SummationByParts/src/call_derivs_name.c
COMPILING arrangements/CactusNumerical/MoL/src/SandR.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/All_Coeffs_mod.F90
COMPILING arrangements/CactusNumerical/MoL/src/SetTime.c
COMPILING arrangements/CactusNumerical/TensorTypes/src/check.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_mixed.F90
COMPILING arrangements/CactusNumerical/TensorTypes/src/info.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Get_Coeff.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c: In function 'TT_varindex2var':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c:107:7: warning: variable 'numvars' set but not used [-Wunused-but-set-variable]
   int numvars;
       ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c: In function 'TT_var2varindex':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c:152:7: warning: variable 'numvars' set but not used [-Wunused-but-set-variable]
   int numvars;
       ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c: In function 'TT_component2indices':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c:197:7: warning: variable 'ncomps' set but not used [-Wunused-but-set-variable]
   int ncomps;
       ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Get_Coeff.f90:49:0:

 # 9
 
Warning: '__result_getcoeff' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Get_Coeff.f90:5:0:

 
 
note: '__result_getcoeff' was declared here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/set_norm_mask.f90:83:0:

 # 12
 
Warning: 'np' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/CactusNumerical/MoL/src/Startup.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/set_norm_mask.F90
COMPILING arrangements/CactusNumerical/TensorTypes/src/tensortypes.c
COMPILING arrangements/CactusNumerical/MoL/src/StepSize.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/StepSize.c: In function 'MoL_ReduceAdaptiveError':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/StepSize.c:218:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr;
       ^~~~
COMPILING arrangements/CactusNumerical/SummationByParts/src/GetScalProdDiag.F90
COMPILING configs/sim/bindings/build/TensorTypes/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TensorTypes.a
COMPILING arrangements/CactusNumerical/SummationByParts/src/CheckGridSizes.F90
Checking status of thorn TerminationTrigger
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/dissipation.c: In function 'apply':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/dissipation.c:232:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr;
       ^~~~
COMPILING arrangements/CactusNumerical/SummationByParts/src/dissipation.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_MoL.a
COMPILING arrangements/CactusUtils/TerminationTrigger/src/walltime.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_2_1.F90
COMPILING arrangements/CactusUtils/TerminationTrigger/src/file.c
Checking status of thorn Time
COMPILING configs/sim/bindings/build/TerminationTrigger/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TerminationTrigger.a
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_2_1_alt.F90
COMPILING arrangements/CactusBase/Time/src/Courant.c
COMPILING configs/sim/bindings/build/Time/cctk_ThornBindings.c
COMPILING arrangements/CactusBase/Time/src/Given.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_2.F90
COMPILING arrangements/CactusBase/Time/src/Initialise.c
COMPILING arrangements/CactusBase/Time/src/Simple.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Time.a
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_2_alt.F90
Checking status of thorn TmunuBase
COMPILING arrangements/EinsteinBase/TmunuBase/src/CopyTmunu.F90
COMPILING configs/sim/bindings/build/TmunuBase/cctk_ThornBindings.c
COMPILING arrangements/EinsteinBase/TmunuBase/src/SetStressEnergyState.F90
Checking status of thorn pthreads
COMPILING arrangements/EinsteinBase/TmunuBase/src/SetTmunu.F
COMPILING configs/sim/bindings/build/pthreads/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_pthreads.a
COMPILING arrangements/EinsteinBase/TmunuBase/src/ZeroTmunu.F90
Checking status of thorn CactusBindings
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TmunuBase.a
COMPILING configs/sim/bindings/Implementations/ImplementationBindings.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_3.F90
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_3_alt.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_AEILocalInterp.a
Checking status of thorn CartGrid3D
COMPILING arrangements/CactusBase/CartGrid3D/src/Startup.c
COMPILING arrangements/CactusBase/CartGrid3D/src/ParamCheck.c
COMPILING arrangements/CactusBase/CartGrid3D/src/DecodeSymParameters.c
COMPILING arrangements/CactusBase/CartGrid3D/src/CartGrid3D.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_8_4.F90
COMPILING arrangements/CactusBase/CartGrid3D/src/GetSymmetry.c
COMPILING arrangements/CactusBase/CartGrid3D/src/SetSymmetry.c
COMPILING arrangements/CactusBase/CartGrid3D/src/Symmetry.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/CartGrid3D/src/Symmetry.c: In function 'CartGrid3D_ApplyBC':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/CartGrid3D/src/Symmetry.c:693:6: warning: nonnull argument 'cctkGH' compared to NULL [-Wnonnull-compare]
   if (!cctkGH)
      ^
COMPILING configs/sim/bindings/Functions/AliasedFunctions.c
COMPILING configs/sim/bindings/Functions/IsFunctionAliased.c
COMPILING configs/sim/bindings/Functions/RegisterThornFunctions.c
COMPILING configs/sim/bindings/Functions/ADMBase_Functions.c
COMPILING configs/sim/bindings/Functions/Boundary_Functions.c
COMPILING configs/sim/bindings/Functions/Carpet_Functions.c
COMPILING configs/sim/bindings/Functions/CarpetIOASCII_Functions.c
COMPILING configs/sim/bindings/Functions/CarpetIOHDF5_Functions.c
COMPILING configs/sim/bindings/Functions/CarpetIOScalar_Functions.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_8_4_alt.F90
COMPILING configs/sim/bindings/Functions/CarpetInterp_Functions.c
COMPILING configs/sim/bindings/Functions/CarpetInterp2_Functions.c
COMPILING configs/sim/bindings/Functions/CarpetLib_Functions.c
COMPILING configs/sim/bindings/Functions/CarpetReduce_Functions.c
COMPILING configs/sim/bindings/Functions/CarpetRegrid2_Functions.c
COMPILING configs/sim/bindings/Functions/CarpetSlab_Functions.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/CartGrid3D/src/Symmetry.c: In function 'ApplySymmetry.constprop':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/CartGrid3D/src/Symmetry.c:578:61: warning: array subscript is above array bounds [-Warray-bounds]
                     GFSym[vindex][dim] != GFSYM_UNSET && lsh[dim / 2] > 1 &&
                                                          ~~~^~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/CartGrid3D/src/Symmetry.c: In function 'CartSymGI':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/CartGrid3D/src/Symmetry.c:578:61: warning: array subscript is above array bounds [-Warray-bounds]
                     GFSym[vindex][dim] != GFSYM_UNSET && lsh[dim / 2] > 1 &&
                                                          ~~~^~~~~~~~~
COMPILING configs/sim/bindings/Functions/CartGrid3D_Functions.c
COMPILING arrangements/CactusBase/CartGrid3D/src/RegisterSymmetries.c
COMPILING configs/sim/bindings/Functions/CartesianCoordinates_Functions.c
COMPILING configs/sim/bindings/Functions/CoordBase_Functions.c
COMPILING configs/sim/bindings/build/CartGrid3D/cctk_ThornBindings.c
COMPILING configs/sim/bindings/Functions/CoreCollapseControl_Functions.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CartGrid3D.a
COMPILING configs/sim/bindings/Functions/Dissipation_Functions.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/dissipation_coeff.F90
COMPILING configs/sim/bindings/Functions/DriftCorrectCoM_Functions.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/DeltaInitial.F90
COMPILING configs/sim/bindings/Functions/EOS_Omni_Functions.c
COMPILING configs/sim/bindings/Functions/GRHydro_Functions.c
Checking status of thorn hwloc
COMPILING configs/sim/bindings/Functions/GenericFD_Functions.c
hwloc: Preparing directory structure...
hwloc: Unpacking archive...
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/build/hwloc /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch
COMPILING configs/sim/bindings/Functions/IOUtil_Functions.c
COMPILING configs/sim/bindings/Functions/LoopControl_Functions.c
COMPILING configs/sim/bindings/Functions/ML_BSSN_Functions.c
hwloc: Configuring...
COMPILING configs/sim/bindings/Functions/ML_BSSN_Helper_Functions.c

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
COMPILING configs/sim/bindings/Functions/MoL_Functions.c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '49294' is supported by ustar format... yes
checking whether GID '16228' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... cc
COMPILING configs/sim/bindings/Functions/Multipole_Functions.c
COMPILING configs/sim/bindings/Functions/NewRad_Functions.c
COMPILING configs/sim/bindings/Functions/PNSHelper_Functions.c
COMPILING configs/sim/bindings/Functions/PNSMapper_Functions.c
COMPILING configs/sim/bindings/Parameters/BindingsParameters.c
checking whether the C compiler works... COMPILING configs/sim/bindings/Functions/QuasiLocalMeasures_Functions.c
COMPILING configs/sim/bindings/Parameters/Global.c
COMPILING configs/sim/bindings/Functions/SetMask_SphericalSurface_Functions.c
COMPILING configs/sim/bindings/Parameters/ADMBase_Parameters.c
COMPILING configs/sim/bindings/Functions/Slab_Functions.c
COMPILING configs/sim/bindings/Parameters/ADMCoupling_Parameters.c
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... COMPILING arrangements/CactusNumerical/SummationByParts/src/get_coeffs.c
COMPILING configs/sim/bindings/Functions/SphericalSurface_Functions.c
COMPILING configs/sim/bindings/Parameters/ADMMacros_Parameters.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs.c: In function 'DiffCoeff':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs.c:23:20: warning: variable 'nk' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
                    ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs.c:23:16: warning: variable 'nj' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
                ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs.c:23:12: warning: variable 'ni' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
            ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_up_coeffs.c: In function 'DiffUpCoeff':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_up_coeffs.c:25:20: warning: variable 'nk' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
                    ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_up_coeffs.c:25:16: warning: variable 'nj' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
                ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_up_coeffs.c:25:12: warning: variable 'ni' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
            ^~
COMPILING configs/sim/bindings/Functions/StaticConformal_Functions.c
COMPILING configs/sim/bindings/Parameters/AEILocalInterp_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/get_up_coeffs.c
COMPILING configs/sim/bindings/Functions/SummationByParts_Functions.c
COMPILING configs/sim/bindings/Parameters/Boundary_Parameters.c

checking whether we are cross compiling... COMPILING arrangements/CactusNumerical/SummationByParts/src/get_coeffs2.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs2.c: In function 'DiffCoeff2':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs2.c:23:20: warning: variable 'nk' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
                    ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs2.c:23:16: warning: variable 'nj' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
                ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs2.c:23:12: warning: variable 'ni' set but not used [-Wunused-but-set-variable]
   CCTK_INT ni, nj, nk, gsize, loc_order;
            ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_2_1.f90:5:43:

 
                                           1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_2_1.f90:62:51:

   integer*8 cctkGH
                                                   1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_2_1.f90:140:49:

   end subroutine Diff_gf
                                                 1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING configs/sim/bindings/Functions/SymBase_Functions.c
COMPILING configs/sim/bindings/Parameters/CCCCGlobalModes_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_2_1.F90
COMPILING configs/sim/bindings/Parameters/Cactus_Parameters.c
COMPILING configs/sim/bindings/Functions/SystemTopology_Functions.c
no
checking for suffix of object files... /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_2.f90:5:41:

 
                                         1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_2_1.f90:5:44:

 
                                            1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING configs/sim/bindings/Parameters/Carpet_Parameters.c
COMPILING configs/sim/bindings/Functions/TimerReport_Functions.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_2.F90
o
checking whether we are using the GNU C compiler... COMPILING configs/sim/bindings/Functions/Timers_Functions.c
yes
checking whether cc accepts -g... COMPILING configs/sim/bindings/Parameters/CarpetIOASCII_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_2_1.F90
yes
checking for cc option to accept ISO C89... COMPILING configs/sim/bindings/Functions/WeylScal4_Functions.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_2.f90:5:42:

 
                                          1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_4_2.f90:5:43:

 
                                           1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_4_2.f90:76:51:

   end subroutine Diff2_coeff
                                                   1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_4_2.f90:182:49:

   INTEGER*4 up
                                                 1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING configs/sim/bindings/Parameters/CarpetIOBasic_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_2.F90
none needed
checking whether cc understands -c and -o together... COMPILING configs/sim/bindings/Functions/ZelmaniAnalysis_Functions.c
COMPILING configs/sim/bindings/Parameters/CarpetIOHDF5_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_2.F90
COMPILING configs/sim/bindings/Functions/ZelmaniM1_Functions.c
yes
checking dependency style of cc... COMPILING configs/sim/bindings/Parameters/CarpetIOScalar_Parameters.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_4.f90:5:41:

 
                                         1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_4_2.f90:5:44:

 
                                            1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING configs/sim/bindings/Parameters/CarpetInterp_Parameters.c
gcc3
checking how to run the C preprocessor... COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_4.F90
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4_2.F90
COMPILING configs/sim/bindings/Parameters/CarpetInterp2_Parameters.c
cc -E
COMPILING configs/sim/bindings/Parameters/CarpetLib_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4_2_min_err_coeff.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_4_2_min_err_coeff.f90:5:48:

 
                                                1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_4.f90:5:42:

 
                                          1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_6_3.f90:5:43:

 
                                           1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
checking for grep that handles long lines and -e... COMPILING configs/sim/bindings/build/hwloc/cctk_ThornBindings.c
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... COMPILING configs/sim/bindings/Parameters/CarpetMask_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4.F90
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_3.F90
COMPILING configs/sim/bindings/Parameters/CarpetReduce_Parameters.c
Checking status of thorn Dissipation
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_6_3.f90:5:44:

 
                                            1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_6_3.F90
COMPILING configs/sim/bindings/Parameters/CarpetRegrid2_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_3_min_err_coeff.F90
COMPILING configs/sim/bindings/Parameters/CarpetSlab_Parameters.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_6_3_min_err_coeff.f90:5:47:

 
                                               1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_6_3_min_err_coeff.f90:88:55:

   INTEGER*4 dir1
                                                       1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_6_3_min_err_coeff.f90:219:49:

 # 11
                                                 1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_6.f90:5:41:

 
                                         1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING configs/sim/bindings/Parameters/CartGrid3D_Parameters.c
yes
checking for sys/types.h... yes
checking for sys/stat.h... COMPILING configs/sim/bindings/Parameters/CartesianCoordinates_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6.F90
COMPILING arrangements/CactusNumerical/Dissipation/src/apply_dissipation.F77
yes
checking for stdlib.h... COMPILING configs/sim/bindings/Parameters/Constants_Parameters.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_6.f90:5:42:

 
                                          1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_8_4.f90:5:43:

 
                                           1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_6.F90
yes
checking for string.h... COMPILING configs/sim/bindings/Parameters/CoordBase_Parameters.c
yes
checking for memory.h... COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_8_4.F90
COMPILING arrangements/CactusNumerical/Dissipation/src/basegrid.c
COMPILING configs/sim/bindings/Parameters/CoordGauge_Parameters.c
yes
checking for strings.h... /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_8_4.f90:5:44:

 
                                            1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/Dissipation/src/dissipation.c: In function 'apply':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/Dissipation/src/dissipation.c:46:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr;
       ^~~~
yes
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_8_4.F90
checking for inttypes.h... COMPILING configs/sim/bindings/Parameters/CoreCollapseControl_Parameters.c
COMPILING arrangements/CactusNumerical/Dissipation/src/dissipation.c
yes
checking for stdint.h... COMPILING configs/sim/bindings/Parameters/CycleClock_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_8_4_min_err_coeff.F90
yes
checking for unistd.h... COMPILING arrangements/CactusNumerical/Dissipation/src/paramcheck.c
COMPILING configs/sim/bindings/Parameters/Dissipation_Parameters.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_8_4_min_err_coeff.f90:5:47:

 
                                               1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_8_4_min_err_coeff.f90:100:55:

   end interface
                                                       1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_8_4_min_err_coeff.f90:255:49:

 # 11
                                                 1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_8.f90:5:41:

 
                                         1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
yes
checking minix/config.h usability... COMPILING arrangements/CactusNumerical/Dissipation/src/setup_epsdis.c
COMPILING configs/sim/bindings/Parameters/DriftCorrectCoM_Parameters.c
no
checking minix/config.h presence... COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_8.F90
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... COMPILING configs/sim/bindings/Parameters/EOS_Omni_Parameters.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients2_8.f90:5:42:

 
                                          1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
yes
checking for gcc... (cached) cc
COMPILING configs/sim/bindings/Parameters/Fortran_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_8.F90
COMPILING configs/sim/bindings/Parameters/GRHydro_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_3.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_4_3.f90:5:43:

 
                                           1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_4_3_min_err_coeff.f90:5:47:

 
                                               1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING configs/sim/bindings/Parameters/GSL_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_3_min_err_coeff.F90
COMPILING configs/sim/bindings/build/Dissipation/cctk_ThornBindings.c
COMPILING configs/sim/bindings/Parameters/GenericFD_Parameters.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Dissipation.a
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_5.F90
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_6_5.f90:5:43:

 
                                           1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Coefficients_6_5_min_err_coeff.f90:5:47:

 
                                               1
Warning: Unused dummy argument 'loc_order' at (1) [-Wunused-dummy-argument]
COMPILING configs/sim/bindings/Parameters/HDF5_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_5_min_err_coeff.F90
COMPILING configs/sim/bindings/Parameters/HydroBase_Parameters.c
COMPILING configs/sim/bindings/Parameters/IOUtil_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Poisoning.F90
COMPILING configs/sim/bindings/Parameters/InitBase_Parameters.c
checking whether we are using the GNU C++ compiler... COMPILING arrangements/CactusNumerical/SummationByParts/src/get_offset.c
COMPILING configs/sim/bindings/Parameters/LocalInterp_Parameters.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_offset.c: In function 'get_shiftout':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_offset.c:14:32: warning: unused variable 'cctkGH' [-Wunused-variable]
     cGH const * restrict const cctkGH = cctkGH_;
                                ^~~~~~
yes
checking whether CC accepts -g... COMPILING configs/sim/bindings/Parameters/LocalInterp2_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/stencil.c
yes
checking dependency style of CC... COMPILING configs/sim/bindings/Parameters/LoopControl_Parameters.c
gcc3
checking the archiver (ar) interface... COMPILING arrangements/CactusNumerical/SummationByParts/src/get_boundary_width.c
ar
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... COMPILING configs/sim/bindings/Parameters/ML_BSSN_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_2_1.F90
COMPILING configs/sim/bindings/Parameters/ML_BSSN_Helper_Parameters.c
COMPILING configs/sim/bindings/Parameters/MPI_Parameters.c
COMPILING configs/sim/bindings/Parameters/MoL_Parameters.c
COMPILING configs/sim/bindings/Parameters/Multipole_Parameters.c
COMPILING configs/sim/bindings/Parameters/NewRad_Parameters.c
libraries , headers 

###
### Configuring hwloc core
###
checking hwloc building mode... standalone
configure: hwloc builddir: /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/build/hwloc/hwloc-1.10.1
configure: hwloc srcdir: /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/build/hwloc/hwloc-1.10.1
checking for hwloc version... 1.10.1
checking if want hwloc maintainer support... disabled
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
checking size of void *... COMPILING configs/sim/bindings/Parameters/OpenBLAS_Parameters.c
COMPILING configs/sim/bindings/Parameters/PNSHelper_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_2_1.F90
COMPILING configs/sim/bindings/Parameters/PNSMapper_Parameters.c
8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... COMPILING configs/sim/bindings/Parameters/QuasiLocalMeasures_Parameters.c
COMPILING configs/sim/bindings/Parameters/SetMask_SphericalSurface_Parameters.c
COMPILING configs/sim/bindings/Parameters/Slab_Parameters.c
8
checking size of unsigned int... COMPILING configs/sim/bindings/Parameters/SpaceMask_Parameters.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_4_2.F90
COMPILING configs/sim/bindings/Parameters/SphericalSurface_Parameters.c
COMPILING configs/sim/bindings/Parameters/StaticConformal_Parameters.c
4
checking for the C compiler vendor... COMPILING configs/sim/bindings/Parameters/SummationByParts_Parameters.c
gnu
checking for __attribute__... COMPILING configs/sim/bindings/Parameters/SymBase_Parameters.c
COMPILING configs/sim/bindings/Parameters/SystemStatistics_Parameters.c
yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... COMPILING configs/sim/bindings/Parameters/SystemTopology_Parameters.c
yes
checking for __attribute__(cold)... COMPILING configs/sim/bindings/Parameters/TGRtensor_Parameters.c
yes
checking for __attribute__(const)... COMPILING configs/sim/bindings/Parameters/TensorTypes_Parameters.c
yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... COMPILING configs/sim/bindings/Parameters/TerminationTrigger_Parameters.c
COMPILING configs/sim/bindings/Parameters/Time_Parameters.c
yes
checking for __attribute__(hot)... COMPILING configs/sim/bindings/Parameters/TimerReport_Parameters.c
yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... COMPILING configs/sim/bindings/Parameters/Timers_Parameters.c
yes
checking for __attribute__(no_instrument_function)... COMPILING configs/sim/bindings/Parameters/TmunuBase_Parameters.c
yes
checking for __attribute__(nonnull)... COMPILING configs/sim/bindings/Parameters/TriggerTerminationManual_Parameters.c
yes
checking for __attribute__(noreturn)... COMPILING configs/sim/bindings/Parameters/Vectors_Parameters.c
yes
checking for __attribute__(packed)... COMPILING configs/sim/bindings/Parameters/WeylScal4_Parameters.c
yes
checking for __attribute__(pure)... COMPILING configs/sim/bindings/Parameters/ZelmaniAnalysis_Parameters.c
yes
checking for __attribute__(sentinel)... COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_4_2.F90
COMPILING configs/sim/bindings/Parameters/ZelmaniCoMShift_Parameters.c
yes
checking for __attribute__(unused)... COMPILING configs/sim/bindings/Parameters/ZelmaniM1_Parameters.c
yes
checking for __attribute__(warn_unused_result)... COMPILING configs/sim/bindings/Parameters/ZelmaniQuadWaveExtract_Parameters.c
yes
checking for __attribute__(weak_alias)... COMPILING configs/sim/bindings/Parameters/ZelmaniShockTracker2_Parameters.c
yes
checking if cc supports -fvisibility=hidden... COMPILING configs/sim/bindings/Parameters/hwloc_Parameters.c
COMPILING configs/sim/bindings/Parameters/pthreads_Parameters.c
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
COMPILING configs/sim/bindings/Parameters/zlib_Parameters.c
yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
checking whether the C compiler rejects function calls with too many arguments... COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_4_2_min_err_coeff.F90
yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_6_3.F90
yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strncasecmp... yes
checking whether function strncasecmp is declared... yes
checking for strftime... Checking status of thorn SpaceMask
yes
checking for setlocale... COMPILING arrangements/CactusNumerical/SpaceMask/src/MaskInit.c
yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... COMPILING arrangements/CactusNumerical/SpaceMask/src/MaskUtils.c
yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_6_3.F90
no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... COMPILING configs/sim/bindings/build/SpaceMask/cctk_ThornBindings.c
no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SpaceMask.a
COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_6_3_min_err_coeff.F90
no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... COMPILING configs/sim/bindings/Variables/BindingsVariables.c
no
checking for CACHE_RELATIONSHIP... COMPILING configs/sim/bindings/Variables/ADMBase.c
no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... COMPILING configs/sim/bindings/Variables/ADMCoupling.c
no
checking for PSAPI_WORKING_SET_EX_BLOCK... COMPILING configs/sim/bindings/Variables/ADMMacros.c
no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for main in -lgdi32... COMPILING configs/sim/bindings/Variables/AEILocalInterp.c
COMPILING configs/sim/bindings/Variables/Boundary.c
COMPILING configs/sim/bindings/Variables/CCCCGlobalModes.c
no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... COMPILING configs/sim/bindings/Variables/Cactus.c
no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... Checking status of thorn ML_BSSN_Helper
no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking picl.h usability... no
checking picl.h presence... /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/ADMBase_SelectBCs.c: In function 'select_bcs':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/ADMBase_SelectBCs.c:23:7: warning: unused variable 'ierr' [-Wunused-variable]
   int ierr = Boundary_SelectGroupForBC(cctkGH, CCTK_ALL_FACES, boundary_width,
       ^~~~
no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/ADMBase_SelectBCs.c
yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/ExtrapolateGammas.c
no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/NewRad.c
yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/Parameters.c
no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/RegisterConstrained.c
yes
checking for sys/param.h... yes
checking for sys/sysctl.h... /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/RegisterConstrained.c: In function 'register_constrained':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/RegisterConstrained.c:25:7: warning: unused variable 'ierr' [-Wunused-variable]
   int ierr = MoLRegisterConstrainedGroup(gi);
       ^~~~
yes
checking whether CTL_HW is declared... COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_8_4.F90
COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/RegisterSlicing.c
no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/SetGroupTags.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/SetGroupTags.c: In function 'set_group_tags':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/SetGroupTags.c:70:9: warning: unused variable 'ierr' [-Wunused-variable]
     int ierr = Util_TableSetString(table, "no", "Checkpoint");
         ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/SetGroupTags.c:75:9: warning: unused variable 'ierr' [-Wunused-variable]
     int ierr = Util_TableSetString(table, "no", "Persistent");
         ^~~~
yes
COMPILING configs/sim/bindings/build/ML_BSSN_Helper/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ML_BSSN_Helper.a
checking for pthread_t... COMPILING configs/sim/bindings/Variables/Carpet.c
yes
checking whether function sched_setaffinity is declared... yes
checking for old prototype of sched_setaffinity... COMPILING configs/sim/bindings/Variables/CarpetIOASCII.c
no
checking for working CPU_SET... COMPILING configs/sim/bindings/Variables/CarpetIOBasic.c
COMPILING configs/sim/bindings/Variables/CarpetIOHDF5.c
yes
checking for working CPU_SET_S... COMPILING configs/sim/bindings/Variables/CarpetIOScalar.c
COMPILING configs/sim/bindings/Variables/CarpetInterp.c
COMPILING configs/sim/bindings/Variables/CarpetInterp2.c
yes
checking for working _syscall3... no
COMPILING configs/sim/bindings/Variables/CarpetLib.c
checking for KERRIGHED... no
checking for lib... no
checking for bash... /bin/sh
checking for ffs... COMPILING configs/sim/bindings/Variables/CarpetMask.c
COMPILING configs/sim/bindings/Variables/CarpetReduce.c
yes
checking whether function ffs is declared... COMPILING configs/sim/bindings/Variables/CarpetRegrid2.c
yes
checking for ffsl... COMPILING configs/sim/bindings/Variables/CarpetSlab.c
COMPILING configs/sim/bindings/Variables/CartGrid3D.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_8_4.F90
yes
checking whether function ffsl is declared... COMPILING configs/sim/bindings/Variables/CartesianCoordinates.c
yes
checking for fls... COMPILING configs/sim/bindings/Variables/Constants.c
COMPILING configs/sim/bindings/Variables/CoordBase.c
no
checking for flsl... COMPILING configs/sim/bindings/Variables/CoordGauge.c
COMPILING configs/sim/bindings/Variables/CoreCollapseControl.c
no
checking for clz... COMPILING configs/sim/bindings/Variables/CycleClock.c
COMPILING configs/sim/bindings/Variables/Dissipation.c
no
checking for clzl... COMPILING configs/sim/bindings/Variables/DriftCorrectCoM.c
no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_8_4_min_err_coeff.F90
COMPILING configs/sim/bindings/Variables/EOS_Omni.c
yes
checking sys/utsname.h usability... COMPILING configs/sim/bindings/Variables/Fortran.c
yes
checking sys/utsname.h presence... COMPILING configs/sim/bindings/Variables/GRHydro.c
yes
checking for sys/utsname.h... yes
checking for uname... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking numaif.h usability... yes
checking numaif.h presence... yes
checking for numaif.h... yes
checking for numa_available in -lnuma... COMPILING configs/sim/bindings/Schedule/ScheduleADMBase.c
COMPILING configs/sim/bindings/Variables/GSL.c
COMPILING configs/sim/bindings/Schedule/ScheduleADMCoupling.c
yes
checking for set_mempolicy in -lnuma... COMPILING configs/sim/bindings/Variables/GenericFD.c
COMPILING configs/sim/bindings/Schedule/ScheduleADMMacros.c
COMPILING configs/sim/bindings/Schedule/ScheduleAEILocalInterp.c
COMPILING configs/sim/bindings/Variables/HDF5.c
yes
checking for mbind in -lnuma... COMPILING configs/sim/bindings/Schedule/ScheduleBoundary.c
COMPILING configs/sim/bindings/Variables/HydroBase.c
COMPILING configs/sim/bindings/Schedule/ScheduleCCCCGlobalModes.c
COMPILING configs/sim/bindings/Variables/IOUtil.c
yes
COMPILING configs/sim/bindings/Schedule/ScheduleCactus.c
checking for migrate_pages in -lnuma... COMPILING configs/sim/bindings/Variables/InitBase.c
COMPILING configs/sim/bindings/Schedule/ScheduleCarpet.c
COMPILING configs/sim/bindings/Variables/LocalInterp.c
COMPILING configs/sim/bindings/Schedule/ScheduleCarpetIOASCII.c
COMPILING configs/sim/bindings/Variables/LocalInterp2.c
yes
checking nvml.h usability... COMPILING configs/sim/bindings/Schedule/ScheduleCarpetIOBasic.c
COMPILING configs/sim/bindings/Variables/LoopControl.c
no
checking nvml.h presence... no
checking for nvml.h... no
COMPILING configs/sim/bindings/Schedule/ScheduleCarpetIOHDF5.c
COMPILING configs/sim/bindings/Variables/ML_BSSN.c
COMPILING configs/sim/bindings/Schedule/ScheduleCarpetIOScalar.c
COMPILING configs/sim/bindings/Schedule/ScheduleCarpetInterp.c
checking for gethostbyname... COMPILING configs/sim/bindings/Schedule/ScheduleCarpetInterp2.c
COMPILING configs/sim/bindings/Schedule/ScheduleCarpetLib.c
yes
checking for connect... COMPILING configs/sim/bindings/Schedule/ScheduleCarpetMask.c
COMPILING configs/sim/bindings/Schedule/ScheduleCarpetReduce.c
COMPILING configs/sim/bindings/Variables/ML_BSSN_Helper.c
COMPILING configs/sim/bindings/Schedule/ScheduleCarpetRegrid2.c
yes
checking for remove... COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_4_3.F90
COMPILING configs/sim/bindings/Schedule/ScheduleCarpetSlab.c
COMPILING configs/sim/bindings/Schedule/ScheduleCartGrid3D.c
yes
checking for shmat... COMPILING configs/sim/bindings/Schedule/ScheduleCartesianCoordinates.c
COMPILING configs/sim/bindings/Schedule/ScheduleConstants.c
yes
checking for IceConnectionNumber in -lICE... COMPILING configs/sim/bindings/Schedule/ScheduleCoordBase.c
COMPILING configs/sim/bindings/Schedule/ScheduleCoordGauge.c
COMPILING configs/sim/bindings/Variables/MPI.c
COMPILING configs/sim/bindings/Schedule/ScheduleCoreCollapseControl.c
COMPILING configs/sim/bindings/Variables/MoL.c
yes
checking X11/Xlib.h usability... COMPILING configs/sim/bindings/Schedule/ScheduleCycleClock.c
yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XOpenDisplay in -lX11... COMPILING configs/sim/bindings/Schedule/ScheduleDissipation.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_4_3_min_err_coeff.F90
COMPILING configs/sim/bindings/Schedule/ScheduleDriftCorrectCoM.c
COMPILING configs/sim/bindings/Schedule/ScheduleEOS_Omni.c
yes
checking for X11/Xutil.h... yes
checking X11/keysym.h usability... COMPILING configs/sim/bindings/Schedule/ScheduleFortran.c
yes
checking X11/keysym.h presence... COMPILING configs/sim/bindings/Schedule/ScheduleGRHydro.c
yes
checking for X11/keysym.h... yes
checking NVCtrl/NVCtrl.h usability... no
checking NVCtrl/NVCtrl.h presence... no
checking for NVCtrl/NVCtrl.h... no
checking for x86 cpuid... COMPILING configs/sim/bindings/Variables/Multipole.c
COMPILING configs/sim/bindings/Schedule/ScheduleGSL.c
yes
checking for pthread_mutex_lock... COMPILING configs/sim/bindings/Schedule/ScheduleGenericFD.c
COMPILING configs/sim/bindings/Variables/NewRad.c
COMPILING configs/sim/bindings/Schedule/ScheduleHDF5.c
COMPILING configs/sim/bindings/Variables/OpenBLAS.c
yes
checking if plugin support is enabled... no
checking components to build statically...  noos xml synthetic custom xml_nolibxml linux x86
checking components to build as plugins... 

###
### Configuring hwloc documentation
###
checking if this is a developer build... no (doxygen generation is optional)
checking for doxygen... /usr/bin/doxygen
checking for pdflatex... /usr/bin/pdflatex
checking for makeindex... /usr/bin/makeindex
checking for fig2dev... no
checking for gs... /usr/bin/gs
checking for epstopdf... /usr/bin/epstopdf
checking if can build doxygen docs... no
checking for a sed that does not truncate output... /usr/bin/sed
checking if the sed -i option requires an argument... no
checking for w3m... /usr/bin/w3m
checking for lynx... COMPILING configs/sim/bindings/Schedule/ScheduleHydroBase.c
no
checking if can build top-level README... yes
checking if will build doxygen docs... no
checking if will install doxygen docs... yes
checking whether to enable "picky" compiler mode... no (default)

###
### Configuring hwloc command line utilities
###
checking for wchar_t... COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_6_5.F90
COMPILING configs/sim/bindings/Variables/PNSHelper.c
yes
checking for putwc... COMPILING configs/sim/bindings/Schedule/ScheduleIOUtil.c
COMPILING configs/sim/bindings/Schedule/ScheduleInitBase.c
COMPILING configs/sim/bindings/Schedule/ScheduleLocalInterp.c
COMPILING configs/sim/bindings/Variables/PNSMapper.c
yes
checking locale.h usability... COMPILING configs/sim/bindings/Schedule/ScheduleLocalInterp2.c
yes
checking locale.h presence... COMPILING configs/sim/bindings/Schedule/ScheduleLoopControl.c
yes
checking for locale.h... yes
checking for setlocale... (cached) yes
checking for uselocale... COMPILING configs/sim/bindings/Schedule/ScheduleML_BSSN.c
yes
checking xlocale.h usability... COMPILING configs/sim/bindings/Schedule/ScheduleML_BSSN_Helper.c
yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking for setlocale... (cached) yes
checking for uselocale... (cached) yes
checking langinfo.h usability... COMPILING configs/sim/bindings/Schedule/ScheduleMPI.c
yes
checking langinfo.h presence... COMPILING configs/sim/bindings/Schedule/ScheduleMoL.c
yes
checking for langinfo.h... yes
checking for nl_langinfo... COMPILING configs/sim/bindings/Schedule/ScheduleMultipole.c
COMPILING configs/sim/bindings/Schedule/ScheduleNewRad.c
yes
checking termcap support using ncurses and ... COMPILING configs/sim/bindings/Schedule/ScheduleOpenBLAS.c
COMPILING configs/sim/bindings/Variables/QuasiLocalMeasures.c
COMPILING configs/sim/bindings/Schedule/SchedulePNSHelper.c
no
checking termcap support using ncurses and -ltermcap... COMPILING configs/sim/bindings/Schedule/SchedulePNSMapper.c
COMPILING configs/sim/bindings/Schedule/ScheduleQuasiLocalMeasures.c
COMPILING configs/sim/bindings/Schedule/ScheduleSetMask_SphericalSurface.c
no
checking termcap support using ncurses and -lncursesw... COMPILING configs/sim/bindings/Schedule/ScheduleSlab.c
COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_6_5_min_err_coeff.F90
COMPILING configs/sim/bindings/Schedule/ScheduleSpaceMask.c
yes
checking whether diff accepts -u... -u
checking whether diff accepts -w... -w

###
### Configuring hwloc tests
###
checking for pthread_self in -lpthread... COMPILING configs/sim/bindings/Schedule/ScheduleSphericalSurface.c
COMPILING configs/sim/bindings/Schedule/ScheduleStaticConformal.c
COMPILING configs/sim/bindings/Schedule/ScheduleSummationByParts.c
yes
checking whether numa_bitmask_alloc is declared... COMPILING configs/sim/bindings/Variables/SetMask_SphericalSurface.c
yes
checking infiniband/verbs.h usability... COMPILING configs/sim/bindings/Schedule/ScheduleSymBase.c
yes
checking infiniband/verbs.h presence... COMPILING configs/sim/bindings/Schedule/ScheduleSystemStatistics.c
yes
checking for infiniband/verbs.h... yes
checking for ibv_open_device in -libverbs... COMPILING configs/sim/bindings/Variables/Slab.c
COMPILING configs/sim/bindings/Schedule/ScheduleSystemTopology.c
COMPILING configs/sim/bindings/Variables/SpaceMask.c
COMPILING configs/sim/bindings/Schedule/ScheduleTGRtensor.c
COMPILING configs/sim/bindings/Variables/SphericalSurface.c
yes
checking myriexpress.h usability... COMPILING configs/sim/bindings/Schedule/ScheduleTensorTypes.c
no
checking myriexpress.h presence... COMPILING configs/sim/bindings/Schedule/ScheduleTerminationTrigger.c
no
checking for myriexpress.h... no
checking for xmllint... xmllint
checking for bunzip2... bunzip2
checking if CXX works... COMPILING configs/sim/bindings/Variables/StaticConformal.c
COMPILING configs/sim/bindings/Schedule/ScheduleTime.c
COMPILING configs/sim/bindings/Variables/SummationByParts.c
COMPILING configs/sim/bindings/Schedule/ScheduleTimerReport.c
yes
checking whether diff accepts -u... -u

###
### Performing final hwloc configuration
###
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... COMPILING configs/sim/bindings/Variables/SymBase.c
COMPILING configs/sim/bindings/Schedule/ScheduleTimers.c
/opt/xalt/0.7.6/sles11.3/bin/ld
checking if the linker (/opt/xalt/0.7.6/sles11.3/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... COMPILING configs/sim/bindings/Variables/SystemStatistics.c
COMPILING configs/sim/bindings/Schedule/ScheduleTmunuBase.c
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /opt/xalt/0.7.6/sles11.3/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... COMPILING configs/sim/bindings/Variables/SystemTopology.c
@
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... COMPILING configs/sim/bindings/Schedule/ScheduleTriggerTerminationManual.c
COMPILING configs/sim/bindings/Variables/TGRtensor.c
COMPILING configs/sim/bindings/Schedule/ScheduleVectors.c
COMPILING configs/sim/bindings/Variables/TensorTypes.c
COMPILING configs/sim/bindings/Schedule/ScheduleWeylScal4.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:470:32:

   end function MultiPatch_GetBoundarySpecification
                                1
Warning: Unused dummy argument 'bb' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:470:37:

   end function MultiPatch_GetBoundarySpecification
                                     1
Warning: Unused dummy argument 'lsh' at (1) [-Wunused-dummy-argument]
COMPILING configs/sim/bindings/Variables/TerminationTrigger.c
ok
checking for sysroot... no
COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniAnalysis.c
COMPILING configs/sim/bindings/Variables/Time.c
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_3_min_err_coeff.F90
yes
checking for objdir... .libs
COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniCoMShift.c
COMPILING configs/sim/bindings/Variables/TimerReport.c
COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniM1.c
COMPILING configs/sim/bindings/Variables/Timers.c
COMPILING configs/sim/bindings/Variables/TmunuBase.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:388:0:

   INTEGER*4 imin(*)
 
Warning: 'nkk' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:38:0:

 # 15
 
note: 'nkk' was declared here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:256:0:

   INTEGER*4 dir
 
Warning: 'njj' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:37:0:

   integer, parameter :: cctki_use_operator_type = kind(operator_type)
 
Warning: 'ol' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:127:0:

 # 16
 
Warning: 'nii' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniQuadWaveExtract.c
checking if cc supports -fno-rtti -fno-exceptions... COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniShockTracker2.c
no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... COMPILING configs/sim/bindings/Variables/TriggerTerminationManual.c
yes
checking if cc static flag -static works... COMPILING configs/sim/bindings/Schedule/Schedulehwloc.c
COMPILING configs/sim/bindings/Variables/Vectors.c
COMPILING configs/sim/bindings/Schedule/Schedulepthreads.c
COMPILING configs/sim/bindings/Variables/WeylScal4.c
COMPILING configs/sim/bindings/Schedule/Schedulezlib.c
no
checking if cc supports -c -o file.o... COMPILING configs/sim/bindings/Schedule/BindingsSchedule.c
COMPILING configs/sim/bindings/Variables/ZelmaniAnalysis.c
yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/opt/xalt/0.7.6/sles11.3/bin/ld -m elf_x86_64) supports shared libraries... COMPILING configs/sim/bindings/Schedule/BindingsParameterRecovery.c
COMPILING configs/sim/bindings/Variables/ZelmaniCoMShift.c
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:693:32:

                       a(nii,nii-2) * var(or,:,:) ) * idel
                                1
Warning: Unused dummy argument 'bb' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:693:37:

                       a(nii,nii-2) * var(or,:,:) ) * idel
                                     1
Warning: Unused dummy argument 'lsh' at (1) [-Wunused-dummy-argument]
no
checking for shl_load in -ldld... COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_3_min_err_coeff_alt.F90
no
checking for dlopen... Checking status of thorn TGRtensor
yes
checking whether a program can dlopen itself... /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:534:0:

   INTEGER*4, intent(in) :: npatches, patch
 
Warning: 'nkk' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:38:0:

 # 15
 
note: 'nkk' was declared here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:350:0:

   end interface
 
Warning: 'njj' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:37:0:

   integer, parameter :: cctki_use_operator_type = kind(operator_type)
 
Warning: 'ol' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:167:0:

 # 16
 
Warning: 'nii' may be used uninitialized in this function [-Wmaybe-uninitialized]
yes
checking whether a statically linked program can dlopen itself... COMPILING configs/sim/bindings/Variables/ZelmaniM1.c
yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... CC -E
COMPILING arrangements/EinsteinUtils/TGRtensor/src/constants.F90
COMPILING arrangements/EinsteinUtils/TGRtensor/src/tensor.F90
COMPILING arrangements/EinsteinUtils/TGRtensor/src/cactus.F90
checking for ld used by CC... COMPILING arrangements/EinsteinUtils/TGRtensor/src/classify.c
/opt/xalt/0.7.6/sles11.3/bin/ld -m elf_x86_64
checking if the linker (/opt/xalt/0.7.6/sles11.3/bin/ld -m elf_x86_64) is GNU ld... yes
COMPILING arrangements/EinsteinUtils/TGRtensor/src/classify.F90
checking whether the CC linker (/opt/xalt/0.7.6/sles11.3/bin/ld -m elf_x86_64) supports shared libraries... /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/covderivs.f90:88:35:

 
                                   1
Warning: Unused dummy argument 'f' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/covderivs.f90:20:31:

 
                               1
Warning: Unused dummy argument 'f' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/covderivs.f90:20:42:

 
                                          1
Warning: Unused dummy argument 'gamma' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/covderivs.f90:132:0:

 
 
Warning: 'calc_vectorgradgrad' defined but not used [-Wunused-function]
COMPILING arrangements/EinsteinUtils/TGRtensor/src/conversion.F90
yes
COMPILING arrangements/EinsteinUtils/TGRtensor/src/covderivs.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/covderivs2.f90:91:36:

 
                                    1
Warning: Unused dummy argument 'f' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/covderivs2.f90:23:32:

 
                                1
Warning: Unused dummy argument 'f' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/covderivs2.f90:23:43:

 
                                           1
Warning: Unused dummy argument 'gamma' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/EinsteinUtils/TGRtensor/src/covderivs2.F90
COMPILING arrangements/EinsteinUtils/TGRtensor/src/derivs.F90
checking for CC option to produce PIC... -fPIC -DPIC
checking if CC PIC flag -fPIC -DPIC works... yes
checking if CC static flag -static works... COMPILING arrangements/EinsteinUtils/TGRtensor/src/derivs2.F90
COMPILING arrangements/EinsteinUtils/TGRtensor/src/gram_schmidt.F90
no
checking if CC supports -c -o file.o... yes
checking if CC supports -c -o file.o... (cached) yes
checking whether the CC linker (/opt/xalt/0.7.6/sles11.3/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
COMPILING arrangements/EinsteinUtils/TGRtensor/src/matdet.F90
checking that generated files are newer than configure... done
configure: creating ./config.status
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:842:32:

       end if
                                1
Warning: Unused dummy argument 'bb' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:842:37:

       end if
                                     1
Warning: Unused dummy argument 'lsh' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/EinsteinUtils/TGRtensor/src/matexp.F90
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_5_min_err_coeff.F90
COMPILING arrangements/EinsteinUtils/TGRtensor/src/matinv.F90
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/doxygen-config.cfg
config.status: creating utils/Makefile
config.status: creating utils/hwloc/Makefile
config.status: creating utils/lstopo/Makefile
config.status: creating hwloc.pc
config.status: creating tests/Makefile
config.status: creating tests/linux/Makefile
config.status: creating tests/linux/gather/Makefile
config.status: creating tests/xml/Makefile
COMPILING arrangements/EinsteinUtils/TGRtensor/src/ricci.F90
config.status: creating tests/ports/Makefile
config.status: creating tests/rename/Makefile
config.status: creating tests/linux/hwloc-gather-topology
config.status: creating tests/linux/gather/test-gather-topology.sh
config.status: creating tests/linux/test-topology.sh
config.status: creating tests/xml/test-topology.sh
config.status: creating tests/wrapper.sh
config.status: creating utils/hwloc/hwloc-assembler-remote
config.status: creating utils/hwloc/hwloc-compress-dir
config.status: creating utils/hwloc/test-hwloc-annotate.sh
config.status: creating utils/hwloc/test-hwloc-assembler.sh
config.status: creating utils/hwloc/test-hwloc-calc.sh
config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
config.status: creating utils/hwloc/test-hwloc-distances.sh
config.status: creating utils/hwloc/test-hwloc-distrib.sh
config.status: creating utils/hwloc/test-hwloc-info.sh
config.status: creating utils/hwloc/test-fake-plugin.sh
config.status: creating utils/lstopo/test-hwloc-ls.sh
COMPILING configs/sim/bindings/Variables/ZelmaniQuadWaveExtract.c
config.status: creating include/private/autogen/config.h
config.status: creating include/hwloc/autogen/config.h
config.status: linking src/topology-solaris.c to tests/ports/topology-solaris.c
config.status: linking src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
config.status: linking src/topology-aix.c to tests/ports/topology-aix.c
config.status: linking src/topology-osf.c to tests/ports/topology-osf.c
config.status: linking src/topology-windows.c to tests/ports/topology-windows.c
config.status: linking src/topology-darwin.c to tests/ports/topology-darwin.c
config.status: linking src/topology-freebsd.c to tests/ports/topology-freebsd.c
config.status: linking src/topology-netbsd.c to tests/ports/topology-netbsd.c
config.status: linking src/topology-hpux.c to tests/ports/topology-hpux.c
config.status: linking src/topology-bgq.c to tests/ports/topology-bgq.c
config.status: linking src/topology-opencl.c to tests/ports/topology-opencl.c
config.status: linking src/topology-cuda.c to tests/ports/topology-cuda.c
COMPILING arrangements/EinsteinUtils/TGRtensor/src/ricci2.F90
config.status: linking src/topology-nvml.c to tests/ports/topology-nvml.c
config.status: linking src/topology-gl.c to tests/ports/topology-gl.c
config.status: executing depfiles commands
COMPILING arrangements/EinsteinUtils/TGRtensor/src/ricci4.F90
config.status: executing chmoding-scripts commands
config.status: executing libtool commands
COMPILING configs/sim/bindings/Variables/ZelmaniShockTracker2.c

-----------------------------------------------------------------------------
Hwloc optional build support status (more details can be found above):

Probe / display I/O devices: no
Graphical output (Cairo):    no
XML input / output:          basic
libnuma memory support:      yes
Plugin support:              no
-----------------------------------------------------------------------------

COMPILING arrangements/EinsteinUtils/TGRtensor/src/rotation.F90
hwloc: Building...
topology.c: In function 'hwloc__check_children':
topology.c:3056:9: warning: variable 'prev_firstchild' set but not used [-Wunused-but-set-variable]
     int prev_firstchild = -1; /* -1 works fine with first comparisons below */
         ^~~~~~~~~~~~~~~
At top level:
topology.c:557:31: warning: 'obj_order_type' defined but not used [-Wunused-const-variable=]
 static const hwloc_obj_type_t obj_order_type[] = {
                               ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:655:0:

     rhs(5+ol,:,:) = rhs(5+ol,:,:) + &
 
Warning: 'nkk' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:38:0:

 # 15
 
note: 'nkk' was declared here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:421:0:

 # 16
 
Warning: 'njj' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:37:0:

   integer, parameter :: cctki_use_operator_type = kind(operator_type)
 
Warning: 'ol' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:187:0:

 # 16
 
Warning: 'nii' may be used uninitialized in this function [-Wmaybe-uninitialized]
Making all in src
  CC       topology.lo
COMPILING arrangements/EinsteinUtils/TGRtensor/src/tensor2.F90
COMPILING arrangements/EinsteinUtils/TGRtensor/src/tensor4.F90
COMPILING configs/sim/bindings/Variables/hwloc.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/timederivs.f90:50:11:

     REAL*8 :: abs2
           1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/timederivs.f90:136:68:

 
                                                                    1
Warning: Unused dummy argument 'ce0' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/timederivs.f90:97:67:

   ! Calculate a time derivate from several time levels with uneven spacing
                                                                   1
Warning: Unused dummy argument 'ce0' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/EinsteinUtils/TGRtensor/src/timederivs.F90
COMPILING configs/sim/bindings/Variables/pthreads.c
COMPILING configs/sim/bindings/Variables/zlib.c
COMPILING arrangements/EinsteinUtils/TGRtensor/src/pointwise.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CactusBindings.a
topology.c: In function 'hwloc_topology_dup':
topology.c:446:27: warning: 'new' may be used uninitialized in this function [-Wmaybe-uninitialized]
   new->userdata_export_cb = old->userdata_export_cb;
   ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:711:32:

                       a(nii-1,nii-2) * var(or-1,:,:) + &
                                1
Warning: Unused dummy argument 'bb' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:711:37:

                       a(nii-1,nii-2) * var(or-1,:,:) + &
                                     1
Warning: Unused dummy argument 'lsh' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/EinsteinUtils/TGRtensor/src/pointwise2.F90
COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_5_min_err_coeff_alt.F90
  CC       traversal.lo
COMPILING arrangements/EinsteinUtils/TGRtensor/src/adm_metric.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/adm_metric.f90:318:0:

     REAL*8, intent(out) :: gg_dot(3,3)
 
Warning: 'calc_3metricdot_simple' defined but not used [-Wunused-function]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/adm_metric.f90:332:0:

     REAL*8, intent(out) :: dgg_dot(3,3,3)
 
Warning: 'calc_3metricderivdot_simple' defined but not used [-Wunused-function]
  CC       distances.lo
  CC       components.lo
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:572:0:

     atmp = -transpose ( matmul ( h, matmul ( transpose(d), matmul ( b, d ) ) ) )
 
Warning: 'nkk' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:38:0:

 # 15
 
note: 'nkk' was declared here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:373:0:

 # 16
 
Warning: 'njj' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:37:0:

   integer, parameter :: cctki_use_operator_type = kind(operator_type)
 
Warning: 'ol' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:158:0:

   end interface
 
Warning: 'nii' may be used uninitialized in this function [-Wmaybe-uninitialized]
  CC       bind.lo
COMPILING arrangements/EinsteinUtils/TGRtensor/src/adm_metric_simple.F90
  CC       bitmap.lo
COMPILING configs/sim/bindings/build/TGRtensor/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TGRtensor.a
Checking status of thorn ADMBase
  CC       pci-common.lo
  CC       diff.lo
  CC       misc.lo
COMPILING arrangements/EinsteinBase/ADMBase/src/ParamCheck.c
  CC       base64.lo
COMPILING arrangements/EinsteinBase/ADMBase/src/Initialisation.c
  CC       topology-noos.lo
  CC       topology-synthetic.lo
Checking status of thorn ZelmaniAnalysis
COMPILING arrangements/EinsteinBase/ADMBase/src/Static.c
  CC       topology-custom.lo
COMPILING arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c: In function 'ZelmaniAnalysis_Hydro_Local':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c:83:23: warning: variable 'vlz' set but not used [-Wunused-but-set-variable]
   CCTK_REAL vlx, vly, vlz;
                       ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c:83:18: warning: variable 'vly' set but not used [-Wunused-but-set-variable]
   CCTK_REAL vlx, vly, vlz;
                  ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c:83:13: warning: variable 'vlx' set but not used [-Wunused-but-set-variable]
   CCTK_REAL vlx, vly, vlz;
             ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c:82:23: warning: variable 'ulz' set but not used [-Wunused-but-set-variable]
   CCTK_REAL ulx, uly, ulz;
                       ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c:73:13: warning: unused variable 'dz' [-Wunused-variable]
   CCTK_REAL dz = CCTK_DELTA_SPACE(2);
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c:72:13: warning: unused variable 'dy' [-Wunused-variable]
   CCTK_REAL dy = CCTK_DELTA_SPACE(1);
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c:71:13: warning: unused variable 'dx' [-Wunused-variable]
   CCTK_REAL dx = CCTK_DELTA_SPACE(0);
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c: In function 'ZelmaniAnalysis_Hydro_Global':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c:305:15: warning: unused variable 'radius' [-Wunused-variable]
     CCTK_REAL radius; //, grid_spacing_product;
               ^~~~~~
  CC       topology-xml.lo
COMPILING arrangements/EinsteinBase/ADMBase/src/InitSymBound.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/init.c: In function 'ZelmaniAnalysis_Init':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/init.c:24:20: warning: unused variable 'ijks' [-Wunused-variable]
   int i,j,k,is,ijk,ijks;
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/init.c:24:13: warning: unused variable 'is' [-Wunused-variable]
   int i,j,k,is,ijk,ijks;
             ^~
COMPILING configs/sim/bindings/build/ADMBase/cctk_ThornBindings.c
  CC       topology-xml-nolibxml.lo
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ADMBase.a
COMPILING arrangements/Zelmani/ZelmaniAnalysis/src/init.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SummationByParts.a
COMPILING arrangements/Zelmani/ZelmaniAnalysis/src/entropy.F90
  CC       topology-linux.lo
  CC       topology-x86.lo
COMPILING configs/sim/bindings/build/ZelmaniAnalysis/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniAnalysis.a
  CCLD     libhwloc.la
Making all in include
Making all in utils
Making all in hwloc
  CC       hwloc-annotate.o
  CC       hwloc-bind.o
  CC       hwloc-assembler.o
  CC       hwloc-calc.o
  CC       hwloc-diff.o
  CC       hwloc-distances.o
  CC       hwloc-distrib.o
  CC       hwloc-info.o
  CC       hwloc-patch.o
  CC       hwloc-ps.o
Creating hwloc.7 man page...
Creating hwloc-annotate.1 man page...
Creating hwloc-assembler.1 man page...
Creating hwloc-assembler-remote.1 man page...
Creating hwloc-bind.1 man page...
Creating hwloc-calc.1 man page...
Creating hwloc-compress-dir.1 man page...
Creating hwloc-diff.1 man page...
Creating hwloc-distances.1 man page...
Creating hwloc-distrib.1 man page...
Creating hwloc-info.1 man page...
Creating hwloc-patch.1 man page...
Creating hwloc-ps.1 man page...
Creating hwloc-gather-topology.1 man page...
  CCLD     hwloc-annotate
  CCLD     hwloc-assembler
  CCLD     hwloc-bind
  CCLD     hwloc-calc
  CCLD     hwloc-diff
  CCLD     hwloc-distances
  CCLD     hwloc-distrib
  CCLD     hwloc-info
  CCLD     hwloc-patch
  CCLD     hwloc-ps
lstopo-draw.c: In function 'get_type_fun':
lstopo-draw.c:1215:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
Making all in lstopo
  CC       lstopo_no_graphics-lstopo.o
  CC       lstopo_no_graphics-lstopo-color.o
  CC       lstopo_no_graphics-lstopo-draw.o
  CC       lstopo_no_graphics-lstopo-fig.o
  CC       lstopo_no_graphics-lstopo-text.o
  CC       lstopo_no_graphics-lstopo-xml.o
Creating lstopo-no-graphics.1 man page...
  CCLD     lstopo-no-graphics
Making all in tests
Making all in ports
Making all in xml
Making all in linux
Making all in gather
Making all in doc
Making all in examples
hwloc: Installing...
Making install in src
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/hwloc'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libhwloc.la '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib'
 /usr/bin/install -c -m 644 ./hwloc.dtd '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/hwloc'
libtool: install: /usr/bin/install -c .libs/libhwloc.lai /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/libhwloc.la
libtool: install: /usr/bin/install -c .libs/libhwloc.a /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/libhwloc.a
libtool: install: chmod 644 /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/libhwloc.a
libtool: install: ranlib /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/libhwloc.a
libtool: finish: PATH="/sw/xe/gsl/1.15/cnl4.1_gnu4.7.2/bin:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/bin:/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10742.5.1/libnvvp:/opt/cray/hdf5/1.8.14/bin:/opt/gcc/6.3.0/bin:/sw/tools/bin:/sw/tools/bin:/sw/xe/darshan/3.1.3/darshan-3.1.3/bin:/sw/EasyBuild/software/gnuplot/5.0.5/bin:/sw/user/scripts:/sw/admin/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/cray/mpt/7.5.3/gni/bin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/moab/9.0.4/sbin:/opt/cray/craype/2.5.9/bin:/opt/cray/llm/default/bin:/opt/cray/llm/default/etc:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/bin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/sbin:/opt/cray/lustre-cray_gem_s/2.5_3.0.101_0.46.1_1.0502.8871.24.1-1.0502.21704.63.1/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/bin:/opt/cray/sdb/1.1-1.0502.63652.4.27.gem/bin:/opt/cray/nodestat/2.2-1.0502.60539.1.31.gem/bin:/opt/modules/3.2.10.5/bin:/opt/moab/9.0.4/bin:/u/system/bwjenkins/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin:/opt/cray/bin:/sbin" ldconfig -n /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in include
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/include'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/include/hwloc'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/include/hwloc/autogen'
 /usr/bin/install -c -m 644 hwloc.h '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/include'
 /usr/bin/install -c -m 644 hwloc/bitmap.h hwloc/helper.h hwloc/inlines.h hwloc/diff.h hwloc/myriexpress.h hwloc/openfabrics-verbs.h hwloc/opencl.h hwloc/cuda.h hwloc/cudart.h hwloc/nvml.h hwloc/plugins.h hwloc/gl.h hwloc/intel-mic.h hwloc/rename.h hwloc/deprecated.h hwloc/linux.h hwloc/linux-libnuma.h hwloc/glibc-sched.h '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/include/hwloc'
 /usr/bin/install -c -m 644 hwloc/autogen/config.h '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/include/hwloc/autogen'
Making install in utils
Making install in hwloc
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man7'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c hwloc-annotate hwloc-assembler hwloc-bind hwloc-calc hwloc-diff hwloc-distances hwloc-distrib hwloc-info hwloc-patch hwloc-ps '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin'
 /usr/bin/install -c hwloc-assembler-remote hwloc-compress-dir '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin'
 /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-ps.1 hwloc-gather-topology.1 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1'
 /usr/bin/install -c -m 644 hwloc.7 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man7'
libtool: install: /usr/bin/install -c hwloc-annotate /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-annotate
libtool: install: /usr/bin/install -c hwloc-assembler /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-assembler
libtool: install: /usr/bin/install -c hwloc-bind /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-bind
libtool: install: /usr/bin/install -c hwloc-calc /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-calc
libtool: install: /usr/bin/install -c hwloc-diff /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-diff
libtool: install: /usr/bin/install -c hwloc-distances /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-distances
libtool: install: /usr/bin/install -c hwloc-distrib /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-distrib
libtool: install: /usr/bin/install -c hwloc-info /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-info
libtool: install: /usr/bin/install -c hwloc-patch /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-patch
libtool: install: /usr/bin/install -c hwloc-ps /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-ps
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man7'
 /usr/bin/install -c -m 644 hwloc.7 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man7'
 /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-ps.1 hwloc-gather-topology.1 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1'
Making install in lstopo
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c lstopo-no-graphics '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin'
 /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1'
libtool: install: /usr/bin/install -c lstopo-no-graphics /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/lstopo-no-graphics
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1'
 /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1'
Making install in tests
Making install in ports
Making install in xml
Making install in linux
Making install in gather
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin'
 /usr/bin/install -c hwloc-gather-topology '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin'
Making install in doc
Making install in examples
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_cpubinding.3 doxygen-doc/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 doxygen-doc/man/man3/HWLOC_CPUBIND_PROCESS.3 doxygen-doc/man/man3/HWLOC_CPUBIND_STRICT.3 doxygen-doc/man/man3/HWLOC_CPUBIND_THREAD.3 doxygen-doc/man/man3/hwloc_cpubind_flags_t.3 doxygen-doc/man/man3/hwloc_set_cpubind.3 doxygen-doc/man/man3/hwloc_get_cpubind.3 doxygen-doc/man/man3/hwloc_set_proc_cpubind.3 doxygen-doc/man/man3/hwloc_get_proc_cpubind.3 doxygen-doc/man/man3/hwloc_set_thread_cpubind.3 doxygen-doc/man/man3/hwloc_get_thread_cpubind.3 doxygen-doc/man/man3/hwloc_get_proc_last_cpu_location.3 doxygen-doc/man/man3/hwloc_get_last_cpu_location.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_api_version.3 doxygen-doc/man/man3/HWLOC_API_VERSION.3 doxygen-doc/man/man3/hwloc_get_api_version.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_configuration.3 doxygen-doc/man/man3/hwloc_topology_ignore_type.3 doxygen-doc/man/man3/hwloc_topology_ignore_type_keep_structure.3 doxygen-doc/man/man3/hwloc_topology_ignore_all_keep_structure.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.3 doxygen-doc/man/man3/hwloc_topology_flags_e.3 doxygen-doc/man/man3/hwloc_topology_get_flags.3 doxygen-doc/man/man3/hwloc_topology_set_flags.3 doxygen-doc/man/man3/hwloc_topology_set_pid.3 doxygen-doc/man/man3/hwloc_topology_set_fsroot.3 doxygen-doc/man/man3/hwloc_topology_set_synthetic.3 doxygen-doc/man/man3/hwloc_topology_set_xml.3 doxygen-doc/man/man3/hwloc_topology_set_xmlbuffer.3 doxygen-doc/man/man3/hwloc_topology_set_custom.3 doxygen-doc/man/man3/hwloc_topology_set_distance_matrix.3 doxygen-doc/man/man3/hwloc_topology_is_thissystem.3 doxygen-doc/man/man3/hwloc_topology_discovery_support.3 doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 doxygen-doc/man/man3/hwloc_topology_membind_support.3 doxygen-doc/man/man3/hwloc_topology_support.3 doxygen-doc/man/man3/hwloc_topology_set_userdata.3 doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_bitmap.3 doxygen-doc/man/man3/hwloc_bitmap_allbut.3 doxygen-doc/man/man3/hwloc_bitmap_alloc.3 doxygen-doc/man/man3/hwloc_bitmap_alloc_full.3 doxygen-doc/man/man3/hwloc_bitmap_and.3 doxygen-doc/man/man3/hwloc_bitmap_andnot.3 doxygen-doc/man/man3/hwloc_bitmap_asprintf.3 doxygen-doc/man/man3/hwloc_bitmap_clr.3 doxygen-doc/man/man3/hwloc_bitmap_clr_range.3 doxygen-doc/man/man3/hwloc_bitmap_compare.3 doxygen-doc/man/man3/hwloc_bitmap_compare_first.3 doxygen-doc/man/man3/hwloc_bitmap_copy.3 doxygen-doc/man/man3/hwloc_bitmap_dup.3 doxygen-doc/man/man3/hwloc_bitmap_fill.3 doxygen-doc/man/man3/hwloc_bitmap_first.3 doxygen-doc/man/man3/hwloc_bitmap_foreach_begin.3 doxygen-doc/man/man3/hwloc_bitmap_foreach_end.3 doxygen-doc/man/man3/hwloc_bitmap_free.3 doxygen-doc/man/man3/hwloc_bitmap_from_ith_ulong.3 doxygen-doc/man/man3/hwloc_bitmap_from_ulong.3 doxygen-doc/man/man3/hwloc_bitmap_intersects.3 doxygen-doc/man/man3/hwloc_bitmap_isequal.3 doxygen-doc/man/man3/hwloc_bitmap_isfull.3 doxygen-doc/man/man3/hwloc_bitmap_isincluded.3 doxygen-doc/man/man3/hwloc_bitmap_isset.3 doxygen-doc/man/man3/hwloc_bitmap_iszero.3 doxygen-doc/man/man3/hwloc_bitmap_last.3 doxygen-doc/man/man3/hwloc_bitmap_list_asprintf.3 doxygen-doc/man/man3/hwloc_bitmap_list_snprintf.3 doxygen-doc/man/man3/hwloc_bitmap_list_sscanf.3 doxygen-doc/man/man3/hwloc_bitmap_next.3 doxygen-doc/man/man3/hwloc_bitmap_not.3 doxygen-doc/man/man3/hwloc_bitmap_only.3 doxygen-doc/man/man3/hwloc_bitmap_or.3 doxygen-doc/man/man3/hwloc_bitmap_set.3 doxygen-doc/man/man3/hwloc_bitmap_set_ith_ulong.3 doxygen-doc/man/man3/hwloc_bitmap_set_range.3 doxygen-doc/man/man3/hwloc_bitmap_singlify.3 doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_creation.3 doxygen-doc/man/man3/hwloc_topology_t.3 doxygen-doc/man/man3/hwloc_topology_init.3 doxygen-doc/man/man3/hwloc_topology_load.3 doxygen-doc/man/man3/hwloc_topology_destroy.3 doxygen-doc/man/man3/hwloc_topology_check.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_opencl.3 doxygen-doc/man/man3/hwloc_opencl_get_device_cpuset.3 doxygen-doc/man/man3/hwloc_opencl_get_device_osdev.3 doxygen-doc/man/man3/hwloc_opencl_get_device_osdev_by_index.3 doxygen-doc/man/man3/hwlocality_cuda.3 doxygen-doc/man/man3/hwloc_cuda_get_device_cpuset.3 doxygen-doc/man/man3/hwloc_cuda_get_device_pci_ids.3 doxygen-doc/man/man3/hwloc_cuda_get_device_pcidev.3 doxygen-doc/man/man3/hwloc_cuda_get_device_osdev.3 doxygen-doc/man/man3/hwloc_cuda_get_device_osdev_by_index.3 doxygen-doc/man/man3/hwlocality_cudart.3 doxygen-doc/man/man3/hwloc_cudart_get_device_cpuset.3 doxygen-doc/man/man3/hwloc_cudart_get_device_pci_ids.3 doxygen-doc/man/man3/hwloc_cudart_get_device_pcidev.3 doxygen-doc/man/man3/hwloc_cudart_get_device_osdev_by_index.3 doxygen-doc/man/man3/hwlocality_nvml.3 doxygen-doc/man/man3/hwloc_nvml_get_device_cpuset.3 doxygen-doc/man/man3/hwloc_nvml_get_device_osdev.3 doxygen-doc/man/man3/hwloc_nvml_get_device_osdev_by_index.3 doxygen-doc/man/man3/hwlocality_gl.3 doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_name.3 doxygen-doc/man/man3/hwloc_gl_get_display_by_osdev.3 doxygen-doc/man/man3/hwlocality_intel_mic.3 doxygen-doc/man/man3/hwloc_intel_mic_get_device_cpuset.3 doxygen-doc/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_custom.3 doxygen-doc/man/man3/hwloc_custom_insert_topology.3 doxygen-doc/man/man3/hwloc_custom_insert_group_object_by_parent.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_diff.3 doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_e.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u.3 doxygen-doc/man/man3/hwloc_topology_diff_type_e.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 doxygen-doc/man/man3/hwloc_topology_diff_u.3 doxygen-doc/man/man3/hwloc_topology_diff_build.3 doxygen-doc/man/man3/hwloc_topology_diff_apply_flags_e.3 doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 doxygen-doc/man/man3/hwloc_topology_diff_apply.3 doxygen-doc/man/man3/hwloc_topology_diff_destroy.3 doxygen-doc/man/man3/hwloc_topology_diff_load_xml.3 doxygen-doc/man/man3/hwloc_topology_diff_export_xml.3 doxygen-doc/man/man3/hwloc_topology_diff_load_xmlbuffer.3 doxygen-doc/man/man3/hwloc_topology_diff_export_xmlbuffer.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_glibc_sched.3 doxygen-doc/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 doxygen-doc/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwloc_bitmap_taskset_asprintf.3 doxygen-doc/man/man3/hwloc_bitmap_taskset_snprintf.3 doxygen-doc/man/man3/hwloc_bitmap_taskset_sscanf.3 doxygen-doc/man/man3/hwloc_bitmap_to_ith_ulong.3 doxygen-doc/man/man3/hwloc_bitmap_to_ulong.3 doxygen-doc/man/man3/hwloc_bitmap_weight.3 doxygen-doc/man/man3/hwloc_bitmap_xor.3 doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_advanced_io.3 doxygen-doc/man/man3/hwloc_get_non_io_ancestor_obj.3 doxygen-doc/man/man3/hwloc_get_next_pcidev.3 doxygen-doc/man/man3/hwloc_get_pcidev_by_busid.3 doxygen-doc/man/man3/hwloc_get_pcidev_by_busidstring.3 doxygen-doc/man/man3/hwloc_get_next_osdev.3 doxygen-doc/man/man3/hwloc_get_next_bridge.3 doxygen-doc/man/man3/hwloc_bridge_covers_pcibus.3 doxygen-doc/man/man3/hwloc_get_hostbridge_by_pcibus.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_helper_ancestors.3 doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_depth.3 doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_type.3 doxygen-doc/man/man3/hwloc_get_common_ancestor_obj.3 doxygen-doc/man/man3/hwloc_obj_is_in_subtree.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_distances.3 doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_depth.3 doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_type.3 doxygen-doc/man/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 doxygen-doc/man/man3/hwloc_get_latency.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_helper_distribute.3 doxygen-doc/man/man3/hwloc_distrib_flags_e.3 doxygen-doc/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 doxygen-doc/man/man3/hwloc_distrib.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_helper_find_cache.3 doxygen-doc/man/man3/hwloc_get_cache_type_depth.3 doxygen-doc/man/man3/hwloc_get_cache_covering_cpuset.3 doxygen-doc/man/man3/hwloc_get_shared_cache_covering_obj.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_helper_find_covering.3 doxygen-doc/man/man3/hwloc_get_child_covering_cpuset.3 doxygen-doc/man/man3/hwloc_get_obj_covering_cpuset.3 doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_helper_find_inside.3 doxygen-doc/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 doxygen-doc/man/man3/hwloc_get_largest_objs_inside_cpuset.3 doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 doxygen-doc/man/man3/hwloc_get_obj_index_inside_cpuset.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_helper_find_misc.3 doxygen-doc/man/man3/hwloc_get_pu_obj_by_os_index.3 doxygen-doc/man/man3/hwloc_get_next_child.3 doxygen-doc/man/man3/hwloc_get_closest_objs.3 doxygen-doc/man/man3/hwloc_get_obj_below_array_by_type.3 doxygen-doc/man/man3/hwloc_get_obj_below_by_type.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_helper_nodeset_convert.3 doxygen-doc/man/man3/hwloc_cpuset_to_nodeset.3 doxygen-doc/man/man3/hwloc_cpuset_to_nodeset_strict.3 doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 doxygen-doc/man/man3/hwloc_cpuset_from_nodeset_strict.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_helper_topology_sets.3 doxygen-doc/man/man3/hwloc_topology_get_allowed_cpuset.3 doxygen-doc/man/man3/hwloc_topology_get_complete_nodeset.3 doxygen-doc/man/man3/hwloc_topology_get_online_cpuset.3 doxygen-doc/man/man3/hwloc_topology_get_topology_cpuset.3 doxygen-doc/man/man3/hwloc_topology_get_allowed_nodeset.3 doxygen-doc/man/man3/hwloc_topology_get_complete_cpuset.3 doxygen-doc/man/man3/hwloc_topology_get_topology_nodeset.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_levels.3 doxygen-doc/man/man3/hwloc_topology_get_depth.3 doxygen-doc/man/man3/hwloc_get_type_depth.3 doxygen-doc/man/man3/hwloc_get_type_depth_e.3 doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 doxygen-doc/man/man3/hwloc_get_type_or_above_depth.3 doxygen-doc/man/man3/hwloc_get_type_or_below_depth.3 doxygen-doc/man/man3/hwloc_get_depth_type.3 doxygen-doc/man/man3/hwloc_get_nbobjs_by_depth.3 doxygen-doc/man/man3/hwloc_get_nbobjs_by_type.3 doxygen-doc/man/man3/hwloc_get_root_obj.3 doxygen-doc/man/man3/hwloc_get_obj_by_depth.3 doxygen-doc/man/man3/hwloc_get_obj_by_type.3 doxygen-doc/man/man3/hwloc_get_next_obj_by_depth.3 doxygen-doc/man/man3/hwloc_get_next_obj_by_type.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_linux.3 doxygen-doc/man/man3/hwloc_linux_parse_cpumap_file.3 doxygen-doc/man/man3/hwloc_linux_set_tid_cpubind.3 doxygen-doc/man/man3/hwloc_linux_get_tid_cpubind.3 doxygen-doc/man/man3/hwloc_linux_get_tid_last_cpu_location.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_membinding.3 doxygen-doc/man/man3/HWLOC_MEMBIND_BIND.3 doxygen-doc/man/man3/HWLOC_MEMBIND_DEFAULT.3 doxygen-doc/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 doxygen-doc/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 doxygen-doc/man/man3/HWLOC_MEMBIND_MIGRATE.3 doxygen-doc/man/man3/HWLOC_MEMBIND_MIXED.3 doxygen-doc/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 doxygen-doc/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 doxygen-doc/man/man3/HWLOC_MEMBIND_PROCESS.3 doxygen-doc/man/man3/HWLOC_MEMBIND_REPLICATE.3 doxygen-doc/man/man3/HWLOC_MEMBIND_STRICT.3 doxygen-doc/man/man3/HWLOC_MEMBIND_THREAD.3 doxygen-doc/man/man3/hwloc_membind_flags_t.3 doxygen-doc/man/man3/hwloc_membind_policy_t.3 doxygen-doc/man/man3/hwloc_set_membind.3 doxygen-doc/man/man3/hwloc_set_membind_nodeset.3 doxygen-doc/man/man3/hwloc_get_membind.3 doxygen-doc/man/man3/hwloc_get_membind_nodeset.3 doxygen-doc/man/man3/hwloc_set_proc_membind.3 doxygen-doc/man/man3/hwloc_set_proc_membind_nodeset.3 doxygen-doc/man/man3/hwloc_get_proc_membind.3 doxygen-doc/man/man3/hwloc_get_proc_membind_nodeset.3 doxygen-doc/man/man3/hwloc_set_area_membind.3 doxygen-doc/man/man3/hwloc_set_area_membind_nodeset.3 doxygen-doc/man/man3/hwloc_get_area_membind.3 doxygen-doc/man/man3/hwloc_get_area_membind_nodeset.3 doxygen-doc/man/man3/hwloc_alloc.3 doxygen-doc/man/man3/hwloc_alloc_membind.3 doxygen-doc/man/man3/hwloc_alloc_membind_nodeset.3 doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 doxygen-doc/man/man3/hwloc_alloc_membind_policy_nodeset.3 doxygen-doc/man/man3/hwloc_free.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_myriexpress.3 doxygen-doc/man/man3/hwloc_mx_board_get_device_cpuset.3 doxygen-doc/man/man3/hwloc_mx_endpoint_get_device_cpuset.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_object_sets.3 doxygen-doc/man/man3/hwloc_bitmap_t.3 doxygen-doc/man/man3/hwloc_const_bitmap_t.3 doxygen-doc/man/man3/hwloc_cpuset_t.3 doxygen-doc/man/man3/hwloc_const_cpuset_t.3 doxygen-doc/man/man3/hwloc_nodeset_t.3 doxygen-doc/man/man3/hwloc_const_nodeset_t.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_object_strings.3 doxygen-doc/man/man3/hwloc_obj_type_string.3 doxygen-doc/man/man3/hwloc_obj_type_sscanf.3 doxygen-doc/man/man3/hwloc_obj_type_snprintf.3 doxygen-doc/man/man3/hwloc_obj_attr_snprintf.3 doxygen-doc/man/man3/hwloc_obj_cpuset_snprintf.3 doxygen-doc/man/man3/hwloc_obj_get_info_by_name.3 doxygen-doc/man/man3/hwloc_obj_add_info.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_object_types.3 doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE.3 doxygen-doc/man/man3/HWLOC_OBJ_CACHE.3 doxygen-doc/man/man3/HWLOC_OBJ_CORE.3 doxygen-doc/man/man3/HWLOC_OBJ_GROUP.3 doxygen-doc/man/man3/HWLOC_OBJ_MACHINE.3 doxygen-doc/man/man3/HWLOC_OBJ_MISC.3 doxygen-doc/man/man3/HWLOC_OBJ_NODE.3 doxygen-doc/man/man3/HWLOC_OBJ_OS_DEVICE.3 doxygen-doc/man/man3/HWLOC_OBJ_PU.3 doxygen-doc/man/man3/HWLOC_OBJ_PCI_DEVICE.3 doxygen-doc/man/man3/HWLOC_OBJ_SOCKET.3 doxygen-doc/man/man3/HWLOC_OBJ_SYSTEM.3 doxygen-doc/man/man3/HWLOC_OBJ_TYPE_MAX.3 doxygen-doc/man/man3/hwloc_obj_type_t.3 doxygen-doc/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 doxygen-doc/man/man3/HWLOC_OBJ_CACHE_DATA.3 doxygen-doc/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 doxygen-doc/man/man3/hwloc_obj_cache_type_e.3 doxygen-doc/man/man3/hwloc_obj_cache_type_t.3 doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 doxygen-doc/man/man3/hwloc_obj_bridge_type_e.3 doxygen-doc/man/man3/hwloc_obj_bridge_type_t.3 doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_DMA.3 doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_GPU.3 doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 doxygen-doc/man/man3/hwloc_obj_osdev_type_e.3 doxygen-doc/man/man3/hwloc_obj_osdev_type_t.3 doxygen-doc/man/man3/hwloc_compare_types.3 doxygen-doc/man/man3/hwloc_compare_types_e.3 doxygen-doc/man/man3/HWLOC_TYPE_UNORDERED.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_objects.3 doxygen-doc/man/man3/hwloc_obj.3 doxygen-doc/man/man3/hwloc_obj_t.3 doxygen-doc/man/man3/hwloc_obj_memory_s.3 doxygen-doc/man/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 doxygen-doc/man/man3/hwloc_obj_attr_u.3 doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 doxygen-doc/man/man3/hwloc_distances_s.3 doxygen-doc/man/man3/hwloc_obj_info_s.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_openfabrics.3 doxygen-doc/man/man3/hwloc_ibv_get_device_cpuset.3 doxygen-doc/man/man3/hwloc_ibv_get_device_osdev.3 doxygen-doc/man/man3/hwloc_ibv_get_device_osdev_by_name.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_syntheticexport.3 doxygen-doc/man/man3/hwloc_topology_export_synthetic.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_tinker.3 doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_cpuset.3 doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_parent.3 doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 doxygen-doc/man/man3/hwloc_restrict_flags_e.3 doxygen-doc/man/man3/hwloc_topology_restrict.3 doxygen-doc/man/man3/hwloc_topology_dup.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/doc/hwloc'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /usr/bin/install -c -m 644 doxygen-doc/hwloc-a4.pdf doxygen-doc/hwloc-letter.pdf '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/doc/hwloc'
 /usr/bin/install -c -m 644 doxygen-doc/man/man3/hwlocality_xmlexport.3 doxygen-doc/man/man3/hwloc_topology_export_xml.3 doxygen-doc/man/man3/hwloc_topology_export_xmlbuffer.3 doxygen-doc/man/man3/hwloc_free_xmlbuffer.3 doxygen-doc/man/man3/hwloc_topology_set_userdata_export_callback.3 doxygen-doc/man/man3/hwloc_export_obj_userdata.3 doxygen-doc/man/man3/hwloc_export_obj_userdata_base64.3 doxygen-doc/man/man3/hwloc_topology_set_userdata_import_callback.3 '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/hwloc'
 /bin/mkdir -p '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/pkgconfig'
 /usr/bin/install -c -m 644 contrib/hwloc-valgrind.supp '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/hwloc'
 /usr/bin/install -c -m 644 hwloc.pc '/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/pkgconfig'
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch
hwloc: Cleaning up...
hwloc: Done.
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_hwloc.a
Checking status of thorn LoopControl
Checking status of thorn MPI
COMPILING configs/sim/bindings/build/LoopControl/cctk_ThornBindings.c
COMPILING configs/sim/bindings/build/MPI/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_MPI.a
COMPILING arrangements/Carpet/LoopControl/src/loopcontrol.cc
COMPILING arrangements/Carpet/LoopControl/src/loopcontrol_types.F90
Checking status of thorn HDF5
Checking status of thorn QuasiLocalMeasures
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/LoopControl/loopcontrol_types.f90:15:22:

      type(lc_vec_t) :: count, idx
                      1
Warning: Component 'v' in derived type 'lc_vec_t' at (1) may not be C interoperable, even though derived type 'lc_vec_t' is BIND(C) [-Wc-binding-type]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/LoopControl/loopcontrol_types.f90:27:44:

      integer*8     :: selftest_array
                                            1
Warning: Component 'coarse_thread_info_ptr' in derived type 'lc_control_t' at (1) may not be C interoperable, even though derived type 'lc_control_t' is BIND(C) [-Wc-binding-type]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/LoopControl/loopcontrol_types.f90:28:43:

   end type lc_control_t
                                           1
Warning: Component 'coarse_thread_done' in derived type 'lc_control_t' at (1) may not be C interoperable, even though derived type 'lc_control_t' is BIND(C) [-Wc-binding-type]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/LoopControl/loopcontrol_types.f90:32:36:

Warning: Component 'selftest_array' in derived type 'lc_control_t' at (1) may not be C interoperable, even though derived type 'lc_control_t' is BIND(C) [-Wc-binding-type]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc: In function 'void lc_control_init(lc_control_t*, lc_descr_t*, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc:801:16: warning: unused variable 'outside' [-Wunused-variable]
     const bool outside =
                ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc: In function 'void lc_selftest_set(const lc_control_t*, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t, ptrdiff_t)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc:1017:21: warning: unused variable 'ipos_imin' [-Wunused-variable]
     const ptrdiff_t ipos_imin = ind(control->ash, imin, j, k);
                     ^~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc:1021:21: warning: unused variable 'ipos_imax' [-Wunused-variable]
     const ptrdiff_t ipos_imax = ind(control->ash, imax, j, k);
                     ^~~~~~~~~
COMPILING arrangements/Carpet/LoopControl/src/loopcontrol.F90
COMPILING configs/sim/bindings/build/HDF5/cctk_ThornBindings.c
Checking status of thorn SystemTopology
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_HDF5.a
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc: At global scope:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc:375:5: warning: 'int {anonymous}::space_local2global(const lc_space_t&)' defined but not used [-Wunused-function]
 int space_local2global(const lc_space_t &space) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc:311:10: warning: 'std::ostream& {anonymous}::operator<<(std::ostream&, const lc_control_t&)' defined but not used [-Wunused-function]
 ostream &operator<<(ostream &os, const lc_control_t &c) {
          ^~~~~~~~
COMPILING configs/sim/bindings/build/SystemTopology/cctk_ThornBindings.c
COMPILING arrangements/CactusUtils/SystemTopology/src/system_topology.cc
Checking status of thorn TimerReport
COMPILING arrangements/CactusUtils/TimerReport/src/Output.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusUtils/SystemTopology/src/system_topology.cc:63:6: warning: 'bool {anonymous}::is_pow2(int)' defined but not used [-Wunused-function]
 bool is_pow2(int a) {
      ^~~~~~~
COMPILING arrangements/Carpet/LoopControl/src/type_sizes.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_LoopControl.a
Checking status of thorn TriggerTerminationManual
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/TriggerTerminationManual/src/TriggerTerminationManual.c: In function 'TriggerTerminationManual_StartTimer':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/TriggerTerminationManual/src/TriggerTerminationManual.c:48:7: warning: variable 'TimerIndex' set but not used [-Wunused-but-set-variable]
   int TimerIndex;
       ^~~~~~~~~~
COMPILING arrangements/Zelmani/TriggerTerminationManual/src/TriggerTerminationManual.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusUtils/SystemTopology/src/system_topology.cc: In function 'int ST_system_topology()':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusUtils/SystemTopology/src/system_topology.cc:457:9: warning: 'dense_layout' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #pragma omp parallel
         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusUtils/SystemTopology/src/system_topology.cc:444:8: note: 'dense_layout' was declared here
   bool dense_layout;
        ^~~~~~~~~~~~
COMPILING arrangements/Zelmani/TriggerTerminationManual/src/TriggerTerminationFile.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SystemTopology.a
COMPILING configs/sim/bindings/build/TriggerTerminationManual/cctk_ThornBindings.c
COMPILING configs/sim/bindings/build/TimerReport/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TriggerTerminationManual.a
Checking status of thorn WeylScal4
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_import_surface.F90:96:2: warning: #warning "TODO: Ensure that the surface parameters don't change" [-Wcpp]
 #warning "TODO: Ensure that the surface parameters don't change"
  ^~~~~~~
COMPILING configs/sim/bindings/build/QuasiLocalMeasures/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TimerReport.a
COMPILING configs/sim/bindings/build/WeylScal4/cctk_ThornBindings.c
Checking status of thorn ZelmaniCoMShift
COMPILING configs/sim/bindings/build/ZelmaniCoMShift/cctk_ThornBindings.c
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_boundary.F90
Checking status of thorn Cactus
COMPILING arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c: In function 'ZelmaniCoMShift_LocalStuff':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:71:13: warning: unused variable 'cutrho' [-Wunused-variable]
   CCTK_REAL cutrho,cutradius;
             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:69:32: warning: unused variable 'y2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                                ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:69:29: warning: unused variable 'x2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:69:25: warning: unused variable 'rt4' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:69:21: warning: unused variable 'rt2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                     ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:69:18: warning: unused variable 'rt' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                  ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:69:13: warning: variable 'tiny' set but not used [-Wunused-but-set-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c: In function 'ZelmaniCoMShift_LocalStuffRecover':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:134:13: warning: unused variable 'cutrho' [-Wunused-variable]
   CCTK_REAL cutrho,cutradius;
             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:132:32: warning: unused variable 'y2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                                ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:132:29: warning: unused variable 'x2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:132:25: warning: unused variable 'rt4' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:132:21: warning: unused variable 'rt2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                     ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:132:18: warning: unused variable 'rt' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                  ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c:132:13: warning: variable 'tiny' set but not used [-Wunused-but-set-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
             ^~~~
COMPILING src/IO/IOMethods.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/Boundaries.cc
COMPILING src/IO/OverloadIO.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/Reductions.c: In function 'ZelmaniCoMShift_Reductions':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/Reductions.c:23:17: warning: variable 'tiny' set but not used [-Wunused-but-set-variable]
   CCTK_REAL d3x,tiny;
                 ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/Reductions.c:21:7: warning: unused variable 'vartype' [-Wunused-variable]
   int vartype;
       ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/Reductions.c:19:7: warning: unused variable 'cf' [-Wunused-variable]
   int cf = 1.0;
       ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/Reductions.c:18:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr = 0;
       ^~~~
COMPILING src/IO/FortranBindingsIO.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/Kranc.cc
COMPILING arrangements/Zelmani/ZelmaniCoMShift/src/Reductions.c
COMPILING arrangements/Zelmani/ZelmaniCoMShift/src/Output.cc
COMPILING src/comm/CactusSync.c
COMPILING src/comm/CactusDefaultComm.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/RegisterMoL.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/comm/OverloadComm.c:20:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h: In function 'CCTKi_DummyExit':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:92:10: warning: function declared 'noreturn' has a 'return' statement
   return 0;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:84:59: note: in expansion of macro '__OVERLOADABLE_DUMMY'
 #define _OVERLOADABLE_DUMMY(prefix, dummy_prefix, name)   __OVERLOADABLE_DUMMY(prefix, dummy_prefix, name)
                                                           ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:83:36: note: in expansion of macro '_OVERLOADABLE_DUMMY'
 #define OVERLOADABLE_DUMMY(name)   _OVERLOADABLE_DUMMY(OVERLOADABLE_PREFIX, OVERLOADABLE_DUMMY_PREFIX, name)
                                    ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/comm/OverloadComm.c:151:28: note: in expansion of macro 'OVERLOADABLE_DUMMY'
 #define OVERLOADABLE(name) OVERLOADABLE_DUMMY(name)
                            ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h:87:1: note: in expansion of macro 'OVERLOADABLE'
 OVERLOADABLE(Exit)
 ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h: In function 'CCTKi_DummyAbort':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:92:10: warning: function declared 'noreturn' has a 'return' statement
   return 0;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:84:59: note: in expansion of macro '__OVERLOADABLE_DUMMY'
 #define _OVERLOADABLE_DUMMY(prefix, dummy_prefix, name)   __OVERLOADABLE_DUMMY(prefix, dummy_prefix, name)
                                                           ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:83:36: note: in expansion of macro '_OVERLOADABLE_DUMMY'
 #define OVERLOADABLE_DUMMY(name)   _OVERLOADABLE_DUMMY(OVERLOADABLE_PREFIX, OVERLOADABLE_DUMMY_PREFIX, name)
                                    ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/comm/OverloadComm.c:151:28: note: in expansion of macro 'OVERLOADABLE_DUMMY'
 #define OVERLOADABLE(name) OVERLOADABLE_DUMMY(name)
                            ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h:88:1: note: in expansion of macro 'OVERLOADABLE'
 OVERLOADABLE(Abort)
 ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h: In function 'CCTKi_DummyExit':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:92:10: warning: 'noreturn' function does return
   return 0;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:84:59: note: in expansion of macro '__OVERLOADABLE_DUMMY'
 #define _OVERLOADABLE_DUMMY(prefix, dummy_prefix, name)   __OVERLOADABLE_DUMMY(prefix, dummy_prefix, name)
                                                           ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:83:36: note: in expansion of macro '_OVERLOADABLE_DUMMY'
 #define OVERLOADABLE_DUMMY(name)   _OVERLOADABLE_DUMMY(OVERLOADABLE_PREFIX, OVERLOADABLE_DUMMY_PREFIX, name)
                                    ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/comm/OverloadComm.c:151:28: note: in expansion of macro 'OVERLOADABLE_DUMMY'
 #define OVERLOADABLE(name) OVERLOADABLE_DUMMY(name)
                            ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h:87:1: note: in expansion of macro 'OVERLOADABLE'
 OVERLOADABLE(Exit)
 ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h: In function 'CCTKi_DummyAbort':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:92:10: warning: 'noreturn' function does return
   return 0;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:84:59: note: in expansion of macro '__OVERLOADABLE_DUMMY'
 #define _OVERLOADABLE_DUMMY(prefix, dummy_prefix, name)   __OVERLOADABLE_DUMMY(prefix, dummy_prefix, name)
                                                           ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:83:36: note: in expansion of macro '_OVERLOADABLE_DUMMY'
 #define OVERLOADABLE_DUMMY(name)   _OVERLOADABLE_DUMMY(OVERLOADABLE_PREFIX, OVERLOADABLE_DUMMY_PREFIX, name)
                                    ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/comm/OverloadComm.c:151:28: note: in expansion of macro 'OVERLOADABLE_DUMMY'
 #define OVERLOADABLE(name) OVERLOADABLE_DUMMY(name)
                            ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h:88:1: note: in expansion of macro 'OVERLOADABLE'
 OVERLOADABLE(Abort)
 ^~~~~~~~~~~~
COMPILING src/comm/OverloadComm.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/RegisterSymmetries.cc
COMPILING src/comm/Interp.c
COMPILING src/comm/Reduction.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/Startup.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c: In function 'ZelmaniCoMShift_ChangeShift':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c:25:32: warning: unused variable 'y2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                                ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c:25:29: warning: unused variable 'x2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c:25:25: warning: unused variable 'rt4' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c:25:21: warning: unused variable 'rt2' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                     ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c:25:18: warning: unused variable 'rt' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
                  ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c:25:13: warning: unused variable 'tiny' [-Wunused-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c:23:13: warning: variable 'localweight' set but not used [-Wunused-but-set-variable]
   CCTK_REAL localweight = 1.0e0;
             ^~~~~~~~~~~
COMPILING arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_invars_calc_2nd.cc
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniCoMShift.a
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_invars_calc_4th.cc
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_derivs.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_derivs.f90:43:11:

 
           1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_variables.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_broadcast.c: In function 'bcast':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_broadcast.c:24:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr;
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_broadcast.c:55:7: warning: 'items' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int items;
       ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_broadcast.c:116:7: warning: 'mpitype' may be used uninitialized in this function [-Wmaybe-uninitialized]
       MPI_Bcast (ptr, elems * items, mpitype, root, comm);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_broadcast.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_invars_calc_Nth.cc
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psi4_calc_2nd.cc
COMPILING src/util/CactusTimers.c
COMPILING src/util/File.c
COMPILING src/util/ParseFile.c
COMPILING src/util/RegisterKeyedFunction.c
COMPILING src/util/StoreKeyedData.c
COMPILING src/util/StoreNamedData.c
COMPILING src/util/Misc.c
COMPILING src/util/StoreHandledData.c
COMPILING src/util/SKBinTree.c
COMPILING src/util/Hash.c
COMPILING src/util/Malloc.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psi4_calc_4th.cc
COMPILING src/util/Math.c
COMPILING src/util/String.c
COMPILING src/util/StringList.c
COMPILING src/util/Table.c
COMPILING src/util/Time.c
COMPILING src/util/Network.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psi4_calc_Nth.cc
COMPILING src/main/ActiveThorns.c
COMPILING src/main/Banner.c
COMPILING src/main/CactusDefaultInitialise.c
COMPILING src/main/CactusDefaultEvolve.c
COMPILING src/main/CactusDefaultShutdown.c
COMPILING src/main/CactusDefaultMainLoopIndex.c
COMPILING src/main/CallStartupFunctions.c
COMPILING src/main/CommandLine.c
COMPILING src/main/Complex.c
COMPILING src/main/ConfigData.c
COMPILING src/main/Coord.c
COMPILING src/main/DebugDefines.c
COMPILING src/main/DefaultTimers.c
COMPILING src/main/Dummies.c
COMPILING src/main/flesh.cc
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_coordinates.F90
COMPILING src/main/FortranWrappers.c
COMPILING src/main/GHExtensions.c
COMPILING src/main/Groups.c
COMPILING src/main/GroupsOnGH.c
COMPILING src/main/InitialiseCactus.c
COMPILING src/main/InitialiseDataStructures.c
COMPILING src/main/MainUtils.c
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_gram_schmidt.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_import_surface.F90:96:2: warning: #warning "TODO: Ensure that the surface parameters don't change" [-Wcpp]
 #warning "TODO: Ensure that the surface parameters don't change"
  ^~~~~~~
COMPILING src/main/Names.c
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_import_surface.F90
COMPILING src/schedule/ScheduleSorter.c
COMPILING src/main/OverloadMain.c
COMPILING src/main/Parameters.c
COMPILING src/schedule/ScheduleCreater.c
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_init.F90
COMPILING src/schedule/ScheduleTraverse.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_interpolate.f90:664:0:

 # 22
 
Warning: 'pack' defined but not used [-Wunused-function]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_interpolate.f90:689:0:

   REAL*8 qlm_phi10 (X0qlm_ricci_scalars,X1qlm_ricci_scalars,qlm_ricci_scalars_length)
 
Warning: 'poison' defined but not used [-Wunused-function]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_interpolate.f90:694:0:

 # 22
 
Warning: 'poison_check' defined but not used [-Wunused-function]
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_interpolate.F90
COMPILING src/main/ProcessCommandLine.c
COMPILING src/main/ProcessEnvironment.c
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psis_calc_2nd.cc
COMPILING src/main/ProcessParameterDatabase.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/main/ScheduleInterface.c: In function 'CCTK_CallFunction':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/main/ScheduleInterface.c:297:10: warning: unused variable 'start' [-Wunused-variable]
   double start = MPI_Wtime();
          ^~~~~
COMPILING src/main/ScheduleInterface.c
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_axial.F90
COMPILING src/main/SetParams.c
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_gradient.F90
COMPILING src/main/ShutdownCactus.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_killing_gradient.f90:22:33:

   &,qlm_state_p_length,qlm_tetrad_l_length,qlm_tetrad_m_length,qlm_tetrad_n_length,qlm_twometric_length,qlm_weyl_scalars_length,qlm&
                                 1
Warning: Unused variable 'ddpsi2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_killing_gradient.f90:22:53:

   &,qlm_state_p_length,qlm_tetrad_l_length,qlm_tetrad_m_length,qlm_tetrad_n_length,qlm_twometric_length,qlm_weyl_scalars_length,qlm&
                                                     1
Warning: Unused variable 'dndpsi2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_killing_gradient.f90:21:31:

 # 8
                               1
Warning: Unused variable 'dqq' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_killing_gradient.f90:21:57:

 # 8
                                                         1
Warning: Unused variable 'dqu' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_killing_gradient.f90:22:41:

   &,qlm_state_p_length,qlm_tetrad_l_length,qlm_tetrad_m_length,qlm_tetrad_n_length,qlm_twometric_length,qlm_weyl_scalars_length,qlm&
                                         1
Warning: Unused variable 'ndpsi2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_killing_gradient.f90:21:45:

 # 8
                                             1
Warning: Unused variable 'qu' declared at (1) [-Wunused-variable]
COMPILING src/main/Subsystems.c
COMPILING src/main/Termination.c
COMPILING src/main/Traverse.c
COMPILING src/main/WarnLevel.c
COMPILING configs/sim/bindings/build/Cactus/cctk_ThornBindings.c
Checking status of thorn CarpetLib
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psis_calc_4th.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/AutoGrammar.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/AutoGrammar.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Bracket.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/Bracket.cc
COMPILING src/piraha/Dot.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Dot.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/End.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/End.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_normalisation.F90
COMPILING src/piraha/Grammar.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Grammar.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_test.F90
COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psis_calc_Nth.cc
COMPILING src/piraha/Group.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Group.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/ILiteral.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/ILiteral.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/Literal.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Literal.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/Lookup.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Lookup.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/Matcher.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Matcher.cc:2:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/Multi.cc
COMPILING arrangements/Carpet/CarpetLib/src/backtrace.cc
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_transportation.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_killing_transportation.f90:160:19:

   integer, parameter :: cctki_use_CCTKH4 = kind(CCTKH4)
                   1
Warning: Unused dummy argument 'qq' at (1) [-Wunused-dummy-argument]
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Multi.cc:2:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/Or.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Or.cc:3:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING arrangements/Carpet/CarpetLib/src/balance.cc
COMPILING src/piraha/ReParse.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/ReParse.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING arrangements/Carpet/CarpetLib/src/bbox.cc
COMPILING src/piraha/Seq.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Seq.cc:3:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_multipoles.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_multipoles.f90:196:17:

 # 17
                 1
Warning: Unused dummy argument 'z' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_multipoles.f90:190:17:

 # 17
                 1
Warning: Unused dummy argument 'z' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_multipoles.f90:131:16:

   integer, parameter :: cctki_use_cctk_delta_space = kind(cctk_delta_space)
                1
Warning: Unused dummy argument 'z' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_multipoles.f90:28:20:

   &lm_delta_theta,qlm_equatorial_circumference,qlm_have_killing_vector,qlm_have_killing_vector_p,qlm_have_killing_vector_p_p,qlm_ha&
                    1
Warning: Unused variable 'psi2' declared at (1) [-Wunused-variable]
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Start.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING src/piraha/Start.cc
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_newman_penrose.F90
COMPILING arrangements/Carpet/CarpetLib/src/bboxset.cc
COMPILING src/piraha/Call.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Call.cc:4:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING arrangements/Carpet/CarpetLib/src/bboxset1.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.cc:11:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh: In instantiation of 'void bboxset1::bboxset<T, D>::normalize() [with T = int; int D = 1]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.cc:17:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:463:19: warning: unused variable 'oldsize' [-Wunused-variable]
   size_type const oldsize = this->size();
                   ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:578:19: warning: unused variable 'newsize' [-Wunused-variable]
   size_type const newsize = this->size();
                   ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh: In instantiation of 'void bboxset1::bboxset<T, D>::normalize() [with T = int; int D = 2]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.cc:24:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:463:19: warning: unused variable 'oldsize' [-Wunused-variable]
   size_type const oldsize = this->size();
                   ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:578:19: warning: unused variable 'newsize' [-Wunused-variable]
   size_type const newsize = this->size();
                   ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh: In instantiation of 'void bboxset1::bboxset<T, D>::normalize() [with T = int; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.cc:31:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:463:19: warning: unused variable 'oldsize' [-Wunused-variable]
   size_type const oldsize = this->size();
                   ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:578:19: warning: unused variable 'newsize' [-Wunused-variable]
   size_type const newsize = this->size();
                   ^~~~~~~
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_WeylScal4.a
COMPILING arrangements/Carpet/CarpetLib/src/bboxset2.cc
Checking status of thorn CarpetMask
COMPILING arrangements/Carpet/CarpetMask/src/mask_excluded.cc
COMPILING src/piraha/smart_ptr.cc
COMPILING src/piraha/Boundary.cc
COMPILING arrangements/Carpet/CarpetMask/src/mask_surface.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Boundary.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetMask/src/mask_surface.cc: In function 'void CarpetMask::CarpetSurfaceSetup(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetMask/src/mask_surface.cc:106:19: warning: unused variable 'ntheta' [-Wunused-variable]
         int const ntheta = sf_ntheta[sn];
                   ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetMask/src/mask_surface.cc:107:19: warning: unused variable 'nphi' [-Wunused-variable]
         int const nphi = sf_nphi[sn];
                   ^~~~
COMPILING src/piraha/NegLookAhead.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/NegLookAhead.cc:1:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::LookAhead::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:326:45: warning: no return statement in function returning non-void [-Wreturn-type]
     bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::Break::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:334:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp: In member function 'virtual bool cctki_piraha::BackRef::match(cctki_piraha::Matcher*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Piraha.hpp:342:53: warning: no return statement in function returning non-void [-Wreturn-type]
     virtual bool match(Matcher *m) { assert(false); }//TODO: Fill in
                                                     ^
COMPILING configs/sim/bindings/build/CarpetMask/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Cactus.a
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetMask.a
Checking status of thorn EOS_Omni
COMPILING arrangements/Carpet/CarpetLib/src/bintree.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bintree.cc: In instantiation of 'int asearch(T, const vect<T, D>&) [with T = int; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bintree.cc:143:26:   required from 'const P* bintree<T, D, P>::search(const tvect&) const [with T = int; int D = 3; P = pseudoregion_t; bintree<T, D, P>::tvect = vect<int, 3>]'
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bintree.cc:436:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bintree.cc:403:7: warning: variable 'isize' set but not used [-Wunused-but-set-variable]
   int isize = imax - imin;
       ^~~~~
COMPILING arrangements/Carpet/CarpetLib/src/cacheinfo.cc
COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_Module.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:239:76:

   integer, parameter :: cctki_use_CCTKH21 = kind(CCTKH21)
                                                                            1
Warning: Unused dummy argument 'rf_precision' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:240:26:

 # 19
                          1
Warning: Unused dummy argument 'temp' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:240:29:

 # 19
                             1
Warning: Unused dummy argument 'ye' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_Handles.c
COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_MultiVarCalls.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:468:0:

   integer, parameter :: cctki_use_gl_k = kind(gl_k)
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:366:0:

 # 19
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:492:0:

   integer, parameter :: cctki_use_poly_gamma = kind(poly_gamma)
 
Warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_ColdEOSReadTable.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_BarotropicReadTable.f90:20:20:

 # 12
                    1
Warning: Unused variable 'lnrho' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_BarotropicReadTable.f90:20:32:

 # 12
                                1
Warning: Unused variable 'lntemp' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_BarotropicReadTable.f90:20:25:

 # 12
                         1
Warning: Unused variable 'lnye' declared at (1) [-Wunused-variable]
COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/readtable.cc
COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_BarotropicReadTable.F90
COMPILING arrangements/Carpet/CarpetLib/src/commstate.cc
COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_Startup.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/readtable.cc: In function 'void nuc_eos::nuc_eos_C_ReadTable(char*, const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/readtable.cc:161:11: warning: unused variable 'var3' [-Wunused-variable]
   hsize_t var3[2]       = { 1, (hsize_t)nrho * ntemp * nye};
           ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_Startup.f90:10:27:

   character*256 :: infoline
                           1
Warning: Unused variable 'infoline' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/readtable.cc:126:32: warning: 'dataset' may be used uninitialized in this function [-Wmaybe-uninitialized]
     HDF5_ERROR(H5Dclose(dataset));                                            \
                                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/readtable.cc:122:44: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized]
     HDF5_ERROR(dataset = H5Dopen(file, NAME));                                \
                                            ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/commstate.cc: In member function 'void comm_state::step()':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/commstate.cc:214:32: warning: unused variable 'procbuf' [-Wunused-variable]
             procbufdesc const &procbuf = typebufs.AT(type).procbufs.AT(proc);
                                ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/commstate.cc:241:28: warning: unused variable 'fillstate' [-Wunused-variable]
               size_t const fillstate =
                            ^~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/commstate.cc:321:32: warning: unused variable 'procbuf' [-Wunused-variable]
             procbufdesc const &procbuf = typebufs.AT(type).procbufs.AT(proc);
                                ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:35:37:

   integer, parameter :: cctki_use_hybrid_gamma_th = kind(hybrid_gamma_th)
                                     1
Warning: Unused variable 'xcs2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:36:27:

 # 17
                           1
Warning: Unused variable 'xdedt' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:36:36:

 # 17
                                    1
Warning: Unused variable 'xdpderho' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:36:45:

 # 17
                                             1
Warning: Unused variable 'xdpdrhoe' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:34:46:

 # 17
                                              1
Warning: Unused variable 'xent' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:35:32:

   integer, parameter :: cctki_use_hybrid_gamma_th = kind(hybrid_gamma_th)
                                1
Warning: Unused variable 'xmunu' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:264:55:

 # 17
                                                       1
Warning: Unused variable 'pwp_a' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:268:37:

 # 17
                                     1
Warning: Unused variable 'xcs2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:269:27:

   integer, parameter :: cctki_use_CCTKH56 = kind(CCTKH56)
                           1
Warning: Unused variable 'xdedt' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:269:36:

   integer, parameter :: cctki_use_CCTKH56 = kind(CCTKH56)
                                    1
Warning: Unused variable 'xdpderho' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:269:45:

   integer, parameter :: cctki_use_CCTKH56 = kind(CCTKH56)
                                             1
Warning: Unused variable 'xdpdrhoe' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:267:46:

   integer*8 CCTKH56
                                              1
Warning: Unused variable 'xent' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:268:32:

 # 17
                                1
Warning: Unused variable 'xmunu' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:500:45:

               ir = 2 + INT( (xrho - coldeos_logrho(1) - 1.0d-10) * coldeos_dlrhoi )
                                             1
Warning: Unused variable 'xdpdrhoe' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:498:41:

            else
                                         1
Warning: Unused variable 'xenr' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:498:36:

            else
                                    1
Warning: Unused variable 'xtemp' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:498:30:

            else
                              1
Warning: Unused variable 'xye' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:684:36:

   integer, parameter :: cctki_use_pwp_gamma3 = kind(pwp_gamma3)
                                    1
Warning: Unused variable 'xdpderho' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:682:41:

   REAL*8 pwp_gamma3
                                         1
Warning: Unused variable 'xenr' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:682:36:

   REAL*8 pwp_gamma3
                                    1
Warning: Unused variable 'xtemp' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:682:30:

   REAL*8 pwp_gamma3
                              1
Warning: Unused variable 'xye' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:806:37:

   integer, parameter :: cctki_use_CCTKH40 = kind(CCTKH40)
                                     1
Warning: Unused variable 'xcs2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:807:27:

 # 250
                           1
Warning: Unused variable 'xdedt' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:805:41:

 # 250
                                         1
Warning: Unused variable 'xenr' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:805:46:

 # 250
                                              1
Warning: Unused variable 'xent' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:806:32:

   integer, parameter :: cctki_use_CCTKH40 = kind(CCTKH40)
                                1
Warning: Unused variable 'xmunu' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:805:36:

 # 250
                                    1
Warning: Unused variable 'xtemp' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:805:30:

 # 250
                              1
Warning: Unused variable 'xye' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:987:37:

 # 250
                                     1
Warning: Unused dummy argument 'eps' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:986:66:

   integer, parameter :: cctki_use_CCTKH47 = kind(CCTKH47)
                                                                  1
Warning: Unused dummy argument 'rf_precision' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:987:42:

 # 250
                                          1
Warning: Unused dummy argument 'temp' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1006:37:

   &CCTKH6, CCTKH9, CCTKH10, CCTKH11, CCTKH14, out_dir, CCTKH20, CCTKH21, CCTKH22, CCTKH24, CCTKH46, CCTKH48, CCTKH50, CCTKH52, CCTK&
                                     1
Warning: Unused variable 'xcs2' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1007:27:

 # 250
                           1
Warning: Unused variable 'xdedt' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1007:36:

 # 250
                                    1
Warning: Unused variable 'xdpderho' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1007:45:

 # 250
                                             1
Warning: Unused variable 'xdpdrhoe' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1005:41:

 # 250
                                         1
Warning: Unused variable 'xenr' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1005:46:

 # 250
                                              1
Warning: Unused variable 'xent' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1006:32:

   &CCTKH6, CCTKH9, CCTKH10, CCTKH11, CCTKH14, out_dir, CCTKH20, CCTKH21, CCTKH22, CCTKH24, CCTKH46, CCTKH48, CCTKH50, CCTKH52, CCTK&
                                1
Warning: Unused variable 'xmunu' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1006:26:

   &CCTKH6, CCTKH9, CCTKH10, CCTKH11, CCTKH14, out_dir, CCTKH20, CCTKH21, CCTKH22, CCTKH24, CCTKH46, CCTKH48, CCTKH50, CCTKH52, CCTK&
                          1
Warning: Unused variable 'xprs' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1005:26:

 # 250
                          1
Warning: Unused variable 'xrho' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1005:36:

 # 250
                                    1
Warning: Unused variable 'xtemp' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1005:30:

 # 250
                              1
Warning: Unused variable 'xye' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:987:45:

 # 250
                                             1
Warning: Unused dummy argument 'ye' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1062:21:

         !$OMP END PARALLEL DO
                     1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1047:51:

         ! polytropic EOS
                                                   1
Warning: Unused dummy argument 'press' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1067:27:

            do i=1,npoints
                           1
Warning: Unused variable 'xdedt' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1067:36:

            do i=1,npoints
                                    1
Warning: Unused variable 'xdpderho' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1067:45:

            do i=1,npoints
                                             1
Warning: Unused variable 'xdpdrhoe' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1065:41:

         if(keytemp.eq.1) then
                                         1
Warning: Unused variable 'xenr' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1065:46:

         if(keytemp.eq.1) then
                                              1
Warning: Unused variable 'xent' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1047:56:

         ! polytropic EOS
                                                        1
Warning: Dummy argument 'xeps' at (1) was declared INTENT(OUT) but was not set [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1066:32:

            !$OMP PARALLEL DO
                                1
Warning: Unused variable 'xmunu' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1065:26:

         if(keytemp.eq.1) then
                          1
Warning: Unused variable 'xrho' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1065:36:

         if(keytemp.eq.1) then
                                    1
Warning: Unused variable 'xtemp' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1065:30:

         if(keytemp.eq.1) then
                              1
Warning: Unused variable 'xye' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1115:55:

         slice_min = 1 + my_thread_num * slice_len
                                                       1
Warning: Unused dummy argument 'entropy' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1458:75:

   integer, parameter :: cctki_use_out_dir = kind(out_dir)
                                                                           1
Warning: Unused dummy argument 'rf_precision' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90
COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_short.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:273:0:

   integer, parameter :: cctki_use_CCTKH0 = kind(CCTKH0)
 
Warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:438:0:

                 (rho(i)*inv_rho_gf)**poly_gamma
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:267:0:

   integer*8 CCTKH56
 
note: 'xrho' was declared here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:271:0:

   INTEGER*4 CCTKH0
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:273:0:

   integer, parameter :: cctki_use_CCTKH0 = kind(CCTKH0)
 
Warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:397:0:

 
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:267:0:

   integer*8 CCTKH56
 
note: 'xrho' was declared here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:271:0:

   INTEGER*4 CCTKH0
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:40:0:

 # 17
 
Warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:164:0:

 # 17
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:38:0:

 # 17
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:599:0:

 
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:502:0:

            ir = max(2, min(ir,coldeos_nrho))
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:504:0:

            gamma = (coldeos_gamma(ir) - coldeos_gamma(ir-1)) / &
 
Warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:755:0:

 # 250
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:686:0:

   REAL*8 pwp_gamma4
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:909:0:

 # 250
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:809:0:

 # 250
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:932:0:

   INTEGER*4 CCTKH23
 
Warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1379:0:

 # 481
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1144:0:

               cycle
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Carpet/CarpetLib/src/data.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1507:0:

 # 481
 
Warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1479:0:

 # 481
 
Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1481:0:

 # 481
 
Warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:33:40:

   REAL*8 hybrid_gamma_th
                                        1
Warning: Unused variable 'hybrid_local_gamma' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:33:60:

   REAL*8 hybrid_gamma_th
                                                            1
Warning: Unused variable 'hybrid_local_k_cgs' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:34:35:

 # 17
                                   1
Warning: Unused variable 'hybrid_p_poly' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:34:48:

 # 17
                                                1
Warning: Unused variable 'hybrid_p_th' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:12:72:

   implicit none
                                                                        1
Warning: Unused dummy argument 'rf_precision' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:13:51:

   REAL*8 barotropiceos_gammath
                                                   1
Warning: Unused dummy argument 'temp' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:13:54:

   REAL*8 barotropiceos_gammath
                                                      1
Warning: Unused dummy argument 'ye' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:73:46:

   REAL*8 pwp_gamma_th
                                              1
Warning: Unused dummy argument 'eps' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:73:34:

   REAL*8 pwp_gamma_th
                                  1
Warning: Unused dummy argument 'hrho' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:92:40:

 # 17
                                        1
Warning: Unused variable 'hybrid_local_gamma' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:92:60:

 # 17
                                                            1
Warning: Unused variable 'hybrid_local_k_cgs' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:93:35:

   integer*8 barotropiceos_table_name
                                   1
Warning: Unused variable 'hybrid_p_poly' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:93:48:

   integer*8 barotropiceos_table_name
                                                1
Warning: Unused variable 'hybrid_p_th' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:72:74:

 # 17
                                                                          1
Warning: Unused dummy argument 'rf_precision' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:73:42:

   REAL*8 pwp_gamma_th
                                          1
Warning: Unused dummy argument 'rhow' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:73:51:

   REAL*8 pwp_gamma_th
                                                   1
Warning: Unused dummy argument 'temp' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:73:54:

   REAL*8 pwp_gamma_th
                                                      1
Warning: Unused dummy argument 'ye' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:128:46:

 # 17
                                              1
Warning: Unused dummy argument 'eps' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:147:40:

   &nuc, poly_gamma, poly_gamma_initial, poly_k, pwp_gamma1, pwp_gamma2, pwp_gamma3, pwp_gamma4, pwp_gamma_th, pwp_k1, pwp_rho_1, pw&
                                        1
Warning: Unused variable 'hybrid_local_gamma' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:147:60:

   &nuc, poly_gamma, poly_gamma_initial, poly_k, pwp_gamma1, pwp_gamma2, pwp_gamma3, pwp_gamma4, pwp_gamma_th, pwp_k1, pwp_rho_1, pw&
                                                            1
Warning: Unused variable 'hybrid_local_k_cgs' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:148:35:

 # 17
                                   1
Warning: Unused variable 'hybrid_p_poly' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:148:48:

 # 17
                                                1
Warning: Unused variable 'hybrid_p_th' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:127:72:

   integer, parameter :: cctki_use_do_energy_shift = kind(do_energy_shift)
                                                                        1
Warning: Unused dummy argument 'rf_precision' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:128:51:

 # 17
                                                   1
Warning: Unused dummy argument 'temp' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls_harm.f90:128:54:

 # 17
                                                      1
Warning: Unused dummy argument 'ye' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_press_cs2.cc
COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90
COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_press.cc
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_output_vtk.F90
COMPILING arrangements/Carpet/CarpetLib/src/defs.cc
COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_full.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset.hh:6:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.cc:17:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh: In instantiation of 'void bboxset1::bboxset<T, D>::normalize() [with T = int; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:1044:12:   required from 'std::istream& bboxset1::bboxset<T, D>::input(std::istream&) [with T = int; int D = 3; std::istream = std::basic_istream<char>]'
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:337:20:   required from 'std::istream& bboxset1::operator>>(std::istream&, bboxset1::bboxset<T, D>&) [with T = int; int D = 3; std::istream = std::basic_istream<char>]'
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.cc:217:10:   required from 'std::istream& input(std::istream&, std::vector<T>&) [with T = bboxset1::bboxset<int, 3>; std::istream = std::basic_istream<char>]'
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.cc:391:77:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:463:19: warning: unused variable 'oldsize' [-Wunused-variable]
   size_type const oldsize = this->size();
                   ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:578:19: warning: unused variable 'newsize' [-Wunused-variable]
   size_type const newsize = this->size();
                   ^~~~~~~
COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_dpdrhoe_dpderho.cc
COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/readtable_cactus_wrapper.cc
COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc: In function 'void EOS_OMNI_dumptable(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:40:46: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n% 4d\n", "nrho:",nrho);
                                              ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:41:48: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n% 4d\n", "ntemp:",ntemp);
                                                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:42:44: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n% 4d\n", "nye:",nye);
                                            ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:44:64: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n%18.9E\n", "energy shift:",energy_shift);
                                                                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:46:95: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n%18.9E %18.9E\n", "rho min and max:",eos_rhomin/RHOGF,eos_rhomax/RHOGF);
                                                                                               ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:47:80: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n%18.9E %18.9E\n", "ye min and max:",eos_yemin,eos_yemax);
                                                                                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:48:86: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n%18.9E %18.9E\n", "temp min and max:",eos_tempmin,eos_tempmax);
                                                                                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:50:47: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n\n", "log rho points:");
                                               ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:54:46: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "log temp points:");
                                              ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:58:40: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "ye points:");
                                        ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:63:50: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n% 4d\n", "nvars:",NTABLES);
                                                  ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:64:45: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "table mappings:");
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:65:44: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 1 -> logpress");
                                            ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:66:45: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 2 -> logenergy");
                                             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:67:43: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 3 -> entropy");
                                           ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:68:40: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 4 -> munu");
                                        ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:69:39: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 5 -> cs2");
                                       ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:70:40: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 6 -> dedT");
                                        ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:71:43: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 7 -> dpdrhoe");
                                           ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:72:43: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 8 -> dpderho");
                                           ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:73:41: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", " 9 -> muhat");
                                         ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:74:40: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "10 -> mu_e");
                                        ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:75:40: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "11 -> mu_p");
                                        ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:76:40: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "12 -> mu_n");
                                        ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:77:38: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "13 -> xa");
                                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:78:38: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "14 -> xh");
                                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:79:38: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "15 -> xn");
                                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:80:38: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "16 -> xp");
                                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:81:40: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "17 -> abar");
                                        ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:82:40: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "18 -> zbar");
                                        ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:83:41: warning: ' ' flag used with '%s' gnu_printf format [-Wformat=]
   fprintf(fh, "# % 20s\n", "19 -> gamma");
                                         ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:102:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
               if(n < DIM(ctable)) val = (val - ctable[n][1]) / ctable[n][0];
                    ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:24:7: warning: unused variable 'strlength1' [-Wunused-variable]
   int strlength1,strlength2;
       ^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc:24:18: warning: unused variable 'strlength2' [-Wunused-variable]
   int strlength1,strlength2;
                  ^~~~~~~~~~
COMPILING configs/sim/bindings/build/EOS_Omni/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_EOS_Omni.a
COMPILING arrangements/Carpet/CarpetLib/src/dh.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc: In member function 'void dh::regrid(bool)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc:641:28: warning: unused variable 'box' [-Wunused-variable]
         full_dboxes const &box = full_level.AT(c);
                            ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc:1145:25: warning: variable 'fine_faces' set but not used [-Wunused-but-set-variable]
             ibbox const fine_faces = fine_ext.shift(-idir, 2);
                         ^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc:1598:22: warning: unused variable 'obase' [-Wunused-variable]
         ibbox const &obase = h.baseextent(ml, orl);
                      ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc: In member function 'void dh::insert(ggf*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc:2231:14: warning: unused variable 'inserted' [-Wunused-variable]
   bool const inserted = gfs.insert(pair<int, ggf *>(f->varindex, f)).second;
              ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc: In member function 'void dh::erase(ggf*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc:2240:16: warning: unused variable 'erased' [-Wunused-variable]
   size_t const erased = gfs.erase(f->varindex);
                ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc: At global scope:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc:168:13: warning: 'void assert_error(const char*, const char*, int, int, int, int, int, const char*)' defined but not used [-Wunused-function]
 static void assert_error(char const *restrict const checkstring,
             ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc:157:13: warning: 'void assert_error(const char*, const char*, int, int, int, int, const char*)' defined but not used [-Wunused-function]
 static void assert_error(char const *restrict const checkstring,
             ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc:146:13: warning: 'void assert_error(const char*, const char*, int, int, int, const char*)' defined but not used [-Wunused-function]
 static void assert_error(char const *restrict const checkstring,
             ^~~~~~~~~~~~
COMPILING configs/sim/bindings/build/CarpetLib/cctk_ThornBindings.c
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_paramcheck.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_paramcheck.f90:16:23:

   &ngth,qlm_coordinates_length,qlm_coordinates_p_length,qlm_grid_int_length,qlm_grid_real_length,qlm_grid_real_p_length,qlm_invaria&
                       1
Warning: Unused variable 'eq_theta' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_paramcheck.f90:16:45:

   &ngth,qlm_coordinates_length,qlm_coordinates_p_length,qlm_grid_int_length,qlm_grid_real_length,qlm_grid_real_p_length,qlm_invaria&
                                             1
Warning: Unused variable 'int_nphi' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_paramcheck.f90:16:55:

   &ngth,qlm_coordinates_length,qlm_coordinates_p_length,qlm_grid_int_length,qlm_grid_real_length,qlm_grid_real_p_length,qlm_invaria&
                                                       1
Warning: Unused variable 'new_nphi' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_paramcheck.f90:16:35:

   &ngth,qlm_coordinates_length,qlm_coordinates_p_length,qlm_grid_int_length,qlm_grid_real_length,qlm_grid_real_p_length,qlm_invaria&
                                   1
Warning: Unused variable 'new_ntheta' declared at (1) [-Wunused-variable]
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_set_coordinates.F90
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_tetrad.F90
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_twometric.F90
COMPILING arrangements/Carpet/CarpetLib/src/dist.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dist.cc: In function 'void dist::op_max(void*, void*, int*, MPI_Datatype*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dist.cc:43:8: warning: variable 'done' set but not used [-Wunused-but-set-variable]
   bool done = false;
        ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dist.cc: In function 'void dist::op_min(void*, void*, int*, MPI_Datatype*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dist.cc:78:8: warning: variable 'done' set but not used [-Wunused-but-set-variable]
   bool done = false;
        ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dist.cc: In function 'void dist::op_prod(void*, void*, int*, MPI_Datatype*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dist.cc:113:8: warning: variable 'done' set but not used [-Wunused-but-set-variable]
   bool done = false;
        ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dist.cc: In function 'void dist::op_sum(void*, void*, int*, MPI_Datatype*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dist.cc:133:8: warning: variable 'done' set but not used [-Wunused-but-set-variable]
   bool done = false;
        ^~~~
COMPILING arrangements/Carpet/CarpetLib/src/fulltree.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/fulltree.cc: In instantiation of 'int asearch(T, const std::vector<T>&) [with T = int]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/fulltree.cc:147:26:   required from 'const P* fulltree<T, D, P>::search(const tvect&) const [with T = int; int D = 3; P = pseudoregion_t; fulltree<T, D, P>::tvect = vect<int, 3>]'
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/fulltree.cc:488:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/fulltree.cc:444:7: warning: variable 'isize' set but not used [-Wunused-but-set-variable]
   int isize = imax - imin;
       ^~~~~
COMPILING arrangements/Carpet/CarpetLib/src/gdata.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gdata.cc: In member function 'void gdata::copy_from(comm_state&, const gdata*, const ibbox&, const ibbox&, const islab*, int, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gdata.cc:185:53: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
   int const order_space = (this ? cent : src->cent) == vertex_centered ? 1 : 0;
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/CarpetLib/src/gf.cc
COMPILING arrangements/Carpet/CarpetLib/src/ggf.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/ggf.cc: In member function 'void ggf::transfer_from_all(comm_state&, int, int, int, const srpvect dh::fast_dboxes::*, const std::vector<int>&, int, int, const CCTK_REAL8&, bool, bool, const islab*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/ggf.cc:478:15: warning: unused variable 'tl2' [-Wunused-variable]
     int const tl2 = tl2s.AT(i);
               ^~~
COMPILING arrangements/Carpet/CarpetLib/src/gh.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gh.cc: In constructor 'gh::gh(const std::vector<vect<int, 3> >&, centering, int, centering, const std::vector<std::vector<bbox<int, 3> > >&, const i2vect&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gh.cc:48:20: warning: unused variable 'cbox' [-Wunused-variable]
       ibbox const &cbox = baseextents.AT(ml).AT(rl - 1);
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gh.cc:49:20: warning: unused variable 'fbox' [-Wunused-variable]
       ibbox const &fbox = baseextents.AT(ml).AT(rl);
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gh.cc:58:20: warning: unused variable 'box' [-Wunused-variable]
       ibbox const &box = baseextents.AT(ml).AT(rl);
                    ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gh.cc: In member function 'void gh::regrid(const rregs&, const mregs&, bool)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gh.cc:111:22: warning: unused variable 'b' [-Wunused-variable]
         ibbox const &b = extent(ml, rl, c);
                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gh.cc:112:22: warning: unused variable 'b0' [-Wunused-variable]
         ibbox const &b0 = extent(ml, rl, 0);
                      ^~
COMPILING arrangements/Carpet/CarpetLib/src/limits.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/limits.cc:9:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/limits.cc: In function 'void CarpetLib::set_limit(int, const char*, CCTK_INT4)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/limits.cc:32:3: note: in expansion of macro 'check'
   check(not getrlimit(resource, &limit));
   ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/limits.cc:48:3: note: in expansion of macro 'check'
   check(not setrlimit(resource, &limit));
   ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/limits.cc:49:3: note: in expansion of macro 'check'
   check(not getrlimit(resource, &limit));
   ^~~~~
COMPILING arrangements/Carpet/CarpetLib/src/mem.cc
COMPILING arrangements/Carpet/CarpetLib/src/memstat.cc
COMPILING arrangements/Carpet/CarpetLib/src/mpi_string.cc
Checking status of thorn ML_BSSN
COMPILING arrangements/Carpet/CarpetLib/src/region.cc
COMPILING configs/sim/bindings/build/ML_BSSN/cctk_ThornBindings.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_weyl_scalars.f90:274:34:

   INTEGER qlm_scalars_p_length
                                  1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_weyl_scalars.f90:275:34:

 # 20
                                  1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_weyl_scalars.f90:276:34:

   INTEGER qlm_shapes_length
                                  1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_weyl_scalars.f90:277:34:

 # 20
                                  1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_weyl_scalars.f90:278:34:

   INTEGER qlm_shapes_p_length
                                  1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_weyl_scalars.f90:279:34:

 # 20
                                  1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_weyl_scalars.f90:281:34:

 # 20
                                  1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90
COMPILING arrangements/Carpet/CarpetLib/src/startup_time.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/Boundaries.cc
COMPILING arrangements/Carpet/CarpetLib/src/th.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/Kranc.cc
COMPILING arrangements/Carpet/CarpetLib/src/timestat.cc
COMPILING arrangements/Carpet/CarpetLib/src/vect.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect<T, D> vect<T, D>::dir(int) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:138:68: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::dir(const int d) { assert(0); }           \
                                                                    ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect<T, D> vect<T, D>::seq() [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:139:57: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::seq() { assert(0); }                      \
                                                         ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect<T, D> vect<T, D>::seq(int) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:140:68: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::seq(const int n) { assert(0); }           \
                                                                    ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect<T, D> vect<T, D>::seq(int, int) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:143:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator*=(const vect<T, D>&) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:146:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator*=(const T&) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:147:74: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> &vect<T, D>::operator*=(const T &) { assert(0); }     \
                                                                          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator/=(const vect<T, D>&) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:150:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator/=(const T&) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:151:74: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> &vect<T, D>::operator/=(const T &) { assert(0); }     \
                                                                          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator%=(const vect<T, D>&) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:154:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator%=(const T&) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:155:74: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> &vect<T, D>::operator%=(const T &) { assert(0); }     \
                                                                          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator^=(const vect<T, D>&) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:158:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator^=(const T&) [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:159:74: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> &vect<T, D>::operator^=(const T &) { assert(0); }     \
                                                                          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D> vect<T, D>::operator+() const [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:160:69: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::operator+() const { assert(0); }          \
                                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D> vect<T, D>::operator-() const [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:161:69: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::operator-() const { assert(0); }          \
                                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D> vect<T, D>::operator~() const [with T = bboxset2::bboxset<int, 3>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:162:69: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::operator~() const { assert(0); }          \
                                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:172:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T1, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect<T, D> vect<T, D>::dir(int) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:138:68: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::dir(const int d) { assert(0); }           \
                                                                    ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect<T, D> vect<T, D>::seq() [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:139:57: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::seq() { assert(0); }                      \
                                                         ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect<T, D> vect<T, D>::seq(int) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:140:68: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::seq(const int n) { assert(0); }           \
                                                                    ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect<T, D> vect<T, D>::seq(int, int) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:143:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator*=(const vect<T, D>&) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:146:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator*=(const T&) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:147:74: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> &vect<T, D>::operator*=(const T &) { assert(0); }     \
                                                                          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator/=(const vect<T, D>&) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:150:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator/=(const T&) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:151:74: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> &vect<T, D>::operator/=(const T &) { assert(0); }     \
                                                                          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator%=(const vect<T, D>&) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:154:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator%=(const T&) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:155:74: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> &vect<T, D>::operator%=(const T &) { assert(0); }     \
                                                                          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator^=(const vect<T, D>&) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:158:3: warning: no return statement in function returning non-void [-Wreturn-type]
   }                                                                            \
   ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D>& vect<T, D>::operator^=(const T&) [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:159:74: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> &vect<T, D>::operator^=(const T &) { assert(0); }     \
                                                                          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D> vect<T, D>::operator+() const [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:160:69: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::operator+() const { assert(0); }          \
                                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D> vect<T, D>::operator-() const [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:161:69: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::operator-() const { assert(0); }          \
                                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect<T, D> vect<T, D>::operator~() const [with T = vect<bboxset2::bboxset<int, 3>, 2>; int D = 3]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:162:69: warning: no return statement in function returning non-void [-Wreturn-type]
   template <> vect<T, D> vect<T, D>::operator~() const { assert(0); }          \
                                                                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc:173:1: note: in expansion of macro 'DEFINE_FAKE_VECT_OPERATIONS'
 DEFINE_FAKE_VECT_OPERATIONS(T2, dim)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ADMBaseBoundaryScalar.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ADMBaseEverywhere.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ADMBaseInterior.cc
COMPILING arrangements/Carpet/CarpetLib/src/copy_3d.cc
COMPILING arrangements/Carpet/CarpetLib/src/copy_4d.cc
COMPILING arrangements/Carpet/CarpetLib/src/interpolate_3d_2tl.cc
COMPILING arrangements/Carpet/CarpetLib/src/interpolate_3d_3tl.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ConstraintsEverywhere.cc
COMPILING arrangements/Carpet/CarpetLib/src/interpolate_3d_4tl.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ConstraintsInterior.cc
COMPILING arrangements/Carpet/CarpetLib/src/interpolate_3d_5tl.cc
COMPILING arrangements/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc: In instantiation of 'void CarpetLib::interpolate_eno_3d_3tl(const T*, CCTK_REAL8, const T*, CCTK_REAL8, const T*, CCTK_REAL8, const ivect3&, const ivect3&, T*, CCTK_REAL8, const ivect3&, const ivect3&, const ibbox3&, const ibbox3&, const ibbox3&, const ibbox3&, void*) [with T = int; CCTK_REAL8 = double; CarpetLib::ivect3 = vect<int, 3>; CarpetLib::ibbox3 = bbox<int, 3>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:144:1:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc:130:14: warning: unused variable 'use_23' [-Wunused-variable]
   bool const use_23 = t >= min(t2, t3) - eps and t <= max(t2, t3) + eps;
              ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc: In instantiation of 'void CarpetLib::interpolate_eno_3d_3tl(const T*, CCTK_REAL8, const T*, CCTK_REAL8, const T*, CCTK_REAL8, const ivect3&, const ivect3&, T*, CCTK_REAL8, const ivect3&, const ivect3&, const ibbox3&, const ibbox3&, const ibbox3&, const ibbox3&, void*) [with T = double; CCTK_REAL8 = double; CarpetLib::ivect3 = vect<int, 3>; CarpetLib::ibbox3 = bbox<int, 3>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:172:1:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc:130:14: warning: unused variable 'use_23' [-Wunused-variable]
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_cc_o3_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_cc_o5_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_stagger011.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_stagger101.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_stagger110.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_stagger111.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EnforceEverywhere.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionAnalysisInit.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionAnalysisInterior.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_dgfe_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/restrict_4d_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_stagger011.cc
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_stagger101.cc
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_stagger110.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/QuasiLocalMeasures/qlm_3determinant.f90:105:25:

   INTEGER cctk_ash (cctk_dim)
                         1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_3determinant.F90
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionBoundaryScalar.cc
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_stagger111.cc
Checking status of thorn Multipole
COMPILING arrangements/EinsteinAnalysis/Multipole/src/interpolate.cc
COMPILING arrangements/EinsteinAnalysis/Multipole/src/multipole.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/Multipole/src/multipole.cc: In function 'void parse_variables_string(const string&, variable_desc*, int*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/Multipole/src/multipole.cc:96:7: warning: unused variable 'ierr' [-Wunused-variable]
   int ierr = CCTK_TraverseString(var_string.c_str(), fill_variable, &vars, CCTK_GROUP_OR_VAR);
       ^~~~
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_rf2.cc
COMPILING arrangements/EinsteinAnalysis/Multipole/src/utils.cc
COMPILING arrangements/EinsteinAnalysis/Multipole/src/sphericalharmonic.cc
COMPILING arrangements/EinsteinAnalysis/Multipole/src/integrate.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/Multipole/src/integrate.cc:202:18: warning: 'CCTK_REAL8 Composite2DIntegral(const CCTK_REAL8*, int, int, CCTK_REAL8, CCTK_REAL8)' defined but not used [-Wunused-function]
 static CCTK_REAL Composite2DIntegral(CCTK_REAL const *f, int nx, int ny, CCTK_REAL hx, CCTK_REAL hy)
                  ^~~~~~~~~~~~~~~~~~~
COMPILING arrangements/EinsteinAnalysis/Multipole/src/tests.cc
COMPILING configs/sim/bindings/build/Multipole/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Multipole.a
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_analyse.F90
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_cc_eno_rf2.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionInterior.cc
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_o5_monotone_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_real8_tvd.F90
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_cc_real8_tvd.F90
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_real8_weno.F90
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_dgfe_rf2.cc
COMPILING arrangements/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetLib.a
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_calculate.F90
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionInteriorSplitBy1.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionInteriorSplitBy2.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionInteriorSplitBy3.cc
Checking status of thorn PNSMapper
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSMapper/src/readprofile.F90:10: Warning: While tracing module dependencies: Source file for module "EOS_Omni_Module" not found
   Searched in thorn directory and in [/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/../GSL, /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/../MPI]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSMapper/src/readprofile.F90:11: Warning: While tracing module dependencies: Source file for module "mpi" not found
   Searched in thorn directory and in [/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/../GSL, /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/../MPI]
COMPILING arrangements/Zelmani/PNSMapper/src/readprofile.F90
COMPILING arrangements/Zelmani/PNSMapper/src/solve_metric.cc
COMPILING arrangements/Zelmani/PNSMapper/src/map.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/map.f90:13:17:

 # 6
                 1
Warning: Unused variable 'l' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/map.f90:137:0:

   integer, parameter :: cctki_use_cctk_convfac = kind(cctk_convfac)
 
Warning: 'tempvel' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/map.f90:17:0:

 # 6
 
note: 'tempvel' was declared here
Checking status of thorn Slab
COMPILING arrangements/CactusNumerical/Slab/src/slab.cc
COMPILING configs/sim/bindings/build/PNSMapper/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_PNSMapper.a
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_InitialADMBase1Everywhere.cc
COMPILING configs/sim/bindings/build/Slab/cctk_ThornBindings.c
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_normalise.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Slab.a
COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_transport.F90
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_InitialADMBase2BoundaryScalar.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_InitialADMBase2Interior.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/RegisterMoL.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/RegisterSymmetries.cc
COMPILING arrangements/McLachlan/ML_BSSN/src/Startup.cc
Checking status of thorn CCCCGlobalModes
COMPILING configs/sim/bindings/build/CCCCGlobalModes/cctk_ThornBindings.c
Checking status of thorn Timers
COMPILING arrangements/Zelmani/CCCCGlobalModes/src/Startup.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ML_BSSN.a
COMPILING arrangements/Zelmani/CCCCGlobalModes/src/Init.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/LocalStuff.c: In function 'CCCCGlobalModes_LocalStuff':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/LocalStuff.c:211:2: warning: #warning "Need to ransform to global basis!" [-Wcpp]
 #warning "Need to ransform to global basis!"
  ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/LocalStuff.c:40:13: warning: variable 'tiny' set but not used [-Wunused-but-set-variable]
   CCTK_REAL tiny,rt,rt2,rt4,x2,y2;
             ^~~~
COMPILING configs/sim/bindings/build/Timers/cctk_ThornBindings.c
COMPILING arrangements/Carpet/Timers/src/CactusTimer.cc
COMPILING arrangements/Zelmani/CCCCGlobalModes/src/LocalStuff.c
COMPILING arrangements/Carpet/Timers/src/CactusTimerSet.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/defs.hh:4:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Timers/src/CactusTimer.cc:19:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Timers/src/CactusTimer.cc: In destructor 'Timers::CactusTimer::~CactusTimer()':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Timers/src/CactusTimer.cc:40:3: note: in expansion of macro 'check'
   check(not CCTK_TimerDestroyI(handle));
   ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Timers/src/CactusTimerSet.cc: In static member function 'static int Timers::CactusTimerSet::redirect(const cGH*, const char*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Timers/src/CactusTimerSet.cc:122:13: warning: unused variable 'fd' [-Wunused-variable]
   const int fd = dup2(fdfile, 1); // dup to 1, i.e., stdout again
             ^~
COMPILING arrangements/Zelmani/CCCCGlobalModes/src/Reductions.c
COMPILING arrangements/Carpet/Timers/src/Timer.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/Reductions.c: In function 'CCCCGlobalModes_Reductions':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/Reductions.c:21:7: warning: unused variable 'vartype' [-Wunused-variable]
   int vartype;
       ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/Reductions.c:19:7: warning: unused variable 'cf' [-Wunused-variable]
   int cf = 1.0;
       ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/Reductions.c:18:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr = 0;
       ^~~~
COMPILING arrangements/Zelmani/CCCCGlobalModes/src/Output.cc
COMPILING arrangements/Carpet/Timers/src/TimerTree.cc
COMPILING arrangements/Zelmani/CCCCGlobalModes/src/sYlm.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/sYlm.c: In function 's_lambda_lm':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/sYlm.c:67:14: warning: 'Pn' may be used uninitialized in this function [-Wmaybe-uninitialized]
       double Pn;
              ^~
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Timers.a
Checking status of thorn Carpet
COMPILING arrangements/Carpet/Carpet/src/LoadBalanceReal/carpet_region.F90
COMPILING arrangements/Carpet/Carpet/src/LoadBalanceReal/splitregions_recursively.cc
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CCCCGlobalModes.a
COMPILING configs/sim/bindings/build/Carpet/cctk_ThornBindings.c
COMPILING arrangements/Carpet/Carpet/src/CallFunction.cc
COMPILING arrangements/Carpet/Carpet/src/CarpetBasegrid.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:19:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc: In function 'int Carpet::CallFunction(void*, cFunctionData*, void*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:91:17: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
                 BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:90:15: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
               BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
               ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:89:13: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
             BEGIN_REFLEVEL_LOOP(cctkGH) {
             ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:88:11: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
           BEGIN_MGLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:87:9: note: in expansion of macro 'BEGIN_META_MODE'
         BEGIN_META_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:112:15: note: in expansion of macro 'BEGIN_MAP_LOOP'
               BEGIN_MAP_LOOP(cctkGH, CCTK_GF) {
               ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:111:13: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
             BEGIN_REFLEVEL_LOOP(cctkGH) {
             ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:110:11: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
           BEGIN_MGLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:109:9: note: in expansion of macro 'BEGIN_META_MODE'
         BEGIN_META_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:130:13: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
             BEGIN_REFLEVEL_LOOP(cctkGH) {
             ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:129:11: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
           BEGIN_MGLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:128:9: note: in expansion of macro 'BEGIN_META_MODE'
         BEGIN_META_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:149:15: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
               BEGIN_REFLEVEL_LOOP(cctkGH) {
               ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:145:11: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
           BEGIN_MGLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:144:9: note: in expansion of macro 'BEGIN_META_MODE'
         BEGIN_META_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:165:15: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
               BEGIN_REFLEVEL_LOOP(cctkGH) {
               ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:164:13: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
             BEGIN_MGLEVEL_LOOP(cctkGH) {
             ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:160:9: note: in expansion of macro 'BEGIN_META_MODE'
         BEGIN_META_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:189:15: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
               BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) {
               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:188:13: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
             BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
             ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:187:11: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
           BEGIN_REFLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:186:9: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
         BEGIN_GLOBAL_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:207:13: note: in expansion of macro 'BEGIN_MAP_LOOP'
             BEGIN_MAP_LOOP(cctkGH, CCTK_GF) {
             ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:206:11: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
           BEGIN_REFLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:205:9: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
         BEGIN_GLOBAL_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:222:11: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
           BEGIN_REFLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:221:9: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
         BEGIN_GLOBAL_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:238:13: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
             BEGIN_REFLEVEL_LOOP(cctkGH) {
             ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:234:9: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
         BEGIN_GLOBAL_MODE(cctkGH) {
         ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:254:9: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
         BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:253:7: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
       BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
       ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:262:7: note: in expansion of macro 'BEGIN_MAP_LOOP'
       BEGIN_MAP_LOOP(cctkGH, CCTK_GF) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:280:9: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
         BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:279:7: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
       BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
       ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:288:7: note: in expansion of macro 'BEGIN_MAP_LOOP'
       BEGIN_MAP_LOOP(cctkGH, CCTK_GF) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:302:7: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
       BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:301:5: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
     BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
     ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc: In function 'void Carpet::CallScheduledFunction(const char*, void*, cFunctionData*, void*, Timers::Timer&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:368:15: warning: unused variable 'res' [-Wunused-variable]
     int const res = CCTK_CallFunction(function, attribute, data);
               ^~~
COMPILING arrangements/Carpet/Carpet/src/LoadBalanceReal/carpet_boxtypes.F90
COMPILING arrangements/Carpet/Carpet/src/CarpetParamCheck.cc
COMPILING arrangements/Carpet/Carpet/src/LoadBalanceReal/splitregions_recursively.F90
COMPILING arrangements/Carpet/Carpet/src/CarpetStartup.cc
COMPILING arrangements/Carpet/Carpet/src/Checksum.cc
COMPILING arrangements/Carpet/Carpet/src/Comm.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:14:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc: In function 'void Carpet::CalculateChecksums(const cGH*, Carpet::checktimes)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:80:11: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
           BEGIN_LOCAL_COMPONENT_LOOP(cgh, grouptype) {
           ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:77:9: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
         BEGIN_LOCAL_MAP_LOOP(cgh, grouptype) {
         ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc: In function 'void Carpet::CheckChecksums(const cGH*, Carpet::checktimes)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:196:11: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
           BEGIN_LOCAL_COMPONENT_LOOP(cgh, grouptype) {
           ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:189:9: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
         BEGIN_LOCAL_MAP_LOOP(cgh, grouptype) {
         ^~~~~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/Carpet/src/Cycle.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:240:47: warning: 'persistent' may be used uninitialized in this function [-Wmaybe-uninitialized]
               const int min_tl = min_timelevel(where, num_tl, persistent);
                                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc: In function 'void Carpet::CalculateChecksums(const cGH*, Carpet::checktimes)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:124:47: warning: 'persistent' may be used uninitialized in this function [-Wmaybe-uninitialized]
               const int min_tl = min_timelevel(where, num_tl, persistent);
                                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/Carpet/src/Evolve.cc
COMPILING arrangements/Carpet/Carpet/src/Hosts.cc
COMPILING arrangements/Carpet/Carpet/src/Initialise.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:25:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc: In function 'int Carpet::Evolve(tFleshConfig*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:63:11: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
           BEGIN_REFLEVEL_LOOP(cctkGH) { CallRegrid(cctkGH); }
           ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:97:23: warning: unused variable 'eps' [-Wunused-variable]
       CCTK_REAL const eps =
                       ^~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:25:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc: In function 'void Carpet::CallRegrid(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:249:10: warning: variable 'timelevel_loop_' set but not used [-Wunused-but-set-variable]
     bool timelevel_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:317:15: note: in expansion of macro 'BEGIN_TIMELEVEL_LOOP'
               BEGIN_TIMELEVEL_LOOP(cctkGH) {
               ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:298:11: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
           BEGIN_MGLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:276:5: note: in expansion of macro 'BEGIN_META_MODE'
     BEGIN_META_MODE(cctkGH) {
     ^~~~~~~~~~~~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:21:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallSetup(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:157:3: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
   BEGIN_MGLEVEL_LOOP(cctkGH) {
   ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallRecoverVariables(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:202:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallPostRecoverVariables(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:266:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallInitial(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:364:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:249:10: warning: variable 'timelevel_loop_' set but not used [-Wunused-but-set-variable]
     bool timelevel_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:408:11: note: in expansion of macro 'BEGIN_TIMELEVEL_LOOP'
           BEGIN_TIMELEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:379:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallPostInitial(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:561:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallAnalysis(cGH*, bool)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:605:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallRegridRecoverLevel(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:249:10: warning: variable 'timelevel_loop_' set but not used [-Wunused-but-set-variable]
     bool timelevel_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:976:15: note: in expansion of macro 'BEGIN_TIMELEVEL_LOOP'
               BEGIN_TIMELEVEL_LOOP(cctkGH) {
               ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:957:11: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
           BEGIN_MGLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:934:5: note: in expansion of macro 'BEGIN_META_MODE'
     BEGIN_META_MODE(cctkGH) {
     ^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallRegridInitialLevel(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:249:10: warning: variable 'timelevel_loop_' set but not used [-Wunused-but-set-variable]
     bool timelevel_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1194:17: note: in expansion of macro 'BEGIN_TIMELEVEL_LOOP'
                 BEGIN_TIMELEVEL_LOOP(cctkGH) {
                 ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1168:11: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
           BEGIN_MGLEVEL_LOOP(cctkGH) {
           ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1144:5: note: in expansion of macro 'BEGIN_META_MODE'
     BEGIN_META_MODE(cctkGH) {
     ^~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::initialise_3tl_flip_timelevels(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1297:5: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
     BEGIN_REFLEVEL_LOOP(cctkGH) { FlipTimeLevels(cctkGH); }
     ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1296:3: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
   BEGIN_MGLEVEL_LOOP(cctkGH) {
   ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::initialise_3tl_evolve(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1309:5: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
     BEGIN_REFLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1308:3: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
   BEGIN_MGLEVEL_LOOP(cctkGH) {
   ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::initialise_3tl_recycle(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1349:5: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
     BEGIN_REFLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:1348:3: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
   BEGIN_MGLEVEL_LOOP(cctkGH) {
   ^~~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/Carpet/src/MultiModel.cc
COMPILING arrangements/Carpet/Carpet/src/OutputGH.cc
COMPILING arrangements/Carpet/Carpet/src/Poison.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:15:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc: In function 'void Carpet::PoisonGroup(const cGH*, int, Carpet::checktimes)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:112:7: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
       BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, grouptype) {
       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:111:5: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
     BEGIN_LOCAL_MAP_LOOP(cctkGH, grouptype) {
     ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc: In function 'void Carpet::PoisonCheck(const cGH*, Carpet::checktimes)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:184:9: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
         BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, grouptype) {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:183:7: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
       BEGIN_LOCAL_MAP_LOOP(cctkGH, grouptype) {
       ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc: In function 'void Carpet::PoisonGroup(const cGH*, int, Carpet::checktimes)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:76:8: warning: 'persistent' may be used uninitialized in this function [-Wmaybe-uninitialized]
   bool persistent;
        ^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc: In function 'void Carpet::PoisonCheck(const cGH*, Carpet::checktimes)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:180:39: warning: 'persistent' may be used uninitialized in this function [-Wmaybe-uninitialized]
       int const min_tl = min_timelevel(where, num_tl, persistent);
                          ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/Carpet/src/Recompose.cc
COMPILING arrangements/Carpet/Carpet/src/Restrict.cc
COMPILING arrangements/Carpet/Carpet/src/ScheduleWrapper.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::CheckRegions(const mregs&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:124:21: warning: variable 'str' set but not used [-Wunused-but-set-variable]
         ivect const str =
                     ^~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:41:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'bool Carpet::Regrid(const cGH*, bool, bool)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:181:5: note: in expansion of macro 'BEGIN_MAP_LOOP'
     BEGIN_MAP_LOOP(cctkGH, CCTK_GF) {
     ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:202:5: note: in expansion of macro 'BEGIN_MAP_LOOP'
     BEGIN_MAP_LOOP(cctkGH, CCTK_GF) {
     ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:222:7: note: in expansion of macro 'BEGIN_MAP_LOOP'
       BEGIN_MAP_LOOP(cctkGH, CCTK_GF) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::OutputSuperregions(const cGH*, int, const gh&, const rregs&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:411:20: warning: unused variable 'levfact' [-Wunused-variable]
       const ivect &levfact = spacereffacts.AT(rl);
                    ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::OutputGrids(const cGH*, int, const gh&, const dh&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:459:21: warning: unused variable 'convfact' [-Wunused-variable]
           const int convfact = ipow(mgfact, ml);
                     ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:460:23: warning: variable 'levfact' set but not used [-Wunused-but-set-variable]
           const ivect levfact = spacereffacts.AT(rl);
                       ^~~~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:33:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::OutputGridStatistics(const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:845:5: note: in expansion of macro 'check'
     check(not CCTK_GroupData(g, &gdata));
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::SplitRegionsMaps_Automatic_Recursively(const bvect&, int, int, region_t&, std::vector<region_t>&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:1266:16: warning: unused variable 'oldsize' [-Wunused-variable]
   size_t const oldsize = newregs.size();
                ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::SplitRegionsMaps_Automatic(const cGH*, std::vector<std::vector<region_t> >&, std::vector<std::vector<region_t> >&, const bvect&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:1714:21: warning: unused variable 'm' [-Wunused-variable]
           int const m = newregs.AT(r).map - minmap;
                     ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::SplitRegionsMaps_AsSpecified(const cGH*, std::vector<std::vector<region_t> >&, std::vector<std::vector<region_t> >&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:1873:13: warning: unused variable 'nmaps' [-Wunused-variable]
   int const nmaps = superregss.size();
             ^~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:33:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::MakeMultigridBoxes(const cGH*, int, const ibbox&, const region_t&, std::vector<region_t>&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:1893:7: note: in expansion of macro 'check'
       check(not MultiPatch_GetBoundarySpecification(
       ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:1897:7: note: in expansion of macro 'check'
       check(not GetBoundarySpecification(2 * dim, &nboundaryzones[0][0],
       ^~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:41:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::ClassifyPoints(const cGH*, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:2006:11: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
           BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) {
           ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:2005:9: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
         BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
         ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:2003:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:2002:3: note: in expansion of macro 'BEGIN_META_MODE'
   BEGIN_META_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/Carpet/src/SetupGH.cc
COMPILING arrangements/Carpet/Carpet/src/Shutdown.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void* Carpet::SetupGH(tFleshConfig*, int, cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:270:19: warning: unused variable 'ierr' [-Wunused-variable]
         int const ierr = sched_getaffinity(0, sizeof cpumask, &cpumask);
                   ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:380:21: warning: unused variable 'ierr' [-Wunused-variable]
           int const ierr = sched_setaffinity(0, sizeof(cpumask), &cpumask);
                     ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:397:19: warning: unused variable 'ierr' [-Wunused-variable]
         int const ierr = sched_getaffinity(0, sizeof cpumask, &cpumask);
                   ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:440:19: warning: unused variable 'ierr' [-Wunused-variable]
         int const ierr = sched_getaffinity(0, sizeof cpumask, &cpumask);
                   ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:34:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::setup_map_information()':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:634:5: note: in expansion of macro 'check'
     check(not MultiPatch_GetSystemSpecification(&maps1));
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::allocate_group_data(const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:951:5: note: in expansion of macro 'check'
     check(not CCTK_GroupData(group, &gdata));
     ^~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:43:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::enable_storage_for_all_groups(const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1295:5: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
     BEGIN_REFLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1294:3: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
   BEGIN_MGLEVEL_LOOP(cctkGH) {
   ^~~~~~~~~~~~~~~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:34:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::get_boundary_specification(const cGH*, int, const std::vector<vect<vect<int, 3>, 2> >&, i2vect&, b2vect&, b2vect&, i2vect&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1437:7: note: in expansion of macro 'check'
       check(not MultiPatch_GetBoundarySpecification(
       ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1441:7: note: in expansion of macro 'check'
       check(not GetBoundarySpecification(
       ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::get_domain_specification(const cGH*, int, const ivect&, rvect&, rvect&, rvect&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1542:5: note: in expansion of macro 'check'
     check(not MultiPatch_GetDomainSpecification(
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1554:5: note: in expansion of macro 'check'
     check(not GetDomainSpecification(dim, &physical_min[0], &physical_max[0],
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1581:5: note: in expansion of macro 'check'
     check(not ConvertFromExteriorBoundary(dim, &physical_min[0],
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::adapt_domain_specification(int, const rvect&, const rvect&, const rvect&, rvect&, rvect&, rvect&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1615:5: note: in expansion of macro 'check'
     check(not MultiPatch_ConvertFromPhysicalBoundary(
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:1619:5: note: in expansion of macro 'check'
     check(not ConvertFromPhysicalBoundary(
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::output_group_statistics(const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:2008:5: note: in expansion of macro 'check'
     check(not CCTK_GroupData(group, &gdata));
     ^~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Shutdown.cc:12:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Shutdown.cc: In function 'int Carpet::Shutdown(tFleshConfig*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:165:10: warning: variable 'reverse_mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reverse_mglevel_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Shutdown.cc:29:5: note: in expansion of macro 'BEGIN_REVERSE_MGLEVEL_LOOP'
     BEGIN_REVERSE_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:165:10: warning: variable 'reverse_mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reverse_mglevel_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Shutdown.cc:73:3: note: in expansion of macro 'BEGIN_REVERSE_MGLEVEL_LOOP'
   BEGIN_REVERSE_MGLEVEL_LOOP(cctkGH) {
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Shutdown.cc:58:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = CCTK_TimerStop("CCTK total time");
             ^~~~
COMPILING arrangements/Carpet/Carpet/src/Storage.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/defs.hh:4:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc:11:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc: In function 'int Carpet::GroupStorageCrease(const cGH*, int, const int*, const int*, int*, bool)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc:117:5: note: in expansion of macro 'check'
     check(not CCTK_GroupData(group, &gp));
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc: In function 'int Carpet::QueryGroupStorageB(const cGH*, int, const char*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc:361:18: warning: unused variable 'deadbeef' [-Wunused-variable]
   CCTK_INT const deadbeef = get_deadbeef();
                  ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc: In function 'const int* Carpet::ArrayGroupSizeB(const cGH*, int, int, const char*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc:385:13: warning: unused variable 'gpdim' [-Wunused-variable]
   const int gpdim = groupdata.AT(group).info.dim;
             ^~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/defs.hh:4:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc:11:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc: In function 'void Carpet::GroupStorageCheck(const cGH*, int, int, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc:429:3: note: in expansion of macro 'check'
   check(not CCTK_GroupData(group, &gp));
   ^~~~~
COMPILING arrangements/Carpet/Carpet/src/Timing.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Timing.cc: In function 'void Carpet::UpdateMemoryStats(const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Timing.cc:408:13: warning: unused variable 'myproc' [-Wunused-variable]
   const int myproc = CCTK_MyProc(0);
             ^~~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:11:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:34:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.hh: In function 'void* Carpet::SetupGH(tFleshConfig*, int, cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.hh:394:31: warning: 'reffactdenom' may be used uninitialized in this function [-Wmaybe-uninitialized]
 DECLARE_OPERATOR_2(operator*, *)
                               ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:682:7: note: 'reffactdenom' was declared here
   int reffactdenom;
       ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:746:59: warning: 'refcentering' may be used uninitialized in this function [-Wmaybe-uninitialized]
                      mgcentering, baseexts, nboundaryzones);
                                                           ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:681:13: note: 'refcentering' was declared here
   centering refcentering;
             ^~~~~~~~~~~~
COMPILING arrangements/Carpet/Carpet/src/UnusedMask.cc
COMPILING arrangements/Carpet/Carpet/src/adler32.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/UnusedMask.cc:5:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/UnusedMask.cc: In function 'void Carpet::CarpetUnusedMask(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:484:10: warning: variable 'bbox_loop_' set but not used [-Wunused-but-set-variable]
     bool bbox_loop_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:509:7: note: in expansion of macro 'LOOP_OVER_BBOX'
       LOOP_OVER_BBOX(cctkGH, *bi, box, imin, imax) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/UnusedMask.cc:25:3: note: in expansion of macro 'LOOP_OVER_BSET'
   LOOP_OVER_BSET(cctkGH, ext, box, imin, imax) {
   ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:506:10: warning: variable 'bset_loop_' set but not used [-Wunused-but-set-variable]
     bool bset_loop_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/UnusedMask.cc:25:3: note: in expansion of macro 'LOOP_OVER_BSET'
   LOOP_OVER_BSET(cctkGH, ext, box, imin, imax) {
   ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:484:10: warning: variable 'bbox_loop_' set but not used [-Wunused-but-set-variable]
     bool bbox_loop_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:509:7: note: in expansion of macro 'LOOP_OVER_BBOX'
       LOOP_OVER_BBOX(cctkGH, *bi, box, imin, imax) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/UnusedMask.cc:37:3: note: in expansion of macro 'LOOP_OVER_BSET'
   LOOP_OVER_BSET(cctkGH, unused_region, box, imin, imax) {
   ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:506:10: warning: variable 'bset_loop_' set but not used [-Wunused-but-set-variable]
     bool bset_loop_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/UnusedMask.cc:37:3: note: in expansion of macro 'LOOP_OVER_BSET'
   LOOP_OVER_BSET(cctkGH, unused_region, box, imin, imax) {
   ^~~~~~~~~~~~~~
COMPILING arrangements/Carpet/Carpet/src/helpers.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/helpers.cc: In function 'void* Carpet::Carpet_VarDataPtrI(CCTK_POINTER_TO_CONST, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_INT4)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/helpers.cc:146:13: warning: unused variable 'maxtls' [-Wunused-variable]
   int const maxtls = CCTK_MaxActiveTimeLevelsGI(cctkGH, groupindex);
             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/helpers.cc: In function 'CCTK_INT4 Carpet::Carpet_GetCoordRange(CCTK_POINTER_TO_CONST, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_INT4*, CCTK_REAL8*, CCTK_REAL8*, CCTK_REAL8*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/helpers.cc:210:20: warning: unused variable 'cctkGH' [-Wunused-variable]
   cGH const *const cctkGH = static_cast<cGH const *>(cctkGH_);
                    ^~~~~~
COMPILING arrangements/Carpet/Carpet/src/modes.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/cacheinfo.hh:8,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/cacheinfo.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:14:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'void Carpet::enter_global_mode(cGH*, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:108:5: note: in expansion of macro 'check'
     check(not CCTK_GroupData(group, &gp));
     ^~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:19:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallLocalFunction(cGH*, void (*)(cGH*))':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1111:11: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
           BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) { function(cctkGH); }
           ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1110:9: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
         BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
         ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1109:7: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
       BEGIN_REFLEVEL_LOOP(cctkGH) {
       ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1108:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1122:9: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
         BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) { function(cctkGH); }
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1121:7: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
       BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
       ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1120:5: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
     BEGIN_REFLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1130:7: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
       BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) { function(cctkGH); }
       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1129:5: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
     BEGIN_LOCAL_MAP_LOOP(cctkGH, CCTK_GF) {
     ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1135:5: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
     BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) { function(cctkGH); }
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallSinglemapFunction(cGH*, void (*)(cGH*))':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1148:9: note: in expansion of macro 'BEGIN_MAP_LOOP'
         BEGIN_MAP_LOOP(cctkGH, CCTK_GF) { function(cctkGH); }
         ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1147:7: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
       BEGIN_REFLEVEL_LOOP(cctkGH) {
       ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1146:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1156:7: note: in expansion of macro 'BEGIN_MAP_LOOP'
       BEGIN_MAP_LOOP(cctkGH, CCTK_GF) { function(cctkGH); }
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1155:5: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
     BEGIN_REFLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1161:5: note: in expansion of macro 'BEGIN_MAP_LOOP'
     BEGIN_MAP_LOOP(cctkGH, CCTK_GF) { function(cctkGH); }
     ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:358:10: warning: variable 'singlemap_mode_' set but not used [-Wunused-but-set-variable]
     bool singlemap_mode_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1164:5: note: in expansion of macro 'BEGIN_SINGLEMAP_MODE'
     BEGIN_SINGLEMAP_MODE(cctkGH) { function(cctkGH); }
     ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallLevelFunction(cGH*, void (*)(cGH*))':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1174:7: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
       BEGIN_REFLEVEL_LOOP(cctkGH) { function(cctkGH); }
       ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1173:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1179:5: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
     BEGIN_REFLEVEL_LOOP(cctkGH) { function(cctkGH); }
     ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1182:5: note: in expansion of macro 'BEGIN_LEVEL_MODE'
     BEGIN_LEVEL_MODE(cctkGH) { function(cctkGH); }
     ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallGlobalFunction(cGH*, void (*)(cGH*))':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1191:5: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
     BEGIN_MGLEVEL_LOOP(cctkGH) { function(cctkGH); }
     ^~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1194:5: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
     BEGIN_GLOBAL_MODE(cctkGH) { function(cctkGH); }
     ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallMetaFunction(cGH*, void (*)(cGH*))':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:394:10: warning: variable 'meta_mode_' set but not used [-Wunused-but-set-variable]
     bool meta_mode_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:1202:3: note: in expansion of macro 'BEGIN_META_MODE'
   BEGIN_META_MODE(cctkGH) { function(cctkGH); }
   ^~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/Carpet/src/variables.cc
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Carpet.a
Checking status of thorn CarpetIOASCII
Checking status of thorn CarpetIOBasic
Checking status of thorn CarpetIOHDF5
COMPILING arrangements/Carpet/CarpetIOBasic/src/iobasic.cc
COMPILING arrangements/Carpet/CarpetIOASCII/src/ioascii.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh: In function 'void CarpetIOBasic::OutputVar(const cGH*, int, const char*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:454:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     T const &val = *(T const *)result;                                         \
                                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:144:1: note: in expansion of macro 'TYPECASE'
 TYPECASE(CCTK_VARIABLE_INT4, CCTK_INT4)
 ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:454:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     T const &val = *(T const *)result;                                         \
                                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:172:1: note: in expansion of macro 'TYPECASE'
 TYPECASE(CCTK_VARIABLE_REAL8, CCTK_REAL8)
 ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:454:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     T const &val = *(T const *)result;                                         \
                                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:195:1: note: in expansion of macro 'TYPECASE'
 TYPECASE(CCTK_VARIABLE_COMPLEX16, CCTK_COMPLEX16)
 ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:443:19: warning: unused variable 'ierr' [-Wunused-variable]
         int const ierr =
                   ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:24:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:372:3: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
   BEGIN_GLOBAL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:323:13: warning: unused variable 'var' [-Wunused-variable]
   const int var = n - n0;
             ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:325:13: warning: unused variable 'num_tl' [-Wunused-variable]
   const int num_tl = CCTK_MaxActiveTimeLevelsVI(cctkGH, n);
             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:344:21: warning: unused variable 'iogh' [-Wunused-variable]
   const ioGH *const iogh = (const ioGH *)CCTK_GHExtension(cctkGH, "IO");
                     ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static int CarpetIOASCII::IOASCII<outdim>::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 0; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1487:17:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:391:17: warning: unused variable 'ierr' [-Wunused-variable]
       int const ierr = CCTK_GroupData(group, &groupdata);
                 ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:28:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:384:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static void CarpetIOASCII::IOASCII<outdim>::OutputDirection(const cGH*, int, std::__cxx11::string, std::__cxx11::string, const vect<int, outdim>&, bool, bool) [with int outdim = 0; cGH = _cGH; std::__cxx11::string = std::__cxx11::basic_string<char>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1487:17:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:491:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(group, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static int CarpetIOASCII::IOASCII<outdim>::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 1; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1488:17:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:391:17: warning: unused variable 'ierr' [-Wunused-variable]
       int const ierr = CCTK_GroupData(group, &groupdata);
                 ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:28:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:384:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static void CarpetIOASCII::IOASCII<outdim>::OutputDirection(const cGH*, int, std::__cxx11::string, std::__cxx11::string, const vect<int, outdim>&, bool, bool) [with int outdim = 1; cGH = _cGH; std::__cxx11::string = std::__cxx11::basic_string<char>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1488:17:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:491:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(group, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static int CarpetIOASCII::IOASCII<outdim>::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 2; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1489:17:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:391:17: warning: unused variable 'ierr' [-Wunused-variable]
       int const ierr = CCTK_GroupData(group, &groupdata);
                 ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:28:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:384:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static void CarpetIOASCII::IOASCII<outdim>::OutputDirection(const cGH*, int, std::__cxx11::string, std::__cxx11::string, const vect<int, outdim>&, bool, bool) [with int outdim = 2; cGH = _cGH; std::__cxx11::string = std::__cxx11::basic_string<char>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1489:17:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:491:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(group, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static int CarpetIOASCII::IOASCII<outdim>::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 3; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1490:17:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:391:17: warning: unused variable 'ierr' [-Wunused-variable]
       int const ierr = CCTK_GroupData(group, &groupdata);
                 ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:28:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:384:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static void CarpetIOASCII::IOASCII<outdim>::OutputDirection(const cGH*, int, std::__cxx11::string, std::__cxx11::string, const vect<int, outdim>&, bool, bool) [with int outdim = 3; cGH = _cGH; std::__cxx11::string = std::__cxx11::basic_string<char>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1490:17:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:491:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(group, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc: In function 'bool CarpetIOBasic::TimeToOutput(const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:582:12: warning: 'output_this_iteration' may be used uninitialized in this function [-Wmaybe-uninitialized]
     return false;
            ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc: In function 'void CarpetIOBasic::OutputHeader(const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:263:42: warning: 'isscalar' may be used uninitialized in this function [-Wmaybe-uninitialized]
           int const mynumreds = isscalar ? 1 : numreds;
                                 ~~~~~~~~~^~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:273:49: warning: 'numcomps' may be used uninitialized in this function [-Wmaybe-uninitialized]
             size_t const numchars = (width + 1) * numcomps * mynumreds - 1;
                                     ~~~~~~~~~~~~^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:261:35: warning: 'isint' may be used uninitialized in this function [-Wmaybe-uninitialized]
           int const width = isint ? int_width : real_width;
                             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc: In function 'void CarpetIOBasic::OutputVar(const cGH*, int, const char*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:385:5: warning: 'isscalar' may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (isscalar) {
     ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:455:5: warning: 'isint' may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (not isint) {                                                           \
     ^~
COMPILING arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc: In function 'int CarpetIOHDF5::TimeToOutput(const cGH*, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc:731:13: warning: unused variable 'numvars' [-Wunused-variable]
   const int numvars = CCTK_NumVars();
             ^~~~~~~
COMPILING configs/sim/bindings/build/CarpetIOBasic/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetIOBasic.a
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc: In function 'int CarpetIOHDF5::OutputVarAs(const cGH*, const char*, const char*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc:887:21: warning: unused variable 'iogh' [-Wunused-variable]
   const ioGH *const iogh = (const ioGH *)CCTK_GHExtension(cctkGH, "IO");
                     ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc:23:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc: In function 'void CarpetIOHDF5::Checkpoint(const cGH*, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:177:10: warning: variable 'reflevel_loop_' set but not used [-Wunused-but-set-variable]
     bool reflevel_loop_ = true;                                                \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc:1131:5: note: in expansion of macro 'BEGIN_REFLEVEL_LOOP'
     BEGIN_REFLEVEL_LOOP(cctkGH) {
     ^~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:153:10: warning: variable 'mglevel_loop_' set but not used [-Wunused-but-set-variable]
     bool mglevel_loop_ = true;                                                 \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc:1125:3: note: in expansion of macro 'BEGIN_MGLEVEL_LOOP'
   BEGIN_MGLEVEL_LOOP(cctkGH) {
   ^~~~~~~~~~~~~~~~~~
COMPILING configs/sim/bindings/build/CarpetIOHDF5/cctk_ThornBindings.c
COMPILING arrangements/Carpet/CarpetIOHDF5/src/Input.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Input.cc: In function 'int CarpetIOHDF5::CarpetIOHDF5_SetNumRefinementLevels()':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Input.cc:283:15: warning: unused variable 'retval' [-Wunused-variable]
     int const retval =
               ^~~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Input.cc:15:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Input.cc: In function 'int CarpetIOHDF5::ReadVar(const cGH*, CarpetIOHDF5::file_t&, CCTK_REAL8&, std::__cxx11::list<CarpetIOHDF5::patch_t>::const_iterator, std::vector<bboxset2::bboxset<int, 3> >&, bool)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Input.cc:1378:5: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
     BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, group.grouptype) {
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Input.cc:1357:3: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
   BEGIN_LOCAL_MAP_LOOP(cctkGH, group.grouptype) {
   ^~~~~~~~~~~~~~~~~~~~
Checking status of thorn CarpetIOScalar
COMPILING arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh: In function 'int CarpetIOScalar::OutputVarAs(const cGH*, const char*, const char*, const char*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:453:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     file << *(T const *)result;                                                \
                         ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:144:1: note: in expansion of macro 'TYPECASE'
 TYPECASE(CCTK_VARIABLE_INT4, CCTK_INT4)
 ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:453:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     file << *(T const *)result;                                                \
                         ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:172:1: note: in expansion of macro 'TYPECASE'
 TYPECASE(CCTK_VARIABLE_REAL8, CCTK_REAL8)
 ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:461:30: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     file << real(*(T const *)result) << " " << imag(*(T const *)result);       \
                              ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:195:1: note: in expansion of macro 'TYPECASE'
 TYPECASE(CCTK_VARIABLE_COMPLEX16, CCTK_COMPLEX16)
 ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:461:65: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
     file << real(*(T const *)result) << " " << imag(*(T const *)result);       \
                                                                 ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:195:1: note: in expansion of macro 'TYPECASE'
 TYPECASE(CCTK_VARIABLE_COMPLEX16, CCTK_COMPLEX16)
 ^~~~~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:22:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:256:5: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
     BEGIN_GLOBAL_MODE(cctkGH) {
     ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:184:15: warning: unused variable 'var' [-Wunused-variable]
     const int var = n - n0;
               ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:186:15: warning: unused variable 'num_tl' [-Wunused-variable]
     const int num_tl = CCTK_MaxActiveTimeLevelsVI(cctkGH, n);
               ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:203:23: warning: unused variable 'iogh' [-Wunused-variable]
     const ioGH *const iogh = (const ioGH *)CCTK_GHExtension(cctkGH, "IO");
                       ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:22:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:171:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
COMPILING configs/sim/bindings/build/CarpetIOASCII/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetIOASCII.a
COMPILING arrangements/Carpet/CarpetIOHDF5/src/Output.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc: In function 'int CarpetIOScalar::TimeToOutput(const cGH*, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:624:3: warning: 'output_this_iteration' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (not output_this_iteration)
   ^~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc:13:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc: In function 'int CarpetIOHDF5::WriteVarUnchunked(const cGH*, hid_t, CCTK_REAL8&, const ioRequest*, bool)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:225:10: warning: variable 'component_loop_' set but not used [-Wunused-but-set-variable]
     bool component_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc:175:7: note: in expansion of macro 'BEGIN_COMPONENT_LOOP'
       BEGIN_COMPONENT_LOOP(cctkGH, group.grouptype) {
       ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc:68:3: note: in expansion of macro 'BEGIN_MAP_LOOP'
   BEGIN_MAP_LOOP(cctkGH, group.grouptype) {
   ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc: In function 'int CarpetIOHDF5::WriteVarChunkedSequential(const cGH*, hid_t, CCTK_REAL8&, const ioRequest*, bool, hid_t)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:225:10: warning: variable 'component_loop_' set but not used [-Wunused-but-set-variable]
     bool component_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc:361:5: note: in expansion of macro 'BEGIN_COMPONENT_LOOP'
     BEGIN_COMPONENT_LOOP(cctkGH, group.grouptype) {
     ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc:360:3: note: in expansion of macro 'BEGIN_MAP_LOOP'
   BEGIN_MAP_LOOP(cctkGH, group.grouptype) {
   ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc: In function 'int CarpetIOHDF5::WriteVarChunkedParallel(const cGH*, hid_t, CCTK_REAL8&, const ioRequest*, bool, hid_t)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc:576:5: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
     BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, group.grouptype) {
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:213:10: warning: variable 'local_map_loop_' set but not used [-Wunused-but-set-variable]
     bool local_map_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc:575:3: note: in expansion of macro 'BEGIN_LOCAL_MAP_LOOP'
   BEGIN_LOCAL_MAP_LOOP(cctkGH, group.grouptype) {
   ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc: In function 'int CarpetIOScalar::OutputGH(const cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:624:3: warning: 'output_this_iteration' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (not output_this_iteration)
   ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:536:8: note: 'output_this_iteration' was declared here
   bool output_this_iteration;
        ^~~~~~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc
COMPILING configs/sim/bindings/build/CarpetIOScalar/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetIOScalar.a
COMPILING arrangements/Carpet/CarpetIOHDF5/src/GetAllActive.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5<outdim>::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 0; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1602:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:406:17: warning: unused variable 'ierr' [-Wunused-variable]
       int const ierr = CCTK_GroupData(group, &groupdata);
                 ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:20:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:399:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static void CarpetIOHDF5::IOHDF5<outdim>::OutputDirection(const cGH*, int, std::__cxx11::string, std::__cxx11::string, const vect<int, outdim>&, bool, bool) [with int outdim = 0; cGH = _cGH; std::__cxx11::string = std::__cxx11::basic_string<char>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1602:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:507:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(group, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5<outdim>::WriteHDF5(const cGH*, hid_t&, hid_t&, std::vector<gdata*>, const bbox<int, 3>&, int, const vect<int, 3>&, const vect<int, outdim>&, int, int, int, int, int, int, CCTK_REAL8, const vect<double, 3>&, const vect<double, 3>&) [with int outdim = 0; cGH = _cGH; hid_t = int; CCTK_REAL8 = double]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1602:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1389:17: warning: unused variable 'lc' [-Wunused-variable]
       const int lc = vhh.at(m)->get_local_component(rl, c);
                 ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1204:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = CCTK_GroupData(gi, &groupdata);
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5<outdim>::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 1; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1603:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:406:17: warning: unused variable 'ierr' [-Wunused-variable]
       int const ierr = CCTK_GroupData(group, &groupdata);
                 ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:20:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:399:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static void CarpetIOHDF5::IOHDF5<outdim>::OutputDirection(const cGH*, int, std::__cxx11::string, std::__cxx11::string, const vect<int, outdim>&, bool, bool) [with int outdim = 1; cGH = _cGH; std::__cxx11::string = std::__cxx11::basic_string<char>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1603:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:507:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(group, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5<outdim>::WriteHDF5(const cGH*, hid_t&, hid_t&, std::vector<gdata*>, const bbox<int, 3>&, int, const vect<int, 3>&, const vect<int, outdim>&, int, int, int, int, int, int, CCTK_REAL8, const vect<double, 3>&, const vect<double, 3>&) [with int outdim = 1; cGH = _cGH; hid_t = int; CCTK_REAL8 = double]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1603:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1389:17: warning: unused variable 'lc' [-Wunused-variable]
       const int lc = vhh.at(m)->get_local_component(rl, c);
                 ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1204:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = CCTK_GroupData(gi, &groupdata);
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5<outdim>::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 2; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1604:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:406:17: warning: unused variable 'ierr' [-Wunused-variable]
       int const ierr = CCTK_GroupData(group, &groupdata);
                 ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:20:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:399:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static void CarpetIOHDF5::IOHDF5<outdim>::OutputDirection(const cGH*, int, std::__cxx11::string, std::__cxx11::string, const vect<int, outdim>&, bool, bool) [with int outdim = 2; cGH = _cGH; std::__cxx11::string = std::__cxx11::basic_string<char>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1604:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:507:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(group, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5<outdim>::WriteHDF5(const cGH*, hid_t&, hid_t&, std::vector<gdata*>, const bbox<int, 3>&, int, const vect<int, 3>&, const vect<int, outdim>&, int, int, int, int, int, int, CCTK_REAL8, const vect<double, 3>&, const vect<double, 3>&) [with int outdim = 2; cGH = _cGH; hid_t = int; CCTK_REAL8 = double]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1604:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1389:17: warning: unused variable 'lc' [-Wunused-variable]
       const int lc = vhh.at(m)->get_local_component(rl, c);
                 ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1204:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = CCTK_GroupData(gi, &groupdata);
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5<outdim>::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 3; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1605:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:406:17: warning: unused variable 'ierr' [-Wunused-variable]
       int const ierr = CCTK_GroupData(group, &groupdata);
                 ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:20:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:370:10: warning: variable 'level_mode_' set but not used [-Wunused-but-set-variable]
     bool level_mode_ = true;                                                   \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:399:3: note: in expansion of macro 'BEGIN_LEVEL_MODE'
   BEGIN_LEVEL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static void CarpetIOHDF5::IOHDF5<outdim>::OutputDirection(const cGH*, int, std::__cxx11::string, std::__cxx11::string, const vect<int, outdim>&, bool, bool) [with int outdim = 3; cGH = _cGH; std::__cxx11::string = std::__cxx11::basic_string<char>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1605:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:507:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(group, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5<outdim>::WriteHDF5(const cGH*, hid_t&, hid_t&, std::vector<gdata*>, const bbox<int, 3>&, int, const vect<int, 3>&, const vect<int, outdim>&, int, int, int, int, int, int, CCTK_REAL8, const vect<double, 3>&, const vect<double, 3>&) [with int outdim = 3; cGH = _cGH; hid_t = int; CCTK_REAL8 = double]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1605:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1389:17: warning: unused variable 'lc' [-Wunused-variable]
       const int lc = vhh.at(m)->get_local_component(rl, c);
                 ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1204:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = CCTK_GroupData(gi, &groupdata);
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/GetAllActive.cc:207:13: warning: 'void CarpetIOHDF5::assert_error(const char*, const char*, int, int, int, int, int, const char*)' defined but not used [-Wunused-function]
 static void assert_error(char const *restrict const checkstring,
             ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/GetAllActive.cc:144:13: warning: 'void CarpetIOHDF5::assert_error(const char*, const char*, int, int, int, int, const char*)' defined but not used [-Wunused-function]
 static void assert_error(char const *restrict const checkstring,
             ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/GetAllActive.cc:86:13: warning: 'void CarpetIOHDF5::assert_error(const char*, const char*, int, int, int, const char*)' defined but not used [-Wunused-function]
 static void assert_error(char const *restrict const checkstring,
             ^~~~~~~~~~~~
Checking status of thorn CarpetInterp
COMPILING arrangements/Carpet/CarpetInterp/src/interp.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc: In function 'CCTK_INT4 CarpetInterp::Carpet_DriverInterpolate(CCTK_POINTER_TO_CONST, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_INT4, const void* const*, CCTK_INT4, const CCTK_INT4*, CCTK_INT4, const CCTK_INT4*, void* const*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc:414:17: warning: unused variable 'sendbufsize' [-Wunused-variable]
       int const sendbufsize = (int)coords_buffer.size();
                 ^~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc:415:17: warning: unused variable 'recvbufsize' [-Wunused-variable]
       int const recvbufsize = (int)tmp.size();
                 ^~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc:708:7: warning: unused variable 'ierr' [-Wunused-variable]
   int ierr =
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc: In function 'void CarpetInterp::map_points(const cGH*, int, int, int, int, int, int, int, int, int, std::vector<int>&, const void* const*, const CCTK_REAL8*, std::vector<int>&, std::vector<int>&, std::vector<int>&, std::vector<int>&, std::map<int, int>&, std::vector<int>&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc:998:17: warning: unused variable 'iret' [-Wunused-variable]
       int const iret = CCTK_CoordRange(cctkGH, &coord_lower[d], &coord_upper[d],
                 ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc: In function 'void CarpetInterp::interpolate_single_component(const cGH*, int, int, int, int, const CCTK_REAL8*, char*, CCTK_INT4&, CCTK_INT4&, const std::vector<int>&, const std::vector<int>&, const std::vector<int>&, CCTK_INT4, CCTK_INT4, int, int, int, const std::vector<int>&, const std::vector<bool>&, CCTK_REAL8, CCTK_REAL8, int, int, const CCTK_INT4*, const CCTK_INT4*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc:1434:17: warning: unused variable 'iret' [-Wunused-variable]
       int const iret = CCTK_CoordRange(cctkGH, &lower[d], &upper[d], d + 1,
                 ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp/src/interp.cc:1554:9: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
     int ierr = Util_TableSetPointer(
         ^~~~
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_QuasiLocalMeasures.a
COMPILING configs/sim/bindings/build/CarpetInterp/cctk_ThornBindings.c
Checking status of thorn CarpetInterp2
COMPILING configs/sim/bindings/build/CarpetInterp2/cctk_ThornBindings.c
Checking status of thorn CarpetReduce
COMPILING arrangements/Carpet/CarpetInterp2/src/fasterp.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In constructor 'CarpetInterp2::mrc_t::mrc_t(int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:132:13: warning: unused variable 'ind0' [-Wunused-variable]
   int const ind0 = ind;
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'void CarpetInterp2::fasterp_setup_gen_t<FASTERP>::setup(const cGH*, const CarpetInterp2::fasterp_llocs_t&) [with FASTERP = CarpetInterp2::fasterp_src_loc_t; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1754:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1045:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr =
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1234:17: warning: unused variable 'recv_npoints' [-Wunused-variable]
       int const recv_npoints = index.AT(pp) - recv_descr.procs.AT(pp).offset;
                 ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1302:17: warning: unused variable 'm' [-Wunused-variable]
       int const m = mrc.m;
                 ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1303:17: warning: unused variable 'rl' [-Wunused-variable]
       int const rl = mrc.rl;
                 ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1304:17: warning: unused variable 'c' [-Wunused-variable]
       int const c = mrc.c;
                 ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1416:29: warning: unused variable 'send_comp' [-Wunused-variable]
       send_comp_t<FASTERP> &send_comp = send_proc.comps.AT(comp);
                             ^~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1438:24: warning: unused variable 'sloc' [-Wunused-variable]
         FASTERP const &sloc = send_comp.locs.at(n);
                        ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'CarpetInterp2::fasterp_setup_gen_t<FASTERP>::fasterp_setup_gen_t(const cGH*, const CarpetInterp2::fasterp_glocs_t&, int) [with FASTERP = CarpetInterp2::fasterp_src_loc_t; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1754:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:974:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = MultiPatch_GlobalToLocal(cctkGH, dim, npoints, coords,
               ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/cacheinfo.hh:8,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/cacheinfo.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:18:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'void CarpetInterp2::fasterp_setup_gen_t<FASTERP>::interpolate(const cGH*, const std::vector<int>&, std::vector<double*>&) const [with FASTERP = CarpetInterp2::fasterp_src_loc_t; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1754:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1549:5: note: in expansion of macro 'check'
     check(not CCTK_GroupData(gi, &group));
     ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'void CarpetInterp2::fasterp_setup_gen_t<FASTERP>::setup(const cGH*, const CarpetInterp2::fasterp_llocs_t&) [with FASTERP = CarpetInterp2::fasterp_eno2_src_loc_t; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1756:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1045:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr =
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1234:17: warning: unused variable 'recv_npoints' [-Wunused-variable]
       int const recv_npoints = index.AT(pp) - recv_descr.procs.AT(pp).offset;
                 ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1302:17: warning: unused variable 'm' [-Wunused-variable]
       int const m = mrc.m;
                 ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1303:17: warning: unused variable 'rl' [-Wunused-variable]
       int const rl = mrc.rl;
                 ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1304:17: warning: unused variable 'c' [-Wunused-variable]
       int const c = mrc.c;
                 ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1416:29: warning: unused variable 'send_comp' [-Wunused-variable]
       send_comp_t<FASTERP> &send_comp = send_proc.comps.AT(comp);
                             ^~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1438:24: warning: unused variable 'sloc' [-Wunused-variable]
         FASTERP const &sloc = send_comp.locs.at(n);
                        ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'CarpetInterp2::fasterp_setup_gen_t<FASTERP>::fasterp_setup_gen_t(const cGH*, const CarpetInterp2::fasterp_glocs_t&, int) [with FASTERP = CarpetInterp2::fasterp_eno2_src_loc_t; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1756:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:974:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = MultiPatch_GlobalToLocal(cctkGH, dim, npoints, coords,
               ^~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/cacheinfo.hh:8,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/cacheinfo.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:18:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'void CarpetInterp2::fasterp_setup_gen_t<FASTERP>::interpolate(const cGH*, const std::vector<int>&, std::vector<double*>&) const [with FASTERP = CarpetInterp2::fasterp_eno2_src_loc_t; cGH = _cGH]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1756:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.hh:82:16: warning: unused variable '_val' [-Wunused-variable]
     bool const _val = (_expr);                                                 \
                ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1549:5: note: in expansion of macro 'check'
     check(not CCTK_GroupData(gi, &group));
     ^~~~~
COMPILING arrangements/Carpet/CarpetReduce/src/mask_allocate.cc
COMPILING arrangements/Carpet/CarpetReduce/src/mask_init.cc
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetInterp.a
COMPILING arrangements/Carpet/CarpetInterp2/src/interp2.cc
COMPILING arrangements/Carpet/CarpetReduce/src/mask_set.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/interp2.cc: In function 'CCTK_INT4 CarpetInterp2::CarpetInterp2_Interp2GridArraysFree(CCTK_POINTER_TO_CONST, CCTK_POINTER)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/interp2.cc:219:20: warning: unused variable 'cctkGH' [-Wunused-variable]
   cGH const *const cctkGH = static_cast<cGH const *>(cctkGH_);
                    ^~~~~~
COMPILING arrangements/Carpet/CarpetReduce/src/mask_test.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_test.cc: In function 'void MaskBase_TestMask(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_test.cc:31:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_Reduce(cctkGH, proc, sum, 1, CCTK_VARIABLE_REAL,
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_test.cc:36:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr =
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_test.cc:70:19: warning: unused variable 'ierr' [-Wunused-variable]
         int const ierr = MultiPatch_GetDomainSpecification(
                   ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_test.cc:75:19: warning: unused variable 'ierr' [-Wunused-variable]
         int const ierr = GetDomainSpecification(
                   ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_test.cc:23:13: warning: unused variable 'weight_var' [-Wunused-variable]
   int const weight_var = CCTK_VarIndex("CarpetReduce::weight");
             ^~~~~~~~~~
COMPILING arrangements/Carpet/CarpetReduce/src/mask_carpet.cc
COMPILING configs/sim/bindings/build/CarpetReduce/cctk_ThornBindings.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc: In function 'void CarpetMask::CarpetMaskSetup(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc:44:17: warning: variable 'reffact' set but not used [-Wunused-but-set-variable]
     ivect const reffact =
                 ^~~~~~~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc:11:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:484:10: warning: variable 'bbox_loop_' set but not used [-Wunused-but-set-variable]
     bool bbox_loop_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:509:7: note: in expansion of macro 'LOOP_OVER_BBOX'
       LOOP_OVER_BBOX(cctkGH, *bi, box, imin, imax) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc:103:7: note: in expansion of macro 'LOOP_OVER_BSET'
       LOOP_OVER_BSET(cctkGH, boxes, box, imin, imax) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:506:10: warning: variable 'bset_loop_' set but not used [-Wunused-but-set-variable]
     bool bset_loop_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc:103:7: note: in expansion of macro 'LOOP_OVER_BSET'
       LOOP_OVER_BSET(cctkGH, boxes, box, imin, imax) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:484:10: warning: variable 'bbox_loop_' set but not used [-Wunused-but-set-variable]
     bool bbox_loop_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:509:7: note: in expansion of macro 'LOOP_OVER_BBOX'
       LOOP_OVER_BBOX(cctkGH, *bi, box, imin, imax) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc:132:7: note: in expansion of macro 'LOOP_OVER_BSET'
       LOOP_OVER_BSET(cctkGH, cfboxes, box, imin, imax) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:506:10: warning: variable 'bset_loop_' set but not used [-Wunused-but-set-variable]
     bool bset_loop_ = true;                                                    \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc:132:7: note: in expansion of macro 'LOOP_OVER_BSET'
       LOOP_OVER_BSET(cctkGH, cfboxes, box, imin, imax) {
       ^~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc:50:3: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
   BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) {
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/CarpetReduce/src/mask_coords.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In member function 'void CarpetInterp2::fasterp_setup_gen_t<FASTERP>::setup(const cGH*, const CarpetInterp2::fasterp_llocs_t&) [with FASTERP = CarpetInterp2::fasterp_src_loc_t]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1076:9: warning: 'max_rl' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #pragma omp parallel for
         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1076:9: warning: 'min_rl' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Carpet/CarpetReduce/src/reduce.cc
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetIOHDF5.a
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc: In function 'void CarpetReduce::Reduce(const cGH*, int, const int*, const int*, const int*, const int*, int, const std::vector<const void* const*>&, const std::vector<double>&, int, int, void*, int, void*, const CarpetReduce::reduction*, const CCTK_REAL8*, CCTK_REAL8)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc:911:15: warning: unused variable 'nb' [-Wunused-variable]
     int const nb = !mybbox[2 * d] + !mybbox[2 * d + 1];
               ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc: In function 'int CarpetReduce::ReduceGVs(const cGH*, int, int, int, void*, int, const int*, const CarpetReduce::reduction*, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc:1558:29: warning: unused variable 'nb' [-Wunused-variable]
                   int const nb = !bbox[2 * d] + !bbox[2 * d + 1];
                             ^~
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc:31:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc:1542:15: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
               BEGIN_LOCAL_COMPONENT_LOOP(cgh, grouptype) {
               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc:1396:3: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
   BEGIN_GLOBAL_MODE(cgh) {
   ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc:1242:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr;
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In member function 'void CarpetInterp2::fasterp_setup_gen_t<FASTERP>::setup(const cGH*, const CarpetInterp2::fasterp_llocs_t&) [with FASTERP = CarpetInterp2::fasterp_eno2_src_loc_t]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1076:9: warning: 'max_rl' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #pragma omp parallel for
         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1076:9: warning: 'min_rl' may be used uninitialized in this function [-Wmaybe-uninitialized]
Checking status of thorn CarpetRegrid2
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetInterp2.a
Checking status of thorn CarpetSlab
Checking status of thorn CoreCollapseControl
COMPILING arrangements/Carpet/CarpetRegrid2/src/amr.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc:1500:39: warning: 'num_tl' may be used uninitialized in this function [-Wmaybe-uninitialized]
         vector<CCTK_REAL> tfacs(num_tl);
                                       ^
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/amr.cc:7:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/amr.cc: In function 'void CarpetRegrid2::evaluate_level_mask(const cGH*, std::vector<bboxset2::bboxset<int, 3> >&, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/amr.cc:96:9: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
         BEGIN_LOCAL_COMPONENT_LOOP(cctkGH, CCTK_GF) {
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/amr.cc:24:3: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
   BEGIN_GLOBAL_MODE(cctkGH) {
   ^~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/CarpetSlab/src/Get.cc
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetReduce.a
COMPILING arrangements/Zelmani/CoreCollapseControl/src/corecollapsecontrol_PMR.cc
COMPILING arrangements/Carpet/CarpetSlab/src/GetHyperslab.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/Get.cc: In function 'CCTK_INT4 CarpetSlab::CarpetSlab_Get(CCTK_POINTER_TO_CONST, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_INT4, CCTK_POINTER)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/Get.cc:42:16: warning: unused variable 'sz' [-Wunused-variable]
   size_t const sz = CCTK_VarTypeSize(hdatatype);
                ^~
COMPILING arrangements/Zelmani/CoreCollapseControl/src/output_control.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/GetHyperslab.cc:17:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/GetHyperslab.cc: In function 'void* CarpetSlab::GetSlab(const cGH*, int, int, int, int, const int*, const int*, const int*, const int*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:237:10: warning: variable 'local_component_loop_' set but not used [-Wunused-but-set-variable]
     bool local_component_loop_ = true;                                         \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/GetHyperslab.cc:174:5: note: in expansion of macro 'BEGIN_LOCAL_COMPONENT_LOOP'
     BEGIN_LOCAL_COMPONENT_LOOP(cgh, gp.grouptype) {
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/GetHyperslab.cc:71:13: warning: unused variable 'num_tl' [-Wunused-variable]
   const int num_tl = gp.numtimelevels;
             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/GetHyperslab.cc: In function 'int CarpetSlab::Hyperslab_GetHyperslab(const cGH*, int, int, int, int, const int*, const int*, const int*, const int*, void**, int*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/GetHyperslab.cc:316:11: warning: unused variable 'ierr' [-Wunused-variable]
       int ierr = CCTK_GroupgshVI(GH, dim, gsh, vindex);
           ^~~~
COMPILING arrangements/Carpet/CarpetRegrid2/src/boundary.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc: In function 'void CoreCollapseControl_OutputControl(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc:247:11: warning: variable 'error' set but not used [-Wunused-but-set-variable]
       int error;
           ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc:255:11: warning: variable 'error' set but not used [-Wunused-but-set-variable]
       int error;
           ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc:264:11: warning: variable 'error' set but not used [-Wunused-but-set-variable]
       int error;
           ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc:284:11: warning: variable 'error' set but not used [-Wunused-but-set-variable]
       int error;
           ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc: In function 'void CoreCollapseControl_OutputControlRecover(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc:315:11: warning: variable 'error' set but not used [-Wunused-but-set-variable]
       int error;
           ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc: In function 'void CarpetRegrid2::get_boundary_specification(jjvect&, jjvect&, jjvect&, jjvect&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc:112:20: warning: unused variable 'ierr' [-Wunused-variable]
     CCTK_INT const ierr = MultiPatch_GetBoundarySpecification(
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc:117:20: warning: unused variable 'ierr' [-Wunused-variable]
     CCTK_INT const ierr = GetBoundarySpecification(
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc: In function 'void CarpetRegrid2::get_physical_boundary(rvect&, rvect&, rvect&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc:132:20: warning: unused variable 'ierr' [-Wunused-variable]
     CCTK_INT const ierr = MultiPatch_GetDomainSpecification(
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc:138:20: warning: unused variable 'ierr' [-Wunused-variable]
     CCTK_INT const ierr = GetDomainSpecification(
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc: In function 'void CarpetRegrid2::calculate_exterior_boundary(const rvect&, const rvect&, rvect&, rvect&, const rvect&)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc:155:20: warning: unused variable 'ierr' [-Wunused-variable]
     CCTK_INT const ierr = MultiPatch_ConvertFromPhysicalBoundary(
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/boundary.cc:161:20: warning: unused variable 'ierr' [-Wunused-variable]
     CCTK_INT const ierr = ConvertFromPhysicalBoundary(
                    ^~~~
COMPILING configs/sim/bindings/build/CoreCollapseControl/cctk_ThornBindings.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/indexing.cc: In function 'void CarpetRegrid2::getvectorindex2(const cGH*, const char*, int*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/indexing.cc:19:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GrouplshGI(cctkGH, 1, lsh, gi);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/indexing.cc:25:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr = CCTK_GroupData(gi, &groupdata);
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/max_entropy.cc: In function 'void CoreCollapseControl_GlobalSMax(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/max_entropy.cc:64:13: warning: unused variable 'ierr' [-Wunused-variable]
   const int ierr = CCTK_Reduce(cctkGH,-1,reduction_handle,1,CCTK_VARIABLE_REAL,global_entropy_max,1,varindex);
             ^~~~
Checking status of thorn GRHydro
COMPILING arrangements/Carpet/CarpetRegrid2/src/indexing.cc
COMPILING arrangements/Zelmani/CoreCollapseControl/src/max_entropy.cc
COMPILING arrangements/Carpet/CarpetRegrid2/src/initialise.cc
COMPILING arrangements/Zelmani/CoreCollapseControl/src/track_max_rho.cc
COMPILING arrangements/Carpet/CarpetSlab/src/mapping.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/track_max_rho.cc: In function 'void CoreCollapseControl_Set_Fragment_Props(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/track_max_rho.cc:276:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i=0; i < global_rho_max_per_comp.size(); ++i) {
                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
COMPILING arrangements/Carpet/CarpetRegrid2/src/paramcheck.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc: In function 'int CarpetSlab::StoreMapping(CarpetSlab::mapping*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc:18:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = Util_TableSetPointer(table, mp, "mapping");
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc: In function 'CarpetSlab::mapping* CarpetSlab::RetrieveMapping(int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc:25:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = Util_TableGetPointer(table, &mp, "mapping");
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc: In function 'void CarpetSlab::DeleteMapping(int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc:31:13: warning: unused variable 'ierr' [-Wunused-variable]
   int const ierr = Util_TableDestroy(table);
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc: In function 'CCTK_INT4 CarpetSlab::CarpetSlab_GlobalMappingByIndex(CCTK_POINTER_TO_CONST, CCTK_INT4, CCTK_INT4, const CCTK_INT4*, const CCTK_INT4*, const CCTK_INT4*, const CCTK_INT4*, CCTK_INT4, CarpetSlab::conversion_fn_ptr, CCTK_INT4*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc:113:11: warning: unused variable 'ierr' [-Wunused-variable]
       int ierr = CCTK_GroupgshVI(cctkGH, dim, gsh, vindex);
           ^~~~
COMPILING arrangements/Carpet/CarpetSlab/src/slab.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/slab.cc:21:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/slab.cc: In function 'void CarpetSlab::FillSlab(const cGH*, int, int, int, int, const int*, const int*, const int*, const int*, void*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:225:10: warning: variable 'component_loop_' set but not used [-Wunused-but-set-variable]
     bool component_loop_ = true;                                               \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/slab.cc:209:5: note: in expansion of macro 'BEGIN_COMPONENT_LOOP'
     BEGIN_COMPONENT_LOOP(cgh, gp.grouptype) {
     ^~~~~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/slab.cc:35:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr;
       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/slab.cc:90:24: warning: variable 'sizes' set but not used [-Wunused-but-set-variable]
   const vect<int, dim> sizes = vect<int, dim>::ref(gd.gsh);
                        ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/slab.cc:96:13: warning: unused variable 'num_tl' [-Wunused-variable]
   const int num_tl = gp.numtimelevels;
             ^~~~~~
COMPILING arrangements/Carpet/CarpetRegrid2/src/property.cc
COMPILING arrangements/Zelmani/CoreCollapseControl/src/paramcheck.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In member function 'bboxset2::ibset CarpetRegrid2::rotsym180::symmetrised_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector<bboxset2::bboxset<int, 3> >&, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:426:16: warning: unused variable 'baseextent' [-Wunused-variable]
   ibbox const &baseextent = hh.baseextent(0, rl);
                ^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In member function 'bboxset2::ibset CarpetRegrid2::parsym::symmetrised_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector<bboxset2::bboxset<int, 3> >&, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:535:16: warning: unused variable 'baseextent' [-Wunused-variable]
   ibbox const &baseextent = hh.baseextent(0, rl);
                ^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In member function 'bboxset2::ibset CarpetRegrid2::boundary_clip::clipped_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector<bboxset2::bboxset<int, 3> >&, int)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:759:17: warning: variable 'domain_is_trivial' set but not used [-Wunused-but-set-variable]
     bvect const domain_is_trivial =
                 ^~~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In instantiation of 'bboxset2::ibset CarpetRegrid2::periodic<dir>::symmetrised_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector<bboxset2::bboxset<int, 3> >&, int) [with int dir = 0; bboxset2::ibset = bboxset2::bboxset<int, 3>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:718:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:645:16: warning: unused variable 'baseextent' [-Wunused-variable]
   ibbox const &baseextent = hh.baseextent(0, rl);
                ^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In instantiation of 'bboxset2::ibset CarpetRegrid2::periodic<dir>::symmetrised_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector<bboxset2::bboxset<int, 3> >&, int) [with int dir = 1; bboxset2::ibset = bboxset2::bboxset<int, 3>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:719:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:645:16: warning: unused variable 'baseextent' [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In instantiation of 'bboxset2::ibset CarpetRegrid2::periodic<dir>::symmetrised_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector<bboxset2::bboxset<int, 3> >&, int) [with int dir = 2; bboxset2::ibset = bboxset2::bboxset<int, 3>]':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:720:16:   required from here
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:645:16: warning: unused variable 'baseextent' [-Wunused-variable]
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CoreCollapseControl.a
COMPILING configs/sim/bindings/build/CarpetSlab/cctk_ThornBindings.c
Checking status of thorn PNSHelper
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetSlab.a
COMPILING arrangements/Zelmani/PNSHelper/src/PNSinterp.cc
COMPILING configs/sim/bindings/build/PNSHelper/cctk_ThornBindings.c
COMPILING arrangements/Zelmani/PNSHelper/src/PNSdistribute.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/PNSinterp.cc: In function 'void PNSinterp_get_rays(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/PNSinterp.cc:240:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr =
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/PNSinterp.cc: In function 'double alpha_grid_pns(double, double, int, double, double)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/PNSinterp.cc:338:12: warning: unused variable 'fp' [-Wunused-variable]
   double f,fp,dfda;
            ^~
COMPILING arrangements/Zelmani/PNSHelper/src/PNSaverage.cc
COMPILING arrangements/Carpet/CarpetRegrid2/src/regrid.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:24:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/regrid.cc: In function 'CCTK_INT4 CarpetRegrid2::CarpetRegrid2_RegridMaps(CCTK_POINTER_TO_CONST, CCTK_POINTER, CCTK_POINTER, CCTK_INT4)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:201:10: warning: variable 'map_loop_' set but not used [-Wunused-but-set-variable]
     bool map_loop_ = true;                                                     \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:886:5: note: in expansion of macro 'BEGIN_MAP_LOOP'
     BEGIN_MAP_LOOP(cctkGH, CCTK_GF) {
     ^~~~~~~~~~~~~~
COMPILING arrangements/Zelmani/PNSHelper/src/solve_metric.cc
COMPILING configs/sim/bindings/build/GRHydro/cctk_ThornBindings.c
COMPILING arrangements/Zelmani/PNSHelper/src/map_spacetime.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/map_spacetime.cc: In function 'void PNSHelper_MapSpacetime(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/map_spacetime.cc:78:13: warning: unused variable 'do_every' [-Wunused-variable]
   int const do_every
             ^~~~~~~~
COMPILING configs/sim/bindings/build/CarpetRegrid2/cctk_ThornBindings.c
Checking status of thorn ZelmaniM1
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/map_spacetime.cc:74:10: warning: 'ex_mgrav' may be used uninitialized in this function [-Wmaybe-uninitialized]
   double ex_mgrav;
          ^~~~~~~~
COMPILING arrangements/Zelmani/PNSHelper/src/PNSMoLRegister.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_PNSHelper.a
Checking status of thorn ZelmaniQuadWaveExtract
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/regrid.cc: In function 'CCTK_INT4 CarpetRegrid2::CarpetRegrid2_Regrid(CCTK_POINTER_TO_CONST, CCTK_POINTER, CCTK_POINTER, CCTK_INT4)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:619:11: warning: 'mindrfac' may be used uninitialized in this function [-Wmaybe-uninitialized]
           if (do_recompose)
           ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/regrid.cc: In function 'CCTK_INT4 CarpetRegrid2::CarpetRegrid2_RegridMaps(CCTK_POINTER_TO_CONST, CCTK_POINTER, CCTK_POINTER, CCTK_INT4)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:854:11: warning: 'mindrfac' may be used uninitialized in this function [-Wmaybe-uninitialized]
           if (do_recompose)
           ^~
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetRegrid2.a
Checking status of thorn ZelmaniShockTracker2
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/linterp_many.cc: In function 'void ZelmaniM1::linterp_many(double, double, double, double*, double*, int, int, int, int, double*, double*, double*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/linterp_many.cc:36:10: warning: unused variable 'd1' [-Wunused-variable]
   double d1,d2,d3;
          ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/linterp_many.cc:36:13: warning: unused variable 'd2' [-Wunused-variable]
   double d1,d2,d3;
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/linterp_many.cc:36:16: warning: unused variable 'd3' [-Wunused-variable]
   double d1,d2,d3;
                ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/linterp_many.cc:39:7: warning: unused variable 'n' [-Wunused-variable]
   int n,ix,iy,iz;
       ^
COMPILING arrangements/exp/ZelmaniM1/src/linterp_many.cc
COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Startup.c
COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Init.cc
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_Metric.cc
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_readtable.cc
COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/CheckStatus.c
COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Extract.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/CheckStatus.c: In function 'ZelmaniShockTracker2_CheckStatus':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/CheckStatus.c:10:59: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   *dostuff = ( (((cctk_iteration) % compute_every) == 0 ) &&
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
                (cctk_time >= (start_time)) || (cctk_iteration)==0);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/CheckStatus.c:18:23: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   *dostuff = *dostuff && *bounce || *dotrack;
              ~~~~~~~~~^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_readtable.cc: In function 'void ZelmaniM1::zm1_readtable(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_readtable.cc:230:29: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized]
     HDF5_ERROR(H5Fclose(file));
                             ^
COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/Track.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Extract.cc: In function 'void ZelmaniQuadWaveExtract_Extract(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Extract.cc:38:7: warning: variable 'ierr' set but not used [-Wunused-but-set-variable]
   int ierr = 0;
       ^~~~
COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/LocalStuff.cc
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_getopacs.cc
COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/Print.cc
COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/CheckStatus.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/helpers.cc: In function 'double alpha_grid_zst(double, double, int, double, double)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/helpers.cc:10:12: warning: unused variable 'fp' [-Wunused-variable]
   double f,fp,dfda;
            ^~
COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/helpers.cc
COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Output.cc
COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/zst_find.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/zst_find.cc: In function 'void ZelmaniShockTracker2_Find(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/zst_find.cc:203:15: warning: unused variable 'ierr' [-Wunused-variable]
     int const ierr =
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/zst_find.cc:247:14: warning: unused variable 'im' [-Wunused-variable]
    int const im = ii+(nrad+nrad_outer)*(jj+ntheta*kk) - 1;
              ^~
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_helpers.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_helpers.cc: In function 'void ZelmaniM1::zm1_ZeroVelocityCurv(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_helpers.cc:262:11: warning: unused variable 'idx2' [-Wunused-variable]
       int idx2 = CCTK_VECTGFINDEX3D(cctkGH,i,j,k,0);
           ^~~~
COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Integrands.cc
COMPILING configs/sim/bindings/build/ZelmaniShockTracker2/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniShockTracker2.a
COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/SetIntegrandPointer.cc
COMPILING configs/sim/bindings/build/ZelmaniQuadWaveExtract/cctk_ThornBindings.c
COMPILING configs/sim/bindings/build/ZelmaniM1/cctk_ThornBindings.c
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniQuadWaveExtract.a
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc: In function 'void TVD_MC_f_over_e(cGH*, int, int, int, int, int, int, double*, double*, double*, double*, double*, double*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc:166:12: warning: unused variable 'dupw' [-Wunused-variable]
     double dupw = cent - left;
            ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc:167:12: warning: unused variable 'dloc' [-Wunused-variable]
     double dloc = right - cent;
            ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc: In function 'void ZelmaniM1::zm1_Reconstruct(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc:243:13: warning: unused variable 'myvelx' [-Wunused-variable]
     double *myvelx = &vel[CCTK_VECTGFINDEX3D(cctkGH,0,0,0,0)];
             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc:244:13: warning: unused variable 'myvely' [-Wunused-variable]
     double *myvely = &vel[CCTK_VECTGFINDEX3D(cctkGH,0,0,0,1)];
             ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc:245:13: warning: unused variable 'myvelz' [-Wunused-variable]
     double *myvelz = &vel[CCTK_VECTGFINDEX3D(cctkGH,0,0,0,2)];
             ^~~~~~
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_RiemannHLLE.cc
COMPILING arrangements/Zelmani/GRHydro/src/Utils.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RiemannHLLE.cc: In function 'void ZelmaniM1::zm1_RiemannHLLE(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RiemannHLLE.cc:102:11: warning: 'flux' may be used uninitialized in this function [-Wmaybe-uninitialized]
   #pragma omp parallel shared(idx,direction)
           ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RiemannHLLE.cc:102:11: warning: 'flux_var_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Analysis.F90
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_CalcUpdate.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Analysis.f90:118:0:

 # 15
 
Warning: 'ierr' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Boundaries.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_CalcBcom.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_CalcUpdate.cc: In function 'void ZelmaniM1::zm1_CalcUpdate(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_CalcUpdate.cc:150:13: warning: 'register_coarse_pt' may be used uninitialized in this function [-Wmaybe-uninitialized]
     #pragma omp parallel
             ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_CalcUpdate.cc:150:13: warning: 'register_fine_pt' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_CalcUpdate.cc:90:9: warning: 'register_coarse' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #pragma omp parallel for
         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_CalcUpdate.cc:90:9: warning: 'register_fine' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_CalcUpdate.cc:150:13: warning: 'flux' may be used uninitialized in this function [-Wmaybe-uninitialized]
     #pragma omp parallel
             ^~~
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc: In function 'void ZelmaniM1::zm1_setup_tests(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:25:14: warning: unused variable 'dx' [-Wunused-variable]
       double dx = CCTK_DELTA_SPACE(1);
              ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:67:14: warning: unused variable 'dx' [-Wunused-variable]
       double dx = CCTK_DELTA_SPACE(1);
              ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:138:14: warning: unused variable 'kappa' [-Wunused-variable]
       double kappa = 4.0;
              ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:139:14: warning: unused variable 'b' [-Wunused-variable]
       double b = 0.8;
              ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc: In function 'void ZelmaniM1::zm1_tests_opacity(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:186:14: warning: unused variable 'dx' [-Wunused-variable]
       double dx = CCTK_DELTA_SPACE(1);
              ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:233:12: warning: unused variable 'index3D' [-Wunused-variable]
        int index3D   = CCTK_GFINDEX3D(cctkGH,i,j,k);
            ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:223:14: warning: unused variable 'dx' [-Wunused-variable]
       double dx = CCTK_DELTA_SPACE(1);
              ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:259:10: warning: unused variable 'index3D' [-Wunused-variable]
      int index3D   = CCTK_GFINDEX3D(cctkGH,i,j,k);
          ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:251:14: warning: unused variable 'dx' [-Wunused-variable]
       double dx = CCTK_DELTA_SPACE(0);
              ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:276:14: warning: unused variable 'kappa' [-Wunused-variable]
       double kappa = 4.0;
              ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc:277:14: warning: unused variable 'b' [-Wunused-variable]
       double b = 0.8;
              ^
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_Closure.cc
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Closure.cc:4:0:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Closure.hh: In constructor 'Closure::Closure(double, double, double, ThreeTensor::Metric, double, double, double, double)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Closure.hh:95:20: warning: 'Closure::fhzi' will be initialized after [-Wreorder]
   double fhxi,fhyi,fhzi; // Externally specified unit vector, from constructor
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Closure.hh:83:16: warning:   'const double Closure::TINY' [-Wreorder]
   const double TINY;
                ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Closure.cc:45:1: warning:   when initialized here [-Wreorder]
 Closure::Closure(double vx, double vy, double vz, ThreeTensor::Metric gamma,
 ^~~~~~~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_CalcUpdate.F90
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_ClosureSrcFlx.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/ZelmaniM1/ZelmaniM1_UpdateHydroState.f90:126:32:

   integer, parameter :: cctki_use_scon_backreact_taper_on_time = kind(scon_backreact_taper_on_time)
                                1
Warning: Unused variable 'warnline' declared at (1) [-Wunused-variable]
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_UpdateHydroState.F90
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_Luminosity.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Luminosity.cc: In function 'void zm1_luminosity_local(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Luminosity.cc:176:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
      if (l==2 && spec_idx[l]<1 || spec_idx[l] == 3) {
          ~~~~~^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Luminosity.cc:144:18: warning: unused variable 'tiny' [-Wunused-variable]
  CCTK_REAL const tiny = 1.0e-20; // a tiny radius
                  ^~~~
COMPILING arrangements/Zelmani/GRHydro/src/Con2Prim_fortran_interfaces.F90
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_RedShift.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_EvolutionMask.F90
COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_SphericalAverage.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_DivergenceClean.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RedShift.cc: In function 'void ZelmaniM1::zm1_Redshift(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RedShift.cc:38:18: warning: unused variable 'dt' [-Wunused-variable]
     const double dt = CCTK_DELTA_TIME;
                  ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RedShift.cc:50:20: warning: variable 'flux' set but not used [-Wunused-but-set-variable]
     const double * flux;
                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RedShift.cc:78:9: warning: 'register_coarse' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #pragma omp parallel for
         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RedShift.cc:78:9: warning: 'register_fine' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Scalars.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_ENOScalars.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_EOS.c
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Flux.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Loop.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Minima.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Minima.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_ParamCheck.F90
In file included from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4,
                 from /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Minima.cc:15:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Minima.cc: In function 'void GRHydro_Rho_Minima_Setup_Final(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.hh:382:10: warning: variable 'global_mode_' set but not used [-Wunused-but-set-variable]
     bool global_mode_ = true;                                                  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Minima.cc:72:11: note: in expansion of macro 'BEGIN_GLOBAL_MODE'
           BEGIN_GLOBAL_MODE (cctkGH) {
           ^~~~~~~~~~~~~~~~~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Particle.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_PreLoop.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Prim2Con.f90:716:59:

 # 46
                                                           1
Warning: Unused variable 'sqrtdet' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Prim2Con.f90:501:32:

   REAL*8 densfplus (cctk_ash1,cctk_ash2,cctk_ash3)
                                1
Warning: Unused variable 'warnline' declared at (1) [-Wunused-variable]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Reconstruct.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Reconstruct.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Reconstruct.cc: In function 'void Reconstruction_cxx(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Reconstruct.cc:276:15: warning: 'trivial' may be used uninitialized in this function [-Wmaybe-uninitialized]
       #pragma omp parallel for
               ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Reconstruct.cc:145:7: warning: 'not_trivial' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int not_trivial;
       ^~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Reconstruct.cc:144:7: warning: 'type_bits' may be used uninitialized in this function [-Wmaybe-uninitialized]
   int type_bits;
       ^~~~~~~~~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_ReconstructPoly.F90
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniM1.a
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RegisterMask.c
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RegisterVars.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RiemannSolve.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RoeAverage.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Shift.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Startup.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_TVDReconstruct.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Marquina.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_UpdateMask.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMask.f90:422:0:

 # 35
 
Warning: 'pvup_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMask.f90:428:0:

 # 35
 
Warning: 'pvup_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Set_TP_GF.c
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Differences.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_EoSChangeGamma.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Tmunu.F90
COMPILING arrangements/Zelmani/GRHydro/src/Con2PrimM_fortran_interfaces.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'grhydro_con2primm_pt2_':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:242:14: warning: unused variable 'j' [-Wunused-variable]
   CCTK_INT i,j, i_increase ;
              ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:242:12: warning: unused variable 'i' [-Wunused-variable]
   CCTK_INT i,j, i_increase ;
            ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'x1_of_x0':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:528:13: warning: unused variable 'x1' [-Wunused-variable]
   CCTK_REAL x1,vsq;
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'twod_newton_raphson':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:580:21: warning: variable 'vsq_old' set but not used [-Wunused-but-set-variable]
   CCTK_REAL dW,dvsq,vsq_old,vsq,W,W_old;
                     ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:580:16: warning: unused variable 'dvsq' [-Wunused-variable]
   CCTK_REAL dW,dvsq,vsq_old,vsq,W,W_old;
                ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:580:13: warning: unused variable 'dW' [-Wunused-variable]
   CCTK_REAL dW,dvsq,vsq_old,vsq,W,W_old;
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:579:27: warning: unused variable 'jd' [-Wunused-variable]
   CCTK_INT    n_iter, id, jd, i_extra, doing_extra;
                           ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:579:23: warning: unused variable 'id' [-Wunused-variable]
   CCTK_INT    n_iter, id, jd, i_extra, doing_extra;
                       ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'threed_newton_raphson_omni':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:691:24: warning: variable 'vsq_old' set but not used [-Wunused-but-set-variable]
   CCTK_REAL dW,dvsq,du,vsq_old,vsq,W,W_old,u,u_old;
                        ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:691:21: warning: unused variable 'du' [-Wunused-variable]
   CCTK_REAL dW,dvsq,du,vsq_old,vsq,W,W_old,u,u_old;
                     ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:691:16: warning: unused variable 'dvsq' [-Wunused-variable]
   CCTK_REAL dW,dvsq,du,vsq_old,vsq,W,W_old,u,u_old;
                ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:691:13: warning: unused variable 'dW' [-Wunused-variable]
   CCTK_REAL dW,dvsq,du,vsq_old,vsq,W,W_old,u,u_old;
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:690:27: warning: unused variable 'jd' [-Wunused-variable]
   CCTK_INT    n_iter, id, jd, i_extra, doing_extra;
                           ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:690:23: warning: unused variable 'id' [-Wunused-variable]
   CCTK_INT    n_iter, id, jd, i_extra, doing_extra;
                       ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'func_vsq':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:818:94: warning: unused variable 't36' [-Wunused-variable]
   CCTK_REAL res0, QB2Winv2,res1,j11,detJinv,   Winv,   QB2Winv3,   j10,   B2plusW,   detJ,   t36,   mj01,   j00;
                                                                                              ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:817:22: warning: variable 'Wsq' set but not used [-Wunused-but-set-variable]
   CCTK_REAL  W, vsq, Wsq, p_tmp, dPdvsq, dPdW;
                      ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'func_vsq_eosomni':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:906:80: warning: unused variable 'j22' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                                                                ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:906:76: warning: unused variable 'j21' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                                                            ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:906:72: warning: unused variable 'j20' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                                                        ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:906:68: warning: unused variable 'j12' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                                                    ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:906:44: warning: unused variable 't36' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                            ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:906:35: warning: unused variable 'detJ_gcf' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                   ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:905:59: warning: unused variable 'res1' [-Wunused-variable]
   CCTK_REAL res0, LorInv, rho0, Winv, QB2Winv2, drho0_dv, res1, j11, detJ,detJinv;
                                                           ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:905:13: warning: unused variable 'res0' [-Wunused-variable]
   CCTK_REAL res0, LorInv, rho0, Winv, QB2Winv2, drho0_dv, res1, j11, detJ,detJinv;
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:904:52: warning: unused variable 'dPdW' [-Wunused-variable]
   CCTK_REAL  W, vsq, u, p_tmp,epsilon,Wsq, dPdvsq, dPdW;
                                                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:904:44: warning: unused variable 'dPdvsq' [-Wunused-variable]
   CCTK_REAL  W, vsq, u, p_tmp,epsilon,Wsq, dPdvsq, dPdW;
                                            ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:904:39: warning: variable 'Wsq' set but not used [-Wunused-but-set-variable]
   CCTK_REAL  W, vsq, u, p_tmp,epsilon,Wsq, dPdvsq, dPdW;
                                       ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'pressure_rho0_eps_eosomni':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:1029:22: warning: variable 'epspt' set but not used [-Wunused-but-set-variable]
   CCTK_REAL rhopt[1],epspt[1],press[1];
                      ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:1029:13: warning: variable 'rhopt' set but not used [-Wunused-but-set-variable]
   CCTK_REAL rhopt[1],epspt[1],press[1];
             ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: At top level:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:110:18: warning: 'eos_info_eosomni' declared 'static' but never defined [-Wunused-function]
 static CCTK_REAL eos_info_eosomni(CCTK_REAL W, CCTK_REAL vsq, CCTK_REAL eps0, struct LocGlob *lgp);
                  ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:546:13: warning: 'validate_x' defined but not used [-Wunused-function]
 static void validate_x(CCTK_REAL x[2], CCTK_REAL x0[2] )
             ^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'grhydro_con2primm_pt2_':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c:439:17: warning: 'x_3d[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *epsilon = u/rho0;
                ~^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'grhydro_con2primm_pt_':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:243:41: warning: variable 'failinfomode' set but not used [-Wunused-but-set-variable]
   CCTK_INT nf, nfudgemax, failwarnmode, failinfomode;
                                         ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:243:27: warning: variable 'failwarnmode' set but not used [-Wunused-but-set-variable]
   CCTK_INT nf, nfudgemax, failwarnmode, failinfomode;
                           ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:243:16: warning: variable 'nfudgemax' set but not used [-Wunused-but-set-variable]
   CCTK_INT nf, nfudgemax, failwarnmode, failinfomode;
                ^~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:243:12: warning: variable 'nf' set but not used [-Wunused-but-set-variable]
   CCTK_INT nf, nfudgemax, failwarnmode, failinfomode;
            ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:242:14: warning: unused variable 'j' [-Wunused-variable]
   CCTK_INT i,j, i_increase ;
              ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:242:12: warning: unused variable 'i' [-Wunused-variable]
   CCTK_INT i,j, i_increase ;
            ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'x1_of_x0':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:798:13: warning: unused variable 'x1' [-Wunused-variable]
   CCTK_REAL x1,vsq;
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'twod_newton_raphson':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:850:21: warning: variable 'vsq_old' set but not used [-Wunused-but-set-variable]
   CCTK_REAL dW,dvsq,vsq_old,vsq,W,W_old;
                     ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:850:16: warning: unused variable 'dvsq' [-Wunused-variable]
   CCTK_REAL dW,dvsq,vsq_old,vsq,W,W_old;
                ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:850:13: warning: unused variable 'dW' [-Wunused-variable]
   CCTK_REAL dW,dvsq,vsq_old,vsq,W,W_old;
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:849:27: warning: unused variable 'jd' [-Wunused-variable]
   CCTK_INT    n_iter, id, jd, i_extra, doing_extra;
                           ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:849:23: warning: unused variable 'id' [-Wunused-variable]
   CCTK_INT    n_iter, id, jd, i_extra, doing_extra;
                       ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'threed_newton_raphson_omni':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:961:24: warning: variable 'vsq_old' set but not used [-Wunused-but-set-variable]
   CCTK_REAL dW,dvsq,du,vsq_old,vsq,W,W_old,u,u_old;
                        ^~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:961:21: warning: unused variable 'du' [-Wunused-variable]
   CCTK_REAL dW,dvsq,du,vsq_old,vsq,W,W_old,u,u_old;
                     ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:961:16: warning: unused variable 'dvsq' [-Wunused-variable]
   CCTK_REAL dW,dvsq,du,vsq_old,vsq,W,W_old,u,u_old;
                ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:961:13: warning: unused variable 'dW' [-Wunused-variable]
   CCTK_REAL dW,dvsq,du,vsq_old,vsq,W,W_old,u,u_old;
             ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:960:27: warning: unused variable 'jd' [-Wunused-variable]
   CCTK_INT    n_iter, id, jd, i_extra, doing_extra;
                           ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:960:23: warning: unused variable 'id' [-Wunused-variable]
   CCTK_INT    n_iter, id, jd, i_extra, doing_extra;
                       ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'func_vsq':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1082:94: warning: unused variable 't36' [-Wunused-variable]
   CCTK_REAL res0, QB2Winv2,res1,j11,detJinv,   Winv,   QB2Winv3,   j10,   B2plusW,   detJ,   t36,   mj01,   j00;
                                                                                              ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1081:22: warning: variable 'Wsq' set but not used [-Wunused-but-set-variable]
   CCTK_REAL  W, vsq, Wsq, p_tmp, dPdvsq, dPdW;
                      ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'func_vsq_eosomni':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1174:41: warning: variable 'failinfomode' set but not used [-Wunused-but-set-variable]
   CCTK_INT nf, nfudgemax, failwarnmode, failinfomode;
                                         ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1174:27: warning: variable 'failwarnmode' set but not used [-Wunused-but-set-variable]
   CCTK_INT nf, nfudgemax, failwarnmode, failinfomode;
                           ^~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1174:16: warning: variable 'nfudgemax' set but not used [-Wunused-but-set-variable]
   CCTK_INT nf, nfudgemax, failwarnmode, failinfomode;
                ^~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1174:12: warning: variable 'nf' set but not used [-Wunused-but-set-variable]
   CCTK_INT nf, nfudgemax, failwarnmode, failinfomode;
            ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1171:80: warning: unused variable 'j22' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                                                                ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1171:76: warning: unused variable 'j21' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                                                            ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1171:72: warning: unused variable 'j20' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                                                        ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1171:68: warning: unused variable 'j12' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                                                    ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1171:44: warning: unused variable 't36' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                            ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1171:35: warning: unused variable 'detJ_gcf' [-Wunused-variable]
   CCTK_REAL QB2Winv3, j10,B2plusW,detJ_gcf,t36,B2plusW_sq, j00,j01,j12,j20,j21,j22;
                                   ^~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1170:64: warning: unused variable 'res1' [-Wunused-variable]
   CCTK_REAL res0, Lor, LorInv, rho0, Winv, QB2Winv2, drho0_dv, res1, j11, detJ,detJinv;
                                                                ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1170:19: warning: variable 'Lor' set but not used [-Wunused-but-set-variable]
   CCTK_REAL res0, Lor, LorInv, rho0, Winv, QB2Winv2, drho0_dv, res1, j11, detJ,detJinv;
                   ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1170:13: warning: unused variable 'res0' [-Wunused-variable]
   CCTK_REAL res0, Lor, LorInv, rho0, Winv, QB2Winv2, drho0_dv, res1, j11, detJ,detJinv;
             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1169:46: warning: unused variable 'dPdW' [-Wunused-variable]
   CCTK_REAL  W, vsq, u, epsilon,Wsq, dPdvsq, dPdW;
                                              ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1169:38: warning: unused variable 'dPdvsq' [-Wunused-variable]
   CCTK_REAL  W, vsq, u, epsilon,Wsq, dPdvsq, dPdW;
                                      ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1169:33: warning: variable 'Wsq' set but not used [-Wunused-but-set-variable]
   CCTK_REAL  W, vsq, u, epsilon,Wsq, dPdvsq, dPdW;
                                 ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'pressure_rho0_eps_eosomni':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1364:22: warning: variable 'epspt' set but not used [-Wunused-but-set-variable]
   CCTK_REAL rhopt[1],epspt[1],press[1];
                      ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:1364:13: warning: variable 'rhopt' set but not used [-Wunused-but-set-variable]
   CCTK_REAL rhopt[1],epspt[1],press[1];
             ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: At top level:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:112:18: warning: 'eos_info_eosomni' declared 'static' but never defined [-Wunused-function]
 static CCTK_REAL eos_info_eosomni(CCTK_REAL W, CCTK_REAL vsq, CCTK_REAL eps0, struct LocGlob *lgp);
                  ^~~~~~~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:816:13: warning: 'validate_x' defined but not used [-Wunused-function]
 static void validate_x(CCTK_REAL x[2], CCTK_REAL x0[2] )
             ^~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'grhydro_con2primm_pt_':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c:595:17: warning: 'x_3d[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
     *epsilon = u/rho0;
                ~^~~~~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt.c: In function 'twod_newton_raphson':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt.c:542:13: warning: variable 'vsq' set but not used [-Wunused-but-set-variable]
   CCTK_REAL vsq,W,W_old;
             ^~~
At top level:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt.c:508:13: warning: 'validate_x' defined but not used [-Wunused-function]
 static void validate_x(CCTK_REAL x[2], CCTK_REAL x0[2] )
             ^~~~~~~~~~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt.c
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_ptee.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_ptee.c: In function 'general_newton_raphson':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_ptee.c:446:13: warning: variable 'W' set but not used [-Wunused-but-set-variable]
   CCTK_REAL W,W_old;
             ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_ptee.c:442:27: warning: variable 'x_old' set but not used [-Wunused-but-set-variable]
   CCTK_REAL f, df, dx[1], x_old[1], resid[1],
                           ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_polytype_pt.c: In function 'oned_newton_raphson':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_polytype_pt.c:513:27: warning: variable 'x_old' set but not used [-Wunused-but-set-variable]
   CCTK_REAL f, df, dx[1], x_old[1], resid[1],
                           ^~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_polytype_pt.c: In function 'gnr2':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_polytype_pt.c:714:27: warning: variable 'x_old' set but not used [-Wunused-but-set-variable]
   CCTK_REAL f, df, dx[1], x_old[1], resid[1],
                           ^~~~~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_polytype_pt.c
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_EigenproblemM.f90:144:37:

 # 55
                                     1
Warning: Unused dummy argument 'ii' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_EigenproblemM.f90:144:40:

 # 55
                                        1
Warning: Unused dummy argument 'jj' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_EigenproblemM.f90:144:43:

 # 55
                                           1
Warning: Unused dummy argument 'kk' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_EigenproblemM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_FluxM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_FluxAM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_HLLEM.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPMM.f90:34:42:

   integer, parameter :: cctki_use_GRHydro_del_ptol = kind(GRHydro_del_ptol)
                                          1
Warning: Unused dummy argument 'dx' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_PPMM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Prim2ConM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RiemannSolveM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_SourceM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_TmunuM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_UpdateMaskM.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:321:0:

 # 55
 
Warning: 'pvup_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:207:0:

 # 55
 
Warning: 'pg33_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:207:0: Warning: 'pg23_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:206:0:

   INTEGER Bvec_staggered_length
 
Warning: 'pg22_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:206:0: Warning: 'pg13_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:206:0: Warning: 'pg12_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:206:0: Warning: 'pg11_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:209:0:

 # 55
 
Warning: 'pbprim_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:321:0:

 # 55
 
Warning: 'pvup_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:213:0:

 # 55
 
Warning: 'pg33_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:213:0: Warning: 'pg23_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:212:0:

   INTEGER GRHydro_tracer_flux_splitting_length
 
Warning: 'pg22_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:212:0: Warning: 'pg13_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:212:0: Warning: 'pg12_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:212:0: Warning: 'pg11_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:215:0:

 # 55
 
Warning: 'pbprim_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:790:0:

   REAL*8 tracerfplus (cctk_ash1,cctk_ash2,cctk_ash3,GRHydro_tracer_flux_splitting_length)
 
Warning: 'pvup_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:676:0:

   integer, parameter :: cctki_use_particle_z = kind(particle_z)
 
Warning: 'pg33_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:676:0: Warning: 'pg23_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:675:0:

 # 55
 
Warning: 'pg22_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:675:0: Warning: 'pg13_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:675:0: Warning: 'pg12_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:675:0: Warning: 'pg11_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:678:0:

   REAL*8 particle_z_p (X0particles)
 
Warning: 'pbprim_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:790:0:

   REAL*8 tracerfplus (cctk_ash1,cctk_ash2,cctk_ash3,GRHydro_tracer_flux_splitting_length)
 
Warning: 'pvup_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:682:0:

   REAL*8 particle_z_p_p (X0particles)
 
Warning: 'pg33_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:682:0: Warning: 'pg23_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:681:0:

 # 55
 
Warning: 'pg22_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:681:0: Warning: 'pg13_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:681:0: Warning: 'pg12_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:681:0: Warning: 'pg11_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_UpdateMaskM.f90:684:0:

   integer, parameter :: cctki_use_particle_z_p_p = kind(particle_z_p_p)
 
Warning: 'pbprim_p_p' may be used uninitialized in this function [-Wmaybe-uninitialized]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_UtilsM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_BvecfromAvec.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RiemannSolveAM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:57:54:

 # 34
                                                      1
Warning: Unused variable 'alp_l' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:57:61:

 # 34
                                                             1
Warning: Unused variable 'alp_r' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:58:19:

   &ons_tracer_p_p,cons_tracerrhs,cs2minus,cs2plus,dens,dens_p,dens_p_p,densflux,densrhs,divB,dtalp,dtalp_p,dtalp_p_p,dtbetax,dtbeta&
                   1
Warning: Unused variable 'cs2_m' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:58:12:

   &ons_tracer_p_p,cons_tracerrhs,cs2minus,cs2plus,dens,dens_p,dens_p_p,densflux,densrhs,divB,dtalp,dtalp_p,dtalp_p_p,dtbetax,dtbeta&
            1
Warning: Unused variable 'cs2_p' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:58:39:

   &ons_tracer_p_p,cons_tracerrhs,cs2minus,cs2plus,dens,dens_p,dens_p_p,densflux,densrhs,divB,dtalp,dtalp_p,dtalp_p_p,dtbetax,dtbeta&
                                       1
Warning: Unused variable 'dpdeps_m' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:58:29:

   &ons_tracer_p_p,cons_tracerrhs,cs2minus,cs2plus,dens,dens_p,dens_p_p,densflux,densrhs,divB,dtalp,dtalp_p,dtalp_p_p,dtbetax,dtbeta&
                             1
Warning: Unused variable 'dpdeps_p' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:68:46:

   &p,epsplus,evolve_Lorenz_gge,evolve_MHD,evolve_Y_e,evolve_entropy,evolve_temper,flux_direction,gaa,gaa_p,gaa_p_p,gab,gab_p,gab_p_&
                                              1
Warning: Unused variable 'not_trivial' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:687:54:

   REAL*8 press_ave (cctk_ash1,cctk_ash2,cctk_ash3)
                                                      1
Warning: Unused variable 'alp_l' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:687:61:

   REAL*8 press_ave (cctk_ash1,cctk_ash2,cctk_ash3)
                                                             1
Warning: Unused variable 'alp_r' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:688:19:

 # 43
                   1
Warning: Unused variable 'cs2_m' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:688:12:

 # 43
            1
Warning: Unused variable 'cs2_p' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:688:39:

 # 43
                                       1
Warning: Unused variable 'dpdeps_m' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:688:29:

 # 43
                             1
Warning: Unused variable 'dpdeps_p' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:691:46:

   REAL*8 press_new (cctk_ash1,cctk_ash2,cctk_ash3)
                                              1
Warning: Unused variable 'not_trivial' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:65:0:

 # 34
 
Warning: 'psidcfm' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:65:0: Warning: 'psidcfp' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:65:0: Warning: 'psidcp' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:65:0: Warning: 'psidcm' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:618:0:

 # 43
 
Warning: 'psidcf' may be used uninitialized in this function [-Wmaybe-uninitialized]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:65:0:

 # 34
 
note: 'psidcf' was declared here
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimAM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Prim2ConAM.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c: In function 'GRHydroTransformPrimToLocalBasis':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:71: warning: variable 'iJ33' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
                                                                       ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:64: warning: variable 'iJ32' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
                                                                ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:57: warning: variable 'iJ31' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
                                                         ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:50: warning: variable 'iJ23' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
                                                  ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:43: warning: variable 'iJ22' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
                                           ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:36: warning: variable 'iJ21' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
                                    ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:29: warning: variable 'iJ13' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
                             ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:22: warning: variable 'iJ12' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
                      ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:233:15: warning: variable 'iJ11' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *iJ11, *iJ12, *iJ13, *iJ21, *iJ22, *iJ23, *iJ31, *iJ32, *iJ33;
               ^~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c: In function 'GRHydroTransformPrimToGlobalBasis':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:63: warning: variable 'J33' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
                                                               ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:57: warning: variable 'J32' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
                                                         ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:51: warning: variable 'J31' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
                                                   ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:45: warning: variable 'J23' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
                                             ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:39: warning: variable 'J22' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
                                       ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:33: warning: variable 'J21' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
                                 ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:27: warning: variable 'J13' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
                           ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:21: warning: variable 'J12' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
                     ^~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c:347:15: warning: variable 'J11' set but not used [-Wunused-but-set-variable]
    CCTK_REAL *J11, *J12, *J13, *J21, *J22, *J23, *J31, *J32, *J33;
               ^~~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Jacobian_state.c
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_PPMMReconstruct_drv.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_ENOReconstruct_drv.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_PPMReconstruct_drv.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_WENOReconstruct_drv.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_MP5Reconstruct_drv.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_LastMoLPostStep.c
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_TVDReconstruct_drv.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_WENOScalars.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_MP5Reconstruct.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.cc:93:0: warning: ignoring #pragma ivdep  [-Wunknown-pragmas]
 #pragma ivdep // force compiler to vectorize the goddamn loop
 
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.cc: In function 'void GRHydro_SpeedOfSound(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.cc:208:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        for(int i=0;i<n;i++) { // walks over slightly too many elements but cannot fail
                    ~^~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_PPM.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_ePPM.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_PPMReconstruct_drv_opt.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_WENOReconstruct.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_TVDReconstruct.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_TrivialReconstruct.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_MP5Reconstruct.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Wrappers.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_HLLE.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc: In function 'void SourceTerms(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:657:22: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
 #define T(e,t) (!!(e)==(t))
                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:661:10: note: in expansion of macro 'T'
          T(clean_divergence && divergence_flux,t3)  &&  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:664:12: note: in expansion of macro 'T4'
         if(T4(t1,t2,t3,t4))         \
            ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:677:5: note: in expansion of macro 'SET_SOURCES'
     SET_SOURCES(alldiff4,  MHD,  DC,  DCflux,noAVec)
     ^~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:657:22: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
 #define T(e,t) (!!(e)==(t))
                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:662:10: note: in expansion of macro 'T'
          T(do_Avec,t4))
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:664:12: note: in expansion of macro 'T4'
         if(T4(t1,t2,t3,t4))         \
            ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:678:5: note: in expansion of macro 'SET_SOURCES'
     SET_SOURCES(alldiff4,  MHD,noDC,noDCflux,  AVec)
     ^~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:657:22: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
 #define T(e,t) (!!(e)==(t))
                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:661:10: note: in expansion of macro 'T'
          T(clean_divergence && divergence_flux,t3)  &&  \
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:664:12: note: in expansion of macro 'T4'
         if(T4(t1,t2,t3,t4))         \
            ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:686:5: note: in expansion of macro 'SET_SOURCES'
     SET_SOURCES(alldiff2,  MHD,  DC,  DCflux,noAVec)
     ^~~~~~~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:657:22: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
 #define T(e,t) (!!(e)==(t))
                      ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:662:10: note: in expansion of macro 'T'
          T(do_Avec,t4))
          ^
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:664:12: note: in expansion of macro 'T4'
         if(T4(t1,t2,t3,t4))         \
            ^~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc:687:5: note: in expansion of macro 'SET_SOURCES'
     SET_SOURCES(alldiff2,  MHD,noDC,noDCflux,  AVec)
     ^~~~~~~~~~~
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Source.cc
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Source.F90
COMPILING arrangements/Zelmani/GRHydro/src/constraintsatisfyinpressuredepletion.c
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2Prim.cc
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2Prim.cc: In function 'void GRHydro_Con2Prim_simpleEOS_CXX(cGH*)':
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2Prim.cc:81:12: warning: unused variable 'myproc' [-Wunused-variable]
   CCTK_INT myproc = CCTK_MyProc(cctkGH);
            ^~~~~~
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2Prim_bisect.f90:25:21:

 # 17
                     1
Warning: Unused variable 'df' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2Prim_bisect.f90:25:17:

 # 17
                 1
Warning: Unused variable 'f' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2Prim_bisect.f90:13:66:

 # 17
                                                                  1
Warning: Unused dummy argument 'myproc' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2Prim_bisect.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2Prim.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2Prim.f90:752:2:

   REAL*8 szplus (cctk_ash1,cctk_ash2,cctk_ash3)
  1
Warning: Label 51 at (1) defined but not used
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2Prim.f90:453:23:

 # 47
                       1
Warning: Unused dummy argument 'x' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2Prim.f90:453:26:

 # 47
                          1
Warning: Unused dummy argument 'y' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2Prim.f90:453:29:

 # 47
                             1
Warning: Unused dummy argument 'z' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimHot.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2PrimHot.f90:348:42:

   integer, parameter :: cctki_use_Bvecz_x_m = kind(Bvecz_x_m)
                                          1
Warning: Unused dummy argument 'cctk_iteration' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2PrimHot.f90:373:12:

 # 17
            1
Warning: Unused variable 'dpf' declared at (1) [-Wunused-variable]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2PrimHot.f90:351:75:

 # 17
                                                                           1
Warning: Unused dummy argument 'epsmin' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2PrimHot.f90:351:44:

 # 17
                                            1
Warning: Unused dummy argument 'epsnegative' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2PrimHot.f90:348:50:

   integer, parameter :: cctki_use_Bvecz_x_m = kind(Bvecz_x_m)
                                                  1
Warning: Unused dummy argument 'myproc' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Con2PrimHot.f90:351:67:

 # 17
                                                                   1
Warning: Unused dummy argument 'pmin' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Eigenproblem.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Eigenproblem.f90:140:44:

 # 55
                                            1
Warning: Unused dummy argument 'ii' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Eigenproblem.f90:140:47:

 # 55
                                               1
Warning: Unused dummy argument 'jj' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Eigenproblem.f90:140:50:

 # 55
                                                  1
Warning: Unused dummy argument 'kk' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Eigenproblem_Marquina.f90:44:22:

   integer, parameter :: cctki_use_GRHydro_hot_atmo_temp = kind(GRHydro_hot_atmo_temp)
                      1
Warning: Unused dummy argument 'det' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Eigenproblem_Marquina.f90:771:22:

 # 54
                      1
Warning: Unused dummy argument 'det' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Eigenproblem_Marquina.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_ENOReconstruct.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_FluxSplit.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_HLLE.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_HLLC.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_PPM.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:57:10:

 # 71
          1
Warning: Unused dummy argument 'dx' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1019:10:

   INTEGER*4 faces
          1
Warning: Unused dummy argument 'dx' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1539:49:

   INTEGER*4 eoskey
                                                 1
Warning: Unused dummy argument 'apply_enhanced_ppm' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1540:10:

 # 72
          1
Warning: Unused dummy argument 'dx' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1540:14:

 # 72
              1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1540:24:

 # 72
                        1
Warning: Unused dummy argument 'vely' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1540:29:

 # 72
                             1
Warning: Unused dummy argument 'velz' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1761:10:

   implicit none
          1
Warning: Unused dummy argument 'dx' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1761:14:

   implicit none
              1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1761:24:

   implicit none
                        1
Warning: Unused dummy argument 'vely' at (1) [-Wunused-dummy-argument]
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_PPM.f90:1761:29:

   implicit none
                             1
Warning: Unused dummy argument 'velz' at (1) [-Wunused-dummy-argument]
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RoeSolver.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM.F90
COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_WENOReconstruct.F90
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_WENOReconstruct.f90:189:42:

   integer, parameter :: cctki_use_cctk_ash1 = kind(cctk_ash1)
                                          1
Warning: Unused dummy argument 'order' at (1) [-Wunused-dummy-argument]
Creating /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_GRHydro.a
Creating cactus_sim in /mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/exe from EinsteinBase/ADMBase EinsteinBase/ADMCoupling EinsteinBase/ADMMacros Numerical/AEILocalInterp CactusBase/Boundary Zelmani/CCCCGlobalModes Carpet/Carpet Carpet/CarpetIOASCII Carpet/CarpetIOBasic Carpet/CarpetIOHDF5 Carpet/CarpetIOScalar Carpet/CarpetInterp Carpet/CarpetInterp2 Carpet/CarpetLib Carpet/CarpetMask Carpet/CarpetReduce Carpet/CarpetRegrid2 Carpet/CarpetSlab CactusBase/CartGrid3D Zelmani/CartesianCoordinates EinsteinBase/Constants CactusBase/CoordBase EinsteinBase/CoordGauge Zelmani/CoreCollapseControl Carpet/CycleClock CactusNumerical/Dissipation Zelmani/DriftCorrectCoM Zelmani/EOS_Omni CactusBase/Fortran Zelmani/GRHydro ExternalLibraries/GSL KrancNumericalTools/GenericFD ExternalLibraries/HDF5 EinsteinBase/HydroBase CactusBase/IOUtil CactusBase/InitBase CactusNumerical/LocalInterp CactusNumerical/LocalInterp2 Carpet/LoopControl McLachlan/ML_BSSN McLachlan/ML_BSSN_Helper ExternalLibraries/MPI CactusNumerical/MoL EinsteinAnalysis/Multipole EinsteinEvolve/NewRad ExternalLibraries/OpenBLAS Zelmani/PNSHelper Zelmani/PNSMapper EinsteinAnalysis/QuasiLocalMeasures EinsteinUtils/SetMask_SphericalSurface CactusNumerical/Slab CactusNumerical/SpaceMask CactusNumerical/SphericalSurface EinsteinBase/StaticConformal CactusNumerical/SummationByParts CactusBase/SymBase CactusUtils/SystemStatistics CactusUtils/SystemTopology EinsteinUtils/TGRtensor CactusNumerical/TensorTypes CactusUtils/TerminationTrigger CactusBase/Time CactusUtils/TimerReport Carpet/Timers EinsteinBase/TmunuBase Zelmani/TriggerTerminationManual CactusUtils/Vectors EinsteinAnalysis/WeylScal4 Zelmani/ZelmaniAnalysis Zelmani/ZelmaniCoMShift exp/ZelmaniM1 Zelmani/ZelmaniQuadWaveExtract Zelmani/ZelmaniShockTracker2 ExternalLibraries/hwloc ExternalLibraries/pthreads ExternalLibraries/zlib
++ qsub Zelmani50.qsub
INFO: Job submitted to account: jnc
+ JOB_ID=229661.jyc
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
Done creating cactus_sim.
All done !
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ sleep 60
+ '[' -r 229661.jyc.OU ']'
+ cat 229661.jyc.OU
+ TAILPID=1506
+ sleep 60
+ tail -f 229661.jyc.OU
Start time = Fri Feb 16 17:14:21 CST 2018
----------------------------------------
Begin Torque Prologue Fri Feb 16 17:14:32 CST 2018
Job Id:			229661.jyc
Username:		bwjenkins
Group:			BW_System
Job name:		Zelmani50
Requested resources:	neednodes=50:ppn=32:xe,nodes=50:ppn=32:xe,walltime=01:00:00
Queue:			normal
Account:		jnc
End Torque Prologue:  10.814 elapsed
----------------------------------------




Preparing:
Checking:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/Zelmani50
nid00014
Fri Feb 16 17:14:35 CST 2018
Environment:
Starting:



Preparing:
Checking:
/mnt/abc/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/Zelmani50
nid00014
Fri Feb 16 17:14:35 CST 2018
Environment:
Starting:
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
Stopping:
Fri Feb 16 17:37:57 CST 2018
Done.
Reply (complete) from nid00002 exit code: 2
Reply (complete) from nid00003 exit code: 2
Reply (complete) from nid00024 exit code: 2
Reply (complete) from nid00025 exit code: 2
Reply (complete) from nid00033 exit code: 2
Reply (complete) from nid00034 exit code: 2
Reply (complete) from nid00029 exit code: 2
Reply (complete) from nid00028 exit code: 2
Reply (complete) from nid00032 exit code: 2
Reply (complete) from nid00036 exit code: 2
Reply (complete) from nid00037 exit code: 2
Reply (complete) from nid00035 exit code: 2
Reply (complete) from nid00038 exit code: 2
Reply (complete) from nid00039 exit code: 2
Reply (complete) from nid00006 exit code: 2
Reply (complete) from nid00007 exit code: 2
Reply (complete) from nid00012 exit code: 2
Reply (complete) from nid00011 exit code: 2
Reply (complete) from nid00013 exit code: 2
Reply (complete) from nid00015 exit code: 2
Reply (complete) from nid00016 exit code: 2
Reply (complete) from nid00017 exit code: 2
Reply (complete) from nid00018 exit code: 2
Reply (complete) from nid00019 exit code: 2
Reply (complete) from nid00020 exit code: 2
Reply (complete) from nid00021 exit code: 2
Reply (complete) from nid00040 exit code: 2
Reply (complete) from nid00053 exit code: 2
Reply (complete) from nid00054 exit code: 2
Reply (complete) from nid00055 exit code: 2
Reply (complete) from nid00056 exit code: 2
Reply (complete) from nid00057 exit code: 2
Reply (complete) from nid00058 exit code: 2
Reply (complete) from nid00060 exit code: 2
Reply (complete) from nid00061 exit code: 2
Reply (complete) from nid00059 exit code: 2
Reply (complete) from nid00062 exit code: 2
Reply (complete) from nid00063 exit code: 2
Reply (complete) from nid00042 exit code: 2
Reply (complete) from nid00046 exit code: 2
Reply (complete) from nid00047 exit code: 2
Reply (complete) from nid00044 exit code: 2
Reply (complete) from nid00043 exit code: 2
Reply (complete) from nid00045 exit code: 2
Reply (complete) from nid00041 exit code: 2
Reply (complete) from nid00049 exit code: 2
Reply (complete) from nid00050 exit code: 2
Reply (complete) from nid00048 exit code: 2
Reply (complete) from nid00051 exit code: 2
Reply (complete) from nid00052 exit code: 2
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ sleep 60
+ qstat 229661.jyc
+ break
+ kill 1506
+ gawk '/RunTime:/{print "YVALUE="$2}' Zelmani50/Timing.txt
bash: line 53:  1506 Terminated              tail -f $JOB_ID.OU
[SSH] exit-status: 0
[SPP-Zelmani-jyc] $ /bin/sh -xe /tmp/jenkins908107765263803309.sh
+ scp JYC_REMOTE:/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/runtime.dat /var/lib/jenkins/workspace/SPP-Zelmani-jyc
NCSA JYC System 
Access status: User Access UnRestricted.

Access by OTP or Two Factor Certificate Authority only.
Use myproxy-logon -s tfca.ncsa.illinois.edu -p 7512 for gsissh access.
gsissh or ssh -o PreferredAuthentications=keyboard-interactive for otp access.

Restricted access during weekly scheduled maintenance on Wednesdays 10AM - 6PM

Recording plot data
Saving plot series data from: /var/lib/jenkins/workspace/SPP-Zelmani-jyc/runtime.dat
Finished: SUCCESS