Started by timer Building on master in workspace /var/lib/jenkins/workspace/SPP-Zelmani [SPP-Zelmani] $ /bin/sh -xe /tmp/jenkins6299853626392614969.sh + /usr/local/bin/jenkins_sync /var/lib/jenkins/workspace/SPP-Zelmani 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 ./ 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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/craype/2.5.8/bin:/opt/cray/cce/8.4.6/cray-binutils/x86_64-unknown-linux-gnu/bin:/opt/cray/cce/8.4.6/craylibs/x86-64/bin:/opt/cray/cce/8.4.6/cftn/bin:/opt/cray/cce/8.4.6/CC/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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 + 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 h2ologin1' + cp /u/system/bwjenkins/SPP-Zelmani/Zelmani.tar.gz ./ Compiling on h2ologin1 + 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.4/bin/modulecmd bash unload PrgEnv-cray PrgEnv-gnu PrgEnv-intel PrgEnv-pathscale PrgEnv-pgi + eval CRAYPE_DIR=/opt/cray/craype/2.5.8 ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=gemini' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.5.8' ';export' 'CRAYPE_VERSION;CRAY_CPU_TARGET=interlagos' ';export' 'CRAY_CPU_TARGET;CRAY_LD_LIBRARY_PATH=/opt/cray/mpt/7.5.0/gni/mpich-cray/8.4/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_PRE_COMPILE_OPTS=-hnetwork=gemini' ';export' 'CRAY_PRE_COMPILE_OPTS;LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:craype-interlagos:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3' ';export' 'LOADEDMODULES;MANPATH=/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/sw/EasyBuild/software/wget/1.19.4/share/man:/sw/EasyBuild/software/cURL/7.59.0/share/man:/sw/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-6.0/man:/opt/moab/9.1.2/share/man/:/opt/torque/6.0.4/share/man:/opt/cray/mpt/7.5.0/gni/man/mpich:/opt/cray/craype/2.5.8/man:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/man:/opt/modules/3.2.10.4/share/man:/opt/moab/9.1.2/share/man::ignore:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/cm/local/apps/environment-modules/3.2.6/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/gem/modulefiles:/opt/cray/craype/2.5.8/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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.7.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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_TARGET_x86_skylake=x86_skylake' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_skylake;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.6.5/@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/@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/@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.7.0/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf/4.4.1/INTEL/15.0/lib/pkgconfig:/opt/cray/mpt/7.5.0/gni/mpich-intel/16.0/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/INTEL/15.0/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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.0/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_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/@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/@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_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_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;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.7.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.2.1/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.7.0/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_INTERLAGOS:CRAYPE' ';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.0/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.07.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.07.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_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_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.6.3.3/@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 ';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:/sw/EasyBuild/software/cURL/7.59.0/lib/pkgconfig:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib/pkgconfig:/opt/cray/craype/2.5.8/pkg-config:/opt/cray/iobuf/2.0.7/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.5.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;XTPE_NETWORK_TARGET=gemini' ';export' 'XTPE_NETWORK_TARGET;_LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3' ';export' '_LMFILES_;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_X86_64;unset' 'CRAYLMD_LICENSE_FILE;unset' 'CRAYOS_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_BINUTILS_BIN;unset' 'CRAY_BINUTILS_ROOT;unset' 'CRAY_BINUTILS_VERSION;unset' 'CRAY_CC_VERSION;unset' 'CRAY_CXX_IPA_LIBS;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_FTN_VERSION;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;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' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'FORTRAN_SYSTEM_MODULE_NAMES;unset' 'FTN_X86_64;unset' 'GCC_X86_64;unset' 'INCLUDE_PATH_X86_64;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;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.8 ++ export CRAYPE_DIR ++ CRAYPE_NETWORK_TARGET=gemini ++ export CRAYPE_NETWORK_TARGET ++ CRAYPE_VERSION=2.5.8 ++ export CRAYPE_VERSION ++ CRAY_CPU_TARGET=interlagos ++ export CRAY_CPU_TARGET ++ CRAY_LD_LIBRARY_PATH=/opt/cray/mpt/7.5.0/gni/mpich-cray/8.4/lib ++ export CRAY_LD_LIBRARY_PATH ++ CRAY_PRE_COMPILE_OPTS=-hnetwork=gemini ++ export CRAY_PRE_COMPILE_OPTS ++ LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:craype-interlagos:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3 ++ export LOADEDMODULES ++ MANPATH=/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/sw/EasyBuild/software/wget/1.19.4/share/man:/sw/EasyBuild/software/cURL/7.59.0/share/man:/sw/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-6.0/man:/opt/moab/9.1.2/share/man/:/opt/torque/6.0.4/share/man:/opt/cray/mpt/7.5.0/gni/man/mpich:/opt/cray/craype/2.5.8/man:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/man:/opt/modules/3.2.10.4/share/man:/opt/moab/9.1.2/share/man::ignore:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/cm/local/apps/environment-modules/3.2.6/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/gem/modulefiles:/opt/cray/craype/2.5.8/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17+ 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 .0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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.7.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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_TARGET_x86_skylake=x86_skylake ++ export PE_FFTW_DEFAULT_TARGET_x86_skylake ++ PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.6.5/@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/@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/@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.7.0/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf/4.4.1/INTEL/15.0/lib/pkgconfig:/opt/cray/mpt/7.5.0/gni/mpich-intel/16.0/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/INTEL/15.0/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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.0/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_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/@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/@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_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_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda ++ export PE_PAPI_DEFAULT_TARGET_VAR_nvidia35 ++ 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.7.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.2.1/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.7.0/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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 ++ export PE_PKG_CONFIG_PATH ++ PE_PRODUCT_LIST=CRAYPE_INTERLAGOS:CRAYPE ++ 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.0/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.07.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.07.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_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_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.6.3.3/@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' ++ 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:/sw/EasyBuild/software/cURL/7.59.0/lib/pkgconfig:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib/pkgconfig:/opt/cray/craype/2.5.8/pkg-config:/opt/cray/iobuf/2.0.7/lib/pkgconfig ++ export PKG_CONFIG_PATH ++ PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.5.0.1/lib64/pkgconfig ++ export PKG_CONFIG_PATH_DEFAULT ++ XTPE_NETWORK_TARGET=gemini ++ export XTPE_NETWORK_TARGET ++ _LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3 ++ export _LMFILES_ ++ 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_X86_64 ++ unset CRAYLMD_LICENSE_FILE ++ unset CRAYOS_VERSION ++ unset CRAY_ALPS_INCLUDE_OPTS ++ unset CRAY_ALPS_POST_LINK_OPTS ++ unset CRAY_BINUTILS_BIN ++ unset CRAY_BINUTILS_ROOT ++ unset CRAY_BINUTILS_VERSION ++ unset CRAY_CC_VERSION ++ unset CRAY_CXX_IPA_LIBS ++ unset CRAY_DMAPP_INCLUDE_OPTS ++ unset CRAY_DMAPP_POST_LINK_OPTS ++ unset CRAY_FTN_VERSION ++ unset CRAY_GNI_HEADERS_INCLUDE_OPTS ++ 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 CRAY_UDREG_INCLUDE_OPTS ++ unset CRAY_UDREG_POST_LINK_OPTS ++ unset CRAY_UGNI_INCLUDE_OPTS ++ unset CRAY_UGNI_POST_LINK_OPTS ++ unset CRAY_XPMEM_INCLUDE_OPTS ++ unset CRAY_XPMEM_POST_LINK_OPTS ++ unset DMAPP_ABORT_ON_ERROR ++ unset DVS_INCLUDE_OPTS ++ unset DVS_VERSION ++ unset FORTRAN_SYSTEM_MODULE_NAMES ++ unset FTN_X86_64 ++ unset GCC_X86_64 ++ unset INCLUDE_PATH_X86_64 ++ unset LIBSCI_BASE_DIR ++ unset LIBSCI_VERSION ++ 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 ++ /opt/modules/3.2.10.4/bin/modulecmd bash load PrgEnv-gnu + eval ATP_HOME=/opt/cray/atp/2.0.4 ';export' 'ATP_HOME;ATP_IGNORE_SIGTERM=1' ';export' 'ATP_IGNORE_SIGTERM;ATP_MRNET_COMM_PATH=/opt/cray/atp/2.0.4/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/2.0.4/libApp/\' ';export' 'ATP_POST_LINK_OPTS;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.5.8' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=gemini' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.5.8' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=interlagos' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64:/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/pmi/5.0.10-1.0000.11050.179.3.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/libsci/16.11.1/GNU/4.9/x86_64/lib:/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib' ';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/4.9/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.0/gni/mpich-gnu/4.9' ';export' 'CRAY_MPICH2_DIR;CRAY_MPICH2_VER=7.5.0' ';export' 'CRAY_MPICH2_VER;CRAY_MPICH_BASEDIR=/opt/cray/mpt/7.5.0/gni' ';export' 'CRAY_MPICH_BASEDIR;CRAY_MPICH_DIR=/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9' ';export' 'CRAY_MPICH_DIR;CRAY_MPICH_ROOTDIR=/opt/cray/mpt/7.5.0' ';export' 'CRAY_MPICH_ROOTDIR;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.10-1.0000.11050.179.3.gem/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.10-1.0000.11050.179.3.gem/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=gemini' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVGNU=loaded' ';export' 'CRAY_PRGENVGNU;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/include\' '-I/opt/cray/krca/1.0.0-2.0502.63139.4.30.gem/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;GCC_PATH=/opt/gcc/4.9.3' ';export' 'GCC_PATH;GCC_VERSION=4.9.3' ';export' 'GCC_VERSION;GNU_VERSION=4.9.3' ';export' 'GNU_VERSION;INFOPATH=/opt/gcc/4.9.3/snos/share/info:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;LD_LIBRARY_PATH=/opt/gcc/4.9.3/snos/lib64:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib:/usr/local/globus-6.0/lib' ';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.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4:PrgEnv-gnu/5.2.82' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/atp/2.0.4/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/cray/libsci/16.11.1/man:/opt/cray/man/csmlversion:/opt/gcc/4.9.3/snos/share/man:/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/sw/EasyBuild/software/wget/1.19.4/share/man:/sw/EasyBuild/software/cURL/7.59.0/share/man:/sw/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-6.0/man:/opt/moab/9.1.2/share/man/:/opt/torque/6.0.4/share/man:/opt/cray/mpt/7.5.0/gni/man/mpich:/opt/cray/craype/2.5.8/man:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/man:/opt/modules/3.2.10.4/share/man:/opt/moab/9.1.2/share/man::ignore:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/cm/local/apps/environment-modules/3.2.6/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/gem/modulefiles:/opt/cray/craype/2.5.8/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.0/gni/mpich-gnu/4.9' ';export' 'MPICH_DIR;PATH=/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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.7.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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_TARGET_x86_skylake=x86_skylake' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_skylake;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.6.5/@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/@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/@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.7.0/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf/4.4.1/INTEL/15.0/lib/pkgconfig:/opt/cray/mpt/7.5.0/gni/mpich-intel/16.0/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/INTEL/15.0/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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.0/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_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/@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/@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_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_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;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.7.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.2.1/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.7.0/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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:cray-rca: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' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:GNU:GCC:CRAYPE:CRAYPE_INTERLAGOS' ';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.0/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.07.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.07.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_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_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.6.3.3/@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 ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/pmi/5.0.10-1.0000.11050.179.3.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:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/sw/EasyBuild/software/cURL/7.59.0/lib/pkgconfig:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib/pkgconfig:/opt/cray/craype/2.5.8/pkg-config:/opt/cray/iobuf/2.0.7/lib/pkgconfig:/opt/cray/atp/2.0.4/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.5.0.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.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82' ';export' '_LMFILES_;' ++ ATP_HOME=/opt/cray/atp/2.0.4 ++ export ATP_HOME ++ ATP_IGNORE_SIGTERM=1 ++ export ATP_IGNORE_SIGTERM ++ ATP_MRNET_COMM_PATH=/opt/cray/atp/2.0.4/libexec/atp_mrnet_commnode_wrapper ++ export ATP_MRNET_COMM_PATH ++ ATP_POST_LINK_OPTS='-Wl,-L/opt/cray/atp/2.0.4/libApp/ ' ++ export ATP_POST_LINK_OPTS ++ CRAYOS_VERSION=5.2.82 ++ export CRAYOS_VERSION ++ CRAYPE_DIR=/opt/cray/craype/2.5.8 ++ export CRAYPE_DIR ++ CRAYPE_NETWORK_TARGET=gemini ++ export CRAYPE_NETWORK_TARGET ++ CRAYPE_VERSION=2.5.8 ++ export CRAYPE_VERSION ++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/include ++ export CRAY_ALPS_INCLUDE_OPTS ++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64 ++ export CRAY_ALPS_POST_LINK_OPTS ++ CRAY_CPU_TARGET=interlagos ++ export CRAY_CPU_TARGET ++ CRAY_DMAPP_INCLUDE_OPTS='-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/include -I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/include ' ++ export CRAY_DMAPP_INCLUDE_OPTS ++ CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64 ++ export CRAY_DMAPP_POST_LINK_OPTS ++ CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/include ++ export CRAY_GNI_HEADERS_INCLUDE_OPTS ++ CRAY_LD_LIBRARY_PATH=/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64:/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/pmi/5.0.10-1.0000.11050.179.3.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/libsci/16.11.1/GNU/4.9/x86_64/lib:/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib ++ 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/4.9/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.0/gni/mpich-gnu/4.9 ++ export CRAY_MPICH2_DIR ++ CRAY_MPICH2_VER=7.5.0 ++ export CRAY_MPICH2_VER ++ CRAY_MPICH_BASEDIR=/opt/cray/mpt/7.5.0/gni ++ export CRAY_MPICH_BASEDIR ++ CRAY_MPICH_DIR=/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9 ++ export CRAY_MPICH_DIR ++ CRAY_MPICH_ROOTDIR=/opt/cray/mpt/7.5.0 ++ export CRAY_MPICH_ROOTDIR ++ CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.10-1.0000.11050.179.3.gem/include ++ export CRAY_PMI_INCLUDE_OPTS ++ CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.10-1.0000.11050.179.3.gem/lib64 ++ export CRAY_PMI_POST_LINK_OPTS ++ CRAY_PRE_COMPILE_OPTS=-hnetwork=gemini ++ export CRAY_PRE_COMPILE_OPTS ++ CRAY_PRGENVGNU=loaded ++ export CRAY_PRGENVGNU ++ CRAY_RCA_INCLUDE_OPTS='-I/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/include -I/opt/cray/krca/1.0.0-2.0502.63139.4.30.gem/include -I/opt/cray-hss-devel/7.2.0/include ' ++ export CRAY_RCA_INCLUDE_OPTS ++ CRAY_RCA_POST_LINK_OPTS='-L/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64 -lrca ' ++ export CRAY_RCA_POST_LINK_OPTS ++ CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/include ++ export CRAY_UDREG_INCLUDE_OPTS ++ CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.gem/lib64 ++ export CRAY_UDREG_POST_LINK_OPTS ++ CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/include ++ export CRAY_UGNI_INCLUDE_OPTS ++ CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.28.gem/lib64 ++ export CRAY_UGNI_POST_LINK_OPTS ++ CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/include ++ export CRAY_XPMEM_INCLUDE_OPTS ++ CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64 ++ export CRAY_XPMEM_POST_LINK_OPTS ++ DMAPP_ABORT_ON_ERROR=1 ++ export DMAPP_ABORT_ON_ERROR ++ DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/include ++ export DVS_INCLUDE_OPTS ++ DVS_VERSION=0.9.0 ++ export DVS_VERSION ++ GCC_PATH=/opt/gcc/4.9.3 ++ export GCC_PATH ++ GCC_VERSION=4.9.3 ++ export GCC_VERSION ++ GNU_VERSION=4.9.3 ++ export GNU_VERSION ++ INFOPATH=/opt/gcc/4.9.3/snos/share/info:/usr/local/info:/usr/share/info:/usr/info ++ export INFOPATH ++ LD_LIBRARY_PATH=/opt/gcc/4.9.3/snos/lib64:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib:/usr/local/globus-6.0/lib ++ 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.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4:PrgEnv-gnu/5.2.82 ++ export LOADEDMODULES ++ MANPATH=/opt/cray/atp/2.0.4/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/cray/libsci/16.11.1/man:/opt/cray/man/csmlversion:/opt/gcc/4.9.3/snos/share/man:/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/sw/EasyBuild/software/wget/1.19.4/share/man:/sw/EasyBuild/software/cURL/7.59.0/share/man:/sw/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-6.0/man:/opt/moab/9.1.2/share/man/:/opt/torque/6.0.4/share/man:/opt/cray/mpt/7.5.0/gni/man/mpich:/opt/cray/craype/2.5.8/man:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/man:/opt/modules/3.2.10.4/share/man:/opt/moab/9.1.2/share/man::ignore:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/cm/local/apps/environment-modules/3.2.6/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/gem/modulefiles:/opt/cray/craype/2.5.8/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.0/gni/mpich-gnu/4.9 ++ export MPICH_DIR ++ PATH=/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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.7.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/CRAY/8.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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_TARGET_x86_skylake=x86_skylake ++ export PE_FFTW_DEFAULT_TARGET_x86_skylake ++ PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.6.5/@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/@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/@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.7.0/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/INTEL/15.0/lib/pkgconfig:/opt/cray/netcdf/4.4.1/INTEL/15.0/lib/pkgconfig:/opt/cray/mpt/7.5.0/gni/mpich-intel/16.0/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/INTEL/15.0/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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.0/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_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/@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/@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_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_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda ++ export PE_PAPI_DEFAULT_TARGET_VAR_nvidia35 ++ 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.7.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.2.1/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.7.0/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.4.1/PGI/15.3/lib/pkgconfig:/opt/cray/netcdf/4.4.1/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5-parallel/1.10.0/PGI/15.3/lib/pkgconfig:/opt/cray/hdf5/1.10.0/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:cray-rca: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 ++ export PE_PKG_CONFIG_PATH ++ PE_PRODUCT_LIST=CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:GNU:GCC:CRAYPE:CRAYPE_INTERLAGOS ++ 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.0/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.07.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 ++ 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 + 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.07.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_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_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.6.3.3/@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' ++ export PE_TRILINOS_DEFAULT_VOLATILE_PRGENV ++ PKGCONFIG_ENABLED=1 ++ export PKGCONFIG_ENABLED ++ PKG_CONFIG_PATH=/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/pmi/5.0.10-1.0000.11050.179.3.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:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/sw/EasyBuild/software/cURL/7.59.0/lib/pkgconfig:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib/pkgconfig:/opt/cray/craype/2.5.8/pkg-config:/opt/cray/iobuf/2.0.7/lib/pkgconfig:/opt/cray/atp/2.0.4/lib/pkgconfig ++ export PKG_CONFIG_PATH ++ PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.5.0.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.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82 ++ export _LMFILES_ ++ /opt/modules/3.2.10.4/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/4.9.3/snos/share/info:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4: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:cray-rca: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_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:GNU:GCC:CRAYPE:CRAYPE_INTERLAGOS' ';export' 'PE_PRODUCT_LIST;_LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/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/4.9.3/snos/share/info:/usr/local/info:/usr/share/info:/usr/info ++ export INFOPATH ++ LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4: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:cray-rca: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_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:GNU:GCC:CRAYPE:CRAYPE_INTERLAGOS ++ export PE_PRODUCT_LIST ++ _LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1 ++ export _LMFILES_ ++ /opt/modules/3.2.10.4/bin/modulecmd bash load atp + eval ++ /opt/modules/3.2.10.4/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/4.9/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64:/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/pmi/5.0.10-1.0000.11050.179.3.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/libsci/16.11.1/GNU/4.9/x86_64/lib:/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_PE_MODULES=cray-hdf5' ';export' 'CRAY_PE_MODULES;HDF5_DIR=/opt/cray/hdf5/1.8.14/GNU/4.9' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/GNU/4.9/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/GNU/4.9' ';export' 'HDF5_ROOT;LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4: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/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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.0/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:cray-rca: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.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/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/4.9/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64:/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/pmi/5.0.10-1.0000.11050.179.3.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/libsci/16.11.1/GNU/4.9/x86_64/lib:/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib ++ export CRAY_LD_LIBRARY_PATH ++ CRAY_PE_MODULES=cray-hdf5 ++ export CRAY_PE_MODULES ++ HDF5_DIR=/opt/cray/hdf5/1.8.14/GNU/4.9 ++ export HDF5_DIR ++ HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/GNU/4.9/include ++ export HDF5_INCLUDE_OPTS ++ HDF5_ROOT=/opt/cray/hdf5/1.8.14/GNU/4.9 ++ export HDF5_ROOT ++ LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4: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/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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.0/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:cray-rca: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.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/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.4/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/4.9/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64:/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/pmi/5.0.10-1.0000.11050.179.3.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/libsci/16.11.1/GNU/4.9/x86_64/lib:/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib' ';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.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4: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.0.4/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/cray/libsci/16.11.1/man:/opt/cray/man/csmlversion:/opt/gcc/4.9.3/snos/share/man:/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/sw/EasyBuild/software/wget/1.19.4/share/man:/sw/EasyBuild/software/cURL/7.59.0/share/man:/sw/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-6.0/man:/opt/moab/9.1.2/share/man/:/opt/torque/6.0.4/share/man:/opt/cray/mpt/7.5.0/gni/man/mpich:/opt/cray/craype/2.5.8/man:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/man:/opt/modules/3.2.10.4/share/man:/opt/moab/9.1.2/share/man::ignore:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/cm/local/apps/environment-modules/3.2.6/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/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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:cray-rca: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/rca/1.0.0-2.0502.60530.1.63.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/pmi/5.0.10-1.0000.11050.179.3.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:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/sw/EasyBuild/software/cURL/7.59.0/lib/pkgconfig:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib/pkgconfig:/opt/cray/craype/2.5.8/pkg-config:/opt/cray/iobuf/2.0.7/lib/pkgconfig:/opt/cray/atp/2.0.4/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;XTPE_LINK_TYPE=dynamic' ';export' 'XTPE_LINK_TYPE;_LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/opt/cray/modulefiles/PrgEnv-gnu/5.2.82:/opt/modulefiles/acml/5.3.1:/opt/cray/modulefiles/cray+ 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 -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_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/4.9/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64:/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/pmi/5.0.10-1.0000.11050.179.3.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/libsci/16.11.1/GNU/4.9/x86_64/lib:/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib ++ 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.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4: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.0.4/man:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/man:/opt/cray/libsci/16.11.1/man:/opt/cray/man/csmlversion:/opt/gcc/4.9.3/snos/share/man:/sw/EasyBuild/software/gnuplot/5.0.5/share/man:/sw/EasyBuild/software/wget/1.19.4/share/man:/sw/EasyBuild/software/cURL/7.59.0/share/man:/sw/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-6.0/man:/opt/moab/9.1.2/share/man/:/opt/torque/6.0.4/share/man:/opt/cray/mpt/7.5.0/gni/man/mpich:/opt/cray/craype/2.5.8/man:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/man:/opt/modules/3.2.10.4/share/man:/opt/moab/9.1.2/share/man::ignore:/usr/local/man:/usr/share/man:/usr/man:/opt/cray/share/man:/cm/local/apps/environment-modules/3.2.6/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/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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:cray-rca: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/rca/1.0.0-2.0502.60530.1.63.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/pmi/5.0.10-1.0000.11050.179.3.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:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/sw/EasyBuild/software/cURL/7.59.0/lib/pkgconfig:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib/pkgconfig:/opt/cray/craype/2.5.8/pkg-config:/opt/cray/iobuf/2.0.7/lib/pkgconfig:/opt/cray/atp/2.0.4/lib/pkgconfig ++ export PKG_CONFIG_PATH ++ XTPE_LINK_TYPE=dynamic ++ export XTPE_LINK_TYPE ++ _LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/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.4/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.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4: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/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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/rca/1.0.0-2.0502.60530.1.63.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/pmi/5.0.10-1.0000.11050.179.3.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:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/sw/EasyBuild/software/cURL/7.59.0/lib/pkgconfig:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib/pkgconfig:/opt/cray/craype/2.5.8/pkg-config:/opt/cray/iobuf/2.0.7/lib/pkgconfig:/opt/cray/atp/2.0.4/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/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.4:eswrap/1.3.3-1.020200.1280.0:craype-interlagos:craype-network-gemini:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.1.2-sles11:java/jdk1.8.0_51:globus/6.0:gsissh/7.5p1b:xalt/0.7.6.local:scripts:OpenSSL/1.0.2m:cURL/7.59.0:git/2.17.0:wget/1.19.4:user-paths:gnuplot/5.0.5:darshan/3.1.3:gcc/4.9.3:cray-libsci/16.11.1:udreg/2.3.2-1.0502.10518.2.17.gem:ugni/6.0-1.0502.10863.8.28.gem:pmi/5.0.10-1.0000.11050.179.3.gem:dmapp/7.0.1-1.0502.11080.8.74.gem:gni-headers/4.0-1.0502.10859.7.8.gem:xpmem/0.1-2.0502.64982.5.3.gem:dvs/2.5_0.9.0-1.0502.2188.1.113.gem:alps/5.2.4-2.0502.9774.31.12.gem:rca/1.0.0-2.0502.60530.1.63.gem:atp/2.0.4: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/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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/rca/1.0.0-2.0502.60530.1.63.gem/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.gem/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.74.gem/lib64/pkgconfig:/opt/cray/pmi/5.0.10-1.0000.11050.179.3.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:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib/pkgconfig:/sw/EasyBuild/software/cURL/7.59.0/lib/pkgconfig:/sw/EasyBuild/software/OpenSSL/1.0.2m/lib/pkgconfig:/opt/cray/craype/2.5.8/pkg-config:/opt/cray/iobuf/2.0.7/lib/pkgconfig:/opt/cray/atp/2.0.4/lib/pkgconfig ++ export PKG_CONFIG_PATH ++ _LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/modulefiles/craype/2.5.8:/opt/cray/modulefiles/cray-mpich/7.5.0:/opt/modulefiles/torque/6.0.4:/opt/modulefiles/moab/9.1.2-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/6.0:/usr/local/modulefiles/gsissh/7.5p1b:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/EasyBuild/modules/all/OpenSSL/1.0.2m:/sw/EasyBuild/modules/all/cURL/7.59.0:/sw/EasyBuild/modules/all/git/2.17.0:/sw/EasyBuild/modules/all/wget/1.19.4:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/modulefiles/gcc/4.9.3:/opt/cray/modulefiles/cray-libsci/16.11.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/pmi/5.0.10-1.0000.11050.179.3.gem:/opt/cray/gem/modulefiles/dmapp/7.0.1-1.0502.11080.8.74.gem:/opt/cray/gem/modulefiles/gni-headers/4.0-1.0502.10859.7.8.gem:/opt/cray/gem/modulefiles/xpmem/0.1-2.0502.64982.5.3.gem:/opt/cray/gem/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.113.gem:/opt/cray/gem/modulefiles/alps/5.2.4-2.0502.9774.31.12.gem:/opt/cray/gem/modulefiles/rca/1.0.0-2.0502.60530.1.63.gem:/opt/cray/modulefiles/atp/2.0.4:/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.4/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 2048*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/4.9 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 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ADMCoupling.a COMPILING arrangements/EinsteinBase/ADMMacros/src/SetLocalSpatialOrder.c Checking status of thorn AEILocalInterp COMPILING arrangements/CactusBase/CoordBase/src/Domain.c COMPILING configs/sim/bindings/build/ADMMacros/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ADMMacros.a COMPILING arrangements/CactusBase/CoordBase/src/CoordBase.c COMPILING arrangements/CactusBase/CoordBase/src/GHExtension.c COMPILING arrangements/Numerical/AEILocalInterp/src/startup.c COMPILING configs/sim/bindings/build/Boundary/cctk_ThornBindings.c COMPILING arrangements/Numerical/AEILocalInterp/src/InterpLocalUniform.c COMPILING configs/sim/bindings/build/CoordBase/cctk_ThornBindings.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Numerical/AEILocalInterp/src/InterpLocalUniform.c: In function 'InterpLocalUniform.constprop': /mnt/c/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/c/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 ^ COMPILING arrangements/Numerical/AEILocalInterp/src/molecule_posn.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CoordBase.a COMPILING arrangements/Numerical/AEILocalInterp/src/util.c Checking status of thorn CycleClock Checking status of thorn Vectors COMPILING arrangements/CactusBase/Boundary/src/ScalarBoundary.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/ScalarBoundary.c: In function 'ApplyBndScalar.constprop': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/clock.cc COMPILING arrangements/CactusUtils/Vectors/src/vectors.cc COMPILING arrangements/Carpet/CycleClock/src/cycle.cc COMPILING arrangements/CactusUtils/Vectors/src/test.cc COMPILING configs/sim/bindings/build/CycleClock/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CycleClock.a COMPILING arrangements/CactusBase/Boundary/src/StaticBoundary.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/StaticBoundary.c: In function 'ApplyBndStatic.constprop': /mnt/c/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/c/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/c/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/c/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/c/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/c/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] Checking status of thorn zlib COMPILING arrangements/CactusBase/Boundary/src/CopyBoundary.c COMPILING arrangements/Numerical/AEILocalInterp/src/common/load.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/CopyBoundary.c: In function 'ApplyBndCopy.constprop': /mnt/c/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/c/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/c/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/c/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/c/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/c/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 configs/sim/bindings/build/Vectors/cctk_ThornBindings.c COMPILING configs/sim/bindings/build/zlib/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Vectors.a Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_zlib.a COMPILING arrangements/CactusBase/Boundary/src/FlatBoundary.c COMPILING arrangements/CactusBase/Boundary/src/RadiationBoundary.c COMPILING arrangements/CactusBase/Boundary/src/RobinBoundary.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/FlatBoundary.c: In function 'ApplyBndFlat.constprop': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusBase/Boundary/src/RobinBoundary.c: In function 'ApplyBndRobin': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/common/evaluate.c COMPILING arrangements/CactusBase/Boundary/src/NoneBoundary.c Checking status of thorn IOUtil Checking status of thorn CartesianCoordinates COMPILING arrangements/CactusBase/Boundary/src/Boundary.c COMPILING arrangements/Zelmani/CartesianCoordinates/src/init.c COMPILING arrangements/Numerical/AEILocalInterp/src/common/store.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CartesianCoordinates/src/util.c: In function 'CartesianCoordinates_GetMap': /mnt/c/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/CactusBase/Boundary/src/Register.c COMPILING arrangements/Zelmani/CartesianCoordinates/src/util.c COMPILING arrangements/CactusBase/IOUtil/src/Startup.c COMPILING arrangements/CactusBase/Boundary/src/Check.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Boundary.a COMPILING configs/sim/bindings/build/CartesianCoordinates/cctk_ThornBindings.c COMPILING arrangements/CactusBase/IOUtil/src/CheckpointRecovery.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CartesianCoordinates.a COMPILING arrangements/CactusBase/IOUtil/src/AdvertisedFiles.c COMPILING arrangements/CactusBase/IOUtil/src/Utils.c Checking status of thorn Constants COMPILING configs/sim/bindings/build/IOUtil/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_IOUtil.a COMPILING configs/sim/bindings/build/Constants/cctk_ThornBindings.c Creating /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CoordGauge.a COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order1.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order2.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order3.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order4.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order1.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/1d.cube.order5.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order2.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order3.smooth0.c 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/Numerical/AEILocalInterp/src/Hermite/1d.cube.order2.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order4.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/1d.cube.order3.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order5.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/1d.cube.order4.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/2d.cube.order2.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/1d.cube.order6.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order1.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/2d.cube.order3.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/2d.cube.order2.c COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/2d.cube.order3.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/2d.cube.order4.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order2.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/3d.cube.order1.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order3.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/2d.cube.order4.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Hermite/3d.cube.order2.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/3d.cube.order2.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/3d.cube.order1.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/3d.cube.order3.smooth0.c COMPILING configs/sim/bindings/build/AEILocalInterp/cctk_ThornBindings.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-maximum-degree/3d.cube.order4.smooth0.c COMPILING arrangements/Numerical/AEILocalInterp/src/Lagrange-tensor-product/3d.cube.order2.smooth0.c 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/Hermite/3d.cube.order3.c Checking status of thorn HydroBase COMPILING arrangements/EinsteinBase/HydroBase/src/StartUp.c COMPILING arrangements/EinsteinBase/HydroBase/src/Initialisation.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinBase/HydroBase/src/ParamCheck.c: In function 'HydroBase_ParamCheck': /mnt/c/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/c/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/EinsteinBase/HydroBase/src/ParamCheck.c Checking status of thorn SphericalSurface COMPILING configs/sim/bindings/build/HydroBase/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_HydroBase.a COMPILING arrangements/CactusNumerical/SphericalSurface/src/check.c COMPILING configs/sim/bindings/build/SphericalSurface/cctk_ThornBindings.c COMPILING arrangements/CactusNumerical/SphericalSurface/src/radius.c COMPILING arrangements/CactusNumerical/SphericalSurface/src/setup.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SphericalSurface/src/setup.cc: In function 'void SphericalSurface_Setup(cGH*)': /mnt/c/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; ^ Checking status of thorn DriftCorrectCoM Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SphericalSurface.a Checking status of thorn Fortran COMPILING arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:15.19: dc4_calc_error = 1.0 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:16.21: dc4_calc_error_p = 1.0 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:17.23: dc4_calc_error_p_p = 1.0 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:29.19: dc4_calc_error = 1.0 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:30.21: dc4_calc_error_p = 1.0 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:31.23: dc4_calc_error_p_p = 1.0 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:150.4: 9999 continue 1 Warning: Label 9999 at (1) defined but not used /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:81.19: dc4_calc_error = 0.0d0 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:13.14: integer :: n 1 Warning: Unused variable 'n' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:27.14: integer :: n 1 Warning: Unused variable 'n' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:54.23: REAL*8 :: delta_omega, delta_theta, delta_radius 1 Warning: Unused variable 'delta_omega' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:55.27: REAL*8 :: delta_omega_dot, delta_theta_dot, delta_radius_dot 1 Warning: Unused variable 'delta_omega_dot' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:56.28: REAL*8 :: delta_omega_dot2, delta_theta_dot2, delta_radius_dot2 1 Warning: Unused variable 'delta_omega_dot2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:54.50: REAL*8 :: delta_omega, delta_theta, delta_radius 1 Warning: Unused variable 'delta_radius' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:55.62: REAL*8 :: delta_omega_dot, delta_theta_dot, delta_radius_dot 1 Warning: Unused variable 'delta_radius_dot' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:56.65: REAL*8 :: delta_omega_dot2, delta_theta_dot2, delta_radius_dot2 1 Warning: Unused variable 'delta_radius_dot2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:51.54: REAL*8 :: delta_size, delta_pos(3), delta_shape(3,3) 1 Warning: Unused variable 'delta_shape' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:52.66: REAL*8 :: delta_size_dot, delta_pos_dot(3), delta_shape_dot(3,3) 1 Warning: Unused variable 'delta_shape_dot' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:53.69: REAL*8 :: delta_size_dot2, delta_pos_dot2(3), delta_shape_dot2(3,3) 1 Warning: Unused variable 'delta_shape_dot2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:51.22: REAL*8 :: delta_size, delta_pos(3), delta_shape(3,3) 1 Warning: Unused variable 'delta_size' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:52.26: REAL*8 :: delta_size_dot, delta_pos_dot(3), delta_shape_dot(3,3) 1 Warning: Unused variable 'delta_size_dot' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:53.27: REAL*8 :: delta_size_dot2, delta_pos_dot2(3), delta_shape_dot2(3,3) 1 Warning: Unused variable 'delta_size_dot2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:54.36: REAL*8 :: delta_omega, delta_theta, delta_radius 1 Warning: Unused variable 'delta_theta' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:55.44: REAL*8 :: delta_omega_dot, delta_theta_dot, delta_radius_dot 1 Warning: Unused variable 'delta_theta_dot' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:56.46: REAL*8 :: delta_omega_dot2, delta_theta_dot2, delta_radius_dot2 1 Warning: Unused variable 'delta_theta_dot2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:58.17: integer :: i, j 1 Warning: Unused variable 'j' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:50.30: REAL*8 :: shape_current(3,3), shape_desired(3,3) 1 Warning: Unused variable 'shape_current' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:50.50: REAL*8 :: shape_current(3,3), shape_desired(3,3) 1 Warning: Unused variable 'shape_desired' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:48.24: REAL*8 :: size_current, size_desired 1 Warning: Unused variable 'size_current' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:48.38: REAL*8 :: size_current, size_desired 1 Warning: Unused variable 'size_desired' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.F90:60.17: REAL*8 :: trace 1 Warning: Unused variable 'trace' declared at (1) COMPILING arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/DriftCorrectCoM/src/driftcorrect.cc: In function 'void dcm_correct_drift(cGH*)': /mnt/c/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/c/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/c/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; ^ COMPILING configs/sim/bindings/build/DriftCorrectCoM/cctk_ThornBindings.c Creating /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_GSL.a Checking status of thorn GenericFD COMPILING arrangements/CactusBase/Fortran/src/cctk_ActiveThorns.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Banner.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Comm.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_CommandLine.F90 COMPILING arrangements/KrancNumericalTools/GenericFD/src/GenericFD.c COMPILING arrangements/CactusBase/Fortran/src/cctk_Complex.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Constants.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Coord.F90 COMPILING configs/sim/bindings/build/GenericFD/cctk_ThornBindings.c COMPILING arrangements/CactusBase/Fortran/src/cctk_DebugDefines.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_GenericFD.a COMPILING arrangements/CactusBase/Fortran/src/cctk_Faces.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_File.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Flesh.F90 Checking status of thorn InitBase Checking status of thorn LocalInterp COMPILING arrangements/CactusBase/Fortran/src/cctk_FortranString1.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_FortranWrappers.F90 COMPILING configs/sim/bindings/build/InitBase/cctk_ThornBindings.c COMPILING arrangements/CactusBase/Fortran/src/cctk_GHExtensions.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_InitBase.a COMPILING arrangements/CactusBase/Fortran/src/cctk_GNU.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Groups.F90 Checking status of thorn LocalInterp2 COMPILING arrangements/CactusBase/Fortran/src/cctk_GroupsOnGH.F90 COMPILING arrangements/CactusNumerical/LocalInterp/src/Startup.c COMPILING arrangements/CactusBase/Fortran/src/cctk_IO.F90 COMPILING arrangements/CactusNumerical/LocalInterp/src/Operator.c COMPILING arrangements/CactusBase/Fortran/src/cctk_IOMethods.F90 COMPILING arrangements/CactusNumerical/LocalInterp/src/Interpolate.c COMPILING arrangements/CactusBase/Fortran/src/cctk_Interp.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Main.F90 COMPILING arrangements/CactusNumerical/LocalInterp2/src/Startup.c COMPILING arrangements/CactusBase/Fortran/src/cctk_Malloc1.F90 COMPILING arrangements/CactusNumerical/LocalInterp2/src/Operator.c COMPILING arrangements/CactusBase/Fortran/src/cctk_Math.F90 COMPILING configs/sim/bindings/build/LocalInterp/cctk_ThornBindings.c COMPILING arrangements/CactusNumerical/LocalInterp2/src/Interpolate.cc COMPILING arrangements/CactusBase/Fortran/src/cctk_MemAlloc.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_LocalInterp.a 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 configs/sim/bindings/build/LocalInterp2/cctk_ThornBindings.c COMPILING arrangements/CactusBase/Fortran/src/cctk_Schedule.F90 Checking status of thorn MoL COMPILING arrangements/CactusBase/Fortran/src/cctk_Sync.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Termination.F90 COMPILING arrangements/CactusBase/Fortran/src/cctk_Timers.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_LocalInterp2.a COMPILING arrangements/CactusBase/Fortran/src/cctk_Types.F90 Checking status of thorn NewRad 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/EinsteinEvolve/NewRad/src/extrap.cc /mnt/c/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/c/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/CactusBase/Fortran/src/paramcheck.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_AEILocalInterp.a COMPILING arrangements/CactusBase/Fortran/src/cctk.F90 COMPILING arrangements/EinsteinEvolve/NewRad/src/newrad.cc Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Fortran.a COMPILING configs/sim/bindings/build/NewRad/cctk_ThornBindings.c Checking status of thorn OpenBLAS Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_NewRad.a COMPILING configs/sim/bindings/build/OpenBLAS/cctk_ThornBindings.c COMPILING arrangements/ExternalLibraries/OpenBLAS/src/blas.F90 Checking status of thorn SetMask_SphericalSurface COMPILING arrangements/ExternalLibraries/OpenBLAS/src/lapack.F90 COMPILING configs/sim/bindings/build/MoL/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_OpenBLAS.a Checking status of thorn StaticConformal COMPILING configs/sim/bindings/build/SetMask_SphericalSurface/cctk_ThornBindings.c COMPILING arrangements/EinsteinUtils/SetMask_SphericalSurface/src/SetMask.c Checking status of thorn SummationByParts Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SetMask_SphericalSurface.a COMPILING arrangements/EinsteinBase/StaticConformal/src/Initialise.c COMPILING arrangements/EinsteinBase/StaticConformal/src/ConfPhys.c COMPILING configs/sim/bindings/build/StaticConformal/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_StaticConformal.a Checking status of thorn SymBase Checking status of thorn SystemStatistics COMPILING arrangements/CactusNumerical/MoL/src/AB.c COMPILING arrangements/CactusUtils/SystemStatistics/src/systemstatistics.cc COMPILING arrangements/CactusNumerical/MoL/src/ChangeType.c COMPILING configs/sim/bindings/build/SystemStatistics/cctk_ThornBindings.c COMPILING arrangements/CactusNumerical/MoL/src/Counter.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SystemStatistics.a COMPILING arrangements/CactusNumerical/MoL/src/Euler.c COMPILING arrangements/CactusNumerical/MoL/src/GenericRK.c COMPILING arrangements/CactusNumerical/MoL/src/ICN.c COMPILING arrangements/CactusBase/SymBase/src/Check.c COMPILING arrangements/CactusBase/SymBase/src/Faces.c COMPILING arrangements/CactusBase/SymBase/src/Handles.c COMPILING arrangements/CactusNumerical/MoL/src/IndexArrays.c COMPILING arrangements/CactusBase/SymBase/src/Interpolation.c COMPILING arrangements/CactusBase/SymBase/src/Startup.c COMPILING arrangements/CactusNumerical/MoL/src/InitialCopy.c COMPILING arrangements/CactusNumerical/MoL/src/Operators.c COMPILING arrangements/CactusBase/SymBase/src/Statistics.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/Operators.c: In function 'MoL_LinearCombination': /mnt/c/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/CactusBase/SymBase/src/Table.c COMPILING arrangements/CactusNumerical/MoL/src/ParamCheck.c COMPILING arrangements/CactusNumerical/MoL/src/ScratchSpace.c COMPILING configs/sim/bindings/build/SymBase/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SymBase.a COMPILING arrangements/CactusNumerical/MoL/src/RK2.c COMPILING arrangements/CactusNumerical/MoL/src/RK2-central.c COMPILING arrangements/CactusNumerical/MoL/src/RK2-MR-2_1.c COMPILING arrangements/CactusNumerical/MoL/src/RK4-MR-2_1.c Checking status of thorn TensorTypes COMPILING configs/sim/bindings/build/SummationByParts/cctk_ThornBindings.c COMPILING arrangements/CactusNumerical/MoL/src/RK4-RK2.c COMPILING arrangements/CactusNumerical/MoL/src/RK3.c COMPILING arrangements/CactusNumerical/TensorTypes/src/check.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c: In function 'TT_varindex2var': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c: In function 'TT_var2varindex': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/TensorTypes/src/info.c: In function 'TT_component2indices': /mnt/c/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; ^ COMPILING arrangements/CactusNumerical/TensorTypes/src/info.c COMPILING arrangements/CactusNumerical/MoL/src/RK4.c COMPILING arrangements/CactusNumerical/MoL/src/RK45.c COMPILING arrangements/CactusNumerical/TensorTypes/src/tensortypes.c COMPILING arrangements/CactusNumerical/MoL/src/RK65.c COMPILING configs/sim/bindings/build/TensorTypes/cctk_ThornBindings.c Checking status of thorn TerminationTrigger Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TensorTypes.a COMPILING arrangements/CactusNumerical/MoL/src/RK87.c COMPILING arrangements/CactusNumerical/MoL/src/Registration.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/Registration.c: In function 'VarListToString': /mnt/c/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 = ^ COMPILING arrangements/CactusNumerical/SummationByParts/src/call_derivs.c COMPILING configs/sim/bindings/build/TerminationTrigger/cctk_ThornBindings.c COMPILING arrangements/CactusNumerical/MoL/src/RKCoefficients.c COMPILING arrangements/CactusUtils/TerminationTrigger/src/walltime.c COMPILING arrangements/CactusNumerical/SummationByParts/src/call_up_derivs.c COMPILING arrangements/CactusNumerical/SummationByParts/src/call_derivs2.c COMPILING arrangements/CactusUtils/TerminationTrigger/src/file.c COMPILING arrangements/CactusNumerical/MoL/src/RHSNaNCheck.c COMPILING arrangements/CactusNumerical/MoL/src/SandR.c COMPILING arrangements/CactusNumerical/SummationByParts/src/call_derivs_name.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TerminationTrigger.a COMPILING arrangements/CactusNumerical/SummationByParts/src/All_Coeffs_mod.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Get_Coeff.f90: In function 'getcoeff': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Get_Coeff.f90:49:0: warning: '__result_getcoeff' may be used uninitialized in this function [-Wmaybe-uninitialized] # 9 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Get_Coeff.f90:5:0: note: '__result_getcoeff' was declared here ^ COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_mixed.F90 COMPILING arrangements/CactusNumerical/MoL/src/SetTime.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Get_Coeff.F90 Checking status of thorn Time COMPILING arrangements/CactusNumerical/MoL/src/Startup.c COMPILING arrangements/CactusNumerical/SummationByParts/src/set_norm_mask.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/GetScalProdDiag.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/set_norm_mask.f90: In function 'sbp_setnormmask': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/set_norm_mask.f90:82:0: warning: 'np' may be used uninitialized in this function [-Wmaybe-uninitialized] end interface ^ COMPILING arrangements/CactusNumerical/MoL/src/StepSize.c COMPILING arrangements/CactusNumerical/SummationByParts/src/CheckGridSizes.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/MoL/src/StepSize.c: In function 'MoL_ReduceAdaptiveError': /mnt/c/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 configs/sim/bindings/build/Time/cctk_ThornBindings.c COMPILING arrangements/CactusNumerical/SummationByParts/src/dissipation.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/dissipation.c: In function 'apply': /mnt/c/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; ^ Checking status of thorn TmunuBase COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_2_1.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_MoL.a COMPILING arrangements/CactusBase/Time/src/Courant.c COMPILING arrangements/CactusBase/Time/src/Given.c COMPILING arrangements/CactusBase/Time/src/Initialise.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_2_1_alt.F90 COMPILING arrangements/EinsteinBase/TmunuBase/src/CopyTmunu.F90 COMPILING arrangements/CactusBase/Time/src/Simple.c COMPILING arrangements/EinsteinBase/TmunuBase/src/SetStressEnergyState.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Time.a COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_2.F90 COMPILING arrangements/EinsteinBase/TmunuBase/src/SetTmunu.F COMPILING arrangements/EinsteinBase/TmunuBase/src/ZeroTmunu.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_2_alt.F90 Checking status of thorn pthreads COMPILING configs/sim/bindings/build/TmunuBase/cctk_ThornBindings.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_3.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TmunuBase.a COMPILING configs/sim/bindings/build/pthreads/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_pthreads.a COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_3_alt.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_8_4.F90 Checking status of thorn CactusBindings COMPILING configs/sim/bindings/Implementations/ImplementationBindings.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_8_4_alt.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/dissipation_coeff.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/DeltaInitial.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/get_up_coeffs.c COMPILING arrangements/CactusNumerical/SummationByParts/src/get_coeffs.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_up_coeffs.c: In function 'DiffUpCoeff': /mnt/c/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/c/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/c/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; ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs.c: In function 'DiffCoeff': /mnt/c/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/c/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/c/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; ^ COMPILING arrangements/CactusNumerical/SummationByParts/src/get_coeffs2.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_2_1.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_coeffs2.c: In function 'DiffCoeff2': /mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_2_1.F90:5.43: subroutine set_coeff_2_1 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_2_1.F90:62.51: subroutine set_coeff_up_2_1 ( nsize, dir, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_2_1.F90:140.49: subroutine set_coeff_up_2 ( nsize, dir, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_2.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_2_1.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_2.F90:5.41: subroutine set_coeff_2 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_2_1.F90:5.44: subroutine set_coeff2_2_1 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_2.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_2.F90:5.42: subroutine set_coeff2_2 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_2.F90:5.43: subroutine set_coeff_4_2 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_2.F90:76.51: subroutine set_coeff_up_4_2 ( nsize, dir, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_2.F90:182.49: subroutine set_coeff_up_4 ( nsize, dir, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_2.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_4.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_4.F90:5.41: subroutine set_coeff_4 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4_2.F90:5.44: subroutine set_coeff2_4_2 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4_2.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4_2_min_err_coeff.F90:5.48: subroutine set_coeff2_4_2_opt ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4_2_min_err_coeff.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4.F90:5.42: subroutine set_coeff2_4 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_4.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_3.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_3.F90:5.43: subroutine set_coeff_6_3 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_6_3.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_6_3.F90:5.44: subroutine set_coeff2_6_3 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_3_min_err_coeff.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_3_min_err_coeff.F90:5.47: subroutine set_coeff_6_3_opt ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_3_min_err_coeff.F90:88.55: subroutine set_coeff_up_6_3_opt ( nsize, dir, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_3_min_err_coeff.F90:219.49: subroutine set_coeff_up_6 ( nsize, dir, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_6.F90:5.41: subroutine set_coeff_6 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_6.F90:5.42: subroutine set_coeff2_6 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_6.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_8_4.F90:5.43: subroutine set_coeff_8_4 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_8_4.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_8_4.F90:5.44: subroutine set_coeff2_8_4 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_8_4.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_8_4_min_err_coeff.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_8_4_min_err_coeff.F90:5.47: subroutine set_coeff_8_4_opt ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_8_4_min_err_coeff.F90:100.55: subroutine set_coeff_up_8_4_opt ( nsize, dir, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_8_4_min_err_coeff.F90:255.49: subroutine set_coeff_up_8 ( nsize, dir, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_8.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_8.F90:5.41: subroutine set_coeff_8 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients2_8.F90:5.42: subroutine set_coeff2_8 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients2_8.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_3.F90:5.43: subroutine set_coeff_4_3 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_3.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_3_min_err_coeff.F90:5.47: subroutine set_coeff_4_3_opt ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_4_3_min_err_coeff.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_5.F90:5.43: subroutine set_coeff_6_5 ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_5.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_5_min_err_coeff.F90:5.47: subroutine set_coeff_6_5_opt ( nsize, loc_order, bb, gsize, imin, imax, dd ) 1 Warning: Unused dummy argument 'loc_order' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Coefficients_6_5_min_err_coeff.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/Poisoning.F90 COMPILING configs/sim/bindings/Functions/AliasedFunctions.c COMPILING arrangements/CactusNumerical/SummationByParts/src/get_offset.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/get_offset.c: In function 'get_shiftout': /mnt/c/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_; ^ COMPILING arrangements/CactusNumerical/SummationByParts/src/stencil.c COMPILING arrangements/CactusNumerical/SummationByParts/src/get_boundary_width.c COMPILING configs/sim/bindings/Functions/IsFunctionAliased.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_2_1.F90 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 arrangements/CactusNumerical/SummationByParts/src/Derivatives2_2_1.F90 COMPILING configs/sim/bindings/Functions/CarpetIOScalar_Functions.c COMPILING configs/sim/bindings/Functions/CarpetInterp_Functions.c COMPILING configs/sim/bindings/Functions/CarpetInterp2_Functions.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_4_2.F90 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 COMPILING configs/sim/bindings/Functions/CartGrid3D_Functions.c COMPILING configs/sim/bindings/Functions/CartesianCoordinates_Functions.c COMPILING configs/sim/bindings/Functions/CoordBase_Functions.c COMPILING configs/sim/bindings/Functions/CoreCollapseControl_Functions.c COMPILING configs/sim/bindings/Functions/Dissipation_Functions.c COMPILING configs/sim/bindings/Functions/DriftCorrectCoM_Functions.c COMPILING configs/sim/bindings/Functions/EOS_Omni_Functions.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_4_2.F90 COMPILING configs/sim/bindings/Functions/GRHydro_Functions.c COMPILING configs/sim/bindings/Functions/GenericFD_Functions.c COMPILING configs/sim/bindings/Functions/IOUtil_Functions.c COMPILING configs/sim/bindings/Functions/LoopControl_Functions.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_4_2_min_err_coeff.F90 COMPILING configs/sim/bindings/Functions/ML_BSSN_Functions.c COMPILING configs/sim/bindings/Functions/ML_BSSN_Helper_Functions.c COMPILING configs/sim/bindings/Functions/MoL_Functions.c COMPILING configs/sim/bindings/Functions/Multipole_Functions.c COMPILING configs/sim/bindings/Functions/NewRad_Functions.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_6_3.F90 COMPILING configs/sim/bindings/Functions/PNSHelper_Functions.c COMPILING configs/sim/bindings/Parameters/BindingsParameters.c COMPILING configs/sim/bindings/Functions/PNSMapper_Functions.c COMPILING configs/sim/bindings/Parameters/Global.c COMPILING configs/sim/bindings/Functions/QuasiLocalMeasures_Functions.c COMPILING configs/sim/bindings/Parameters/ADMBase_Parameters.c COMPILING configs/sim/bindings/Functions/SetMask_SphericalSurface_Functions.c COMPILING configs/sim/bindings/Parameters/ADMCoupling_Parameters.c COMPILING configs/sim/bindings/Functions/Slab_Functions.c COMPILING configs/sim/bindings/Parameters/ADMMacros_Parameters.c COMPILING configs/sim/bindings/Functions/SphericalSurface_Functions.c COMPILING configs/sim/bindings/Parameters/AEILocalInterp_Parameters.c COMPILING configs/sim/bindings/Functions/StaticConformal_Functions.c COMPILING configs/sim/bindings/Parameters/Boundary_Parameters.c COMPILING configs/sim/bindings/Functions/SummationByParts_Functions.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_6_3.F90 COMPILING configs/sim/bindings/Parameters/CCCCGlobalModes_Parameters.c COMPILING configs/sim/bindings/Functions/SymBase_Functions.c COMPILING configs/sim/bindings/Parameters/Cactus_Parameters.c COMPILING configs/sim/bindings/Functions/SystemTopology_Functions.c COMPILING configs/sim/bindings/Parameters/Carpet_Parameters.c COMPILING configs/sim/bindings/Functions/TimerReport_Functions.c COMPILING configs/sim/bindings/Parameters/CarpetIOASCII_Parameters.c COMPILING configs/sim/bindings/Functions/Timers_Functions.c COMPILING configs/sim/bindings/Parameters/CarpetIOBasic_Parameters.c COMPILING configs/sim/bindings/Functions/WeylScal4_Functions.c COMPILING configs/sim/bindings/Parameters/CarpetIOHDF5_Parameters.c COMPILING configs/sim/bindings/Functions/ZelmaniAnalysis_Functions.c COMPILING configs/sim/bindings/Parameters/CarpetIOScalar_Parameters.c COMPILING configs/sim/bindings/Functions/ZelmaniM1_Functions.c COMPILING configs/sim/bindings/Parameters/CarpetInterp_Parameters.c COMPILING configs/sim/bindings/Parameters/CarpetInterp2_Parameters.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_6_3_min_err_coeff.F90 COMPILING configs/sim/bindings/Parameters/CarpetLib_Parameters.c COMPILING configs/sim/bindings/Parameters/CarpetMask_Parameters.c COMPILING configs/sim/bindings/Parameters/CarpetReduce_Parameters.c COMPILING configs/sim/bindings/Parameters/CarpetRegrid2_Parameters.c COMPILING configs/sim/bindings/Parameters/CarpetSlab_Parameters.c COMPILING configs/sim/bindings/Parameters/CartGrid3D_Parameters.c COMPILING configs/sim/bindings/Parameters/CartesianCoordinates_Parameters.c COMPILING configs/sim/bindings/Parameters/Constants_Parameters.c COMPILING configs/sim/bindings/Parameters/CoordBase_Parameters.c COMPILING configs/sim/bindings/Parameters/CoordGauge_Parameters.c COMPILING configs/sim/bindings/Parameters/CoreCollapseControl_Parameters.c COMPILING configs/sim/bindings/Parameters/CycleClock_Parameters.c COMPILING configs/sim/bindings/Parameters/Dissipation_Parameters.c COMPILING configs/sim/bindings/Parameters/DriftCorrectCoM_Parameters.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_8_4.F90 COMPILING configs/sim/bindings/Parameters/EOS_Omni_Parameters.c COMPILING configs/sim/bindings/Parameters/Fortran_Parameters.c COMPILING configs/sim/bindings/Parameters/GRHydro_Parameters.c COMPILING configs/sim/bindings/Parameters/GSL_Parameters.c COMPILING configs/sim/bindings/Parameters/GenericFD_Parameters.c COMPILING configs/sim/bindings/Parameters/HDF5_Parameters.c COMPILING configs/sim/bindings/Parameters/HydroBase_Parameters.c COMPILING configs/sim/bindings/Parameters/IOUtil_Parameters.c COMPILING configs/sim/bindings/Parameters/InitBase_Parameters.c COMPILING configs/sim/bindings/Parameters/LocalInterp_Parameters.c COMPILING configs/sim/bindings/Parameters/LocalInterp2_Parameters.c COMPILING configs/sim/bindings/Parameters/LoopControl_Parameters.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives2_8_4.F90 COMPILING configs/sim/bindings/Parameters/ML_BSSN_Parameters.c 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 COMPILING configs/sim/bindings/Parameters/OpenBLAS_Parameters.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_8_4_min_err_coeff.F90 COMPILING configs/sim/bindings/Parameters/PNSHelper_Parameters.c COMPILING configs/sim/bindings/Parameters/PNSMapper_Parameters.c 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 COMPILING configs/sim/bindings/Parameters/SpaceMask_Parameters.c COMPILING configs/sim/bindings/Parameters/SphericalSurface_Parameters.c COMPILING configs/sim/bindings/Parameters/StaticConformal_Parameters.c COMPILING configs/sim/bindings/Parameters/SummationByParts_Parameters.c COMPILING configs/sim/bindings/Parameters/SymBase_Parameters.c COMPILING configs/sim/bindings/Variables/BindingsVariables.c COMPILING configs/sim/bindings/Parameters/SystemStatistics_Parameters.c COMPILING configs/sim/bindings/Variables/ADMBase.c COMPILING configs/sim/bindings/Parameters/SystemTopology_Parameters.c COMPILING configs/sim/bindings/Parameters/TGRtensor_Parameters.c COMPILING configs/sim/bindings/Variables/ADMCoupling.c COMPILING configs/sim/bindings/Parameters/TensorTypes_Parameters.c COMPILING configs/sim/bindings/Variables/ADMMacros.c COMPILING configs/sim/bindings/Parameters/TerminationTrigger_Parameters.c COMPILING configs/sim/bindings/Variables/AEILocalInterp.c COMPILING configs/sim/bindings/Parameters/Time_Parameters.c COMPILING configs/sim/bindings/Parameters/TimerReport_Parameters.c COMPILING configs/sim/bindings/Variables/Boundary.c COMPILING configs/sim/bindings/Parameters/Timers_Parameters.c COMPILING configs/sim/bindings/Variables/CCCCGlobalModes.c COMPILING configs/sim/bindings/Parameters/TmunuBase_Parameters.c COMPILING configs/sim/bindings/Parameters/TriggerTerminationManual_Parameters.c COMPILING configs/sim/bindings/Parameters/Vectors_Parameters.c COMPILING configs/sim/bindings/Parameters/WeylScal4_Parameters.c COMPILING configs/sim/bindings/Parameters/ZelmaniAnalysis_Parameters.c COMPILING configs/sim/bindings/Parameters/ZelmaniCoMShift_Parameters.c COMPILING configs/sim/bindings/Parameters/ZelmaniM1_Parameters.c COMPILING configs/sim/bindings/Parameters/ZelmaniQuadWaveExtract_Parameters.c COMPILING configs/sim/bindings/Parameters/ZelmaniShockTracker2_Parameters.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_4_3.F90 COMPILING configs/sim/bindings/Parameters/hwloc_Parameters.c COMPILING configs/sim/bindings/Parameters/pthreads_Parameters.c COMPILING configs/sim/bindings/Parameters/zlib_Parameters.c COMPILING configs/sim/bindings/Variables/Cactus.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_6_5.F90 COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_4_3_min_err_coeff.F90 COMPILING configs/sim/bindings/Variables/Carpet.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Derivatives_6_5_min_err_coeff.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_3_min_err_coeff.F90:470.32: subroutine set_bmatrix ( b, bb, lsh, gsh, lbnd, h, dfl ) 1 Warning: Unused dummy argument 'bb' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_3_min_err_coeff.F90:470.37: subroutine set_bmatrix ( b, bb, lsh, gsh, lbnd, h, dfl ) 1 Warning: Unused dummy argument 'lsh' at (1) COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_3_min_err_coeff.F90 COMPILING configs/sim/bindings/Variables/CarpetIOASCII.c COMPILING configs/sim/bindings/Variables/CarpetIOBasic.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90: In function 'dissipation_4_3_opt': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:388:0: warning: 'nkk' may be used uninitialized in this function [-Wmaybe-uninitialized] INTEGER*4 imin(*) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:38:0: note: 'nkk' was declared here # 15 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:256:0: warning: 'njj' may be used uninitialized in this function [-Wmaybe-uninitialized] INTEGER*4 dir ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:37:0: warning: 'ol' may be used uninitialized in this function [-Wmaybe-uninitialized] integer, parameter :: cctki_use_operator_type = kind(operator_type) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff.f90:127:0: warning: 'nii' may be used uninitialized in this function [-Wmaybe-uninitialized] # 16 ^ COMPILING configs/sim/bindings/Variables/CarpetIOHDF5.c COMPILING configs/sim/bindings/Variables/CarpetIOScalar.c COMPILING configs/sim/bindings/Variables/CarpetInterp.c COMPILING configs/sim/bindings/Variables/CarpetInterp2.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_3_min_err_coeff_alt.F90 COMPILING configs/sim/bindings/Variables/CarpetLib.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_3_min_err_coeff_alt.F90:693.32: subroutine set_bmatrix ( b, bb, lsh, gsh, lbnd, h, dfl ) 1 Warning: Unused dummy argument 'bb' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Dissipation_4_3_min_err_coeff_alt.F90:693.37: subroutine set_bmatrix ( b, bb, lsh, gsh, lbnd, h, dfl ) 1 Warning: Unused dummy argument 'lsh' at (1) COMPILING configs/sim/bindings/Variables/CarpetMask.c COMPILING configs/sim/bindings/Variables/CarpetReduce.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90: In function 'dissipation_4_3_alt': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:534:0: warning: 'nkk' may be used uninitialized in this function [-Wmaybe-uninitialized] INTEGER*4, intent(in) :: npatches, patch ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:38:0: note: 'nkk' was declared here # 15 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:350:0: warning: 'njj' may be used uninitialized in this function [-Wmaybe-uninitialized] end interface ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:37:0: warning: 'ol' may be used uninitialized in this function [-Wmaybe-uninitialized] integer, parameter :: cctki_use_operator_type = kind(operator_type) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_4_3_min_err_coeff_alt.f90:167:0: warning: 'nii' may be used uninitialized in this function [-Wmaybe-uninitialized] # 16 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_5_min_err_coeff.F90:842.32: subroutine set_bmatrix ( b, bb, lsh, gsh, lbnd, h, dfl ) 1 Warning: Unused dummy argument 'bb' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_5_min_err_coeff.F90:842.37: subroutine set_bmatrix ( b, bb, lsh, gsh, lbnd, h, dfl ) 1 Warning: Unused dummy argument 'lsh' at (1) COMPILING configs/sim/bindings/Variables/CarpetRegrid2.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_5_min_err_coeff.F90 COMPILING configs/sim/bindings/Variables/CarpetSlab.c COMPILING configs/sim/bindings/Variables/CartGrid3D.c COMPILING configs/sim/bindings/Variables/CartesianCoordinates.c COMPILING configs/sim/bindings/Variables/Constants.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90: In function 'dissipation_6_5_opt': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:655:0: warning: 'nkk' may be used uninitialized in this function [-Wmaybe-uninitialized] rhs(5+ol,:,:) = rhs(5+ol,:,:) + & ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:38:0: note: 'nkk' was declared here # 15 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:421:0: warning: 'njj' may be used uninitialized in this function [-Wmaybe-uninitialized] # 16 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:37:0: warning: 'ol' may be used uninitialized in this function [-Wmaybe-uninitialized] integer, parameter :: cctki_use_operator_type = kind(operator_type) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff.f90:187:0: warning: 'nii' may be used uninitialized in this function [-Wmaybe-uninitialized] # 16 ^ COMPILING configs/sim/bindings/Variables/CoordBase.c COMPILING configs/sim/bindings/Variables/CoordGauge.c COMPILING configs/sim/bindings/Variables/CoreCollapseControl.c COMPILING configs/sim/bindings/Variables/CycleClock.c COMPILING configs/sim/bindings/Variables/Dissipation.c COMPILING configs/sim/bindings/Variables/DriftCorrectCoM.c COMPILING arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_5_min_err_coeff_alt.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_5_min_err_coeff_alt.F90:711.32: subroutine set_bmatrix ( b, bb, lsh, gsh, lbnd, h, dfl ) 1 Warning: Unused dummy argument 'bb' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/SummationByParts/src/Dissipation_6_5_min_err_coeff_alt.F90:711.37: subroutine set_bmatrix ( b, bb, lsh, gsh, lbnd, h, dfl ) 1 Warning: Unused dummy argument 'lsh' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90: In function 'dissipation_6_5_alt': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:572:0: warning: 'nkk' may be used uninitialized in this function [-Wmaybe-uninitialized] atmp = -transpose ( matmul ( h, matmul ( transpose(d), matmul ( b, d ) ) ) ) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:38:0: note: 'nkk' was declared here # 15 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:373:0: warning: 'njj' may be used uninitialized in this function [-Wmaybe-uninitialized] # 16 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:37:0: warning: 'ol' may be used uninitialized in this function [-Wmaybe-uninitialized] integer, parameter :: cctki_use_operator_type = kind(operator_type) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/SummationByParts/Dissipation_6_5_min_err_coeff_alt.f90:158:0: warning: 'nii' may be used uninitialized in this function [-Wmaybe-uninitialized] end interface ^ COMPILING configs/sim/bindings/Variables/EOS_Omni.c COMPILING configs/sim/bindings/Variables/Fortran.c COMPILING configs/sim/bindings/Variables/GRHydro.c COMPILING configs/sim/bindings/Variables/GSL.c COMPILING configs/sim/bindings/Variables/GenericFD.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SummationByParts.a COMPILING configs/sim/bindings/Variables/HDF5.c COMPILING configs/sim/bindings/Schedule/ScheduleADMBase.c COMPILING configs/sim/bindings/Schedule/ScheduleADMCoupling.c COMPILING configs/sim/bindings/Variables/HydroBase.c COMPILING configs/sim/bindings/Schedule/ScheduleADMMacros.c COMPILING configs/sim/bindings/Schedule/ScheduleAEILocalInterp.c COMPILING configs/sim/bindings/Variables/IOUtil.c COMPILING configs/sim/bindings/Schedule/ScheduleBoundary.c COMPILING configs/sim/bindings/Variables/InitBase.c COMPILING configs/sim/bindings/Schedule/ScheduleCCCCGlobalModes.c COMPILING configs/sim/bindings/Variables/LocalInterp.c COMPILING configs/sim/bindings/Schedule/ScheduleCactus.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpet.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetIOASCII.c COMPILING configs/sim/bindings/Variables/LocalInterp2.c Checking status of thorn CartGrid3D COMPILING configs/sim/bindings/Variables/ML_BSSN.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetIOBasic.c COMPILING configs/sim/bindings/Variables/LoopControl.c COMPILING configs/sim/bindings/Variables/ML_BSSN_Helper.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetIOHDF5.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetIOScalar.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetInterp.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetInterp2.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetLib.c Checking status of thorn hwloc hwloc: Preparing directory structure... hwloc: Unpacking archive... /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/build/hwloc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch COMPILING configs/sim/bindings/Variables/MPI.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetMask.c COMPILING configs/sim/bindings/Variables/MoL.c COMPILING arrangements/CactusBase/CartGrid3D/src/Startup.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetReduce.c COMPILING arrangements/CactusBase/CartGrid3D/src/ParamCheck.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetRegrid2.c COMPILING arrangements/CactusBase/CartGrid3D/src/DecodeSymParameters.c COMPILING configs/sim/bindings/Schedule/ScheduleCarpetSlab.c COMPILING arrangements/CactusBase/CartGrid3D/src/CartGrid3D.c COMPILING configs/sim/bindings/Schedule/ScheduleCartGrid3D.c hwloc: Configuring... COMPILING arrangements/CactusBase/CartGrid3D/src/GetSymmetry.c ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... COMPILING configs/sim/bindings/Schedule/ScheduleCartesianCoordinates.c 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 checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... COMPILING arrangements/CactusBase/CartGrid3D/src/SetSymmetry.c 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 arrangements/CactusBase/CartGrid3D/src/Symmetry.c COMPILING configs/sim/bindings/Schedule/ScheduleConstants.c COMPILING configs/sim/bindings/Variables/Multipole.c COMPILING configs/sim/bindings/Schedule/ScheduleCoordBase.c COMPILING configs/sim/bindings/Variables/NewRad.c COMPILING configs/sim/bindings/Schedule/ScheduleCoordGauge.c checking whether the C compiler works... COMPILING configs/sim/bindings/Variables/OpenBLAS.c COMPILING configs/sim/bindings/Schedule/ScheduleCoreCollapseControl.c yes checking for C compiler default output file name... a.out checking for suffix of executables... COMPILING configs/sim/bindings/Variables/PNSHelper.c COMPILING configs/sim/bindings/Schedule/ScheduleCycleClock.c COMPILING configs/sim/bindings/Schedule/ScheduleDissipation.c checking whether we are cross compiling... COMPILING configs/sim/bindings/Schedule/ScheduleDriftCorrectCoM.c COMPILING configs/sim/bindings/Variables/PNSMapper.c COMPILING configs/sim/bindings/Schedule/ScheduleEOS_Omni.c no checking for suffix of object files... o checking whether we are using the GNU C compiler... COMPILING configs/sim/bindings/Schedule/ScheduleFortran.c yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... COMPILING arrangements/CactusBase/CartGrid3D/src/RegisterSymmetries.c COMPILING configs/sim/bindings/Variables/QuasiLocalMeasures.c COMPILING configs/sim/bindings/Schedule/ScheduleGRHydro.c none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking how to run the C preprocessor... COMPILING configs/sim/bindings/Schedule/ScheduleGSL.c COMPILING configs/sim/bindings/build/CartGrid3D/cctk_ThornBindings.c COMPILING configs/sim/bindings/Schedule/ScheduleGenericFD.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CartGrid3D.a COMPILING configs/sim/bindings/Schedule/ScheduleHDF5.c Checking status of thorn Dissipation cc -E COMPILING configs/sim/bindings/Schedule/ScheduleHydroBase.c checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... COMPILING configs/sim/bindings/Schedule/ScheduleIOUtil.c COMPILING configs/sim/bindings/Schedule/ScheduleInitBase.c COMPILING configs/sim/bindings/Variables/SetMask_SphericalSurface.c COMPILING configs/sim/bindings/Schedule/ScheduleLocalInterp.c yes checking for sys/types.h... yes checking for sys/stat.h... COMPILING configs/sim/bindings/Variables/Slab.c yes checking for stdlib.h... COMPILING configs/sim/bindings/Schedule/ScheduleLocalInterp2.c COMPILING configs/sim/bindings/Variables/SpaceMask.c yes checking for string.h... yes checking for memory.h... COMPILING configs/sim/bindings/Schedule/ScheduleLoopControl.c COMPILING configs/sim/bindings/Variables/SphericalSurface.c yes checking for strings.h... COMPILING arrangements/CactusNumerical/Dissipation/src/apply_dissipation.F77 COMPILING configs/sim/bindings/Schedule/ScheduleML_BSSN.c yes checking for inttypes.h... COMPILING configs/sim/bindings/Variables/StaticConformal.c yes checking for stdint.h... yes checking for unistd.h... COMPILING configs/sim/bindings/Schedule/ScheduleML_BSSN_Helper.c COMPILING configs/sim/bindings/Variables/SummationByParts.c COMPILING arrangements/CactusNumerical/Dissipation/src/basegrid.c yes checking minix/config.h usability... no checking minix/config.h presence... COMPILING configs/sim/bindings/Variables/SymBase.c COMPILING arrangements/CactusNumerical/Dissipation/src/dissipation.c COMPILING configs/sim/bindings/Schedule/ScheduleMPI.c no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/CactusNumerical/Dissipation/src/dissipation.c: In function 'apply': /mnt/c/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; ^ COMPILING configs/sim/bindings/Variables/SystemStatistics.c yes checking for gcc... (cached) cc COMPILING arrangements/CactusNumerical/Dissipation/src/paramcheck.c COMPILING configs/sim/bindings/Schedule/ScheduleMoL.c COMPILING configs/sim/bindings/Variables/SystemTopology.c COMPILING arrangements/CactusNumerical/Dissipation/src/setup_epsdis.c COMPILING configs/sim/bindings/Variables/TGRtensor.c COMPILING configs/sim/bindings/Schedule/ScheduleMultipole.c COMPILING configs/sim/bindings/Variables/TensorTypes.c 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 COMPILING configs/sim/bindings/build/Dissipation/cctk_ThornBindings.c COMPILING configs/sim/bindings/Schedule/ScheduleNewRad.c COMPILING configs/sim/bindings/Variables/TerminationTrigger.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Dissipation.a COMPILING configs/sim/bindings/Variables/Time.c Checking status of thorn SpaceMask COMPILING configs/sim/bindings/Schedule/ScheduleOpenBLAS.c COMPILING configs/sim/bindings/Variables/TimerReport.c COMPILING configs/sim/bindings/Schedule/SchedulePNSHelper.c COMPILING configs/sim/bindings/Variables/Timers.c checking whether we are using the GNU C++ compiler... yes checking whether CC accepts -g... COMPILING configs/sim/bindings/Schedule/SchedulePNSMapper.c COMPILING configs/sim/bindings/Variables/TmunuBase.c yes checking dependency style of CC... COMPILING arrangements/CactusNumerical/SpaceMask/src/MaskInit.c gcc3 checking the archiver (ar) interface... COMPILING arrangements/CactusNumerical/SpaceMask/src/MaskUtils.c COMPILING configs/sim/bindings/Schedule/ScheduleQuasiLocalMeasures.c COMPILING configs/sim/bindings/Variables/TriggerTerminationManual.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/Variables/Vectors.c COMPILING configs/sim/bindings/Schedule/ScheduleSetMask_SphericalSurface.c COMPILING configs/sim/bindings/build/SpaceMask/cctk_ThornBindings.c COMPILING configs/sim/bindings/Variables/WeylScal4.c COMPILING configs/sim/bindings/Schedule/ScheduleSlab.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SpaceMask.a libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/build/hwloc/hwloc-1.10.1 configure: hwloc srcdir: /mnt/c/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/Schedule/ScheduleSphericalSurface.c COMPILING configs/sim/bindings/Schedule/ScheduleSpaceMask.c COMPILING configs/sim/bindings/Variables/ZelmaniAnalysis.c COMPILING configs/sim/bindings/Schedule/ScheduleStaticConformal.c COMPILING configs/sim/bindings/build/hwloc/cctk_ThornBindings.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/Schedule/ScheduleSummationByParts.c COMPILING configs/sim/bindings/Schedule/ScheduleSymBase.c Checking status of thorn ML_BSSN_Helper COMPILING configs/sim/bindings/Schedule/ScheduleSystemStatistics.c 8 checking size of unsigned int... COMPILING configs/sim/bindings/Schedule/ScheduleSystemTopology.c COMPILING configs/sim/bindings/Schedule/ScheduleTGRtensor.c 4 checking for the C compiler vendor... COMPILING configs/sim/bindings/Schedule/ScheduleTensorTypes.c gnu checking for __attribute__... COMPILING configs/sim/bindings/Schedule/ScheduleTerminationTrigger.c yes checking for __attribute__(aligned)... COMPILING configs/sim/bindings/Schedule/ScheduleTime.c yes checking for __attribute__(always_inline)... COMPILING configs/sim/bindings/Schedule/ScheduleTimerReport.c yes checking for __attribute__(cold)... /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/ADMBase_SelectBCs.c: In function 'select_bcs': /mnt/c/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, ^ COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/ADMBase_SelectBCs.c yes checking for __attribute__(const)... COMPILING configs/sim/bindings/Schedule/ScheduleTimers.c yes checking for __attribute__(deprecated)... COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/ExtrapolateGammas.c yes checking for __attribute__(format)... COMPILING configs/sim/bindings/Schedule/ScheduleTmunuBase.c COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/NewRad.c yes checking for __attribute__(hot)... COMPILING configs/sim/bindings/Schedule/ScheduleTriggerTerminationManual.c yes checking for __attribute__(malloc)... COMPILING configs/sim/bindings/Schedule/ScheduleVectors.c COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/Parameters.c yes checking for __attribute__(may_alias)... COMPILING configs/sim/bindings/Variables/ZelmaniCoMShift.c yes checking for __attribute__(no_instrument_function)... COMPILING configs/sim/bindings/Schedule/ScheduleWeylScal4.c COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/RegisterConstrained.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/RegisterConstrained.c: In function 'register_constrained': /mnt/c/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 for __attribute__(nonnull)... COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniAnalysis.c COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/RegisterSlicing.c yes checking for __attribute__(noreturn)... COMPILING arrangements/McLachlan/ML_BSSN_Helper/src/SetGroupTags.c yes checking for __attribute__(packed)... COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniCoMShift.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/McLachlan/ML_BSSN_Helper/src/SetGroupTags.c: In function 'set_group_tags': /mnt/c/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/c/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 checking for __attribute__(pure)... COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniM1.c yes checking for __attribute__(sentinel)... COMPILING configs/sim/bindings/build/ML_BSSN_Helper/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ML_BSSN_Helper.a COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniQuadWaveExtract.c yes checking for __attribute__(unused)... yes checking for __attribute__(warn_unused_result)... COMPILING configs/sim/bindings/Variables/ZelmaniM1.c COMPILING configs/sim/bindings/Schedule/ScheduleZelmaniShockTracker2.c yes checking for __attribute__(weak_alias)... COMPILING configs/sim/bindings/Schedule/Schedulehwloc.c yes checking if cc supports -fvisibility=hidden... COMPILING configs/sim/bindings/Schedule/Schedulepthreads.c Checking status of thorn TGRtensor COMPILING configs/sim/bindings/Schedule/Schedulezlib.c configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS yes checking whether to enable symbol visibility... yes (via -fvisibility=hidden) checking whether the C compiler rejects function calls with too many arguments... COMPILING configs/sim/bindings/Schedule/BindingsSchedule.c yes checking whether the C compiler rejects function calls with too few arguments... COMPILING configs/sim/bindings/Schedule/BindingsParameterRecovery.c yes checking for unistd.h... (cached) yes checking dirent.h usability... COMPILING configs/sim/bindings/Variables/ZelmaniQuadWaveExtract.c 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... COMPILING configs/sim/bindings/Variables/ZelmaniShockTracker2.c yes checking whether function strncasecmp is declared... COMPILING configs/sim/bindings/Variables/hwloc.c yes checking for strftime... COMPILING configs/sim/bindings/build/TGRtensor/cctk_ThornBindings.c yes checking for setlocale... yes checking for stdint.h... (cached) yes checking sys/mman.h usability... COMPILING configs/sim/bindings/Variables/pthreads.c COMPILING configs/sim/bindings/Variables/zlib.c yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for KAFFINITY... COMPILING arrangements/EinsteinUtils/TGRtensor/src/constants.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/tensor.F90 no checking for PROCESSOR_CACHE_TYPE... Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CactusBindings.a COMPILING arrangements/EinsteinUtils/TGRtensor/src/cactus.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/classify.c no checking for CACHE_DESCRIPTOR... no checking for LOGICAL_PROCESSOR_RELATIONSHIP... COMPILING arrangements/EinsteinUtils/TGRtensor/src/classify.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/conversion.F90 no checking for RelationProcessorPackage... /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/covderivs.F90:88.35: subroutine calc_scalargradgrad (f, df, ddf, gamma, ggf) 1 Warning: Unused dummy argument 'f' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/covderivs.F90:20.31: subroutine calc_scalargrad (f, df, gamma, gf) 1 Warning: Unused dummy argument 'f' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/covderivs.F90:20.42: subroutine calc_scalargrad (f, df, gamma, gf) 1 Warning: Unused dummy argument 'gamma' at (1) /mnt/c/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/covderivs.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/covderivs2.F90 no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/covderivs2.F90:91.36: subroutine calc_2scalargradgrad (f, df, ddf, gamma, ggf) 1 Warning: Unused dummy argument 'f' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/covderivs2.F90:23.32: subroutine calc_2scalargrad (f, df, gamma, gf) 1 Warning: Unused dummy argument 'f' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/covderivs2.F90:23.43: subroutine calc_2scalargrad (f, df, gamma, gf) 1 Warning: Unused dummy argument 'gamma' at (1) no checking for GROUP_AFFINITY... COMPILING arrangements/EinsteinUtils/TGRtensor/src/derivs.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/derivs2.F90 no checking for PROCESSOR_RELATIONSHIP... no checking for NUMA_NODE_RELATIONSHIP... COMPILING arrangements/EinsteinUtils/TGRtensor/src/gram_schmidt.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/matdet.F90 no checking for CACHE_RELATIONSHIP... COMPILING arrangements/EinsteinUtils/TGRtensor/src/matexp.F90 no checking for PROCESSOR_GROUP_INFO... COMPILING arrangements/EinsteinUtils/TGRtensor/src/matinv.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/ricci.F90 no checking for GROUP_RELATIONSHIP... no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... COMPILING arrangements/EinsteinUtils/TGRtensor/src/ricci2.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/ricci4.F90 no checking for PSAPI_WORKING_SET_EX_BLOCK... COMPILING arrangements/EinsteinUtils/TGRtensor/src/rotation.F90 no checking for PSAPI_WORKING_SET_EX_INFORMATION... COMPILING arrangements/EinsteinUtils/TGRtensor/src/tensor2.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/tensor4.F90 no checking for main in -lgdi32... COMPILING arrangements/EinsteinUtils/TGRtensor/src/timederivs.F90 COMPILING arrangements/EinsteinUtils/TGRtensor/src/pointwise.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/timederivs.F90:50.11: abs2 = a * conjg(a) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/timederivs.F90:136.68: elemental function rtimederiv2_uneven (f0, f1, f2, t0, t1, t2, ce0, ce1, ce2) result (fdotdot) 1 Warning: Unused dummy argument 'ce0' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinUtils/TGRtensor/src/timederivs.F90:97.67: elemental function rtimederiv_uneven (f0, f1, f2, t0, t1, t2, ce0, ce1, ce2) result (fdot) 1 Warning: Unused dummy argument 'ce0' at (1) no checking windows.h usability... no checking windows.h presence... /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/adm_metric.f90:332:0: warning: 'calc_3metricderivdot_simple' defined but not used [-Wunused-function] REAL*8, intent(out) :: dgg_dot(3,3,3) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/TGRtensor/adm_metric.f90:318:0: warning: 'calc_3metricdot_simple' defined but not used [-Wunused-function] REAL*8, intent(out) :: gg_dot(3,3) ^ COMPILING arrangements/EinsteinUtils/TGRtensor/src/adm_metric.F90 no checking for windows.h... no checking sys/lgrp_user.h usability... COMPILING arrangements/EinsteinUtils/TGRtensor/src/pointwise2.F90 no checking sys/lgrp_user.h presence... no checking for sys/lgrp_user.h... no checking kstat.h usability... COMPILING arrangements/EinsteinUtils/TGRtensor/src/adm_metric_simple.F90 no checking kstat.h presence... no checking for kstat.h... no checking whether fabsf is declared... Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TGRtensor.a yes checking for fabsf in -lm... Checking status of thorn ADMBase Checking status of thorn ZelmaniAnalysis yes checking picl.h usability... no checking picl.h presence... no checking for picl.h... no checking whether _SC_NPROCESSORS_ONLN is declared... 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/Zelmani/ZelmaniAnalysis/src/hydro.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c: In function 'ZelmaniAnalysis_Hydro_Local': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/hydro.c: In function 'ZelmaniAnalysis_Hydro_Global': /mnt/c/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; ^ no checking whether _SC_PAGESIZE is declared... yes checking whether _SC_PAGE_SIZE is declared... yes checking whether _SC_LARGE_PAGESIZE is declared... COMPILING arrangements/EinsteinBase/ADMBase/src/ParamCheck.c no checking mach/mach_host.h usability... COMPILING arrangements/EinsteinBase/ADMBase/src/Initialisation.c no checking mach/mach_host.h presence... no checking for mach/mach_host.h... no checking mach/mach_init.h usability... no checking mach/mach_init.h presence... /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniAnalysis/src/init.c: In function 'ZelmaniAnalysis_Init': /mnt/c/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/c/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 arrangements/Zelmani/ZelmaniAnalysis/src/init.c no checking for mach/mach_init.h... no checking sys/param.h usability... COMPILING arrangements/EinsteinBase/ADMBase/src/Static.c yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/sysctl.h... COMPILING arrangements/EinsteinBase/ADMBase/src/InitSymBound.c yes checking whether CTL_HW is declared... no checking whether HW_NCPU is declared... no checking whether strtoull is declared... COMPILING configs/sim/bindings/build/ADMBase/cctk_ThornBindings.c yes COMPILING arrangements/Zelmani/ZelmaniAnalysis/src/entropy.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ADMBase.a COMPILING configs/sim/bindings/build/ZelmaniAnalysis/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniAnalysis.a checking for pthread_t... yes checking whether function sched_setaffinity is declared... yes checking for old prototype of sched_setaffinity... no checking for working CPU_SET... yes checking for working CPU_SET_S... yes checking for working _syscall3... no checking for KERRIGHED... no checking for lib... no checking for bash... /bin/sh checking for ffs... yes checking whether function ffs is declared... yes checking for ffsl... yes checking whether function ffsl is declared... yes checking for fls... no checking for flsl... no checking for clz... no checking for clzl... 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... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... 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... yes checking for set_mempolicy in -lnuma... yes checking for mbind in -lnuma... yes checking for migrate_pages in -lnuma... yes checking nvml.h usability... no checking nvml.h presence... no checking for nvml.h... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... yes checking for X11/Xutil.h... yes checking X11/keysym.h usability... yes checking X11/keysym.h presence... 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... yes checking for pthread_mutex_lock... 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... 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... yes checking for putwc... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for setlocale... (cached) yes checking for uselocale... yes checking xlocale.h usability... 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... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking termcap support using ncurses and ... no checking termcap support using ncurses and -ltermcap... no checking termcap support using ncurses and -lncursesw... yes checking whether diff accepts -u... -u checking whether diff accepts -w... -w ### ### Configuring hwloc tests ### checking for pthread_self in -lpthread... yes checking whether numa_bitmask_alloc is declared... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking myriexpress.h usability... no checking myriexpress.h presence... no checking for myriexpress.h... no checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... 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... /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... 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... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no 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... 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... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... 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 checking for ld used by CC... /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 checking whether the CC linker (/opt/xalt/0.7.6/sles11.3/bin/ld -m elf_x86_64) supports shared libraries... yes 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... 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 checking that generated files are newer than configure... done configure: creating ./config.status 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 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 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 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 config.status: executing chmoding-scripts commands config.status: executing libtool commands ----------------------------------------------------------------------------- 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 ----------------------------------------------------------------------------- hwloc: Building... Making all in src CC topology.lo CC traversal.lo CC distances.lo CC components.lo 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 */ ^ CC bind.lo CC bitmap.lo CC pci-common.lo CC diff.lo CC misc.lo CC base64.lo topology.c: In function 'hwloc_topology_dup': topology.c:468:5: warning: 'new' may be used uninitialized in this function [-Wmaybe-uninitialized] new->last_osdist->next = newdist; ^ CC topology-noos.lo CC topology-synthetic.lo CC topology-custom.lo CC topology-xml.lo CC topology-xml-nolibxml.lo CC topology-linux.lo CC topology-x86.lo CCLD libhwloc.la Making all in include Making all in utils Making all in hwloc CC hwloc-annotate.o CC hwloc-assembler.o CC hwloc-bind.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 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 lstopo-draw.c: In function 'get_type_fun': lstopo-draw.c:1215:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib' /usr/bin/install -c -m 644 ./hwloc.dtd '/mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/libhwloc.a libtool: install: chmod 644 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/libhwloc.a libtool: install: ranlib /mnt/c/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/cray/rca/1.0.0-2.0502.60530.1.63.gem/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.12.gem/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.113.gem/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.gem/bin:/opt/cray/pmi/5.0.10-1.0000.11050.179.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/gcc/4.9.3/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/EasyBuild/software/wget/1.19.4/bin:/sw/EasyBuild/software/git/2.17.0/bin:/sw/EasyBuild/software/cURL/7.59.0/bin:/sw/EasyBuild/software/OpenSSL/1.0.2m/bin:/sw/admin/scripts:/sw/user/scripts:/opt/xalt/0.7.6/sles11.3/libexec:/opt/xalt/0.7.6/sles11.3/bin:/usr/local/gsi-openssh-7.5p1b/bin:/usr/local/gsi-openssh-7.5p1b/libexec:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-6.0/bin:/usr/local/globus-6.0/sbin:/opt/moab/9.1.2/sbin:/opt/torque/6.0.4/sbin:/opt/torque/6.0.4/bin:/opt/cray/mpt/7.5.0/gni/bin:/opt/cray/craype/2.5.8/bin:/opt/cray/eslogin/eswrap/1.3.3-1.020200.1280.0/bin:/opt/modules/3.2.10.4/bin:/opt/moab/9.1.2/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib ---------------------------------------------------------------------- Libraries have been installed in: /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/include' /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/include/hwloc' /bin/mkdir -p '/mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin' /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin' /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1' /bin/mkdir -p '/mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin' /usr/bin/install -c -m 644 hwloc.7 '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1' libtool: install: /usr/bin/install -c hwloc-annotate /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/hwloc-ps /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1' /bin/mkdir -p '/mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man1' Making install in lstopo /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin' /bin/mkdir -p '/mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin/lstopo-no-graphics /bin/mkdir -p '/mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/bin' /usr/bin/install -c hwloc-gather-topology '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/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_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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/man/man3' /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/doc/hwloc' /usr/bin/install -c -m 644 doxygen-doc/hwloc-a4.pdf doxygen-doc/hwloc-letter.pdf '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/doc/hwloc' /bin/mkdir -p '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/hwloc' /bin/mkdir -p '/mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/share/hwloc' /usr/bin/install -c -m 644 hwloc.pc '/mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch/external/hwloc/lib/pkgconfig' /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/scratch hwloc: Cleaning up... hwloc: Done. Creating /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_MPI.a Checking status of thorn HDF5 Checking status of thorn QuasiLocalMeasures Checking status of thorn SystemTopology COMPILING configs/sim/bindings/build/HDF5/cctk_ThornBindings.c COMPILING arrangements/Carpet/LoopControl/src/loopcontrol.cc COMPILING arrangements/CactusUtils/SystemTopology/src/system_topology.cc Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_HDF5.a /mnt/c/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/c/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/c/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/c/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/c/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); ^ Checking status of thorn TimerReport COMPILING arrangements/CactusUtils/TimerReport/src/Output.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol.cc: At global scope: /mnt/c/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) { ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol_types.F90:15.22: integer*8 :: v(3) 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) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol_types.F90:27.44: integer*8 :: coarse_thread_info_ptr 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) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol_types.F90:28.43: integer :: coarse_thread_done 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) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/LoopControl/src/loopcontrol_types.F90:32.36: integer*8 :: selftest_array 1 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) COMPILING arrangements/Carpet/LoopControl/src/loopcontrol_types.F90 /mnt/c/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/loopcontrol.F90 COMPILING arrangements/Carpet/LoopControl/src/type_sizes.F90 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_LoopControl.a Checking status of thorn TriggerTerminationManual COMPILING configs/sim/bindings/build/SystemTopology/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_SystemTopology.a Checking status of thorn WeylScal4 COMPILING configs/sim/bindings/build/TimerReport/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TimerReport.a COMPILING arrangements/Zelmani/TriggerTerminationManual/src/TriggerTerminationManual.c COMPILING arrangements/Zelmani/TriggerTerminationManual/src/TriggerTerminationFile.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/TriggerTerminationManual/src/TriggerTerminationManual.c: In function 'TriggerTerminationManual_StartTimer': /mnt/c/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; ^ /mnt/c/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/TriggerTerminationManual/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_TriggerTerminationManual.a COMPILING configs/sim/bindings/build/WeylScal4/cctk_ThornBindings.c Checking status of thorn ZelmaniCoMShift COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_boundary.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_derivs.F90:43.11: abs2 = a * conjg(a) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_derivs.F90 COMPILING arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c COMPILING configs/sim/bindings/build/QuasiLocalMeasures/cctk_ThornBindings.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c: In function 'ZelmaniCoMShift_LocalStuff': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/LocalStuff.c: In function 'ZelmaniCoMShift_LocalStuffRecover': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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 arrangements/Zelmani/ZelmaniCoMShift/src/Reductions.c COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/Boundaries.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/Reductions.c: In function 'ZelmaniCoMShift_Reductions': /mnt/c/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/c/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/c/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/c/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 arrangements/EinsteinAnalysis/WeylScal4/src/Kranc.cc COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/RegisterMoL.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c: In function 'ZelmaniCoMShift_ChangeShift': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/Output.cc COMPILING arrangements/Zelmani/ZelmaniCoMShift/src/ChangeShift.c COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/RegisterSymmetries.cc COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/Startup.cc Checking status of thorn Cactus COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_invars_calc_2nd.cc COMPILING configs/sim/bindings/build/ZelmaniCoMShift/cctk_ThornBindings.c Creating /mnt/c/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/WeylScal4/src/WeylScal4_invars_calc_Nth.cc COMPILING src/IO/IOMethods.c COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_variables.F90 COMPILING src/IO/OverloadIO.c COMPILING src/IO/FortranBindingsIO.c COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psi4_calc_2nd.cc COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psi4_calc_4th.cc COMPILING src/comm/CactusSync.c COMPILING src/comm/CactusDefaultComm.c COMPILING src/comm/OverloadComm.c In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/comm/OverloadComm.c:20:0: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h: In function 'CCTKi_DummyExit': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:92:3: warning: function declared 'noreturn' has a 'return' statement return 0; \ ^ /mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h:87:1: note: in expansion of macro 'OVERLOADABLE' OVERLOADABLE(Exit) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h: In function 'CCTKi_DummyAbort': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:92:3: warning: function declared 'noreturn' has a 'return' statement return 0; \ ^ /mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h:88:1: note: in expansion of macro 'OVERLOADABLE' OVERLOADABLE(Abort) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h: In function 'CCTKi_DummyExit': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:92:3: warning: 'noreturn' function does return return 0; \ ^ /mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h:87:1: note: in expansion of macro 'OVERLOADABLE' OVERLOADABLE(Exit) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/CommOverloadables.h: In function 'CCTKi_DummyAbort': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/include/OverloadMacros.h:92:3: warning: 'noreturn' function does return return 0; \ ^ /mnt/c/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/c/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/c/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/c/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/Interp.c COMPILING src/comm/Reduction.c COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_broadcast.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_broadcast.c: In function 'bcast': /mnt/c/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/c/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/c/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/WeylScal4/src/WeylScal4_psi4_calc_Nth.cc COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_coordinates.F90 COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_gram_schmidt.F90 Checking status of thorn CarpetLib 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 src/util/Math.c COMPILING src/util/String.c COMPILING src/util/StringList.c COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psis_calc_2nd.cc COMPILING src/util/Table.c COMPILING src/util/Time.c COMPILING src/util/Network.c COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psis_calc_4th.cc /mnt/c/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 arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_import_surface.F90 COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_init.F90 COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_interpolate.F90 COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_axial.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_gradient.F90:22.33: REAL*8 :: dpsi2(2), ddpsi2(2,2), ndpsi2, dndpsi2(2) 1 Warning: Unused variable 'ddpsi2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_gradient.F90:22.53: REAL*8 :: dpsi2(2), ddpsi2(2,2), ndpsi2, dndpsi2(2) 1 Warning: Unused variable 'dndpsi2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_gradient.F90:21.31: REAL*8 :: qq(2,2), dqq(2,2,2), dtq, qu(2,2), dqu(2,2,2) 1 Warning: Unused variable 'dqq' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_gradient.F90:21.57: REAL*8 :: qq(2,2), dqq(2,2,2), dtq, qu(2,2), dqu(2,2,2) 1 Warning: Unused variable 'dqu' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_gradient.F90:22.41: REAL*8 :: dpsi2(2), ddpsi2(2,2), ndpsi2, dndpsi2(2) 1 Warning: Unused variable 'ndpsi2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_gradient.F90:21.45: REAL*8 :: qq(2,2), dqq(2,2,2), dtq, qu(2,2), dqu(2,2,2) 1 Warning: Unused variable 'qu' declared at (1) COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_gradient.F90 COMPILING arrangements/EinsteinAnalysis/WeylScal4/src/WeylScal4_psis_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 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_WeylScal4.a COMPILING src/main/flesh.cc COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_normalisation.F90 COMPILING src/main/FortranWrappers.c COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_test.F90 COMPILING src/main/GHExtensions.c COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_transportation.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_transportation.F90:160.19: (xi, chi, qq, dtq, qu, gamma2, rsc2, vv, xi_dot, chi_dot) 1 Warning: Unused dummy argument 'qq' at (1) COMPILING src/main/Groups.c COMPILING src/main/GroupsOnGH.c COMPILING src/main/InitialiseCactus.c COMPILING src/main/InitialiseDataStructures.c COMPILING arrangements/Carpet/CarpetLib/src/backtrace.cc COMPILING src/main/MainUtils.c COMPILING src/main/Names.c COMPILING src/main/OverloadMain.c COMPILING arrangements/Carpet/CarpetLib/src/balance.cc COMPILING src/main/Parameters.c COMPILING src/main/ProcessCommandLine.c COMPILING src/main/ProcessEnvironment.c COMPILING arrangements/Carpet/CarpetLib/src/bbox.cc COMPILING src/main/ProcessParameterDatabase.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/main/ScheduleInterface.c: In function 'CCTK_CallFunction': /mnt/c/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_multipoles.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_multipoles.F90:196.17: function dp1 (z) 1 Warning: Unused dummy argument 'z' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_multipoles.F90:190.17: function dp0 (z) 1 Warning: Unused dummy argument 'z' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_multipoles.F90:131.16: function p0 (z) 1 Warning: Unused dummy argument 'z' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_multipoles.F90:28.20: COMPLEX*16 :: psi2 1 Warning: Unused variable 'psi2' declared at (1) COMPILING src/main/SetParams.c COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_newman_penrose.F90 COMPILING src/main/ShutdownCactus.c COMPILING src/main/Subsystems.c COMPILING src/main/Termination.c COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_output_vtk.F90 COMPILING src/main/Traverse.c COMPILING src/main/WarnLevel.c COMPILING arrangements/Carpet/CarpetLib/src/bboxset.cc COMPILING arrangements/Carpet/CarpetLib/src/bboxset1.cc COMPILING src/schedule/ScheduleSorter.c COMPILING src/schedule/ScheduleCreater.c In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.cc:11:0: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh: In instantiation of 'void bboxset1::bboxset::normalize() [with T = int; int D = 1]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.cc:17:16: required from here /mnt/c/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/c/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 src/schedule/ScheduleTraverse.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh: In instantiation of 'void bboxset1::bboxset::normalize() [with T = int; int D = 2]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.cc:24:16: required from here /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh: In instantiation of 'void bboxset1::bboxset::normalize() [with T = int; int D = 3]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.cc:31:16: required from here /mnt/c/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/c/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/Carpet/CarpetLib/src/bboxset2.cc COMPILING arrangements/Carpet/CarpetLib/src/bintree.cc COMPILING src/piraha/AutoGrammar.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/AutoGrammar.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bintree.cc: In instantiation of 'int asearch(T, const vect&) [with T = int; int D = 3]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bintree.cc:143:44: required from 'const P* bintree::search(const tvect&) const [with T = int; int D = 3; P = pseudoregion_t; bintree::tvect = vect]' /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bintree.cc:436:16: required from here /mnt/c/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/Carpet/CarpetLib/src/commstate.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/commstate.cc: In member function 'void comm_state::step()': /mnt/c/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/c/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/c/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); ^ COMPILING arrangements/Carpet/CarpetLib/src/data.cc COMPILING src/piraha/Bracket.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Bracket.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/Dot.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Dot.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/End.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/defs.cc COMPILING src/piraha/Grammar.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Grammar.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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 ^ In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset.hh:6:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.cc:17: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh: In instantiation of 'void bboxset1::bboxset::normalize() [with T = int; int D = 3]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bboxset1.hh:1044:13: required from 'std::istream& bboxset1::bboxset::input(std::istream&) [with T = int; int D = 3; std::istream = std::basic_istream]' /mnt/c/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&) [with T = int; int D = 3; std::istream = std::basic_istream]' /mnt/c/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<_RealType>&) [with T = bboxset1::bboxset; std::istream = std::basic_istream]' /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/defs.cc:391:77: required from here /mnt/c/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/c/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 src/piraha/Group.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Group.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/ILiteral.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Literal.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Lookup.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Matcher.cc:2:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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 In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Multi.cc:2:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Or.cc:3:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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 ^ In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/ReParse.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/ReParse.cc COMPILING arrangements/Carpet/CarpetLib/src/dh.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc: In member function 'void dh::regrid(bool)': /mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc: In member function 'void dh::insert(ggf*)': /mnt/c/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(f->varindex, f)).second; ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc: In member function 'void dh::erase(ggf*)': /mnt/c/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); ^ COMPILING src/piraha/Seq.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Seq.cc:3:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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 In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Start.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/dist.cc COMPILING src/piraha/Call.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Call.cc:4:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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 src/piraha/smart_ptr.cc COMPILING arrangements/Carpet/CarpetLib/src/fulltree.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/fulltree.cc: In instantiation of 'int asearch(T, const std::vector<_RealType>&) [with T = int]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/fulltree.cc:147:44: required from 'const P* fulltree::search(const tvect&) const [with T = int; int D = 3; P = pseudoregion_t; fulltree::tvect = vect]' /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/fulltree.cc:488:16: required from here /mnt/c/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 src/piraha/Boundary.cc COMPILING arrangements/Carpet/CarpetLib/src/gdata.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/Boundary.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/NegLookAhead.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/src/piraha/NegLookAhead.cc:1:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/dh.cc: At global scope: /mnt/c/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, ^ /mnt/c/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/c/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, ^ Checking status of thorn CarpetMask COMPILING configs/sim/bindings/build/Cactus/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Cactus.a COMPILING arrangements/Carpet/CarpetLib/src/gf.cc COMPILING arrangements/Carpet/CarpetMask/src/mask_excluded.cc COMPILING arrangements/Carpet/CarpetLib/src/ggf.cc COMPILING arrangements/Carpet/CarpetMask/src/mask_surface.cc COMPILING arrangements/Carpet/CarpetLib/src/gh.cc /mnt/c/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, const CCTK_REAL8&, bool, bool, const islab*)': /mnt/c/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); ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetMask/src/mask_surface.cc: In function 'void CarpetMask::CarpetSurfaceSetup(cGH*)': /mnt/c/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/c/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]; ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/gh.cc: In constructor 'gh::gh(const std::vector >&, centering, int, centering, const std::vector > >&, const i2vect&)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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 configs/sim/bindings/build/CarpetMask/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetMask.a COMPILING arrangements/Carpet/CarpetLib/src/limits.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/limits.cc:9:0: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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)); ^ Checking status of thorn EOS_Omni COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_paramcheck.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_paramcheck.F90:16.23: integer :: eq_theta, new_ntheta, int_nphi, new_nphi 1 Warning: Unused variable 'eq_theta' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_paramcheck.F90:16.45: integer :: eq_theta, new_ntheta, int_nphi, new_nphi 1 Warning: Unused variable 'int_nphi' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_paramcheck.F90:16.55: integer :: eq_theta, new_ntheta, int_nphi, new_nphi 1 Warning: Unused variable 'new_nphi' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_paramcheck.F90:16.35: integer :: eq_theta, new_ntheta, int_nphi, new_nphi 1 Warning: Unused variable 'new_ntheta' declared at (1) COMPILING arrangements/Carpet/CarpetLib/src/mem.cc COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_Module.F90 COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_Handles.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_MultiVarCalls.F90:239.76: subroutine EOS_Omni_EOS_DEpsByDRho_DEpsByDPress(eoskey,keytemp,rf_precision,& 1 Warning: Unused dummy argument 'rf_precision' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_MultiVarCalls.F90:240.26: npoints,rho,eps,temp,ye,depsdrho,depsdpress,keyerr,anyerr) 1 Warning: Unused dummy argument 'temp' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_MultiVarCalls.F90:240.29: npoints,rho,eps,temp,ye,depsdrho,depsdpress,keyerr,anyerr) 1 Warning: Unused dummy argument 'ye' at (1) COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_MultiVarCalls.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90: In function 'eos_omni_eos_press_cs2': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:468:0: warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized] integer, parameter :: cctki_use_gl_k = kind(gl_k) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:366:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] # 19 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_MultiVarCalls.f90:492:0: warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized] integer, parameter :: cctki_use_poly_gamma = kind(poly_gamma) ^ COMPILING arrangements/Carpet/CarpetLib/src/memstat.cc COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_ColdEOSReadTable.F90 COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_BarotropicReadTable.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_BarotropicReadTable.F90:20.20: INTEGER*4 :: lnrho,lnye,lntemp 1 Warning: Unused variable 'lnrho' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_BarotropicReadTable.F90:20.32: INTEGER*4 :: lnrho,lnye,lntemp 1 Warning: Unused variable 'lntemp' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_BarotropicReadTable.F90:20.25: INTEGER*4 :: lnrho,lnye,lntemp 1 Warning: Unused variable 'lnye' declared at (1) COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_Startup.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_Startup.F90:10.27: character*256 :: infoline 1 Warning: Unused variable 'infoline' declared at (1) COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:35.37: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xcs2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:36.27: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdedt' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:36.36: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpderho' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:36.45: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpdrhoe' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:34.46: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xent' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:35.32: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xmunu' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:264.55: hybrid_p_poly, hybrid_p_th, pwp_a 1 Warning: Unused variable 'pwp_a' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:268.37: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xcs2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:269.27: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdedt' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:269.36: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpderho' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:269.45: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpdrhoe' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:267.46: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xent' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:268.32: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xmunu' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:500.45: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpdrhoe' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:498.41: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xenr' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:498.36: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xtemp' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:498.30: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xye' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:684.36: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpderho' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:682.41: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xenr' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:682.36: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xtemp' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:682.30: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xye' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:806.37: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xcs2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:807.27: real*8 :: xdedt 1 Warning: Unused variable 'xdedt' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:805.41: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xenr' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:805.46: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xent' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:806.32: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xmunu' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:805.36: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xtemp' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:805.30: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xye' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:987.37: rho,eps,temp,ye,press,xeps,keyerr,anyerr) 1 Warning: Unused dummy argument 'eps' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:986.66: subroutine EOS_Omni_EOS_eps_from_press(eoskey,keytemp,rf_precision,npoints,& 1 Warning: Unused dummy argument 'rf_precision' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:987.42: rho,eps,temp,ye,press,xeps,keyerr,anyerr) 1 Warning: Unused dummy argument 'temp' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1006.37: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xcs2' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1007.27: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdedt' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1007.36: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpderho' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1007.45: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpdrhoe' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1005.41: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xenr' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1005.46: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xent' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1006.32: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xmunu' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1006.26: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xprs' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1005.26: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xrho' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1005.36: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xtemp' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1005.30: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xye' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:987.45: rho,eps,temp,ye,press,xeps,keyerr,anyerr) 1 Warning: Unused dummy argument 'ye' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1062.21: integer :: i 1 Warning: Unused variable 'i' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1047.51: rho,eps,temp,ye,press,xeps,keyerr,anyerr) 1 Warning: Unused dummy argument 'press' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1067.27: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdedt' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1067.36: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpderho' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1067.45: real*8 :: xdedt,xdpderho,xdpdrhoe 1 Warning: Unused variable 'xdpdrhoe' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1065.41: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xenr' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1065.46: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xent' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1047.56: rho,eps,temp,ye,press,xeps,keyerr,anyerr) 1 Warning: Dummy argument 'xeps' at (1) was declared INTENT(OUT) but was not set /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1066.32: real*8 :: xprs,xmunu,xcs2 1 Warning: Unused variable 'xmunu' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1065.26: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xrho' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1065.36: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xtemp' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1065.30: real*8 :: xrho,xye,xtemp,xenr,xent 1 Warning: Unused variable 'xye' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1115.55: npoints,rho,eps,temp,entropy,ye,press,keyerr,anyerr) 1 Warning: Unused dummy argument 'entropy' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls.F90:1458.75: subroutine EOS_Omni_EOS_PressEpsTempYe_from_Rho(eoskey,keytemp,rf_precision,npoints,& 1 Warning: Unused dummy argument 'rf_precision' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90: In function 'eos_omni_eos_pressomp_._omp_fn.6': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:273:0: warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized] integer, parameter :: cctki_use_CCTKH0 = kind(CCTKH0) ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:267:0: note: 'xrho' was declared here integer*8 CCTKH56 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:271:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] INTEGER*4 CCTKH0 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90: In function 'eos_omni_eos_pressomp_._omp_fn.7': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:273:0: warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized] integer, parameter :: cctki_use_CCTKH0 = kind(CCTKH0) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:438:0: warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized] (rho(i)*inv_rho_gf)**poly_gamma ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:267:0: note: 'xrho' was declared here integer*8 CCTKH56 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:271:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] INTEGER*4 CCTKH0 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90: In function 'eos_omni_eos_press': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:40:0: warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized] # 17 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:164:0: warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized] # 17 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:38:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] # 17 ^ COMPILING arrangements/Carpet/CarpetLib/src/mpi_string.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90: In function 'eos_omni_eos_dpressbydrho': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:502:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] ir = max(2, min(ir,coldeos_nrho)) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:504:0: warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized] gamma = (coldeos_gamma(ir) - coldeos_gamma(ir-1)) / & ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90: In function 'eos_omni_eos_dpressbydeps': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:755:0: warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized] # 250 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:686:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] REAL*8 pwp_gamma4 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90: In function 'eos_omni_eos_cs2': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:909:0: warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized] # 250 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:809:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] # 250 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:932:0: warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized] INTEGER*4 CCTKH23 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90: In function 'eos_omni_eos_rhofrompressepstempent': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1379:0: warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized] # 481 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1144:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] cycle ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90: In function 'eos_omni_eos_pressepstempye_from_rho': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1507:0: warning: 'xrho' may be used uninitialized in this function [-Wmaybe-uninitialized] # 481 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1479:0: warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] # 481 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/EOS_Omni/EOS_Omni_SingleVarCalls.f90:1531:0: warning: 'eps_th' may be used uninitialized in this function [-Wmaybe-uninitialized] # 481 ^ COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/readtable.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:33.40: real*8 :: hybrid_local_gamma, hybrid_local_k_cgs, & 1 Warning: Unused variable 'hybrid_local_gamma' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:33.60: real*8 :: hybrid_local_gamma, hybrid_local_k_cgs, & 1 Warning: Unused variable 'hybrid_local_k_cgs' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:34.35: hybrid_p_poly, hybrid_p_th 1 Warning: Unused variable 'hybrid_p_poly' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:34.48: hybrid_p_poly, hybrid_p_th 1 Warning: Unused variable 'hybrid_p_th' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:12.72: subroutine EOS_Omni_EOS_Press_f_hrho_v2_rhoW(eoskey,keytemp,rf_precision,npoints,& 1 Warning: Unused dummy argument 'rf_precision' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:13.51: hrho,v2,rhoW,eps,temp,ye,press,keyerr,anyerr) 1 Warning: Unused dummy argument 'temp' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:13.54: hrho,v2,rhoW,eps,temp,ye,press,keyerr,anyerr) 1 Warning: Unused dummy argument 'ye' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:73.46: hrho,v2,rhoW,eps,temp,ye,dpdhrho,keyerr,anyerr) 1 Warning: Unused dummy argument 'eps' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:73.34: hrho,v2,rhoW,eps,temp,ye,dpdhrho,keyerr,anyerr) 1 Warning: Unused dummy argument 'hrho' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:92.40: real*8 :: hybrid_local_gamma, hybrid_local_k_cgs, & 1 Warning: Unused variable 'hybrid_local_gamma' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:92.60: real*8 :: hybrid_local_gamma, hybrid_local_k_cgs, & 1 Warning: Unused variable 'hybrid_local_k_cgs' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:93.35: hybrid_p_poly, hybrid_p_th 1 Warning: Unused variable 'hybrid_p_poly' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:93.48: hybrid_p_poly, hybrid_p_th 1 Warning: Unused variable 'hybrid_p_th' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:72.74: subroutine EOS_Omni_EOS_dpdhrho_f_hrho_v2_rhoW(eoskey,keytemp,rf_precision,npoints,& 1 Warning: Unused dummy argument 'rf_precision' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:73.42: hrho,v2,rhoW,eps,temp,ye,dpdhrho,keyerr,anyerr) 1 Warning: Unused dummy argument 'rhow' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:73.51: hrho,v2,rhoW,eps,temp,ye,dpdhrho,keyerr,anyerr) 1 Warning: Unused dummy argument 'temp' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:73.54: hrho,v2,rhoW,eps,temp,ye,dpdhrho,keyerr,anyerr) 1 Warning: Unused dummy argument 'ye' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:128.46: hrho,v2,rhoW,eps,temp,ye,dpdv2,keyerr,anyerr) 1 Warning: Unused dummy argument 'eps' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:147.40: real*8 :: hybrid_local_gamma, hybrid_local_k_cgs, & 1 Warning: Unused variable 'hybrid_local_gamma' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:147.60: real*8 :: hybrid_local_gamma, hybrid_local_k_cgs, & 1 Warning: Unused variable 'hybrid_local_k_cgs' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:148.35: hybrid_p_poly, hybrid_p_th 1 Warning: Unused variable 'hybrid_p_poly' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:148.48: hybrid_p_poly, hybrid_p_th 1 Warning: Unused variable 'hybrid_p_th' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:127.72: subroutine EOS_Omni_EOS_dpdv2_f_hrho_v2_rhoW(eoskey,keytemp,rf_precision,npoints,& 1 Warning: Unused dummy argument 'rf_precision' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:128.51: hrho,v2,rhoW,eps,temp,ye,dpdv2,keyerr,anyerr) 1 Warning: Unused dummy argument 'temp' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90:128.54: hrho,v2,rhoW,eps,temp,ye,dpdv2,keyerr,anyerr) 1 Warning: Unused dummy argument 'ye' at (1) COMPILING arrangements/Zelmani/EOS_Omni/src/EOS_Omni_SingleVarCalls_harm.F90 /mnt/c/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/c/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/c/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/c/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/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] /mnt/c/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] COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_short.cc Checking status of thorn ML_BSSN COMPILING arrangements/Carpet/CarpetLib/src/region.cc COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_press_cs2.cc COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_press.cc COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/nuc_eos_full.cc 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/Carpet/CarpetLib/src/startup_time.cc COMPILING arrangements/Zelmani/EOS_Omni/src/nuc_eos_cxx/dumpASCIItable.cc COMPILING arrangements/Carpet/CarpetLib/src/th.cc /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_EOS_Omni.a COMPILING arrangements/Carpet/CarpetLib/src/timestat.cc COMPILING arrangements/Carpet/CarpetLib/src/vect.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect vect::dir(int) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 vect::dir(const int d) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect vect::seq() [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 vect::seq() { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect vect::seq(int) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 vect::seq(const int n) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect vect::seq(int, int) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator*=(const vect&) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator*=(const T&) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 &vect::operator*=(const T &) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator/=(const vect&) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator/=(const T&) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 &vect::operator/=(const T &) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator%=(const vect&) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator%=(const T&) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 &vect::operator%=(const T &) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator^=(const vect&) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator^=(const T&) [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 &vect::operator^=(const T &) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect vect::operator+() const [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 vect::operator+() const { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect vect::operator-() const [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 vect::operator-() const { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect vect::operator~() const [with T = bboxset2::bboxset; int D = 3]': /mnt/c/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 vect::operator~() const { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect vect::dir(int) [with T = vect, 2>; int D = 3]': /mnt/c/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 vect::dir(const int d) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect vect::seq() [with T = vect, 2>; int D = 3]': /mnt/c/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 vect::seq() { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect vect::seq(int) [with T = vect, 2>; int D = 3]': /mnt/c/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 vect::seq(const int n) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In static member function 'static vect vect::seq(int, int) [with T = vect, 2>; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator*=(const vect&) [with T = vect, 2>; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator*=(const T&) [with T = vect, 2>; int D = 3]': /mnt/c/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 &vect::operator*=(const T &) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator/=(const vect&) [with T = vect, 2>; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator/=(const T&) [with T = vect, 2>; int D = 3]': /mnt/c/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 &vect::operator/=(const T &) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator%=(const vect&) [with T = vect, 2>; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator%=(const T&) [with T = vect, 2>; int D = 3]': /mnt/c/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 &vect::operator%=(const T &) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator^=(const vect&) [with T = vect, 2>; int D = 3]': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect& vect::operator^=(const T&) [with T = vect, 2>; int D = 3]': /mnt/c/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 &vect::operator^=(const T &) { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect vect::operator+() const [with T = vect, 2>; int D = 3]': /mnt/c/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 vect::operator+() const { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect vect::operator-() const [with T = vect, 2>; int D = 3]': /mnt/c/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 vect::operator-() const { assert(0); } \ ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.cc: In member function 'vect vect::operator~() const [with T = vect, 2>; int D = 3]': /mnt/c/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 vect::operator~() const { assert(0); } \ ^ /mnt/c/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) ^ Checking status of thorn Multipole COMPILING arrangements/McLachlan/ML_BSSN/src/Boundaries.cc COMPILING arrangements/McLachlan/ML_BSSN/src/Kranc.cc COMPILING arrangements/Carpet/CarpetLib/src/copy_3d.cc COMPILING arrangements/EinsteinAnalysis/Multipole/src/interpolate.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ADMBaseBoundaryScalar.cc COMPILING arrangements/EinsteinAnalysis/Multipole/src/multipole.cc /mnt/c/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/c/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/copy_4d.cc COMPILING arrangements/EinsteinAnalysis/Multipole/src/utils.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ADMBaseEverywhere.cc COMPILING arrangements/EinsteinAnalysis/Multipole/src/sphericalharmonic.cc COMPILING arrangements/Carpet/CarpetLib/src/interpolate_3d_2tl.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ADMBaseInterior.cc COMPILING arrangements/EinsteinAnalysis/Multipole/src/integrate.cc /mnt/c/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 arrangements/Carpet/CarpetLib/src/interpolate_3d_3tl.cc COMPILING configs/sim/bindings/build/Multipole/cctk_ThornBindings.c COMPILING arrangements/Carpet/CarpetLib/src/interpolate_3d_4tl.cc Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Multipole.a COMPILING arrangements/Carpet/CarpetLib/src/interpolate_3d_5tl.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ConstraintsEverywhere.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_ConstraintsInterior.cc COMPILING arrangements/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc /mnt/c/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; CarpetLib::ibbox3 = bbox]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:144:1: required from here /mnt/c/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/c/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; CarpetLib::ibbox3 = bbox]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/typecase.hh:172:1: required from here /mnt/c/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/McLachlan/ML_BSSN/src/ML_BSSN_EnforceEverywhere.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/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionAnalysisInit.cc COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_rf2.cc COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_stagger011.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionAnalysisInterior.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/Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc COMPILING arrangements/Carpet/CarpetLib/src/restrict_3d_dgfe_rf2.cc COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_set_coordinates.F90 COMPILING arrangements/Carpet/CarpetLib/src/restrict_4d_rf2.cc Checking status of thorn PNSMapper COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_stagger011.cc /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/../GSL, /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/../MPI] /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/PNSMapper/../GSL, /mnt/c/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 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSMapper/src/map.F90:13.17: integer i,j,k,l,nx,ny,nz 1 Warning: Unused variable 'l' declared at (1) COMPILING arrangements/Zelmani/PNSMapper/src/map.F90 COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_stagger101.cc COMPILING configs/sim/bindings/build/PNSMapper/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_PNSMapper.a COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_stagger110.cc Checking status of thorn Slab COMPILING arrangements/CactusNumerical/Slab/src/slab.cc COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_stagger111.cc COMPILING configs/sim/bindings/build/Slab/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Slab.a COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_rf2.cc COMPILING configs/sim/bindings/build/ML_BSSN/cctk_ThornBindings.c COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_tetrad.F90 COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_cc_rf2.cc COMPILING arrangements/Carpet/CarpetLib/src/prolongate_3d_cc_eno_rf2.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 COMPILING configs/sim/bindings/build/CarpetLib/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetLib.a COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_twometric.F90 Checking status of thorn CCCCGlobalModes COMPILING arrangements/Zelmani/CCCCGlobalModes/src/Startup.c COMPILING arrangements/Zelmani/CCCCGlobalModes/src/Init.F90 COMPILING arrangements/Zelmani/CCCCGlobalModes/src/LocalStuff.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/LocalStuff.c: In function 'CCCCGlobalModes_LocalStuff': /mnt/c/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/c/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; ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/Reductions.c: In function 'CCCCGlobalModes_Reductions': /mnt/c/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/c/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/c/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/Reductions.c COMPILING arrangements/Zelmani/CCCCGlobalModes/src/Output.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CCCCGlobalModes/src/sYlm.c: In function 's_lambda_lm': /mnt/c/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; ^ COMPILING arrangements/Zelmani/CCCCGlobalModes/src/sYlm.c COMPILING configs/sim/bindings/build/CCCCGlobalModes/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CCCCGlobalModes.a /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90:274.34: qlm_phi11(i,j,hn) = qlm_phi11(i,j,hn) - 1/two * ri4(a,b) * (ll(a) * nn(b) + mm(a) * conjg(mm(b))) / 2 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90:275.34: qlm_phi01(i,j,hn) = qlm_phi01(i,j,hn) - 1/two * ri4(a,b) * ll(a) * mm(b) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90:276.34: qlm_phi12(i,j,hn) = qlm_phi12(i,j,hn) - 1/two * ri4(a,b) * nn(a) * mm(b) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90:277.34: qlm_phi10(i,j,hn) = qlm_phi10(i,j,hn) - 1/two * ri4(a,b) * ll(a) * conjg(mm(b)) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90:278.34: qlm_phi21(i,j,hn) = qlm_phi21(i,j,hn) - 1/two * ri4(a,b) * nn(a) * conjg(mm(b)) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90:279.34: qlm_phi02(i,j,hn) = qlm_phi02(i,j,hn) - 1/two * ri4(a,b) * mm(a) * mm(b) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90:281.34: qlm_phi20(i,j,hn) = qlm_phi20(i,j,hn) - 1/two * ri4(a,b) * conjg(mm(a)) * conjg(mm(b)) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_weyl_scalars.F90 COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionBoundaryScalar.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_3determinant.F90:105.25: qlm_3det(i,j,hn)=a-2*CONJG(d)*d 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_3determinant.F90 COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionInterior.cc Checking status of thorn Timers COMPILING arrangements/Carpet/Timers/src/CactusTimer.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/defs.hh:4:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Timers/src/CactusTimer.cc:19: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Timers/src/CactusTimer.cc: In destructor 'Timers::CactusTimer::~CactusTimer()': /mnt/c/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/c/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)); ^ COMPILING arrangements/Carpet/Timers/src/CactusTimerSet.cc /mnt/c/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/c/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/Carpet/Timers/src/Timer.cc COMPILING arrangements/Carpet/Timers/src/TimerTree.cc COMPILING configs/sim/bindings/build/Timers/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_Timers.a COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionInteriorSplitBy1.cc Checking status of thorn Carpet COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionInteriorSplitBy2.cc COMPILING arrangements/Carpet/Carpet/src/CallFunction.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc:19: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/CallFunction.cc: In function 'int Carpet::CallFunction(void*, cFunctionData*, void*)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/CarpetBasegrid.cc COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_analyse.F90 COMPILING arrangements/Carpet/Carpet/src/CarpetParamCheck.cc COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_calculate.F90 COMPILING arrangements/Carpet/Carpet/src/CarpetStartup.cc COMPILING arrangements/Carpet/Carpet/src/Checksum.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:14: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc: In function 'void Carpet::CalculateChecksums(const cGH*, Carpet::checktimes)': /mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc: In function 'void Carpet::CheckChecksums(const cGH*, Carpet::checktimes)': /mnt/c/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/c/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/c/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/c/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) { ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:240:73: warning: 'persistent' may be used uninitialized in this function [-Wmaybe-uninitialized] const int min_tl = min_timelevel(where, num_tl, persistent); ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc: In function 'void Carpet::CalculateChecksums(const cGH*, Carpet::checktimes)': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Checksum.cc:124:73: 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/LoadBalanceReal/carpet_region.F90 COMPILING arrangements/Carpet/Carpet/src/LoadBalanceReal/splitregions_recursively.cc COMPILING arrangements/Carpet/Carpet/src/Comm.cc COMPILING arrangements/Carpet/Carpet/src/Cycle.cc COMPILING arrangements/Carpet/Carpet/src/LoadBalanceReal/carpet_boxtypes.F90 COMPILING arrangements/Carpet/Carpet/src/LoadBalanceReal/splitregions_recursively.F90 COMPILING arrangements/Carpet/Carpet/src/Evolve.cc COMPILING arrangements/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_normalise.F90 In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:25: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc: In function 'int Carpet::Evolve(tFleshConfig*)': /mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc:25: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Evolve.cc: In function 'void Carpet::CallRegrid(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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) { ^ COMPILING arrangements/Carpet/Carpet/src/Hosts.cc COMPILING arrangements/Carpet/Carpet/src/Initialise.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc:21: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallSetup(cGH*)': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallRecoverVariables(cGH*)': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallPostRecoverVariables(cGH*)': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallInitial(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallPostInitial(cGH*)': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallAnalysis(cGH*, bool)': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallRegridRecoverLevel(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::CallRegridInitialLevel(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::initialise_3tl_flip_timelevels(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::initialise_3tl_evolve(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Initialise.cc: In function 'void Carpet::initialise_3tl_recycle(cGH*)': /mnt/c/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/c/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/c/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/c/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/EinsteinAnalysis/QuasiLocalMeasures/src/qlm_killing_transport.F90 COMPILING arrangements/Carpet/Carpet/src/Poison.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:15: /mnt/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc: In function 'void Carpet::PoisonCheck(const cGH*, Carpet::checktimes)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc: In function 'void Carpet::PoisonCheck(const cGH*, Carpet::checktimes)': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Poison.cc:180:65: 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 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::CheckRegions(const mregs&)': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:41: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'bool Carpet::Regrid(const cGH*, bool, bool)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:33: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::OutputGridStatistics(const cGH*)': /mnt/c/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/c/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/c/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&)': /mnt/c/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/c/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 >&, const bvect&)': /mnt/c/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/c/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 >&)': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:33: /mnt/c/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&)': /mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc:41: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Recompose.cc: In function 'void Carpet::ClassifyPoints(const cGH*, int)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/Restrict.cc COMPILING arrangements/Carpet/Carpet/src/ScheduleWrapper.cc COMPILING arrangements/Carpet/Carpet/src/SetupGH.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_EvolutionInteriorSplitBy3.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void* Carpet::SetupGH(tFleshConfig*, int, cGH*)': /mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:34: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::setup_map_information()': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::allocate_group_data(const cGH*)': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:43: /mnt/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:34: /mnt/c/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, 2> >&, i2vect&, b2vect&, b2vect&, i2vect&)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc: In function 'void Carpet::output_group_statistics(const cGH*)': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect.hh:14:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:11, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/bbox.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:34: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect_helpers.hh: In function 'void Carpet::allocate_grid_hierarchy(const cGH*, int)': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/vect_helpers.hh:182:7: warning: 'reffactdenom' may be used uninitialized in this function [-Wmaybe-uninitialized] r[d] = a[d] op b; \ ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/SetupGH.cc:682:7: note: 'reffactdenom' was declared here int reffactdenom; ^ /mnt/c/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); ^ COMPILING arrangements/Carpet/Carpet/src/Shutdown.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Shutdown.cc:12: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Shutdown.cc: In function 'int Carpet::Shutdown(tFleshConfig*)': /mnt/c/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/c/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/c/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/c/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/c/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 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_QuasiLocalMeasures.a COMPILING arrangements/Carpet/Carpet/src/Timing.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/defs.hh:4:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc:11: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/defs.hh:4:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Storage.cc:11: /mnt/c/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/c/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/c/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/UnusedMask.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/Timing.cc: In function 'void Carpet::UpdateMemoryStats(const cGH*)': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/UnusedMask.cc:5: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/UnusedMask.cc: In function 'void Carpet::CarpetUnusedMask(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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 configs/sim/bindings/build/Carpet/cctk_ThornBindings.c COMPILING arrangements/Carpet/Carpet/src/adler32.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_InitialADMBase1Everywhere.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_InitialADMBase2BoundaryScalar.cc COMPILING arrangements/Carpet/Carpet/src/helpers.cc COMPILING arrangements/McLachlan/ML_BSSN/src/ML_BSSN_InitialADMBase2Interior.cc COMPILING arrangements/Carpet/Carpet/src/modes.cc /mnt/c/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/c/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/c/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/c/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(cctkGH_); ^ In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/cacheinfo.hh:8, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/cacheinfo.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:14: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'void Carpet::enter_global_mode(cGH*, int)': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet.hh:13, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc:19: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallLocalFunction(cGH*, void (*)(cGH*))': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallSinglemapFunction(cGH*, void (*)(cGH*))': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallLevelFunction(cGH*, void (*)(cGH*))': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallGlobalFunction(cGH*, void (*)(cGH*))': /mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/modes.cc: In function 'int Carpet::CallMetaFunction(cGH*, void (*)(cGH*))': /mnt/c/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/c/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/McLachlan/ML_BSSN/src/RegisterMoL.cc COMPILING arrangements/Carpet/Carpet/src/variables.cc COMPILING arrangements/McLachlan/ML_BSSN/src/RegisterSymmetries.cc COMPILING arrangements/McLachlan/ML_BSSN/src/Startup.cc Creating /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:24: /mnt/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc: In function 'bool CarpetIOBasic::TimeToOutput(const cGH*)': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:493:8: warning: 'output_this_iteration' may be used uninitialized in this function [-Wmaybe-uninitialized] bool output_this_iteration; ^ /mnt/c/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/c/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/c/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) { \ ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc: In function 'void CarpetIOBasic::OutputHeader(const cGH*)': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:263:48: warning: 'isscalar' may be used uninitialized in this function [-Wmaybe-uninitialized] int const mynumreds = isscalar ? 1 : numreds; ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOBasic/src/iobasic.cc:261:49: warning: 'isint' may be used uninitialized in this function [-Wmaybe-uninitialized] int const width = isint ? int_width : real_width; ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static int CarpetIOASCII::IOASCII::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 0; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1487:17: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:28: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static void CarpetIOASCII::IOASCII::OutputDirection(const cGH*, int, std::string, std::string, const vect&, bool, bool) [with int outdim = 0; cGH = _cGH; std::string = std::basic_string]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1487:17: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static int CarpetIOASCII::IOASCII::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 1; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1488:17: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:28: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static void CarpetIOASCII::IOASCII::OutputDirection(const cGH*, int, std::string, std::string, const vect&, bool, bool) [with int outdim = 1; cGH = _cGH; std::string = std::basic_string]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1488:17: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static int CarpetIOASCII::IOASCII::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 2; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1489:17: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:28: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static void CarpetIOASCII::IOASCII::OutputDirection(const cGH*, int, std::string, std::string, const vect&, bool, bool) [with int outdim = 2; cGH = _cGH; std::string = std::basic_string]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1489:17: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static int CarpetIOASCII::IOASCII::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 3; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1490:17: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:28: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc: In instantiation of 'static void CarpetIOASCII::IOASCII::OutputDirection(const cGH*, int, std::string, std::string, const vect&, bool, bool) [with int outdim = 3; cGH = _cGH; std::string = std::basic_string]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOASCII/src/ioascii.cc:1490:17: required from here /mnt/c/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); ^ Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ML_BSSN.a COMPILING configs/sim/bindings/build/CarpetIOBasic/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetIOBasic.a COMPILING configs/sim/bindings/build/CarpetIOASCII/cctk_ThornBindings.c COMPILING arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc COMPILING configs/sim/bindings/build/CarpetIOHDF5/cctk_ThornBindings.c COMPILING arrangements/Carpet/CarpetIOHDF5/src/Input.cc COMPILING arrangements/Carpet/CarpetIOHDF5/src/Output.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc: In function 'int CarpetIOHDF5::TimeToOutput(const cGH*, int)': /mnt/c/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(); ^ /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc:23: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.cc: In function 'void CarpetIOHDF5::Checkpoint(const cGH*, int)': /mnt/c/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/c/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/c/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/c/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) { ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Input.cc: In function 'int CarpetIOHDF5::CarpetIOHDF5_SetNumRefinementLevels()': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Output.cc:13: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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) { ^ In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/Input.cc:15: /mnt/c/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::list::const_iterator, std::vector >&, bool)': /mnt/c/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/c/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/c/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/c/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) { ^ Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetIOASCII.a COMPILING arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 0; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1602:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:20: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static void CarpetIOHDF5::IOHDF5::OutputDirection(const cGH*, int, std::string, std::string, const vect&, bool, bool) [with int outdim = 0; cGH = _cGH; std::string = std::basic_string]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1602:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5::WriteHDF5(const cGH*, hid_t&, hid_t&, std::vector, const bbox&, int, const vect&, const vect&, int, int, int, int, int, int, CCTK_REAL8, const vect&, const vect&) [with int outdim = 0; cGH = _cGH; hid_t = int; CCTK_REAL8 = double]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1602:16: required from here /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 1; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1603:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:20: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static void CarpetIOHDF5::IOHDF5::OutputDirection(const cGH*, int, std::string, std::string, const vect&, bool, bool) [with int outdim = 1; cGH = _cGH; std::string = std::basic_string]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1603:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5::WriteHDF5(const cGH*, hid_t&, hid_t&, std::vector, const bbox&, int, const vect&, const vect&, int, int, int, int, int, int, CCTK_REAL8, const vect&, const vect&) [with int outdim = 1; cGH = _cGH; hid_t = int; CCTK_REAL8 = double]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1603:16: required from here /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 2; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1604:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:20: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static void CarpetIOHDF5::IOHDF5::OutputDirection(const cGH*, int, std::string, std::string, const vect&, bool, bool) [with int outdim = 2; cGH = _cGH; std::string = std::basic_string]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1604:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5::WriteHDF5(const cGH*, hid_t&, hid_t&, std::vector, const bbox&, int, const vect&, const vect&, int, int, int, int, int, int, CCTK_REAL8, const vect&, const vect&) [with int outdim = 2; cGH = _cGH; hid_t = int; CCTK_REAL8 = double]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1604:16: required from here /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5::OutputVarAs(const cGH*, const char*, const char*) [with int outdim = 3; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1605:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh:11, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:20: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static void CarpetIOHDF5::IOHDF5::OutputDirection(const cGH*, int, std::string, std::string, const vect&, bool, bool) [with int outdim = 3; cGH = _cGH; std::string = std::basic_string]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1605:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc: In instantiation of 'static int CarpetIOHDF5::IOHDF5::WriteHDF5(const cGH*, hid_t&, hid_t&, std::vector, const bbox&, int, const vect&, const vect&, int, int, int, int, int, int, CCTK_REAL8, const vect&, const vect&) [with int outdim = 3; cGH = _cGH; hid_t = int; CCTK_REAL8 = double]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOHDF5/src/OutputSlice.cc:1605:16: required from here /mnt/c/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/c/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); ^ Checking status of thorn CarpetIOScalar COMPILING arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc COMPILING configs/sim/bindings/build/CarpetIOScalar/cctk_ThornBindings.c Checking status of thorn CarpetInterp Checking status of thorn CarpetInterp2 /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:22: /mnt/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc:22: /mnt/c/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/c/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) { ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc: In function 'int CarpetIOScalar::TimeToOutput(const cGH*, int)': /mnt/c/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) ^ COMPILING arrangements/Carpet/CarpetInterp/src/interp.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetIOScalar/src/ioscalar.cc: In function 'int CarpetIOScalar::OutputGH(const cGH*)': /mnt/c/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] /mnt/c/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; ^ Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetIOScalar.a /mnt/c/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/c/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/c/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/c/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/c/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&, const void* const*, const CCTK_REAL8*, std::vector&, std::vector&, std::vector&, std::vector&, std::map&, std::vector&)': /mnt/c/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/c/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&, const std::vector&, const std::vector&, CCTK_INT4, CCTK_INT4, int, int, int, const std::vector&, const std::vector&, CCTK_REAL8, CCTK_REAL8, int, int, const CCTK_INT4*, const CCTK_INT4*)': /mnt/c/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/c/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( ^ COMPILING arrangements/Carpet/CarpetInterp2/src/fasterp.cc COMPILING arrangements/Carpet/CarpetInterp2/src/interp2.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In constructor 'CarpetInterp2::mrc_t::mrc_t(int)': /mnt/c/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/c/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/c/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(cctkGH_); ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'void CarpetInterp2::fasterp_setup_gen_t::setup(const cGH*, const CarpetInterp2::fasterp_llocs_t&) [with FASTERP = CarpetInterp2::fasterp_src_loc_t; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1754:16: required from here /mnt/c/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/c/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/c/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/c/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/c/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/c/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 &send_comp = send_proc.comps.AT(comp); ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'CarpetInterp2::fasterp_setup_gen_t::fasterp_setup_gen_t(const cGH*, const CarpetInterp2::fasterp_glocs_t&, int) [with FASTERP = CarpetInterp2::fasterp_src_loc_t; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1754:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/cacheinfo.hh:8, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/cacheinfo.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:18: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'void CarpetInterp2::fasterp_setup_gen_t::interpolate(const cGH*, const std::vector&, std::vector&) const [with FASTERP = CarpetInterp2::fasterp_src_loc_t; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1754:16: required from here /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'void CarpetInterp2::fasterp_setup_gen_t::setup(const cGH*, const CarpetInterp2::fasterp_llocs_t&) [with FASTERP = CarpetInterp2::fasterp_eno2_src_loc_t; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1756:16: required from here /mnt/c/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/c/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/c/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/c/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/c/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/c/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 &send_comp = send_proc.comps.AT(comp); ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'CarpetInterp2::fasterp_setup_gen_t::fasterp_setup_gen_t(const cGH*, const CarpetInterp2::fasterp_glocs_t&, int) [with FASTERP = CarpetInterp2::fasterp_eno2_src_loc_t; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1756:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/bbox.hh:10:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetLib/src/cacheinfo.hh:8, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/cacheinfo.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:18: /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc: In instantiation of 'void CarpetInterp2::fasterp_setup_gen_t::interpolate(const cGH*, const std::vector&, std::vector&) const [with FASTERP = CarpetInterp2::fasterp_eno2_src_loc_t; cGH = _cGH]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetInterp2/src/fasterp.cc:1756:16: required from here /mnt/c/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/c/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)); ^ Checking status of thorn CarpetReduce COMPILING configs/sim/bindings/build/CarpetInterp/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetInterp.a COMPILING configs/sim/bindings/build/CarpetReduce/cctk_ThornBindings.c COMPILING arrangements/Carpet/CarpetReduce/src/mask_allocate.cc COMPILING arrangements/Carpet/CarpetIOHDF5/src/GetAllActive.cc COMPILING configs/sim/bindings/build/CarpetInterp2/cctk_ThornBindings.c COMPILING arrangements/Carpet/CarpetReduce/src/mask_init.cc Checking status of thorn CarpetRegrid2 Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetInterp2.a COMPILING arrangements/Carpet/CarpetReduce/src/mask_set.cc Checking status of thorn CarpetSlab COMPILING arrangements/Carpet/CarpetReduce/src/mask_test.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_test.cc: In function 'void MaskBase_TestMask(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/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 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc: In function 'void CarpetMask::CarpetMaskSetup(cGH*)': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/mask_carpet.cc:11: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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) { ^ /mnt/c/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, ^ /mnt/c/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/c/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, ^ COMPILING arrangements/Carpet/CarpetSlab/src/Get.cc Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetIOHDF5.a COMPILING arrangements/Carpet/CarpetRegrid2/src/amr.cc /mnt/c/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/c/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/Carpet/CarpetSlab/src/GetHyperslab.cc COMPILING arrangements/Carpet/CarpetSlab/src/mapping.cc COMPILING arrangements/Carpet/CarpetReduce/src/mask_coords.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/amr.cc:7: /mnt/c/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 >&, int)': /mnt/c/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/c/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/c/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/c/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) { ^ In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/GetHyperslab.cc:17: /mnt/c/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/c/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/c/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/c/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/c/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/c/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/CarpetReduce/src/reduce.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc: In function 'int CarpetSlab::StoreMapping(CarpetSlab::mapping*)': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc: In function 'CarpetSlab::mapping* CarpetSlab::RetrieveMapping(int)': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/mapping.cc: In function 'void CarpetSlab::DeleteMapping(int)': /mnt/c/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/c/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/c/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); ^ Checking status of thorn CoreCollapseControl /mnt/c/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 std::vector&, int, int, void*, int, void*, const CarpetReduce::reduction*, const CCTK_REAL8*, CCTK_REAL8)': /mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetReduce/src/reduce.cc:31: /mnt/c/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/c/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/c/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/c/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/c/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; ^ COMPILING arrangements/Carpet/CarpetSlab/src/slab.cc COMPILING arrangements/Carpet/CarpetRegrid2/src/boundary.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetSlab/src/slab.cc:21: /mnt/c/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/c/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/c/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/c/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/c/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 sizes = vect::ref(gd.gsh); ^ /mnt/c/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/Zelmani/CoreCollapseControl/src/corecollapsecontrol_PMR.cc /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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( ^ /mnt/c/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 tfacs(num_tl); ^ COMPILING arrangements/Carpet/CarpetRegrid2/src/indexing.cc /mnt/c/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/c/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/c/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); ^ Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetReduce.a COMPILING arrangements/Carpet/CarpetRegrid2/src/initialise.cc COMPILING arrangements/Zelmani/CoreCollapseControl/src/output_control.cc COMPILING arrangements/Carpet/CarpetRegrid2/src/paramcheck.cc COMPILING arrangements/Carpet/CarpetRegrid2/src/property.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc: In function 'void CoreCollapseControl_OutputControl(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/output_control.cc: In function 'void CoreCollapseControl_OutputControlRecover(cGH*)': /mnt/c/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; ^ COMPILING configs/sim/bindings/build/CarpetSlab/cctk_ThornBindings.c /mnt/c/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 >&, int)': /mnt/c/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/c/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 >&, int)': /mnt/c/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/c/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 >&, int)': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In instantiation of 'bboxset2::ibset CarpetRegrid2::periodic::symmetrised_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector >&, int) [with int dir = 0; bboxset2::ibset = bboxset2::bboxset]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:718:16: required from here /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In instantiation of 'bboxset2::ibset CarpetRegrid2::periodic::symmetrised_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector >&, int) [with int dir = 1; bboxset2::ibset = bboxset2::bboxset]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:719:16: required from here /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:645:16: warning: unused variable 'baseextent' [-Wunused-variable] /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc: In instantiation of 'bboxset2::ibset CarpetRegrid2::periodic::symmetrised_regions(const gh&, const dh&, const CarpetRegrid2::level_boundary&, const std::vector >&, int) [with int dir = 2; bboxset2::ibset = bboxset2::bboxset]': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:720:16: required from here /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/property.cc:645:16: warning: unused variable 'baseextent' [-Wunused-variable] Checking status of thorn GRHydro Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetSlab.a COMPILING arrangements/Zelmani/CoreCollapseControl/src/max_entropy.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/CoreCollapseControl/src/max_entropy.cc: In function 'void CoreCollapseControl_GlobalSMax(cGH*)': /mnt/c/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); ^ COMPILING arrangements/Zelmani/CoreCollapseControl/src/track_max_rho.cc /mnt/c/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/c/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 configs/sim/bindings/build/GRHydro/cctk_ThornBindings.c COMPILING arrangements/Zelmani/CoreCollapseControl/src/paramcheck.c COMPILING configs/sim/bindings/build/CarpetRegrid2/cctk_ThornBindings.c COMPILING configs/sim/bindings/build/CoreCollapseControl/cctk_ThornBindings.c COMPILING arrangements/Carpet/CarpetRegrid2/src/regrid.cc Checking status of thorn PNSHelper Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CoreCollapseControl.a COMPILING configs/sim/bindings/build/PNSHelper/cctk_ThornBindings.c In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/CarpetRegrid2/src/regrid.cc:24: /mnt/c/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/c/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/c/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) { ^ Checking status of thorn ZelmaniM1 /mnt/c/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) ^ /mnt/c/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/c/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) ^ COMPILING arrangements/Zelmani/PNSHelper/src/PNSinterp.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/PNSinterp.cc: In function 'void PNSinterp_get_rays(cGH*)': /mnt/c/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/c/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/c/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; ^ Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_CarpetRegrid2.a COMPILING arrangements/Zelmani/PNSHelper/src/PNSdistribute.cc COMPILING arrangements/Zelmani/PNSHelper/src/PNSaverage.cc COMPILING arrangements/exp/ZelmaniM1/src/linterp_many.cc /mnt/c/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/c/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/c/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/c/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/c/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/Zelmani/PNSHelper/src/solve_metric.cc COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_Metric.cc COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_readtable.cc COMPILING configs/sim/bindings/build/ZelmaniM1/cctk_ThornBindings.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_readtable.cc: In function 'void ZelmaniM1::zm1_readtable(cGH*)': /mnt/c/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/exp/ZelmaniM1/src/ZelmaniM1_getopacs.cc COMPILING arrangements/Zelmani/PNSHelper/src/map_spacetime.cc COMPILING arrangements/Zelmani/PNSHelper/src/PNSMoLRegister.c COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_helpers.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/PNSHelper/src/map_spacetime.cc: In function 'void PNSHelper_MapSpacetime(cGH*)': /mnt/c/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 arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc /mnt/c/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; ^ /mnt/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_reconstruct.cc: In function 'void ZelmaniM1::zm1_Reconstruct(cGH*)': /mnt/c/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/c/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/c/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)]; ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_helpers.cc: In function 'void ZelmaniM1::zm1_ZeroVelocityCurv(cGH*)': /mnt/c/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); ^ Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_PNSHelper.a COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_RiemannHLLE.cc COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_CalcUpdate.cc Checking status of thorn ZelmaniQuadWaveExtract COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Startup.c COMPILING configs/sim/bindings/build/ZelmaniQuadWaveExtract/cctk_ThornBindings.c COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Init.cc COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Extract.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Extract.cc: In function 'void ZelmaniQuadWaveExtract_Extract(cGH*)': /mnt/c/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_tests.cc COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_Closure.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Closure.cc:4:0: /mnt/c/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/c/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/c/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/c/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/ZelmaniQuadWaveExtract/src/CheckStatus.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc: In function 'void ZelmaniM1::zm1_setup_tests(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_tests.cc: In function 'void ZelmaniM1::zm1_tests_opacity(cGH*)': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/Zelmani/ZelmaniQuadWaveExtract/src/Output.cc COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_ClosureSrcFlx.cc COMPILING arrangements/Zelmani/ZelmaniQuadWaveExtract/src/Integrands.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_UpdateHydroState.F90:126.32: character(len=256) :: warnline 1 Warning: Unused variable 'warnline' declared at (1) COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_UpdateHydroState.F90 COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_Luminosity.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_Luminosity.cc: In function 'void zm1_luminosity_local(cGH*)': /mnt/c/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/c/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/ZelmaniQuadWaveExtract/src/SetIntegrandPointer.cc COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_RedShift.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/exp/ZelmaniM1/src/ZelmaniM1_RedShift.cc: In function 'void ZelmaniM1::zm1_Redshift(cGH*)': /mnt/c/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/c/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; ^ Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniQuadWaveExtract.a COMPILING arrangements/exp/ZelmaniM1/src/ZelmaniM1_SphericalAverage.cc Checking status of thorn ZelmaniShockTracker2 COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/CheckStatus.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/CheckStatus.c: In function 'ZelmaniShockTracker2_CheckStatus': /mnt/c/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 ) && ^ /mnt/c/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; ^ COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/Track.cc Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniM1.a COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/Print.cc COMPILING arrangements/Zelmani/ZelmaniShockTracker2/src/helpers.cc /mnt/c/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/c/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/zst_find.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/ZelmaniShockTracker2/src/zst_find.cc: In function 'void ZelmaniShockTracker2_Find(cGH*)': /mnt/c/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/c/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 configs/sim/bindings/build/ZelmaniShockTracker2/cctk_ThornBindings.c Creating /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/lib/libthorn_ZelmaniShockTracker2.a COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_CalcBcom.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Analysis.F90 COMPILING arrangements/Zelmani/GRHydro/src/Utils.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Analysis.f90: In function 'grhydro_calcdivb': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_Analysis.f90:118:0: warning: 'ierr' may be used uninitialized in this function [-Wmaybe-uninitialized] # 15 ^ COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Boundaries.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_CalcUpdate.F90 COMPILING arrangements/Zelmani/GRHydro/src/Con2Prim_fortran_interfaces.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_EvolutionMask.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_DivergenceClean.F90 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 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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.F90:716.59: deps, dpress, w_tmp, w, vlowx, vlowy, vlowz, sqrtdet 1 Warning: Unused variable 'sqrtdet' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.F90:501.32: character(len=512) :: warnline 1 Warning: Unused variable 'warnline' declared at (1) COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Reconstruct.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Reconstruct.cc In file included from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Carpet/Carpet/src/carpet_public.hh:9:0, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/bindings/include/carpet.hh:4, from /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Minima.cc:15: /mnt/c/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/c/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/c/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_ReconstructPoly.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RegisterVars.cc COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RegisterMask.c 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 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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'grhydro_con2primm_pt2_': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'x1_of_x0': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'twod_newton_raphson': /mnt/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'threed_newton_raphson_omni': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'func_vsq': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'func_vsq_eosomni': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'pressure_rho0_eps_eosomni': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: At top level: /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmniold.c: In function 'grhydro_con2primm_pt2_': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'grhydro_con2primm_pt_': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'x1_of_x0': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'twod_newton_raphson': /mnt/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'threed_newton_raphson_omni': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'func_vsq': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'func_vsq_eosomni': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'pressure_rho0_eps_eosomni': /mnt/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: At top level: /mnt/c/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/c/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] ) ^ COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt_EOSOmni.c: In function 'grhydro_con2primm_pt_': /mnt/c/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.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt.c: In function 'twod_newton_raphson': /mnt/c/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; ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_pt.c: At top level: /mnt/c/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_ptee.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_ptee.c: In function 'general_newton_raphson': /mnt/c/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/c/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], ^ COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_polytype_pt.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_polytype_pt.c: In function 'oned_newton_raphson': /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimM_polytype_pt.c: In function 'gnr2': /mnt/c/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], ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_EigenproblemM.F90:144.37: subroutine eigenvaluesM_hot(handle,ii,jj,kk,rho,velx,vely,velz,eps,press,w_lorentz,& 1 Warning: Unused dummy argument 'ii' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_EigenproblemM.F90:144.40: subroutine eigenvaluesM_hot(handle,ii,jj,kk,rho,velx,vely,velz,eps,press,w_lorentz,& 1 Warning: Unused dummy argument 'jj' at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_EigenproblemM.F90:144.43: subroutine eigenvaluesM_hot(handle,ii,jj,kk,rho,velx,vely,velz,eps,press,w_lorentz,& 1 Warning: Unused dummy argument 'kk' at (1) 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 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_PPMM.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_PPMM.F90:34.42: subroutine SimplePPM_1dM(handle,poly,nx,dx,& 1 Warning: Unused dummy argument 'dx' at (1) 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 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_UtilsM.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_BvecfromAvec.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_RiemannSolveAM.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:57.54: uxzh, uyyh, uyzh, uzzh, avg_beta, usendh, alp_l, alp_r, & 1 Warning: Unused variable 'alp_l' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:57.61: uxzh, uyyh, uyzh, uzzh, avg_beta, usendh, alp_l, alp_r, & 1 Warning: Unused variable 'alp_r' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:58.19: cs2_p, cs2_m, dpdeps_p, dpdeps_m 1 Warning: Unused variable 'cs2_m' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:58.12: cs2_p, cs2_m, dpdeps_p, dpdeps_m 1 Warning: Unused variable 'cs2_p' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:58.39: cs2_p, cs2_m, dpdeps_p, dpdeps_m 1 Warning: Unused variable 'dpdeps_m' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:58.29: cs2_p, cs2_m, dpdeps_p, dpdeps_m 1 Warning: Unused variable 'dpdeps_p' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:68.46: INTEGER*4 :: type_bits, trivial, not_trivial 1 Warning: Unused variable 'not_trivial' declared at (1) COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90 /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:687.54: uxzh, uyyh, uyzh, uzzh, avg_beta, usendh, alp_l, alp_r, & 1 Warning: Unused variable 'alp_l' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:687.61: uxzh, uyyh, uyzh, uzzh, avg_beta, usendh, alp_l, alp_r, & 1 Warning: Unused variable 'alp_r' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:688.19: cs2_p, cs2_m, dpdeps_p, dpdeps_m 1 Warning: Unused variable 'cs2_m' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:688.12: cs2_p, cs2_m, dpdeps_p, dpdeps_m 1 Warning: Unused variable 'cs2_p' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:688.39: cs2_p, cs2_m, dpdeps_p, dpdeps_m 1 Warning: Unused variable 'dpdeps_m' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:688.29: cs2_p, cs2_m, dpdeps_p, dpdeps_m 1 Warning: Unused variable 'dpdeps_p' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_HLLEAM.F90:691.46: INTEGER*4 :: type_bits, trivial, not_trivial 1 Warning: Unused variable 'not_trivial' declared at (1) /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90: In function 'grhydro_hlleam_._omp_fn.0': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:65:0: warning: 'psidcfm' may be used uninitialized in this function [-Wmaybe-uninitialized] # 34 ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:295:0: warning: 'psidcp' may be used uninitialized in this function [-Wmaybe-uninitialized] REAL*8 Bvec_staggered_p_p (cctk_ash1,cctk_ash2,cctk_ash3,Bvec_staggered_length) ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:65:0: note: 'psidcp' was declared here # 34 ^ /mnt/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:618:0: warning: 'psidcf' may be used uninitialized in this function [-Wmaybe-uninitialized] # 43 ^ /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/configs/sim/build/GRHydro/GRHydro_HLLEAM.f90:65:0: note: 'psidcf' was declared here # 34 ^ COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Con2PrimAM.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Prim2ConAM.F90 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Jacobian_state.c /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c: In function 'GRHydroTransformPrimToLocalBasis': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_TransformTensorBasis.c: In function 'GRHydroTransformPrimToGlobalBasis': /mnt/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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/c/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_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 COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.cc /mnt/c/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_PPM.cc COMPILING arrangements/Zelmani/GRHydro/src/GRHydro_ePPM.cc /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.cc: In function 'void GRHydro_SpeedOfSound(cGH*)': /mnt/c/scratch/system/bwjenkins/sw_workdir/SPP-Zelmani/Zelmani/arrangements/Zelmani/GRHydro/src/GRHydro_Prim2Con.cc:208:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i