Started by user Greg Bauer Building on master in workspace /var/lib/jenkins/workspace/rmg-spp executing script: PATH="/sw/tools/bin:/sw/tools/bin:$PATH" set -v # specify installation directory export INSTDIR=~/rmg-spp #rm -rf $INSTDIR mkdir $INSTDIR module swap PrgEnv-cray PrgEnv-gnu module swap gcc gcc/4.9.3 module load boost module load cmake/3.1.3 module load fftw export CRAYPE_LINK_TYPE=dynamic export CRAY_ADD_RPATH=yes # install openbabel library cd $INSTDIR wget http://downloads.sourceforge.net/project/openbabel/openbabel/2.3.2/openbabel-2.3.2.tar.gz tar zxvf openbabel-2.3.2.tar.gz cd openbabel-2.3.2/ mkdir build cd build/ cmake -DCMAKE_INSTALL_PREFIX=$INSTDIR/openbabel-2.3.2/install .. nice make -j8 make install export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$INSTDIR/openbabel-2.3.2/install/lib export CC=cc export CXX=CC export FC=ftn # install plplot library cd $INSTDIR git clone git://git.code.sf.net/p/plplot/plplot plplot.git cd plplot.git/ mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$INSTDIR/plplot.git/install .. make make install # install CPU-version of RMG cd $INSTDIR wget http://downloads.sourceforge.net/project/rmgdft/Releases/2.1/Sources/rmg-release_2.1.tar.gz tar zxvf rmg-release_2.1.tar.gz cd rmg-release_2.1 mkdir build-cpu; cd build-cpu cmake -DOPENBABEL_INCLUDES=$INSTDIR/openbabel-2.3.2/install/include/openbabel-2.0/openbabel -DOPENBABEL_LIBRARIES=$INSTDIR/openbabel-2.3.2/install/lib/libopenbabel.so.4.0.2 -DPLplot_INCLUDE_DIR=$INSTDIR/plplot.git/install/include -DPLplot_cxx_LIBRARY=$INSTDIR/plplot.git/install/lib/libplplotcxx.so -DPLplot_LIBRARY=$INSTDIR/plplot.git/install/lib/libplplot.so .. nice make -j12 rmg-cpu rm -rf ~/scratch/rmg-spp mkdir -p ~/scratch/rmg-spp cp /projects/bluewaters/benchmarking/SPP/rmg/test-0100-cpu/run.pbs ~/scratch/rmg-spp/run.pbs cp /projects/bluewaters/benchmarking/SPP/rmg/test-0100-cpu/302waters.rmg_cpu ~/scratch/rmg-spp/ cd ~/scratch/rmg-spp cat run.pbs | grep -v aprun > myrun.pbs echo "time aprun -n 400 -N 4 -d 8 -cc numa_node ~/rmg-spp/rmg-release_2.1/build-cpu/rmg-cpu 302waters.rmg_cpu" >> myrun.pbs cat -n myrun.pbs MYJOBID=`qsub myrun.pbs` echo MYJOBID=$MYJOBID ~arnoldg/ior/wait_for.sh $MYJOBID tail *.log > ~/rmg-spp/rmg.logtail.txt grep "real" z302water_cpu100.o* MYREALTIME=`egrep "real\s" z302water_cpu100.o* | cut -dl -f2 | cut -dm -f1` echo "YVALUE= $MYREALTIME" > ~/rmg-spp/rmg.realtime cat -n ~/rmg-spp/rmg.realtime # specify installation directory export INSTDIR=~/rmg-spp #rm -rf $INSTDIR mkdir $INSTDIR mkdir: cannot create directory `/u/system/bwjenkins/rmg-spp': File exists module swap PrgEnv-cray PrgEnv-gnu ${MODULESHOME}/bin/modulecmd bash $* 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:/usr/local/globus-5.2.5/lib64:/usr/local/globus/lib64 ;export LD_LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/16.11.1 ;export LIBSCI_BASE_DIR;LIBSCI_VERSION=16.11.1 ;export LIBSCI_VERSION;LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:gcc/4.9.3:craype-network-gemini:craype-interlagos:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.0.2.TAS7-1490665589_71674cf-sles11:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3: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/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/moab/9.0.2t7/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.0.2t7/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/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-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/moab/9.0.2t7/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.0.2t7/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_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.10/@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_DEFAULmodule swap gcc gcc/4.9.3 module load boost module load cmake/3.1.3 module load fftw export CRAYPE_LINK_TYPE=dynamic export CRAY_ADD_RPATH=yes # install openbabel library cd $INSTDIR wget http://downloads.sourceforge.net/project/openbabel/openbabel/2.3.2/openbabel-2.3.2.tar.gz --2018-01-22 10:35:37-- http://downloads.sourceforge.net/project/openbabel/openbabel/2.3.2/openbabel-2.3.2.tar.gz Resolving downloads.sourceforge.net... 216.34.181.59 Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://pilotfiber.dl.sourceforge.net/project/openbabel/openbabel/2.3.2/openbabel-2.3.2.tar.gz [following] --2018-01-22 10:35:37-- https://pilotfiber.dl.sourceforge.net/project/openbabel/openbabel/2.3.2/openbabel-2.3.2.tar.gz Resolving pilotfiber.dl.sourceforge.net... 69.12.26.12 Connecting to pilotfiber.dl.sourceforge.net|69.12.26.12|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 20509105 (20M) [application/x-gzip] Saving to: `openbabel-2.3.2.tar.gz.1' 0K .......... .......... .......... .......... .......... 0% 776K 26s 50K .......... .......... .......... .......... .......... 0% 1.10M 22s 100K .......... .......... .......... .......... .......... 0% 2.16M 17s 150K .......... .......... .......... .......... .......... 0% 2.19M 15s 200K .......... .......... .......... .......... .......... 1% 2.21M 14s 250K .......... .......... .......... .......... .......... 1% 2.22M 13s 300K .......... .......... .......... .......... .......... 1% 2.22M 12s 350K .......... .......... .......... .......... .......... 1% 2.26M 12s 400K .......... .......... .......... .......... .......... 2% 49.5M 11s 450K .......... .......... .......... .......... .......... 2% 2.27M 10s 500K .......... .......... .......... .......... .......... 2% 71.6M 9s 550K .......... .......... .......... .......... .......... 2% 2.29M 9s 600K .......... .......... .......... .......... .......... 3% 60.3M 9s 650K .......... .......... .......... .......... .......... 3% 53.6M 8s 700K .......... .......... .......... .......... .......... 3% 2.33M 8s 750K .......... .......... .......... .......... .......... 3% 87.6M 7s 800K .......... .......... .......... .......... .......... 4% 12.7M 7s 850K .......... .......... .......... .......... .......... 4% 2.68M 7s 900K .......... .......... .......... .......... .......... 4% 97.2M 7s 950K .......... .......... .......... .......... .......... 4% 84.6M 6s 1000K .......... .......... .......... .......... .......... 5% 2.43M 6s 1050K .......... .......... .......... .......... .......... 5% 44.4M 6s 1100K .......... .......... .......... .......... .......... 5% 85.8M 6s 1150K .......... .......... .......... .......... .......... 5% 99.3M 6s 1200K .......... .......... .......... .......... .......... 6% 2.44M 6s 1250K .......... .......... .......... .......... .......... 6% 48.2M 5s 1300K .......... .......... .......... .......... .......... 6% 92.3M 5s 1350K .......... .......... .......... .......... .......... 6% 93.0M 5s 1400K .......... .......... .......... .......... .......... 7% 106M 5s 1450K .......... .......... .......... .......... .......... 7% 2.49M 5s 1500K .......... .......... .......... .......... .......... 7% 65.0M 5s 1550K .......... .......... .......... .......... .......... 7% 76.9M 5s 1600K .......... .......... .......... .......... .......... 8% 81.7M 4s 1650K .......... .......... .......... .......... .......... 8% 112M 4s 1700K .......... .......... .......... .......... .......... 8% 42.4M 4s 1750K .......... .......... .......... .......... .......... 8% 2.59M 4s 1800K .......... .......... .......... .......... .......... 9% 64.3M 4s 1850K .......... .......... .......... .......... .......... 9% 76.3M 4s 1900K .......... .......... .......... .......... .......... 9% 95.4M 4s 1950K .......... .......... .......... .......... .......... 9% 113M 4s 2000K .......... .......... .......... .......... .......... 10% 48.2M 4s 2050K .......... .......... .......... .......... .......... 10% 2.64M 4s 2100K .......... .......... .......... .......... .......... 10% 82.9M 4s 2150K .......... .......... .......... .......... .......... 10% 82.0M 4s 2200K .......... .......... .......... .......... .......... 11% 85.9M 3s 2250K .......... .......... .......... .......... .......... 11% 99.2M 3s 2300K .......... .......... .......... .......... .......... 11% 109M 3s 2350K .......... .......... .......... .......... .......... 11% 101M 3s 2400K .......... .......... .......... .......... .......... 12% 2.57M 3s 2450K .......... .......... .......... .......... .......... 12% 79.0M 3s 2500K .......... .......... .......... .......... .......... 12% 93.8M 3s 2550K .......... .......... .......... .......... .......... 12% 86.8M 3s 2600K .......... .......... .......... .......... .......... 13% 105M 3s 2650K .......... .......... .......... .......... .......... 13% 97.2M 3s 2700K .......... .......... .......... .......... .......... 13% 103M 3s 2750K .......... .......... .......... .......... .......... 13% 102M 3s 2800K .......... .......... .......... .......... .......... 14% 2.63M 3s 2850K .......... .......... .......... .......... .......... 14% 93.9M 3s 2900K .......... .......... .......... .......... .......... 14% 85.9M 3s 2950K .......... .......... .......... .......... .......... 14% 110M 3s 3000K .......... .......... .......... .......... .......... 15% 108M 3s 3050K .......... .......... .......... .......... .......... 15% 107M 3s 3100K .......... .......... .......... .......... .......... 15% 110M 3s 3150K .......... .......... .......... .......... .......... 15% 105M 3s 3200K .......... .......... .......... .......... .......... 16% 82.1M 3s 3250K .......... .......... .......... .......... .......... 16% 2.72M 3s 3300K .......... .......... .......... .......... .......... 16% 58.2M 3s 3350K .......... .......... .......... .......... .......... 16% 82.4M 2s 3400K .......... .......... .......... .......... .......... 17% 92.8M 2s 3450K .......... .......... .......... .......... .......... 17% 95.2M 2s 3500K .......... .......... .......... .......... .......... 17% 94.6M 2s 3550K .......... .......... .......... .......... .......... 17% 90.4M 2s 3600K .......... .......... .......... .......... .......... 18% 75.8M 2s 3650K .......... .......... .......... .......... .......... 18% 113M 2s 3700K .......... .......... .......... .......... .......... 18% 112M 2s 3750K .......... .......... .......... .......... .......... 18% 112M 2s 3800K .......... .......... .......... .......... .......... 19% 2.83M 2s 3850K .......... .......... .......... .......... .......... 19% 80.5M 2s 3900K .......... .......... .......... .......... .......... 19% 95.8M 2s 3950K .......... .......... .......... .......... .......... 19% 100M 2s 4000K .......... .......... .......... .......... .......... 20% 71.6M 2s 4050K .......... .......... .......... .......... .......... 20% 88.3M 2s 4100K .......... .......... .......... .......... .......... 20% 92.6M 2s 4150K .......... .......... .......... .......... .......... 20% 94.5M 2s 4200K .......... .......... .......... .......... .......... 21% 94.8M 2s 4250K .......... .......... .......... .......... .......... 21% 93.0M 2s 4300K .......... .......... .......... .......... .......... 21% 112M 2s 4350K .......... .......... .......... .......... .......... 21% 2.98M 2s 4400K .......... .......... .......... .......... .......... 22% 61.2M 2s 4450K .......... .......... .......... .......... .......... 22% 90.9M 2s 4500K .......... .......... .......... .......... .......... 22% 98.5M 2s 4550K .......... .......... .......... .......... .......... 22% 103M 2s 4600K .......... .......... .......... .......... .......... 23% 95.6M 2s 4650K .......... .......... .......... .......... .......... 23% 99.7M 2s 4700K .......... .......... .......... .......... .......... 23% 90.0M 2s 4750K .......... .......... .......... .......... .......... 23% 98.2M 2s 4800K .......... .......... .......... .......... .......... 24% 72.1M 2s 4850K .......... .......... .......... .......... .......... 24% 104M 2s 4900K .......... .......... .......... .......... .......... 24% 117M 2s 4950K .......... .......... .......... .......... .......... 24% 117M 2s 5000K .......... .......... .......... .......... .......... 25% 3.05M 2s 5050K .......... .......... .......... .......... .......... 25% 88.1M 2s 5100K .......... .......... .......... .......... .......... 25% 58.7M 2s 5150K .......... .......... .......... .......... .......... 25% 75.0M 2s 5200K .......... .......... .......... .......... .......... 26% 58.5M 2s 5250K .......... .......... .......... .......... .......... 26% 79.8M 2s 5300K .......... .......... .......... .......... .......... 26% 68.5M 2s 5350K .......... .......... .......... .......... .......... 26% 71.2M 2s 5400K .......... .......... .......... .......... .......... 27% 80.9M 2s 5450K .......... .......... .......... .......... .......... 27% 87.8M 2s 5500K .......... .......... .......... .......... .......... 27% 85.0M 2s 5550K .......... .......... .......... .......... .......... 27% 81.6M 1s 5600K .......... .......... .......... .......... .......... 28% 64.3M 1s 5650K .......... .......... .......... .......... .......... 28% 87.0M 1s 5700K .......... .......... .......... .......... .......... 28% 3.62M 1s 5750K .......... .......... .......... .......... .......... 28% 82.0M 1s 5800K .......... .......... .......... .......... .......... 29% 70.5M 1s 5850K .......... .......... .......... .......... .......... 29% 89.9M 1s 5900K .......... .......... .......... .......... .......... 29% 92.2M 1s 5950K .......... .......... .......... .......... .......... 29% 92.3M 1s 6000K .......... .......... .......... .......... .......... 30% 64.5M 1s 6050K .......... .......... .......... .......... .......... 30% 89.5M 1s 6100K .......... .......... .......... .......... .......... 30% 89.6M 1s 6150K .......... .......... .......... .......... .......... 30% 91.0M 1s 6200K .......... .......... .......... .......... .......... 31% 98.8M 1s 6250K .......... .......... .......... .......... .......... 31% 105M 1s 6300K .......... .......... .......... .......... .......... 31% 103M 1s 6350K .......... .......... .......... .......... .......... 31% 96.0M 1s 6400K .......... .......... .......... .......... .......... 32% 73.9M 1s 6450K .......... .......... .......... .......... .......... 32% 3.48M 1s 6500K .......... .......... .......... .......... .......... 32% 84.1M 1s 6550K .......... .......... .......... .......... .......... 32% 95.2M 1s 6600K .......... .......... .......... .......... .......... 33% 62.8M 1s 6650K .......... .......... .......... .......... .......... 33% 102M 1s 6700K .......... .......... .......... .......... .......... 33% 110M 1s 6750K .......... .......... .......... .......... .......... 33% 103M 1s 6800K .......... .......... .......... .......... .......... 34% 75.1M 1s 6850K .......... .......... .......... .......... .......... 34% 104M 1s 6900K .......... .......... .......... .......... .......... 34% 113M 1s 6950K .......... .......... .......... .......... .......... 34% 109M 1s 7000K .......... .......... .......... .......... .......... 35% 111M 1s 7050K .......... .......... .......... .......... .......... 35% 112M 1s 7100K .......... .......... .......... .......... .......... 35% 110M 1s 7150K .......... .......... .......... .......... .......... 35% 110M 1s 7200K .......... .......... .......... .......... .......... 36% 85.0M 1s 7250K .......... .......... .......... .......... .......... 36% 114M 1s 7300K .......... .......... .......... .......... .......... 36% 3.41M 1s 7350K .......... .......... .......... .......... .......... 36% 85.0M 1s 7400K .......... .......... .......... .......... .......... 37% 91.3M 1s 7450K .......... .......... .......... .......... .......... 37% 65.3M 1s 7500K .......... .......... .......... .......... .......... 37% 89.0M 1s 7550K .......... .......... .......... .......... .......... 37% 95.2M 1s 7600K .......... .......... .......... .......... .......... 38% 63.7M 1s 7650K .......... .......... .......... .......... .......... 38% 87.6M 1s 7700K .......... .......... .......... .......... .......... 38% 88.1M 1s 7750K .......... .......... .......... .......... .......... 38% 92.6M 1s 7800K .......... .......... .......... .......... .......... 39% 83.9M 1s 7850K .......... .......... .......... .......... .......... 39% 100M 1s 7900K .......... .......... .......... .......... .......... 39% 99.0M 1s 7950K .......... .......... .......... .......... .......... 39% 101M 1s 8000K .......... .......... .......... .......... .......... 40% 74.3M 1s 8050K .......... .......... .......... .......... .......... 40% 105M 1s 8100K .......... .......... .......... .......... .......... 40% 92.9M 1s 8150K .......... .......... .......... .......... .......... 40% 101M 1s 8200K .......... .......... .......... .......... .......... 41% 3.96M 1s 8250K .......... .......... .......... .......... .......... 41% 70.0M 1s 8300K .......... .......... .......... .......... .......... 41% 76.7M 1s 8350K .......... .......... .......... .......... .......... 41% 85.8M 1s 8400K .......... .......... .......... .......... .......... 42% 60.4M 1s 8450K .......... .......... .......... .......... .......... 42% 85.7M 1s 8500K .......... .......... .......... .......... .......... 42% 75.7M 1s 8550K .......... .......... .......... .......... .......... 42% 84.1M 1s 8600K .......... .......... .......... .......... .......... 43% 79.2M 1s 8650K .......... .......... .......... .......... .......... 43% 76.6M 1s 8700K .......... .......... .......... .......... .......... 43% 87.4M 1s 8750K .......... .......... .......... .......... .......... 43% 94.1M 1s 8800K .......... .......... .......... .......... .......... 44% 74.5M 1s 8850K .......... .......... .......... .......... .......... 44% 97.9M 1s 8900K .......... .......... .......... .......... .......... 44% 103M 1s 8950K .......... .......... .......... .......... .......... 44% 103M 1s 9000K .......... .......... .......... .......... .......... 45% 93.4M 1s 9050K .......... .......... .......... .......... .......... 45% 92.3M 1s 9100K .......... .......... .......... .......... .......... 45% 92.7M 1s 9150K .......... .......... .......... .......... .......... 45% 97.8M 1s 9200K .......... .......... .......... .......... .......... 46% 4.17M 1s 9250K .......... .......... .......... .......... .......... 46% 84.4M 1s 9300K .......... .......... .......... .......... .......... 46% 92.6M 1s 9350K .......... .......... .......... .......... .......... 46% 94.4M 1s 9400K .......... .......... .......... .......... .......... 47% 90.9M 1s 9450K .......... .......... .......... .......... .......... 47% 82.1M 1s 9500K .......... .......... .......... .......... .......... 47% 92.9M 1s 9550K .......... .......... .......... .......... .......... 47% 86.9M 1s 9600K .......... .......... .......... .......... .......... 48% 69.7M 1s 9650K .......... .......... .......... .......... .......... 48% 82.8M 1s 9700K .......... .......... .......... .......... .......... 48% 95.0M 1s 9750K .......... .......... .......... .......... .......... 48% 91.5M 1s 9800K .......... .......... .......... .......... .......... 49% 98.0M 1s 9850K .......... .......... .......... .......... .......... 49% 102M 1s 9900K .......... .......... .......... .......... .......... 49% 99.0M 1s 9950K .......... .......... .......... .......... .......... 49% 95.7M 1s 10000K .......... .......... .......... .......... .......... 50% 67.5M 1s 10050K .......... .......... .......... .......... .......... 50% 105M 1s 10100K .......... .......... .......... .......... .......... 50% 97.1M 1s 10150K .......... .......... .......... .......... .......... 50% 101M 1s 10200K .......... .......... .......... .......... .......... 51% 103M 1s 10250K .......... .......... .......... .......... .......... 51% 98.5M 1s 10300K .......... .......... .......... .......... .......... 51% 4.42M 1s 10350K .......... .......... .......... .......... .......... 51% 90.0M 1s 10400K .......... .......... .......... .......... .......... 52% 66.6M 1s 10450K .......... .......... .......... .......... .......... 52% 75.6M 1s 10500K .......... .......... .......... .......... .......... 52% 81.6M 1s 10550K .......... .......... .......... .......... .......... 52% 92.5M 1s 10600K .......... .......... .......... .......... .......... 53% 81.3M 1s 10650K .......... .......... .......... .......... .......... 53% 91.7M 1s 10700K .......... .......... .......... .......... .......... 53% 90.6M 1s 10750K .......... .......... .......... .......... .......... 53% 85.3M 1s 10800K .......... .......... .......... .......... .......... 54% 64.0M 1s 10850K .......... .......... .......... .......... .......... 54% 96.1M 1s 10900K .......... .......... .......... .......... .......... 54% 105M 1s 10950K .......... .......... .......... .......... .......... 54% 103M 1s 11000K .......... .......... .......... .......... .......... 55% 93.9M 1s 11050K .......... .......... .......... .......... .......... 55% 101M 1s 11100K .......... .......... .......... .......... .......... 55% 99.9M 1s 11150K .......... .......... .......... .......... .......... 55% 101M 1s 11200K .......... .......... .......... .......... .......... 56% 69.6M 1s 11250K .......... .......... .......... .......... .......... 56% 101M 1s 11300K .......... .......... .......... .......... .......... 56% 103M 1s 11350K .......... .......... .......... .......... .......... 56% 102M 1s 11400K .......... .......... .......... .......... .......... 57% 98.6M 1s 11450K .......... .......... .......... .......... .......... 57% 4.93M 1s 11500K .......... .......... .......... .......... .......... 57% 64.2M 1s 11550K .......... .......... .......... .......... .......... 57% 91.8M 1s 11600K .......... .......... .......... .......... .......... 58% 70.7M 1s 11650K .......... .......... .......... .......... .......... 58% 84.3M 1s 11700K .......... .......... .......... .......... .......... 58% 88.6M 1s 11750K .......... .......... .......... .......... .......... 58% 91.8M 1s 11800K .......... .......... .......... .......... .......... 59% 83.6M 1s 11850K .......... .......... .......... .......... .......... 59% 94.9M 1s 11900K .......... .......... .......... .......... .......... 59% 90.7M 0s 11950K .......... .......... .......... .......... .......... 59% 80.4M 0s 12000K .......... .......... .......... .......... .......... 60% 71.5M 0s 12050K .......... .......... .......... .......... .......... 60% 95.5M 0s 12100K .......... .......... .......... .......... .......... 60% 106M 0s 12150K .......... .......... .......... .......... .......... 60% 93.5M 0s 12200K .......... .......... .......... .......... .......... 61% 106M 0s 12250K .......... .......... .......... .......... .......... 61% 95.8M 0s 12300K .......... .......... .......... .......... .......... 61% 109M 0s 12350K .......... .......... .......... .......... .......... 61% 102M 0s 12400K .......... .......... .......... .......... .......... 62% 89.9M 0s 12450K .......... .......... .......... .......... .......... 62% 111M 0s 12500K .......... .......... .......... .......... .......... 62% 79.9M 0s 12550K .......... .......... .......... .......... .......... 62% 90.0M 0s 12600K .......... .......... .......... .......... .......... 63% 101M 0s 12650K .......... .......... .......... .......... .......... 63% 97.0M 0s 12700K .......... .......... .......... .......... .......... 63% 5.22M 0s 12750K .......... .......... .......... .......... .......... 63% 73.3M 0s 12800K .......... .......... .......... .......... .......... 64% 71.6M 0s 12850K .......... .......... .......... .......... .......... 64% 86.3M 0s 12900K .......... .......... .......... .......... .......... 64% 90.5M 0s 12950K .......... .......... .......... .......... .......... 64% 80.8M 0s 13000K .......... .......... .......... .......... .......... 65% 86.4M 0s 13050K .......... .......... .......... .......... .......... 65% 82.8M 0s 13100K .......... .......... .......... .......... .......... 65% 82.5M 0s 13150K .......... .......... .......... .......... .......... 65% 90.2M 0s 13200K .......... .......... .......... .......... .......... 66% 65.5M 0s 13250K .......... .......... .......... .......... .......... 66% 81.6M 0s 13300K .......... .......... .......... .......... .......... 66% 102M 0s 13350K .......... .......... .......... .......... .......... 66% 97.8M 0s 13400K .......... .......... .......... .......... .......... 67% 93.6M 0s 13450K .......... .......... .......... .......... .......... 67% 99.0M 0s 13500K .......... .......... .......... .......... .......... 67% 97.4M 0s 13550K .......... .......... .......... .......... .......... 67% 97.6M 0s 13600K .......... .......... .......... .......... .......... 68% 75.6M 0s 13650K .......... .......... .......... .......... .......... 68% 99.7M 0s 13700K .......... .......... .......... .......... .......... 68% 101M 0s 13750K .......... .......... .......... .......... .......... 68% 97.1M 0s 13800K .......... .......... .......... .......... .......... 69% 100M 0s 13850K .......... .......... .......... .......... .......... 69% 99.7M 0s 13900K .......... .......... .......... .......... .......... 69% 94.7M 0s 13950K .......... .......... .......... .......... .......... 69% 103M 0s 14000K .......... .......... .......... .......... .......... 70% 5.98M 0s 14050K .......... .......... .......... .......... .......... 70% 63.5M 0s 14100K .......... .......... .......... .......... .......... 70% 86.0M 0s 14150K .......... .......... .......... .......... .......... 70% 96.6M 0s 14200K .......... .......... .......... .......... .......... 71% 92.4M 0s 14250K .......... .......... .......... .......... .......... 71% 82.1M 0s 14300K .......... .......... .......... .......... .......... 71% 89.7M 0s 14350K .......... .......... .......... .......... .......... 71% 90.7M 0s 14400K .......... .......... .......... .......... .......... 72% 63.2M 0s 14450K .......... .......... .......... .......... .......... 72% 91.8M 0s 14500K .......... .......... .......... .......... .......... 72% 89.8M 0s 14550K .......... .......... .......... .......... .......... 72% 90.4M 0s 14600K .......... .......... .......... .......... .......... 73% 80.3M 0s 14650K .......... .......... .......... .......... .......... 73% 96.7M 0s 14700K .......... .......... .......... .......... .......... 73% 98.5M 0s 14750K .......... .......... .......... .......... .......... 73% 97.9M 0s 14800K .......... .......... .......... .......... .......... 74% 76.4M 0s 14850K .......... .......... .......... .......... .......... 74% 94.7M 0s 14900K .......... .......... .......... .......... .......... 74% 98.3M 0s 14950K .......... .......... .......... .......... .......... 74% 99.2M 0s 15000K .......... .......... .......... .......... .......... 75% 92.4M 0s 15050K .......... .......... .......... .......... .......... 75% 94.6M 0s 15100K .......... .......... .......... .......... .......... 75% 97.7M 0s 15150K .......... .......... .......... .......... .......... 75% 101M 0s 15200K .......... .......... .......... .......... .......... 76% 73.8M 0s 15250K .......... .......... .......... .......... .......... 76% 93.0M 0s 15300K .......... .......... .......... .......... .......... 76% 89.9M 0s 15350K .......... .......... .......... .......... .......... 76% 88.4M 0s 15400K .......... .......... .......... .......... .......... 77% 6.36M 0s 15450K .......... .......... .......... .......... .......... 77% 71.7M 0s 15500K .......... .......... .......... .......... .......... 77% 93.7M 0s 15550K .......... .......... .......... .......... .......... 77% 84.8M 0s 15600K .......... .......... .......... .......... .......... 78% 69.1M 0s 15650K .......... .......... .......... .......... .......... 78% 92.9M 0s 15700K .......... .......... .......... .......... .......... 78% 84.7M 0s 15750K .......... .......... .......... .......... .......... 78% 87.1M 0s 15800K .......... .......... .......... .......... .......... 79% 88.0M 0s 15850K .......... .......... .......... .......... .......... 79% 89.7M 0s 15900K .......... .......... .......... .......... .......... 79% 83.6M 0s 15950K .......... .......... .......... .......... .......... 79% 90.2M 0s 16000K .......... .......... .......... .......... .......... 80% 68.4M 0s 16050K .......... .......... .......... .......... .......... 80% 89.6M 0s 16100K .......... .......... .......... .......... .......... 80% 88.4M 0s 16150K .......... .......... .......... .......... .......... 80% 102M 0s 16200K .......... .......... .......... .......... .......... 81% 96.9M 0s 16250K .......... .......... .......... .......... .......... 81% 98.4M 0s 16300K .......... .......... .......... .......... .......... 81% 89.8M 0s 16350K .......... .......... .......... .......... .......... 81% 96.1M 0s 16400K .......... .......... .......... .......... .......... 82% 68.6M 0s 16450K .......... .......... .......... .......... .......... 82% 91.7M 0s 16500K .......... .......... .......... .......... .......... 82% 98.8M 0s 16550K .......... .......... .......... .......... .......... 82% 93.9M 0s 16600K .......... .......... .......... .......... .......... 83% 99.6M 0s 16650K .......... .......... .......... .......... .......... 83% 100M 0s 16700K .......... .......... .......... .......... .......... 83% 97.1M 0s 16750K .......... .......... .......... .......... .......... 83% 97.6M 0s 16800K .......... .......... .......... .......... .......... 84% 6.64M 0s 16850K .......... .......... .......... .......... .......... 84% 72.6M 0s 16900K .......... .......... .......... .......... .......... 84% 93.0M 0s 16950K .......... .......... .......... .......... .......... 84% 88.6M 0s 17000K .......... .......... .......... .......... .......... 85% 91.9M 0s 17050K .......... .......... .......... .......... .......... 85% 84.2M 0s 17100K .......... .......... .......... .......... .......... 85% 93.3M 0s 17150K .......... .......... .......... .......... .......... 85% 87.2M 0s 17200K .......... .......... .......... .......... .......... 86% 67.3M 0s 17250K .......... .......... .......... .......... .......... 86% 77.8M 0s 17300K .......... .......... .......... .......... .......... 86% 88.5M 0s 17350K .......... .......... .......... .......... .......... 86% 90.6M 0s 17400K .......... .......... .......... .......... .......... 87% 80.8M 0s 17450K .......... .......... .......... .......... .......... 87% 90.6M 0s 17500K .......... .......... .......... .......... .......... 87% 92.9M 0s 17550K .......... .......... .......... .......... .......... 87% 103M 0s 17600K .......... .......... .......... .......... .......... 88% 73.3M 0s 17650K .......... .......... .......... .......... .......... 88% 85.3M 0s 17700K .......... .......... .......... .......... .......... 88% 101M 0s 17750K .......... .......... .......... .......... .......... 88% 106M 0s 17800K .......... .......... .......... .......... .......... 89% 103M 0s 17850K .......... .......... .......... .......... .......... 89% 103M 0s 17900K .......... .......... .......... .......... .......... 89% 102M 0s 17950K .......... .......... .......... .......... .......... 89% 96.7M 0s 18000K .......... .......... .......... .......... .......... 90% 71.2M 0s 18050K .......... .......... .......... .......... .......... 90% 98.5M 0s 18100K .......... .......... .......... .......... .......... 90% 98.0M 0s 18150K .......... .......... .......... .......... .......... 90% 98.0M 0s 18200K .......... .......... .......... .......... .......... 91% 103M 0s 18250K .......... .......... .......... .......... .......... 91% 98.6M 0s 18300K .......... .......... .......... .......... .......... 91% 7.62M 0s 18350K .......... .......... .......... .......... .......... 91% 56.8M 0s 18400K .......... .......... .......... .......... .......... 92% 66.2M 0s 18450K .......... .......... .......... .......... .......... 92% 89.2M 0s 18500K .......... .......... .......... .......... .......... 92% 94.9M 0s 18550K .......... .......... .......... .......... .......... 92% 101M 0s 18600K .......... .......... .......... .......... .......... 93% 81.8M 0s 18650K .......... .......... .......... .......... .......... 93% 86.1M 0s 18700K .......... .......... .......... .......... .......... 93% 90.9M 0s 18750K .......... .......... .......... .......... .......... 93% 91.9M 0s 18800K .......... .......... .......... .......... .......... 94% 63.1M 0s 18850K .......... .......... .......... .......... .......... 94% 91.0M 0s 18900K .......... .......... .......... .......... .......... 94% 86.3M 0s 18950K .......... .......... .......... .......... .......... 94% 78.1M 0s 19000K .......... .......... .......... .......... .......... 95% 83.0M 0s 19050K .......... .......... .......... .......... .......... 95% 91.3M 0s 19100K .......... .......... .......... .......... .......... 95% 94.9M 0s 19150K .......... .......... .......... .......... .......... 95% 105M 0s 19200K .......... .......... .......... .......... .......... 96% 77.4M 0s 19250K .......... .......... .......... .......... .......... 96% 100M 0s 19300K .......... .......... .......... .......... .......... 96% 104M 0s 19350K .......... .......... .......... .......... .......... 96% 102M 0s 19400K .......... .......... .......... .......... .......... 97% 83.5M 0s 19450K .......... .......... .......... .......... .......... 97% 97.5M 0s 19500K .......... .......... .......... .......... .......... 97% 101M 0s 19550K .......... .......... .......... .......... .......... 97% 98.4M 0s 19600K .......... .......... .......... .......... .......... 98% 78.5M 0s 19650K .......... .......... .......... .......... .......... 98% 104M 0s 19700K .......... .......... .......... .......... .......... 98% 98.6M 0s 19750K .......... .......... .......... .......... .......... 98% 89.8M 0s 19800K .......... .......... .......... .......... .......... 99% 8.73M 0s 19850K .......... .......... .......... .......... .......... 99% 37.9M 0s 19900K .......... .......... .......... .......... .......... 99% 89.9M 0s 19950K .......... .......... .......... .......... .......... 99% 92.6M 0s 20000K .......... .......... ........ 100% 91.5M=0.9s 2018-01-22 10:35:38 (22.6 MB/s) - `openbabel-2.3.2.tar.gz.1' saved [20509105/20509105] tar zxvf openbabel-2.3.2.tar.gz T_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:/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:/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/modulefiles/gcc/4.9.3:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/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.0.2.TAS7-1490665589_71674cf-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/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_;unset ASSEMBLER_X86_64;unset CC_X86_64;unset CRAYLIBS_X86_64;unset CRAYLMD_LICENSE_FILE;unset CRAY_BINUTILS_BIN;unset CRAY_BINUTILS_ROOT;unset CRAY_BINUTILS_VERSION;unset CRAY_CC_VERSION;unset CRAY_CXX_IPA_LIBS;unset CRAY_FTN_VERSION;unset CRAY_PE_TARGET;unset CRAY_PRGENVCRAY;unset FORTRAN_SYSTEM_MODULE_NAMES;unset FTN_X86_64;unset GCC_X86_64;unset INCLUDE_PATH_X86_64;unset LINKER_X86_64;unset NLSPATH;unset PE_LEVEL; ${MODULESHOME}/bin/modulecmd bash $* 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:/usr/local/globus-5.2.5/lib64:/usr/local/globus/lib64 ;export LD_LIBRARY_PATH;LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:gcc/4.9.3:craype-network-gemini:craype-interlagos:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.0.2.TAS7-1490665589_71674cf-sles11:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3: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/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/moab/9.0.2t7/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.0.2t7/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/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/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-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/moab/9.0.2t7/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.0.2t7/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;_LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/modulefiles/gcc/4.9.3:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/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.0.2.TAS7-1490665589_71674cf-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/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_; ${MODULESHOME}/bin/modulecmd bash $* BOOST_ROOT=/sw/xe/boost/1.53.0/sles11.3_gnu4.8.2 ;export BOOST_ROOT;CRAY_BOOST_DIR=/sw/xe/boost/1.53.0 ;export CRAY_BOOST_DIR;CRAY_BOOST_INCLUDE_OPTS=-I/sw/xe/boost/1.53.0/sles11.3_gnu4.8.2/include ;export CRAY_BOOST_INCLUDE_OPTS;CRAY_BOOST_POST_LINK_OPTS=-L/sw/xe/boost/1.53.0/sles11.3_gnu4.8.2/lib ;export CRAY_BOOST_POST_LINK_OPTS;CRAY_BOOST_VERSION=1.53.0 ;export CRAY_BOOST_VERSION;LD_LIBRARY_PATH=/sw/xe/boost/1.53.0/sles11.3_gnu4.8.2/lib:/opt/gcc/4.9.3/snos/lib64:/sw/xe/darshan/3.1.3/darshan-3.1.3/lib:/usr/local/globus-5.2.5/lib64:/usr/local/globus/lib64 ;export LD_LIBRARY_PATH;LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:gcc/4.9.3:craype-network-gemini:craype-interlagos:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.0.2.TAS7-1490665589_71674cf-sles11:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3: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:boost/1.53.0 ;export LOADEDMODULES;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:CRAY_BOOST ;export PE_PRODUCT_LIST;_LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/modulefiles/gcc/4.9.3:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/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.0.2.TAS7-1490665589_71674cf-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/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:/sw/xe/modulefiles/boost/1.53.0 ;export _LMFILES_; ${MODULESHOME}/bin/modulecmd bash $* LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:gcc/4.9.3:craype-network-gemini:craype-interlagos:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.0.2.TAS7-1490665589_71674cf-sles11:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3: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:boost/1.53.0:cmake/3.1.3 ;export LOADEDMODULES;PATH=/sw/xe/cmake/3.1.3/sles11.3_gnu4.3.4/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/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-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/moab/9.0.2t7/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.0.2t7/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;_LMFILES_=/opt/modulefiles/modules/3.2.10.4:/opt/modulefiles/eswrap/1.3.3-1.020200.1280.0:/opt/modulefiles/gcc/4.9.3:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/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.0.2.TAS7-1490665589_71674cf-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/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:/sw/xe/modulefiles/boost/1.53.0:/sw/xe/modulefiles/cmake/3.1.3 ;export _LMFILES_; ${MODULESHOME}/bin/modulecmd bash $* CRAY_FFTW_VERSION=3.3.4.10 ;export CRAY_FFTW_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/fftw/3.3.4.10/interlagos/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;FFTW_DIR=/opt/cray/fftw/3.3.4.10/interlagos/lib ;export FFTW_DIR;FFTW_INC=/opt/cray/fftw/3.3.4.10/interlagos/include ;export FFTW_INC;FFTW_VERSION=3.3.4.10 ;export FFTW_VERSION;LOADEDMODULES=modules/3.2.10.4:eswrap/1.3.3-1.020200.1280.0:gcc/4.9.3:craype-network-gemini:craype-interlagos:craype/2.5.8:cray-mpich/7.5.0:torque/6.0.4:moab/9.0.2.TAS7-1490665589_71674cf-sles11:java/jdk1.8.0_51:globus/5.2.5:gsissh/6.2p2:xalt/0.7.6.local:scripts:user-paths:gnuplot/5.0.5:darshan/3.1.3: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:boost/1.53.0:cmake/3.1.3:fftw/3.3.4.10 ;export LOADEDMODULES;MANPATH=/opt/cray/fftw/3.3.4.10/share/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/user/man:/opt/java/jdk1.8.0_51/man:/usr/local/globus-5.2.5/man:/opt/moab/9.0.2t7/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.0.2t7/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/cray/fftw/3.3.4.10/interlagos/bin:/sw/xe/cmake/3.1.3/sles11.3_gnu4.3.4/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/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-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/moab/9.0.2t7/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.0.2t7/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_FFTW_OMP_REQUIRES=\ ;export PE_FFTW_OMP_REQUIRES;PE_FFTW_OMP_REQUIRES_openmp=_mp ;export PE_FFTW_OMP_REQUIRES_openmp;PE_FFTW_PKGCONFIG_LIBS=fftw3f_mpi:libfftw3f_threads:fftw3f:fftw3_mpi:libfftw3_threads:fftw3 ;export PE_FFTW_PKGCONFIG_LIBS;PE_FFTW_PKGCONFIG_VARIABLES=PE_FFTW_OMP_REQUIRES_@openmp@ ;export PE_FFTW_PKGCONFIG_VARIABLES;PE_FFTW_REQUIRED_PRODUCTS=PE_MPICH ;export PE_FFTW_REQUIRED_PRODUCTS;PE_FFTW_TARGET_abudhabi=abudhabi ;export PE_FFTW_TARGET_abudhabi;PE_FFTW_TARGET_broadwell=broadwell ;export PE_FFTW_TARGET_broadwell;PE_FFTW_TARGET_haswell=haswell ;export PE_FFTW_TARGET_haswell;PE_FFTW_TARGET_interlagos=interlagos ;export PE_FFTW_TARGET_interlagos;PE_FFTW_TARGET_ivybridge=ivybridge ;export PE_FFTW_TARGET_ivybridge;PE_FFTW_TARGET_mic_knl=mic_knl ;export PE_FFTW_TARGET_mic_knl;PE_FFTW_TARGET_sandybridge=sandybridge ;export PE_FFTW_TARGET_sandybridge;PE_FFTW_TARGET_share=share ;export PE_FFTW_TARGET_share;PE_FFTW_TARGET_x86_64=x86_64 ;export PE_FFTW_TARGET_x86_64;PE_FFTW_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.10/@PE_FFTW_TARGET@/lib/pkgconfig ;export PE_FFTW_VOLATILE_PKGCONFIG_PATH;PE_PKGCONFIG_PRODUCTS=PE_FFTW: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/modulefiles/gcc/4.9.3:/opt/cray/craype/2.5.8/modulefiles/craype-network-gemini:/opt/cray/craype/2.5.8/modulefiles/craype-interlagos:/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.0.2.TAS7-1490665589_71674cf-sles11:/opt/modulefiles/java/jdk1.8.0_51:/usr/local/modulefiles/globus/5.2.5:/usr/local/modulefiles/gsissh/6.2p2:/opt/modulefiles/xalt/0.7.6.local:/sw/xe/modulefiles/scripts:/sw/xe/modulefiles/user-paths:/sw/EasyBuild/modules/all/gnuplot/5.0.5:/sw/xe/modulefiles/darshan/3.1.3:/opt/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:/sw/xe/modulefiles/boost/1.53.0:/sw/xe/modulefiles/cmake/3.1.3:/opt/cray/modulefiles/fftw/3.3.4.10 ;export _LMFILES_; openbabel-2.3.2/ openbabel-2.3.2/AUTHORS openbabel-2.3.2/ChangeLog openbabel-2.3.2/ChangeLog.1.x openbabel-2.3.2/cmake/ openbabel-2.3.2/CMakeLists.txt openbabel-2.3.2/COPYING openbabel-2.3.2/CTestConfig.cmake openbabel-2.3.2/data/ openbabel-2.3.2/doc/ openbabel-2.3.2/Doxyfile openbabel-2.3.2/include/ openbabel-2.3.2/INSTALL openbabel-2.3.2/NEWS openbabel-2.3.2/openbabel-2.0.pc.cmake openbabel-2.3.2/OpenBabel2Config.cmake.in openbabel-2.3.2/OpenBabel2ConfigVersion.cmake.in openbabel-2.3.2/README openbabel-2.3.2/scripts/ openbabel-2.3.2/src/ openbabel-2.3.2/test/ openbabel-2.3.2/THANKS openbabel-2.3.2/tools/ openbabel-2.3.2/windows-vc2008/ openbabel-2.3.2/windows-vc2008/default_build.bat openbabel-2.3.2/windows-vc2008/Distribution/ openbabel-2.3.2/windows-vc2008/include/ openbabel-2.3.2/windows-vc2008/libs/ openbabel-2.3.2/windows-vc2008/minimal_build.bat openbabel-2.3.2/windows-vc2008/obdepict.bat openbabel-2.3.2/windows-vc2008/sdf.bat openbabel-2.3.2/windows-vc2008/x64_default_build.bat openbabel-2.3.2/windows-vc2008/libs/i386/ openbabel-2.3.2/windows-vc2008/libs/x64/ openbabel-2.3.2/windows-vc2008/libs/x64/env.bat openbabel-2.3.2/windows-vc2008/libs/x64/libiconv.dll openbabel-2.3.2/windows-vc2008/libs/x64/libinchi.dll openbabel-2.3.2/windows-vc2008/libs/x64/libinchi.lib openbabel-2.3.2/windows-vc2008/libs/x64/libxml2.dll openbabel-2.3.2/windows-vc2008/libs/x64/libxml2.lib openbabel-2.3.2/windows-vc2008/libs/x64/readme.txt openbabel-2.3.2/windows-vc2008/libs/x64/zlib1.dll openbabel-2.3.2/windows-vc2008/libs/x64/zlib1.lib openbabel-2.3.2/windows-vc2008/libs/i386/cairo.lib openbabel-2.3.2/windows-vc2008/libs/i386/env.bat openbabel-2.3.2/windows-vc2008/libs/i386/freetype6.dll openbabel-2.3.2/windows-vc2008/libs/i386/iconv.dll openbabel-2.3.2/windows-vc2008/libs/i386/libcairo-2.dll openbabel-2.3.2/windows-vc2008/libs/i386/libexpat-1.dll openbabel-2.3.2/windows-vc2008/libs/i386/libfontconfig-1.dll openbabel-2.3.2/windows-vc2008/libs/i386/libinchi.dll openbabel-2.3.2/windows-vc2008/libs/i386/libinchi.lib openbabel-2.3.2/windows-vc2008/libs/i386/libpng14-14.dll openbabel-2.3.2/windows-vc2008/libs/i386/libxml2.dll openbabel-2.3.2/windows-vc2008/libs/i386/libxml2.lib openbabel-2.3.2/windows-vc2008/libs/i386/readme.txt openbabel-2.3.2/windows-vc2008/libs/i386/xdr-0.dll openbabel-2.3.2/windows-vc2008/libs/i386/xdr.lib openbabel-2.3.2/windows-vc2008/libs/i386/zlib1.dll openbabel-2.3.2/windows-vc2008/libs/i386/zlib1.lib openbabel-2.3.2/windows-vc2008/include/cairo/ openbabel-2.3.2/windows-vc2008/include/inttypes.h openbabel-2.3.2/windows-vc2008/include/rpc/ openbabel-2.3.2/windows-vc2008/include/stdint.h openbabel-2.3.2/windows-vc2008/include/rpc/types.h openbabel-2.3.2/windows-vc2008/include/rpc/xdr.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-deprecated.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-features.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-ft.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-gobject.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-pdf.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-ps.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-script-interpreter.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-svg.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-version.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo-win32.h openbabel-2.3.2/windows-vc2008/include/cairo/cairo.h openbabel-2.3.2/windows-vc2008/Distribution/ExampleFiles/ openbabel-2.3.2/windows-vc2008/Distribution/logo_big.bmp openbabel-2.3.2/windows-vc2008/Distribution/logo_small.bmp openbabel-2.3.2/windows-vc2008/Distribution/NSISScriptToCreateInstaller.nsi openbabel-2.3.2/windows-vc2008/Distribution/obdotnet.snk openbabel-2.3.2/windows-vc2008/Distribution/OBDotNetAssemblyInfo.cs openbabel-2.3.2/windows-vc2008/Distribution/Python/ openbabel-2.3.2/windows-vc2008/Distribution/ToolsPrograms.txt openbabel-2.3.2/windows-vc2008/Distribution/Python/a_obpython.bat openbabel-2.3.2/windows-vc2008/Distribution/Python/b_obpython.bat openbabel-2.3.2/windows-vc2008/Distribution/Python/logo.bmp openbabel-2.3.2/windows-vc2008/Distribution/Python/setup.py openbabel-2.3.2/windows-vc2008/Distribution/ExampleFiles/150mols.smi openbabel-2.3.2/windows-vc2008/Distribution/ExampleFiles/FourSmallMols.cml openbabel-2.3.2/windows-vc2008/Distribution/ExampleFiles/oxamide.cml openbabel-2.3.2/windows-vc2008/Distribution/ExampleFiles/serotonin.mol openbabel-2.3.2/tools/babel.cpp openbabel-2.3.2/tools/CMakeLists.txt openbabel-2.3.2/tools/getopt.c openbabel-2.3.2/tools/getopt.h openbabel-2.3.2/tools/obabel.cpp openbabel-2.3.2/tools/obchiral.cpp openbabel-2.3.2/tools/obconformer.cpp openbabel-2.3.2/tools/obdoc.cpp openbabel-2.3.2/tools/obenergy.cpp openbabel-2.3.2/tools/obfit.cpp openbabel-2.3.2/tools/obfragment.cpp openbabel-2.3.2/tools/obgen.cpp openbabel-2.3.2/tools/obgrep.cpp openbabel-2.3.2/tools/obminimize.cpp openbabel-2.3.2/tools/obmm.cpp openbabel-2.3.2/tools/obprobe.cpp openbabel-2.3.2/tools/obprop.cpp openbabel-2.3.2/tools/obrms.cpp openbabel-2.3.2/tools/obrotamer.cpp openbabel-2.3.2/tools/obrotate.cpp openbabel-2.3.2/tools/obseq.cpp openbabel-2.3.2/tools/obspectrophore.cpp openbabel-2.3.2/tools/obsym.cpp openbabel-2.3.2/tools/obxyz.cpp openbabel-2.3.2/tools/README openbabel-2.3.2/tools/svgdepict.cpp openbabel-2.3.2/test/aligntest.cpp openbabel-2.3.2/test/aromatest.cpp openbabel-2.3.2/test/aromatic.pl openbabel-2.3.2/test/atom.cpp openbabel-2.3.2/test/automorphismtest.cpp openbabel-2.3.2/test/bond.cpp openbabel-2.3.2/test/buildertest.cpp openbabel-2.3.2/test/canonconsistenttest.cpp openbabel-2.3.2/test/canonstabletest.cpp openbabel-2.3.2/test/cansmi.cpp openbabel-2.3.2/test/cansmiles_shuffle.sh openbabel-2.3.2/test/charge-gasteiger.cpp openbabel-2.3.2/test/charge-mmff94.cpp openbabel-2.3.2/test/cistranstest.cpp openbabel-2.3.2/test/CMakeLists.txt openbabel-2.3.2/test/cml.sh openbabel-2.3.2/test/cmlreadfile.cpp openbabel-2.3.2/test/cmltest/ openbabel-2.3.2/test/conversion.cpp openbabel-2.3.2/test/datatest.cpp openbabel-2.3.2/test/ffgaff.cpp openbabel-2.3.2/test/ffghemical.cpp openbabel-2.3.2/test/ffmmff94.cpp openbabel-2.3.2/test/ffuff.cpp openbabel-2.3.2/test/files/ openbabel-2.3.2/test/formalcharge.cpp openbabel-2.3.2/test/format.cpp openbabel-2.3.2/test/formula.cpp openbabel-2.3.2/test/generate.sh openbabel-2.3.2/test/graphsymtest.cpp openbabel-2.3.2/test/implicitHtest.cpp openbabel-2.3.2/test/inchi/ openbabel-2.3.2/test/inchi.pl openbabel-2.3.2/test/inchi2.pl openbabel-2.3.2/test/inchiwrite.cpp openbabel-2.3.2/test/internalcoord.cpp openbabel-2.3.2/test/invalidsmarts.cpp openbabel-2.3.2/test/invalidsmiles.cpp openbabel-2.3.2/test/isomorphismtest.cpp openbabel-2.3.2/test/iterators.cpp openbabel-2.3.2/test/logp_psa.cpp openbabel-2.3.2/test/lssrtest.cpp openbabel-2.3.2/test/math.cpp openbabel-2.3.2/test/mmff94validate.cpp openbabel-2.3.2/test/mol.cpp openbabel-2.3.2/test/obbench.h openbabel-2.3.2/test/obmolbenchmark.cpp openbabel-2.3.2/test/obtest.h openbabel-2.3.2/test/phmodel.cpp openbabel-2.3.2/test/README openbabel-2.3.2/test/residue.cpp openbabel-2.3.2/test/ringtest.cpp openbabel-2.3.2/test/rotortest.cpp openbabel-2.3.2/test/roundtrip.cpp openbabel-2.3.2/test/shuffletest.cpp openbabel-2.3.2/test/smartsparse.cpp openbabel-2.3.2/test/smartstest.cpp openbabel-2.3.2/test/smilesmatch.cpp openbabel-2.3.2/test/smilestest.cpp openbabel-2.3.2/test/spectrophoretest.cpp openbabel-2.3.2/test/squareplanartest.cpp openbabel-2.3.2/test/stereoperceptiontest.cpp openbabel-2.3.2/test/stereotest.cpp openbabel-2.3.2/test/strip.cpp openbabel-2.3.2/test/test-set.sh openbabel-2.3.2/test/test_depiction.sh openbabel-2.3.2/test/test_pybel.py openbabel-2.3.2/test/testbabel.py openbabel-2.3.2/test/testbabel.pyc openbabel-2.3.2/test/testbindings.py openbabel-2.3.2/test/testbindings.pyc openbabel-2.3.2/test/testexample.py openbabel-2.3.2/test/testfastsearch.py openbabel-2.3.2/test/testkekule.py openbabel-2.3.2/test/testsym.py openbabel-2.3.2/test/testunique.py openbabel-2.3.2/test/tetrahedraltest.cpp openbabel-2.3.2/test/tetranonplanartest.cpp openbabel-2.3.2/test/tetraplanartest.cpp openbabel-2.3.2/test/uniqueidtest.cpp openbabel-2.3.2/test/unitcell.cpp openbabel-2.3.2/test/zipstream.cpp openbabel-2.3.2/test/inchi/Samples.sdf openbabel-2.3.2/test/inchi/Samples.sdf.txt openbabel-2.3.2/test/inchi/SamplesFail.txt openbabel-2.3.2/test/inchi/SamplesTechMan.sdf openbabel-2.3.2/test/inchi/SamplesTechMan.sdf.txt openbabel-2.3.2/test/inchi/SamplesTechManFail.txt openbabel-2.3.2/test/inchi/Steffen_PubChem.smi openbabel-2.3.2/test/inchi/Steffen_PubChem.smi.txt openbabel-2.3.2/test/files/1DRF.pdb openbabel-2.3.2/test/files/3d.head.2.cml openbabel-2.3.2/test/files/3G61.pdb openbabel-2.3.2/test/files/alias.mol openbabel-2.3.2/test/files/alias.png openbabel-2.3.2/test/files/aromatics.png openbabel-2.3.2/test/files/aromatics.smi openbabel-2.3.2/test/files/attype.00.smi openbabel-2.3.2/test/files/canonstable.can openbabel-2.3.2/test/files/cansmi-roundtrip.smi openbabel-2.3.2/test/files/cantest.sdf openbabel-2.3.2/test/files/CFGB09.CONFIG openbabel-2.3.2/test/files/CFGT27.CONFIG openbabel-2.3.2/test/files/charge-gasteiger.txt openbabel-2.3.2/test/files/charge-mmff94.txt openbabel-2.3.2/test/files/dipole-gasteiger.txt openbabel-2.3.2/test/files/dipole-mmff94.txt openbabel-2.3.2/test/files/filterset.sdf openbabel-2.3.2/test/files/forcefield.sdf openbabel-2.3.2/test/files/formalchargeresults.txt openbabel-2.3.2/test/files/formularesults.txt openbabel-2.3.2/test/files/FormulaTest.smi openbabel-2.3.2/test/files/gaff.sdf openbabel-2.3.2/test/files/gaffresults.txt openbabel-2.3.2/test/files/ghemicalresults.txt openbabel-2.3.2/test/files/hao_xu_1.mol openbabel-2.3.2/test/files/hao_xu_2.mol openbabel-2.3.2/test/files/hao_xu_3.mol openbabel-2.3.2/test/files/hao_xu_4.mol openbabel-2.3.2/test/files/hao_xu_5.mol openbabel-2.3.2/test/files/hao_xu_6.mol openbabel-2.3.2/test/files/hao_xu_7.mol openbabel-2.3.2/test/files/hao_xu_8.mol openbabel-2.3.2/test/files/hao_xu_9.mol openbabel-2.3.2/test/files/implicitH.sdf openbabel-2.3.2/test/files/invalid-smarts.txt openbabel-2.3.2/test/files/invalid-smiles.txt openbabel-2.3.2/test/files/isomorphism1.cml openbabel-2.3.2/test/files/mmff94results.txt openbabel-2.3.2/test/files/more-mmff94.sdf openbabel-2.3.2/test/files/more-mmff94results.txt openbabel-2.3.2/test/files/nci.smi openbabel-2.3.2/test/files/octane.cml openbabel-2.3.2/test/files/progesterone.sdf openbabel-2.3.2/test/files/random openbabel-2.3.2/test/files/random2 openbabel-2.3.2/test/files/random3 openbabel-2.3.2/test/files/ringresults.txt openbabel-2.3.2/test/files/rings/ openbabel-2.3.2/test/files/smartsresults.txt openbabel-2.3.2/test/files/smartstest.txt openbabel-2.3.2/test/files/stereo/ openbabel-2.3.2/test/files/stripresults.txt openbabel-2.3.2/test/files/test2d.xyz openbabel-2.3.2/test/files/test3d.xyz openbabel-2.3.2/test/files/testsym_2Dtests.sdf openbabel-2.3.2/test/files/testsym_2Dtests_more.sdf openbabel-2.3.2/test/files/testsym_2Dtests_threeligands.sdf openbabel-2.3.2/test/files/uffresults.txt openbabel-2.3.2/test/files/unitcell.txt openbabel-2.3.2/test/files/unitcell_results.txt openbabel-2.3.2/test/files/validsmarts.txt openbabel-2.3.2/test/files/ziptest.sdf.gz openbabel-2.3.2/test/files/stereo/adamantanediol.mol openbabel-2.3.2/test/files/stereo/canon1.mol openbabel-2.3.2/test/files/stereo/canon10.mol openbabel-2.3.2/test/files/stereo/canon11.mol openbabel-2.3.2/test/files/stereo/canon12.mol openbabel-2.3.2/test/files/stereo/canon13.mol openbabel-2.3.2/test/files/stereo/canon14.mol openbabel-2.3.2/test/files/stereo/canon15.mol openbabel-2.3.2/test/files/stereo/canon16.mol openbabel-2.3.2/test/files/stereo/canon17.mol openbabel-2.3.2/test/files/stereo/canon17a.mol openbabel-2.3.2/test/files/stereo/canon17b.mol openbabel-2.3.2/test/files/stereo/canon18.mol openbabel-2.3.2/test/files/stereo/canon19.mol openbabel-2.3.2/test/files/stereo/canon2.mol openbabel-2.3.2/test/files/stereo/canon20.mol openbabel-2.3.2/test/files/stereo/canon21.mol openbabel-2.3.2/test/files/stereo/canon22.mol openbabel-2.3.2/test/files/stereo/canon23.mol openbabel-2.3.2/test/files/stereo/canon24.mol openbabel-2.3.2/test/files/stereo/canon3.mol openbabel-2.3.2/test/files/stereo/canon4.mol openbabel-2.3.2/test/files/stereo/canon5.mol openbabel-2.3.2/test/files/stereo/canon6.mol openbabel-2.3.2/test/files/stereo/canon7.mol openbabel-2.3.2/test/files/stereo/canon8.mol openbabel-2.3.2/test/files/stereo/canon9.mol openbabel-2.3.2/test/files/stereo/canon_cistrans1.mol openbabel-2.3.2/test/files/stereo/canon_cistrans15.mol openbabel-2.3.2/test/files/stereo/canon_cistrans16.mol openbabel-2.3.2/test/files/stereo/canon_cistrans2.mol openbabel-2.3.2/test/files/stereo/canon_cistrans3.mol openbabel-2.3.2/test/files/stereo/canon_cistrans4.mol openbabel-2.3.2/test/files/stereo/canon_cistrans5.mol openbabel-2.3.2/test/files/stereo/canon_cistrans6.mol openbabel-2.3.2/test/files/stereo/canon_cistrans7.mol openbabel-2.3.2/test/files/stereo/canon_cistrans8.mol openbabel-2.3.2/test/files/stereo/canon_cistrans9.mol openbabel-2.3.2/test/files/stereo/cistrans2D_1.mol openbabel-2.3.2/test/files/stereo/cistrans2D_2.mol openbabel-2.3.2/test/files/stereo/cistrans3D_1.mol openbabel-2.3.2/test/files/stereo/cistrans3D_2.mol openbabel-2.3.2/test/files/stereo/cistrans3D_3.mol openbabel-2.3.2/test/files/stereo/cistrans3D_4.mol openbabel-2.3.2/test/files/stereo/cistrans3D_5.mol openbabel-2.3.2/test/files/stereo/complex2D_1.mol openbabel-2.3.2/test/files/stereo/complex2D_2.mol openbabel-2.3.2/test/files/stereo/complex2D_3.mol openbabel-2.3.2/test/files/stereo/complex2D_4a.mol openbabel-2.3.2/test/files/stereo/complex2D_4b.mol openbabel-2.3.2/test/files/stereo/complex2D_5a.mol openbabel-2.3.2/test/files/stereo/complex2D_5b.mol openbabel-2.3.2/test/files/stereo/complex2D_6.mol openbabel-2.3.2/test/files/stereo/complex2D_7.mol openbabel-2.3.2/test/files/stereo/cyclobutane_D1.mol openbabel-2.3.2/test/files/stereo/cyclobutane_D1.smi openbabel-2.3.2/test/files/stereo/cyclobutane_D2.mol openbabel-2.3.2/test/files/stereo/cyclobutane_D3.mol openbabel-2.3.2/test/files/stereo/cyclobutane_D4.mol openbabel-2.3.2/test/files/stereo/cyclohexanediol_D1.mol openbabel-2.3.2/test/files/stereo/cyclohexanediol_D2.mol openbabel-2.3.2/test/files/stereo/cyclohexanetriol_D1.mol openbabel-2.3.2/test/files/stereo/cyclohexanetriol_D2.mol openbabel-2.3.2/test/files/stereo/error2.smi openbabel-2.3.2/test/files/stereo/incorrect_canon1.mol openbabel-2.3.2/test/files/stereo/incorrect_canon2.mol openbabel-2.3.2/test/files/stereo/inositol_allo.mol openbabel-2.3.2/test/files/stereo/inositol_chiroD.mol openbabel-2.3.2/test/files/stereo/inositol_chiroL.mol openbabel-2.3.2/test/files/stereo/inositol_cis.mol openbabel-2.3.2/test/files/stereo/inositol_epi.mol openbabel-2.3.2/test/files/stereo/inositol_muco.mol openbabel-2.3.2/test/files/stereo/inositol_myo.mol openbabel-2.3.2/test/files/stereo/inositol_neo.mol openbabel-2.3.2/test/files/stereo/inositol_scyllo.mol openbabel-2.3.2/test/files/stereo/perception1.mol openbabel-2.3.2/test/files/stereo/perception10.mol openbabel-2.3.2/test/files/stereo/perception11.mol openbabel-2.3.2/test/files/stereo/perception12.mol openbabel-2.3.2/test/files/stereo/perception13.mol openbabel-2.3.2/test/files/stereo/perception14.mol openbabel-2.3.2/test/files/stereo/perception15.mol openbabel-2.3.2/test/files/stereo/perception16.mol openbabel-2.3.2/test/files/stereo/perception17.mol openbabel-2.3.2/test/files/stereo/perception18.mol openbabel-2.3.2/test/files/stereo/perception19.mol openbabel-2.3.2/test/files/stereo/perception2.mol openbabel-2.3.2/test/files/stereo/perception20.mol openbabel-2.3.2/test/files/stereo/perception3.mol openbabel-2.3.2/test/files/stereo/perception4.mol openbabel-2.3.2/test/files/stereo/perception5.mol openbabel-2.3.2/test/files/stereo/perception6.mol openbabel-2.3.2/test/files/stereo/perception7.mol openbabel-2.3.2/test/files/stereo/perception8.mol openbabel-2.3.2/test/files/stereo/perception9.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_a.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_b.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_c.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_d.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_e.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_f.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_g.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_h.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_i.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_j.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_k.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_l.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_m.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_n.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_o.mol openbabel-2.3.2/test/files/stereo/razinger_fig1_p.mol openbabel-2.3.2/test/files/stereo/razinger_fig3.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_1.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_10.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_11.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_12.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_13.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_14.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_15.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_16.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_17.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_18.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_19.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_19_spec1.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_19_spec2.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_19_spec3.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_19_spec4.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_19_spec5.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_2.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_20.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_20_spec1.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_21.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_22.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_23.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_24.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_25.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_26.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_26_spec1.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_27.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_28.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_29.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_3.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_30.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_31.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_32.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_33.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_34.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_35.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_36.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_37.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_38.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_39.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_4.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_40.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_41.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_42.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_43.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_44.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_45.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_46.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_47.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_48.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_49.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_5.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_50.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_51.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_52.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_57.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_58.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_59.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_59_spec1.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_5_spec.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_6.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_60.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_61.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_62.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_63.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_64.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_69.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_7.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_8.mol openbabel-2.3.2/test/files/stereo/razinger_fig7_9.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_1.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_2.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_3.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_4.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_5.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_6.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_7.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_8.mol openbabel-2.3.2/test/files/stereo/tetrahedral2D_9.mol openbabel-2.3.2/test/files/stereo/tetrahedral3D_1.mol openbabel-2.3.2/test/files/stereo/tetrahedral3D_2.mol openbabel-2.3.2/test/files/stereo/tetrahedral3D_3.mol openbabel-2.3.2/test/files/stereo/tetrahedral3D_4.mol openbabel-2.3.2/test/files/rings/bridged1.mdl openbabel-2.3.2/test/files/rings/cubane.mdl openbabel-2.3.2/test/files/rings/cubane2.mdl openbabel-2.3.2/test/files/rings/fullerene20.mdl openbabel-2.3.2/test/files/rings/fullerene60.mdl openbabel-2.3.2/test/files/rings/octahedron.mdl openbabel-2.3.2/test/files/rings/tetrahedron.mdl openbabel-2.3.2/test/cmltest/3d.head.sdf openbabel-2.3.2/test/cmltest/cs2a.cml openbabel-2.3.2/test/cmltest/cycleformats.bat openbabel-2.3.2/test/cmltest/cycleformats.sh openbabel-2.3.2/test/cmltest/nsc2dcml.xml openbabel-2.3.2/test/cmltest/nsc2dmol.mol openbabel-2.3.2/test/cmltest/nsc3dcml.xml openbabel-2.3.2/test/cmltest/nsc3dmol.mol openbabel-2.3.2/test/cmltest/README-UNIX.txt openbabel-2.3.2/test/cmltest/readme.txt openbabel-2.3.2/test/cmltest/test.bat openbabel-2.3.2/test/cmltest/test.sh openbabel-2.3.2/src/alias.cpp openbabel-2.3.2/src/atom.cpp openbabel-2.3.2/src/base.cpp openbabel-2.3.2/src/bitvec.cpp openbabel-2.3.2/src/bond.cpp openbabel-2.3.2/src/bondtyper.cpp openbabel-2.3.2/src/builder.cpp openbabel-2.3.2/src/canon.cpp openbabel-2.3.2/src/chains.cpp openbabel-2.3.2/src/chargemodel.cpp openbabel-2.3.2/src/charges/ openbabel-2.3.2/src/chiral.cpp openbabel-2.3.2/src/CMakeLists.txt openbabel-2.3.2/src/config.h.cmake openbabel-2.3.2/src/conformersearch.cpp openbabel-2.3.2/src/data.cpp openbabel-2.3.2/src/depict/ openbabel-2.3.2/src/descriptor.cpp openbabel-2.3.2/src/descriptors/ openbabel-2.3.2/src/dlhandler_unix.cpp openbabel-2.3.2/src/dlhandler_win32.cpp openbabel-2.3.2/src/doxygen_pages.cpp openbabel-2.3.2/src/fingerprint.cpp openbabel-2.3.2/src/fingerprints/ openbabel-2.3.2/src/forcefield.cpp openbabel-2.3.2/src/forcefields/ openbabel-2.3.2/src/format.cpp openbabel-2.3.2/src/formats/ openbabel-2.3.2/src/generic.cpp openbabel-2.3.2/src/graphsym.cpp openbabel-2.3.2/src/grid.cpp openbabel-2.3.2/src/griddata.cpp openbabel-2.3.2/src/GUI/ openbabel-2.3.2/src/isomorphism.cpp openbabel-2.3.2/src/kekulize.cpp openbabel-2.3.2/src/locale.cpp openbabel-2.3.2/src/locale.cpp.rej openbabel-2.3.2/src/math/ openbabel-2.3.2/src/matrix.cpp openbabel-2.3.2/src/mcdlutil.cpp openbabel-2.3.2/src/mol.cpp openbabel-2.3.2/src/molchrg.cpp openbabel-2.3.2/src/obconversion.cpp openbabel-2.3.2/src/oberror.cpp openbabel-2.3.2/src/obiter.cpp openbabel-2.3.2/src/obmolecformat.cpp openbabel-2.3.2/src/obutil.cpp openbabel-2.3.2/src/op.cpp openbabel-2.3.2/src/ops/ openbabel-2.3.2/src/parsmart.cpp openbabel-2.3.2/src/patty.cpp openbabel-2.3.2/src/phmodel.cpp openbabel-2.3.2/src/plugin.cpp openbabel-2.3.2/src/pointgroup.cpp openbabel-2.3.2/src/query.cpp openbabel-2.3.2/src/rand.cpp openbabel-2.3.2/src/RDKitConv.cpp openbabel-2.3.2/src/residue.cpp openbabel-2.3.2/src/ring.cpp openbabel-2.3.2/src/rotamer.cpp openbabel-2.3.2/src/rotor.cpp openbabel-2.3.2/src/snprintf.c openbabel-2.3.2/src/snprintf.h openbabel-2.3.2/src/spectrophore.cpp openbabel-2.3.2/src/stereo/ openbabel-2.3.2/src/strncasecmp.c openbabel-2.3.2/src/tokenst.cpp openbabel-2.3.2/src/transform.cpp openbabel-2.3.2/src/typer.cpp openbabel-2.3.2/src/zipstream.h openbabel-2.3.2/src/zipstreamimpl.h openbabel-2.3.2/src/stereo/cistrans.cpp openbabel-2.3.2/src/stereo/facade.cpp openbabel-2.3.2/src/stereo/perception.cpp openbabel-2.3.2/src/stereo/squareplanar.cpp openbabel-2.3.2/src/stereo/stereo.cpp openbabel-2.3.2/src/stereo/stereoutil.h openbabel-2.3.2/src/stereo/tetrahedral.cpp openbabel-2.3.2/src/stereo/tetranonplanar.cpp openbabel-2.3.2/src/stereo/tetraplanar.cpp openbabel-2.3.2/src/ops/addfilename.cpp openbabel-2.3.2/src/ops/addinindex.cpp openbabel-2.3.2/src/ops/addpolarh.cpp openbabel-2.3.2/src/ops/canonical.cpp openbabel-2.3.2/src/ops/conformer.cpp openbabel-2.3.2/src/ops/deferred.h openbabel-2.3.2/src/ops/fillUC.cpp openbabel-2.3.2/src/ops/forcefield.cpp openbabel-2.3.2/src/ops/gen2D.cpp openbabel-2.3.2/src/ops/gen3d.cpp openbabel-2.3.2/src/ops/largest.cpp openbabel-2.3.2/src/ops/loader.cpp openbabel-2.3.2/src/ops/op2d.cpp openbabel-2.3.2/src/ops/opalign.cpp openbabel-2.3.2/src/ops/ophighlight.cpp openbabel-2.3.2/src/ops/opisomorph.cpp openbabel-2.3.2/src/ops/opisomorph.h openbabel-2.3.2/src/ops/optransform.cpp openbabel-2.3.2/src/ops/partialcharges.cpp openbabel-2.3.2/src/ops/readconformers.cpp openbabel-2.3.2/src/ops/sort.cpp openbabel-2.3.2/src/ops/unique.cpp openbabel-2.3.2/src/ops/xout.cpp openbabel-2.3.2/src/math/align.cpp openbabel-2.3.2/src/math/matrix3x3.cpp openbabel-2.3.2/src/math/spacegroup.cpp openbabel-2.3.2/src/math/transform3d.cpp openbabel-2.3.2/src/math/vector3.cpp openbabel-2.3.2/src/GUI/babel.xpm openbabel-2.3.2/src/GUI/babel2.ico openbabel-2.3.2/src/GUI/CMakeLists.txt openbabel-2.3.2/src/GUI/OBGUI.cpp openbabel-2.3.2/src/GUI/OBGUI.h openbabel-2.3.2/src/GUI/OBGUI.rc openbabel-2.3.2/src/GUI/optswx.cpp openbabel-2.3.2/src/GUI/optswx.h openbabel-2.3.2/src/GUI/selformats.h openbabel-2.3.2/src/GUI/stdwx.cpp openbabel-2.3.2/src/GUI/stdwx.h openbabel-2.3.2/src/formats/abinitformat.cpp openbabel-2.3.2/src/formats/acesformat.cpp openbabel-2.3.2/src/formats/acrformat.cpp openbabel-2.3.2/src/formats/adfformat.cpp openbabel-2.3.2/src/formats/alchemyformat.cpp openbabel-2.3.2/src/formats/amberformat.cpp openbabel-2.3.2/src/formats/APIInterface.cpp openbabel-2.3.2/src/formats/ArrayList.c openbabel-2.3.2/src/formats/ArrayList.h openbabel-2.3.2/src/formats/asciiformat.cpp openbabel-2.3.2/src/formats/balstformat.cpp openbabel-2.3.2/src/formats/bgfformat.cpp openbabel-2.3.2/src/formats/boxformat.cpp openbabel-2.3.2/src/formats/cacaoformat.cpp openbabel-2.3.2/src/formats/cacheformat.cpp openbabel-2.3.2/src/formats/carformat.cpp openbabel-2.3.2/src/formats/castepformat.cpp openbabel-2.3.2/src/formats/cccformat.cpp openbabel-2.3.2/src/formats/chem3dformat.cpp openbabel-2.3.2/src/formats/chemdrawcdx.cpp openbabel-2.3.2/src/formats/chemdrawct.cpp openbabel-2.3.2/src/formats/chemkinformat.cpp openbabel-2.3.2/src/formats/chemtoolformat.cpp openbabel-2.3.2/src/formats/cifformat.cpp openbabel-2.3.2/src/formats/CMakeLists.txt openbabel-2.3.2/src/formats/copyformat.cpp openbabel-2.3.2/src/formats/crkformat.cpp openbabel-2.3.2/src/formats/crystal09format.cpp openbabel-2.3.2/src/formats/CSRformat.cpp openbabel-2.3.2/src/formats/cssrformat.cpp openbabel-2.3.2/src/formats/dlpolyformat.cpp openbabel-2.3.2/src/formats/dmolformat.cpp openbabel-2.3.2/src/formats/exampleformat.cpp openbabel-2.3.2/src/formats/fastaformat.cpp openbabel-2.3.2/src/formats/fastsearchformat.cpp openbabel-2.3.2/src/formats/fchkformat.cpp openbabel-2.3.2/src/formats/featformat.cpp openbabel-2.3.2/src/formats/fhformat.cpp openbabel-2.3.2/src/formats/fhiaimsformat.cpp openbabel-2.3.2/src/formats/fingerprintformat.cpp openbabel-2.3.2/src/formats/formats.cmake openbabel-2.3.2/src/formats/fpsformat.cpp openbabel-2.3.2/src/formats/freefracformat.cpp openbabel-2.3.2/src/formats/gamessformat.cpp openbabel-2.3.2/src/formats/gamessukformat.cpp openbabel-2.3.2/src/formats/gausscubeformat.cpp openbabel-2.3.2/src/formats/gaussformat.cpp openbabel-2.3.2/src/formats/gausszmatformat.cpp openbabel-2.3.2/src/formats/genbankformat.cpp openbabel-2.3.2/src/formats/getinchi.cpp openbabel-2.3.2/src/formats/ghemicalformat.cpp openbabel-2.3.2/src/formats/groformat.cpp openbabel-2.3.2/src/formats/gromos96format.cpp openbabel-2.3.2/src/formats/gulpformat.cpp openbabel-2.3.2/src/formats/hinformat.cpp openbabel-2.3.2/src/formats/inchiformat.cpp openbabel-2.3.2/src/formats/jaguarformat.cpp openbabel-2.3.2/src/formats/libinchi/ openbabel-2.3.2/src/formats/lmpdatformat.cpp openbabel-2.3.2/src/formats/MCDLformat.cpp openbabel-2.3.2/src/formats/mdlformat.cpp openbabel-2.3.2/src/formats/mmcifformat.cpp openbabel-2.3.2/src/formats/mmodformat.cpp openbabel-2.3.2/src/formats/MNAformat.cpp openbabel-2.3.2/src/formats/mol2format.cpp openbabel-2.3.2/src/formats/moldenformat.cpp openbabel-2.3.2/src/formats/molproformat.cpp openbabel-2.3.2/src/formats/molreport.cpp openbabel-2.3.2/src/formats/mopacformat.cpp openbabel-2.3.2/src/formats/mpdformat.cpp openbabel-2.3.2/src/formats/mpqcformat.cpp openbabel-2.3.2/src/formats/msiformat.cpp openbabel-2.3.2/src/formats/msmsformat.cpp openbabel-2.3.2/src/formats/nulformat.cpp openbabel-2.3.2/src/formats/nwchemformat.cpp openbabel-2.3.2/src/formats/opendxformat.cpp openbabel-2.3.2/src/formats/outformat.cpp openbabel-2.3.2/src/formats/pcmodelformat.cpp openbabel-2.3.2/src/formats/pdbformat.cpp openbabel-2.3.2/src/formats/pdbqtformat.cpp openbabel-2.3.2/src/formats/png2format.cpp openbabel-2.3.2/src/formats/pngformat.cpp openbabel-2.3.2/src/formats/posformat.cpp openbabel-2.3.2/src/formats/povrayformat.cpp openbabel-2.3.2/src/formats/pqrformat.cpp openbabel-2.3.2/src/formats/PQSformat.cpp openbabel-2.3.2/src/formats/pwscfformat.cpp openbabel-2.3.2/src/formats/qchemformat.cpp openbabel-2.3.2/src/formats/reportformat.cpp openbabel-2.3.2/src/formats/rsmiformat.cpp openbabel-2.3.2/src/formats/rxnformat.cpp openbabel-2.3.2/src/formats/shelxformat.cpp openbabel-2.3.2/src/formats/smilesformat.cpp openbabel-2.3.2/src/formats/svgformat.cpp openbabel-2.3.2/src/formats/textformat.cpp openbabel-2.3.2/src/formats/thermoformat.cpp openbabel-2.3.2/src/formats/tinkerformat.cpp openbabel-2.3.2/src/formats/titleformat.cpp openbabel-2.3.2/src/formats/turbomoleformat.cpp openbabel-2.3.2/src/formats/unichemformat.cpp openbabel-2.3.2/src/formats/vaspformat.cpp openbabel-2.3.2/src/formats/viewmolformat.cpp openbabel-2.3.2/src/formats/xedformat.cpp openbabel-2.3.2/src/formats/xml/ openbabel-2.3.2/src/formats/xsfformat.cpp openbabel-2.3.2/src/formats/xtcformat.cpp openbabel-2.3.2/src/formats/xyzformat.cpp openbabel-2.3.2/src/formats/yasaraformat.cpp openbabel-2.3.2/src/formats/zindoformat.cpp openbabel-2.3.2/src/formats/xml/cdxmlformat.cpp openbabel-2.3.2/src/formats/xml/cmlformat.cpp openbabel-2.3.2/src/formats/xml/cmlreactformat.cpp openbabel-2.3.2/src/formats/xml/iconv.h openbabel-2.3.2/src/formats/xml/pubchem.cpp openbabel-2.3.2/src/formats/xml/xml.cpp openbabel-2.3.2/src/formats/xml/xmlformat.cpp openbabel-2.3.2/src/formats/libinchi/CMakeLists.txt openbabel-2.3.2/src/formats/libinchi/ichi_bns.c openbabel-2.3.2/src/formats/libinchi/ichi_io.c openbabel-2.3.2/src/formats/libinchi/ichican2.c openbabel-2.3.2/src/formats/libinchi/ichicano.c openbabel-2.3.2/src/formats/libinchi/ichicans.c openbabel-2.3.2/src/formats/libinchi/ichiisot.c openbabel-2.3.2/src/formats/libinchi/ichilnct.c openbabel-2.3.2/src/formats/libinchi/ichimak2.c openbabel-2.3.2/src/formats/libinchi/ichimake.c openbabel-2.3.2/src/formats/libinchi/ichimap1.c openbabel-2.3.2/src/formats/libinchi/ichimap2.c openbabel-2.3.2/src/formats/libinchi/ichimap4.c openbabel-2.3.2/src/formats/libinchi/ichinorm.c openbabel-2.3.2/src/formats/libinchi/ichiparm.c openbabel-2.3.2/src/formats/libinchi/ichiprt1.c openbabel-2.3.2/src/formats/libinchi/ichiprt2.c openbabel-2.3.2/src/formats/libinchi/ichiprt3.c openbabel-2.3.2/src/formats/libinchi/ichiqueu.c openbabel-2.3.2/src/formats/libinchi/ichiread.c openbabel-2.3.2/src/formats/libinchi/ichiring.c openbabel-2.3.2/src/formats/libinchi/ichirvr1.c openbabel-2.3.2/src/formats/libinchi/ichirvr2.c openbabel-2.3.2/src/formats/libinchi/ichirvr3.c openbabel-2.3.2/src/formats/libinchi/ichirvr4.c openbabel-2.3.2/src/formats/libinchi/ichirvr5.c openbabel-2.3.2/src/formats/libinchi/ichirvr6.c openbabel-2.3.2/src/formats/libinchi/ichirvr7.c openbabel-2.3.2/src/formats/libinchi/ichisort.c openbabel-2.3.2/src/formats/libinchi/ichister.c openbabel-2.3.2/src/formats/libinchi/ichitaut.c openbabel-2.3.2/src/formats/libinchi/ikey_base26.c openbabel-2.3.2/src/formats/libinchi/ikey_dll.c openbabel-2.3.2/src/formats/libinchi/inchi_dll.c openbabel-2.3.2/src/formats/libinchi/inchi_dll_a.c openbabel-2.3.2/src/formats/libinchi/inchi_dll_a2.c openbabel-2.3.2/src/formats/libinchi/inchi_dll_main.c openbabel-2.3.2/src/formats/libinchi/runichi.c openbabel-2.3.2/src/formats/libinchi/sha2.c openbabel-2.3.2/src/formats/libinchi/strutil.c openbabel-2.3.2/src/formats/libinchi/util.c openbabel-2.3.2/src/forcefields/forcefieldgaff.cpp openbabel-2.3.2/src/forcefields/forcefieldgaff.h openbabel-2.3.2/src/forcefields/forcefieldghemical.cpp openbabel-2.3.2/src/forcefields/forcefieldghemical.h openbabel-2.3.2/src/forcefields/forcefieldmm2.cpp openbabel-2.3.2/src/forcefields/forcefieldmm2.h openbabel-2.3.2/src/forcefields/forcefieldmmff94.cpp openbabel-2.3.2/src/forcefields/forcefieldmmff94.h openbabel-2.3.2/src/forcefields/forcefielduff.cpp openbabel-2.3.2/src/forcefields/forcefielduff.h openbabel-2.3.2/src/fingerprints/finger2.cpp openbabel-2.3.2/src/fingerprints/finger3.cpp openbabel-2.3.2/src/descriptors/cansmidescriptor.cpp openbabel-2.3.2/src/descriptors/cmpdfilter.cpp openbabel-2.3.2/src/descriptors/filters.cpp openbabel-2.3.2/src/descriptors/groupcontrib.cpp openbabel-2.3.2/src/descriptors/inchidescriptor.cpp openbabel-2.3.2/src/descriptors/smartsdescriptors.cpp openbabel-2.3.2/src/depict/asciipainter.cpp openbabel-2.3.2/src/depict/cairopainter.cpp openbabel-2.3.2/src/depict/depict.cpp openbabel-2.3.2/src/depict/svgpainter.cpp openbabel-2.3.2/src/charges/eem.cpp openbabel-2.3.2/src/charges/gasteiger.cpp openbabel-2.3.2/src/charges/mmff94.cpp openbabel-2.3.2/src/charges/none.cpp openbabel-2.3.2/src/charges/qeq.cpp openbabel-2.3.2/src/charges/qeq.h openbabel-2.3.2/src/charges/qtpie.cpp openbabel-2.3.2/src/charges/qtpie.h openbabel-2.3.2/scripts/CMakeLists.txt openbabel-2.3.2/scripts/csharp/ openbabel-2.3.2/scripts/java/ openbabel-2.3.2/scripts/openbabel-csharp.i openbabel-2.3.2/scripts/openbabel-java.i openbabel-2.3.2/scripts/openbabel-mono.i openbabel-2.3.2/scripts/openbabel-perl.i openbabel-2.3.2/scripts/openbabel-python.i openbabel-2.3.2/scripts/openbabel-ruby.i openbabel-2.3.2/scripts/perl/ openbabel-2.3.2/scripts/python/ openbabel-2.3.2/scripts/ruby/ openbabel-2.3.2/scripts/stereo.i openbabel-2.3.2/scripts/ruby/examples/ openbabel-2.3.2/scripts/ruby/extconf.rb openbabel-2.3.2/scripts/ruby/openbabel-ruby.cpp openbabel-2.3.2/scripts/ruby/README openbabel-2.3.2/scripts/ruby/examples/canonical_smiles.rb openbabel-2.3.2/scripts/ruby/examples/load_benzene.rb openbabel-2.3.2/scripts/python/examples/ openbabel-2.3.2/scripts/python/Examples.html openbabel-2.3.2/scripts/python/MANIFEST openbabel-2.3.2/scripts/python/openbabel-python.cpp openbabel-2.3.2/scripts/python/openbabel.py openbabel-2.3.2/scripts/python/pybel.py openbabel-2.3.2/scripts/python/pybelapi.html openbabel-2.3.2/scripts/python/README openbabel-2.3.2/scripts/python/setup.py openbabel-2.3.2/scripts/python/examples/dalke_test.py openbabel-2.3.2/scripts/python/examples/energy.py openbabel-2.3.2/scripts/python/examples/examples.py openbabel-2.3.2/scripts/python/examples/findcoverage.bat openbabel-2.3.2/scripts/python/examples/hashizume.cif openbabel-2.3.2/scripts/python/examples/head.sdf openbabel-2.3.2/scripts/python/examples/minSimple.py openbabel-2.3.2/scripts/python/examples/testpybel.py openbabel-2.3.2/scripts/python/examples/testpybel.pyc openbabel-2.3.2/scripts/python/examples/wgtRotorSrch.py openbabel-2.3.2/scripts/perl/Changes openbabel-2.3.2/scripts/perl/COPYING openbabel-2.3.2/scripts/perl/examples/ openbabel-2.3.2/scripts/perl/inc/ openbabel-2.3.2/scripts/perl/Makefile.PL openbabel-2.3.2/scripts/perl/MANIFEST openbabel-2.3.2/scripts/perl/META.yml openbabel-2.3.2/scripts/perl/openbabel-perl.cpp openbabel-2.3.2/scripts/perl/OpenBabel.pm openbabel-2.3.2/scripts/perl/README openbabel-2.3.2/scripts/perl/t/ openbabel-2.3.2/scripts/perl/t/atom.t openbabel-2.3.2/scripts/perl/t/bond.t openbabel-2.3.2/scripts/perl/t/conversion.t openbabel-2.3.2/scripts/perl/t/data.t openbabel-2.3.2/scripts/perl/t/format.t openbabel-2.3.2/scripts/perl/t/internalcoord.t openbabel-2.3.2/scripts/perl/t/mol.t openbabel-2.3.2/scripts/perl/t/residue.t openbabel-2.3.2/scripts/perl/inc/Devel/ openbabel-2.3.2/scripts/perl/inc/Devel/CheckLib.pm openbabel-2.3.2/scripts/perl/examples/example.pl openbabel-2.3.2/scripts/java/OBTest.class openbabel-2.3.2/scripts/java/OBTest.java openbabel-2.3.2/scripts/java/openbabel-java.cpp openbabel-2.3.2/scripts/java/openbabel.jar openbabel-2.3.2/scripts/java/README openbabel-2.3.2/scripts/csharp/OBDotNet.dll openbabel-2.3.2/scripts/csharp/openbabel-csharp.cpp openbabel-2.3.2/include/chemdrawcdx.h openbabel-2.3.2/include/CMakeLists.txt openbabel-2.3.2/include/iconv.h openbabel-2.3.2/include/inchi/ openbabel-2.3.2/include/inchi_api.h openbabel-2.3.2/include/libxml/ openbabel-2.3.2/include/OB-BGL/ openbabel-2.3.2/include/openbabel/ openbabel-2.3.2/include/RDKitConv.h openbabel-2.3.2/include/zconf.h openbabel-2.3.2/include/zlib.h openbabel-2.3.2/include/openbabel/alias.h openbabel-2.3.2/include/openbabel/atom.h openbabel-2.3.2/include/openbabel/atomclass.h openbabel-2.3.2/include/openbabel/base.h openbabel-2.3.2/include/openbabel/bitvec.h openbabel-2.3.2/include/openbabel/bond.h openbabel-2.3.2/include/openbabel/bondtyper.h openbabel-2.3.2/include/openbabel/builder.h openbabel-2.3.2/include/openbabel/canon.h openbabel-2.3.2/include/openbabel/chains.h openbabel-2.3.2/include/openbabel/chargemodel.h openbabel-2.3.2/include/openbabel/chiral.h openbabel-2.3.2/include/openbabel/conformersearch.h openbabel-2.3.2/include/openbabel/data.h openbabel-2.3.2/include/openbabel/depict/ openbabel-2.3.2/include/openbabel/descriptor.h openbabel-2.3.2/include/openbabel/dlhandler.h openbabel-2.3.2/include/openbabel/fingerprint.h openbabel-2.3.2/include/openbabel/forcefield.h openbabel-2.3.2/include/openbabel/format.h openbabel-2.3.2/include/openbabel/generic.h openbabel-2.3.2/include/openbabel/graphsym.h openbabel-2.3.2/include/openbabel/grid.h openbabel-2.3.2/include/openbabel/griddata.h openbabel-2.3.2/include/openbabel/groupcontrib.h openbabel-2.3.2/include/openbabel/inchiformat.h openbabel-2.3.2/include/openbabel/internalcoord.h openbabel-2.3.2/include/openbabel/isomorphism.h openbabel-2.3.2/include/openbabel/kinetics.h openbabel-2.3.2/include/openbabel/lineend.h openbabel-2.3.2/include/openbabel/locale.h openbabel-2.3.2/include/openbabel/math/ openbabel-2.3.2/include/openbabel/matrix.h openbabel-2.3.2/include/openbabel/mcdlutil.h openbabel-2.3.2/include/openbabel/mol.h openbabel-2.3.2/include/openbabel/molchrg.h openbabel-2.3.2/include/openbabel/obconversion.h openbabel-2.3.2/include/openbabel/oberror.h openbabel-2.3.2/include/openbabel/obiter.h openbabel-2.3.2/include/openbabel/obmolecformat.h openbabel-2.3.2/include/openbabel/obutil.h openbabel-2.3.2/include/openbabel/op.h openbabel-2.3.2/include/openbabel/optransform.h openbabel-2.3.2/include/openbabel/parsmart.h openbabel-2.3.2/include/openbabel/patty.h openbabel-2.3.2/include/openbabel/phmodel.h openbabel-2.3.2/include/openbabel/plugin.h openbabel-2.3.2/include/openbabel/pointgroup.h openbabel-2.3.2/include/openbabel/query.h openbabel-2.3.2/include/openbabel/rand.h openbabel-2.3.2/include/openbabel/reaction.h openbabel-2.3.2/include/openbabel/residue.h openbabel-2.3.2/include/openbabel/ring.h openbabel-2.3.2/include/openbabel/rotamer.h openbabel-2.3.2/include/openbabel/rotor.h openbabel-2.3.2/include/openbabel/shared_ptr.h openbabel-2.3.2/include/openbabel/spectrophore.h openbabel-2.3.2/include/openbabel/stereo/ openbabel-2.3.2/include/openbabel/text.h openbabel-2.3.2/include/openbabel/tokenst.h openbabel-2.3.2/include/openbabel/typer.h openbabel-2.3.2/include/openbabel/xml.h openbabel-2.3.2/include/openbabel/stereo/bindings.h openbabel-2.3.2/include/openbabel/stereo/cistrans.h openbabel-2.3.2/include/openbabel/stereo/squareplanar.h openbabel-2.3.2/include/openbabel/stereo/stereo.h openbabel-2.3.2/include/openbabel/stereo/tetrahedral.h openbabel-2.3.2/include/openbabel/stereo/tetranonplanar.h openbabel-2.3.2/include/openbabel/stereo/tetraplanar.h openbabel-2.3.2/include/openbabel/math/align.h openbabel-2.3.2/include/openbabel/math/erf.h openbabel-2.3.2/include/openbabel/math/matrix3x3.h openbabel-2.3.2/include/openbabel/math/spacegroup.h openbabel-2.3.2/include/openbabel/math/transform3d.h openbabel-2.3.2/include/openbabel/math/vector3.h openbabel-2.3.2/include/openbabel/depict/asciipainter.h openbabel-2.3.2/include/openbabel/depict/cairopainter.h openbabel-2.3.2/include/openbabel/depict/depict.h openbabel-2.3.2/include/openbabel/depict/painter.h openbabel-2.3.2/include/openbabel/depict/svgpainter.h openbabel-2.3.2/include/OB-BGL/example.cpp openbabel-2.3.2/include/OB-BGL/mol_graph.h openbabel-2.3.2/include/OB-BGL/verbose_visitors.h openbabel-2.3.2/include/libxml/c14n.h openbabel-2.3.2/include/libxml/catalog.h openbabel-2.3.2/include/libxml/chvalid.h openbabel-2.3.2/include/libxml/debugXML.h openbabel-2.3.2/include/libxml/dict.h openbabel-2.3.2/include/libxml/DOCBparser.h openbabel-2.3.2/include/libxml/encoding.h openbabel-2.3.2/include/libxml/entities.h openbabel-2.3.2/include/libxml/globals.h openbabel-2.3.2/include/libxml/hash.h openbabel-2.3.2/include/libxml/HTMLparser.h openbabel-2.3.2/include/libxml/HTMLtree.h openbabel-2.3.2/include/libxml/list.h openbabel-2.3.2/include/libxml/nanoftp.h openbabel-2.3.2/include/libxml/nanohttp.h openbabel-2.3.2/include/libxml/parser.h openbabel-2.3.2/include/libxml/parserInternals.h openbabel-2.3.2/include/libxml/pattern.h openbabel-2.3.2/include/libxml/relaxng.h openbabel-2.3.2/include/libxml/SAX.h openbabel-2.3.2/include/libxml/SAX2.h openbabel-2.3.2/include/libxml/schemasInternals.h openbabel-2.3.2/include/libxml/threads.h openbabel-2.3.2/include/libxml/tree.h openbabel-2.3.2/include/libxml/uri.h openbabel-2.3.2/include/libxml/valid.h openbabel-2.3.2/include/libxml/xinclude.h openbabel-2.3.2/include/libxml/xlink.h openbabel-2.3.2/include/libxml/xmlautomata.h openbabel-2.3.2/include/libxml/xmlerror.h openbabel-2.3.2/include/libxml/xmlexports.h openbabel-2.3.2/include/libxml/xmlIO.h openbabel-2.3.2/include/libxml/xmlmemory.h openbabel-2.3.2/include/libxml/xmlmodule.h openbabel-2.3.2/include/libxml/xmlreader.h openbabel-2.3.2/include/libxml/xmlregexp.h openbabel-2.3.2/include/libxml/xmlsave.h openbabel-2.3.2/include/libxml/xmlschemas.h openbabel-2.3.2/include/libxml/xmlschemastypes.h openbabel-2.3.2/include/libxml/xmlstring.h openbabel-2.3.2/include/libxml/xmlunicode.h openbabel-2.3.2/include/libxml/xmlversion.h openbabel-2.3.2/include/libxml/xmlwin32version.h openbabel-2.3.2/include/libxml/xmlwriter.h openbabel-2.3.2/include/libxml/xpath.h openbabel-2.3.2/include/libxml/xpathInternals.h openbabel-2.3.2/include/libxml/xpointer.h openbabel-2.3.2/include/inchi/aux2atom.h openbabel-2.3.2/include/inchi/extr_ct.h openbabel-2.3.2/include/inchi/ichi.h openbabel-2.3.2/include/inchi/ichi_bns.h openbabel-2.3.2/include/inchi/ichi_io.h openbabel-2.3.2/include/inchi/ichicano.h openbabel-2.3.2/include/inchi/ichicant.h openbabel-2.3.2/include/inchi/ichicomn.h openbabel-2.3.2/include/inchi/ichicomp.h openbabel-2.3.2/include/inchi/ichidrp.h openbabel-2.3.2/include/inchi/ichierr.h openbabel-2.3.2/include/inchi/ichimain.h openbabel-2.3.2/include/inchi/ichimake.h openbabel-2.3.2/include/inchi/ichinorm.h openbabel-2.3.2/include/inchi/ichiparm.h openbabel-2.3.2/include/inchi/ichiring.h openbabel-2.3.2/include/inchi/ichirvrs.h openbabel-2.3.2/include/inchi/ichisize.h openbabel-2.3.2/include/inchi/ichister.h openbabel-2.3.2/include/inchi/ichitaut.h openbabel-2.3.2/include/inchi/ichitime.h openbabel-2.3.2/include/inchi/ikey_base26.h openbabel-2.3.2/include/inchi/inchi_api.h openbabel-2.3.2/include/inchi/inchi_dll_a.h openbabel-2.3.2/include/inchi/inchi_dll_main.h openbabel-2.3.2/include/inchi/inchicmp.h openbabel-2.3.2/include/inchi/incomdef.h openbabel-2.3.2/include/inchi/inpdef.h openbabel-2.3.2/include/inchi/lreadmol.h openbabel-2.3.2/include/inchi/mode.h openbabel-2.3.2/include/inchi/sha2.h openbabel-2.3.2/include/inchi/strutil.h openbabel-2.3.2/include/inchi/util.h openbabel-2.3.2/doc/API/ openbabel-2.3.2/doc/api-footer.html openbabel-2.3.2/doc/api-header.html openbabel-2.3.2/doc/babel.1 openbabel-2.3.2/doc/babel.html openbabel-2.3.2/doc/CMakeLists.txt openbabel-2.3.2/doc/dioxin.inc openbabel-2.3.2/doc/dioxin.mol2 openbabel-2.3.2/doc/dioxin.png openbabel-2.3.2/doc/dioxin.pov openbabel-2.3.2/doc/Doxyfile.in openbabel-2.3.2/doc/examples/ openbabel-2.3.2/doc/FAQ.html openbabel-2.3.2/doc/images/ openbabel-2.3.2/doc/modules.h openbabel-2.3.2/doc/obabel.1 openbabel-2.3.2/doc/obchiral.1 openbabel-2.3.2/doc/obchiral.html openbabel-2.3.2/doc/obconformer.1 openbabel-2.3.2/doc/obconformer.html openbabel-2.3.2/doc/obenergy.1 openbabel-2.3.2/doc/obenergy.html openbabel-2.3.2/doc/obfit.1 openbabel-2.3.2/doc/obfit.html openbabel-2.3.2/doc/obgen.1 openbabel-2.3.2/doc/obgen.html openbabel-2.3.2/doc/obgrep.1 openbabel-2.3.2/doc/obgrep.html openbabel-2.3.2/doc/obgui.1 openbabel-2.3.2/doc/obgui.html openbabel-2.3.2/doc/obminimize.1 openbabel-2.3.2/doc/obminimize.html openbabel-2.3.2/doc/obprobe.1 openbabel-2.3.2/doc/obprobe.html openbabel-2.3.2/doc/obprop.1 openbabel-2.3.2/doc/obprop.html openbabel-2.3.2/doc/obrotamer.1 openbabel-2.3.2/doc/obrotamer.html openbabel-2.3.2/doc/obrotate.1 openbabel-2.3.2/doc/obrotate.html openbabel-2.3.2/doc/obspectrophore.1 openbabel-2.3.2/doc/obspectrophore.html openbabel-2.3.2/doc/OBTwoMigration.html openbabel-2.3.2/doc/openbabel.tags openbabel-2.3.2/doc/OpenBabelGUI.html openbabel-2.3.2/doc/README.dioxin.pov openbabel-2.3.2/doc/README.povray openbabel-2.3.2/doc/roundtrip.1 openbabel-2.3.2/doc/splash.png openbabel-2.3.2/doc/images/cistrans.png openbabel-2.3.2/doc/images/energyconformerscore.png openbabel-2.3.2/doc/images/getcisref.png openbabel-2.3.2/doc/images/gettransref.png openbabel-2.3.2/doc/images/rmsdconformerscore.png openbabel-2.3.2/doc/images/spectrophore_cage.png openbabel-2.3.2/doc/images/SPshapes.png openbabel-2.3.2/doc/images/squareplanar.png openbabel-2.3.2/doc/images/tetrahedral.png openbabel-2.3.2/doc/images/tetranonplanar.png openbabel-2.3.2/doc/images/tetraplanar.png openbabel-2.3.2/doc/examples/CMakeLists.txt openbabel-2.3.2/doc/examples/obconformersearch_default.cpp openbabel-2.3.2/doc/examples/obconversion_readstring.cpp openbabel-2.3.2/doc/examples/obconversion_readstring.py openbabel-2.3.2/doc/examples/obfingerprint_getfingerprint.cpp openbabel-2.3.2/doc/examples/obforcefield_energy.cpp openbabel-2.3.2/doc/examples/static_executable/ openbabel-2.3.2/doc/examples/static_executable/CMakeLists.txt openbabel-2.3.2/doc/examples/static_executable/myexe.cpp openbabel-2.3.2/doc/API/html/ openbabel-2.3.2/doc/API/html/alias_8cpp.shtml openbabel-2.3.2/doc/API/html/alias_8h.shtml openbabel-2.3.2/doc/API/html/alias_8h__dep__incl.map openbabel-2.3.2/doc/API/html/alias_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/alias_8h__dep__incl.png openbabel-2.3.2/doc/API/html/alias_8h_source.shtml openbabel-2.3.2/doc/API/html/align_8cpp.shtml openbabel-2.3.2/doc/API/html/align_8h.shtml openbabel-2.3.2/doc/API/html/align_8h__dep__incl.map openbabel-2.3.2/doc/API/html/align_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/align_8h__dep__incl.png openbabel-2.3.2/doc/API/html/align_8h_source.shtml openbabel-2.3.2/doc/API/html/annotated.shtml openbabel-2.3.2/doc/API/html/atom_8cpp.shtml openbabel-2.3.2/doc/API/html/atom_8h.shtml openbabel-2.3.2/doc/API/html/atom_8h__dep__incl.map openbabel-2.3.2/doc/API/html/atom_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/atom_8h__dep__incl.png openbabel-2.3.2/doc/API/html/atom_8h_source.shtml openbabel-2.3.2/doc/API/html/atomclass_8h.shtml openbabel-2.3.2/doc/API/html/atomclass_8h__dep__incl.map openbabel-2.3.2/doc/API/html/atomclass_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/atomclass_8h__dep__incl.png openbabel-2.3.2/doc/API/html/atomclass_8h_source.shtml openbabel-2.3.2/doc/API/html/base_8cpp.shtml openbabel-2.3.2/doc/API/html/base_8h.shtml openbabel-2.3.2/doc/API/html/base_8h__dep__incl.map openbabel-2.3.2/doc/API/html/base_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/base_8h__dep__incl.png openbabel-2.3.2/doc/API/html/base_8h_source.shtml openbabel-2.3.2/doc/API/html/bc_s.png openbabel-2.3.2/doc/API/html/bitvec_8cpp.shtml openbabel-2.3.2/doc/API/html/bitvec_8h.shtml openbabel-2.3.2/doc/API/html/bitvec_8h__dep__incl.map openbabel-2.3.2/doc/API/html/bitvec_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/bitvec_8h__dep__incl.png openbabel-2.3.2/doc/API/html/bitvec_8h_source.shtml openbabel-2.3.2/doc/API/html/bond_8cpp.shtml openbabel-2.3.2/doc/API/html/bond_8h.shtml openbabel-2.3.2/doc/API/html/bond_8h__dep__incl.map openbabel-2.3.2/doc/API/html/bond_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/bond_8h__dep__incl.png openbabel-2.3.2/doc/API/html/bond_8h_source.shtml openbabel-2.3.2/doc/API/html/bondtyper_8cpp.shtml openbabel-2.3.2/doc/API/html/bondtyper_8h.shtml openbabel-2.3.2/doc/API/html/bondtyper_8h__dep__incl.map openbabel-2.3.2/doc/API/html/bondtyper_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/bondtyper_8h__dep__incl.png openbabel-2.3.2/doc/API/html/bondtyper_8h_source.shtml openbabel-2.3.2/doc/API/html/builder_8cpp.shtml openbabel-2.3.2/doc/API/html/builder_8h.shtml openbabel-2.3.2/doc/API/html/builder_8h__dep__incl.map openbabel-2.3.2/doc/API/html/builder_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/builder_8h__dep__incl.png openbabel-2.3.2/doc/API/html/builder_8h_source.shtml openbabel-2.3.2/doc/API/html/cairopainter_8cpp.shtml openbabel-2.3.2/doc/API/html/cairopainter_8h.shtml openbabel-2.3.2/doc/API/html/cairopainter_8h__dep__incl.map openbabel-2.3.2/doc/API/html/cairopainter_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/cairopainter_8h__dep__incl.png openbabel-2.3.2/doc/API/html/cairopainter_8h_source.shtml openbabel-2.3.2/doc/API/html/canon_8cpp.shtml openbabel-2.3.2/doc/API/html/canon_8h.shtml openbabel-2.3.2/doc/API/html/canon_8h__dep__incl.map openbabel-2.3.2/doc/API/html/canon_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/canon_8h__dep__incl.png openbabel-2.3.2/doc/API/html/canon_8h_source.shtml openbabel-2.3.2/doc/API/html/canonical_code_algorithm.shtml openbabel-2.3.2/doc/API/html/chains_8cpp.shtml openbabel-2.3.2/doc/API/html/chains_8h.shtml openbabel-2.3.2/doc/API/html/chains_8h__dep__incl.map openbabel-2.3.2/doc/API/html/chains_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/chains_8h__dep__incl.png openbabel-2.3.2/doc/API/html/chains_8h_source.shtml openbabel-2.3.2/doc/API/html/changes21.shtml openbabel-2.3.2/doc/API/html/changes22.shtml openbabel-2.3.2/doc/API/html/changes23.shtml openbabel-2.3.2/doc/API/html/chargemodel_8cpp.shtml openbabel-2.3.2/doc/API/html/chargemodel_8h.shtml openbabel-2.3.2/doc/API/html/chargemodel_8h__dep__incl.map openbabel-2.3.2/doc/API/html/chargemodel_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/chargemodel_8h__dep__incl.png openbabel-2.3.2/doc/API/html/chargemodel_8h_source.shtml openbabel-2.3.2/doc/API/html/chiral_8cpp.shtml openbabel-2.3.2/doc/API/html/chiral_8h.shtml openbabel-2.3.2/doc/API/html/chiral_8h__dep__incl.map openbabel-2.3.2/doc/API/html/chiral_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/chiral_8h__dep__incl.png openbabel-2.3.2/doc/API/html/chiral_8h_source.shtml openbabel-2.3.2/doc/API/html/cistrans.png openbabel-2.3.2/doc/API/html/cistrans_8h.shtml openbabel-2.3.2/doc/API/html/cistrans_8h__dep__incl.map openbabel-2.3.2/doc/API/html/cistrans_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/cistrans_8h__dep__incl.png openbabel-2.3.2/doc/API/html/cistrans_8h_source.shtml openbabel-2.3.2/doc/API/html/classboost_1_1graph__traits_3_01OpenBabel_1_1OBMol_01_4_1_1adjacent__iterator-members.shtml openbabel-2.3.2/doc/API/html/classboost_1_1graph__traits_3_01OpenBabel_1_1OBMol_01_4_1_1adjacent__iterator.shtml openbabel-2.3.2/doc/API/html/classboost_1_1graph__traits_3_01OpenBabel_1_1OBMol_01_4_1_1edge__descriptor-members.shtml openbabel-2.3.2/doc/API/html/classboost_1_1graph__traits_3_01OpenBabel_1_1OBMol_01_4_1_1edge__descriptor.shtml openbabel-2.3.2/doc/API/html/classboost_1_1graph__traits_3_01OpenBabel_1_1OBMol_01_4_1_1out__edge__iterator-members.shtml openbabel-2.3.2/doc/API/html/classboost_1_1graph__traits_3_01OpenBabel_1_1OBMol_01_4_1_1out__edge__iterator.shtml openbabel-2.3.2/doc/API/html/classDLHandler-members.shtml openbabel-2.3.2/doc/API/html/classDLHandler.shtml openbabel-2.3.2/doc/API/html/classes.shtml openbabel-2.3.2/doc/API/html/classOBAtomMap-members.shtml openbabel-2.3.2/doc/API/html/classOBAtomMap.shtml openbabel-2.3.2/doc/API/html/classOBBondMap-members.shtml openbabel-2.3.2/doc/API/html/classOBBondMap.shtml openbabel-2.3.2/doc/API/html/classOBChargeModel.shtml openbabel-2.3.2/doc/API/html/classOBCisTransStereo.shtml openbabel-2.3.2/doc/API/html/classOBSquarePlanarStereo.shtml openbabel-2.3.2/doc/API/html/classOBTetrahedralStereo.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1AliasData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1AliasData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1AliasData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1AliasData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1AliasData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1AliasData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1CairoPainter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1CairoPainter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1CairoPainter__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1CairoPainter__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1CairoPainter__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1FastSearch-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1FastSearch.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1FastSearchIndexer-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1FastSearchIndexer.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1FilteringInputStreambuf-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1FilteringInputStreambuf.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1GasteigerState-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1GasteigerState.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1InChICompareFormat-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1InChICompareFormat.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1InChICompareFormat.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1InChIFormat-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1InChIFormat.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1InChIFormat.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1LineEndingExtractor-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1LineEndingExtractor.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1matrix3x3-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1matrix3x3.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1matrix3x3.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1matrix3x3__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1matrix3x3__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1matrix3x3__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAlign-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAlign.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAngle-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAngle.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAngleData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAngleData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAngleData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAngleData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAngleData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAngleData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAromaticTyper-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAromaticTyper.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAromaticTyper.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAromaticTyper__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAromaticTyper__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAromaticTyper__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtom-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtom.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtom.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtom__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtom__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtom__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomAtomIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomAtomIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomBondIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomBondIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomClassData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomClassData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomClassData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomClassData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomClassData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomClassData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomTyper-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomTyper.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomTyper.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomTyper__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomTyper__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBAtomTyper__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBase-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBase.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBase.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBase__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBase__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBase__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBitVec-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBitVec.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBond-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBond.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBond.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBond__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBond__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBond__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBondTyper-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBondTyper.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBondTyper.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBondTyper__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBondTyper__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBondTyper__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBuilder-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBBuilder.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChainsParser-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChainsParser.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChargeModel-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChargeModel.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChargeModel.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChargeModel__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChargeModel__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChargeModel__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChemTsfm-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChemTsfm.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChiralData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChiralData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChiralData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChiralData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChiralData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBChiralData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCisTransStereo-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCisTransStereo.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCisTransStereo__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCisTransStereo__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCisTransStereo__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBColor-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCommentData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCommentData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCommentData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCommentData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCommentData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBCommentData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilter.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilter__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilter__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilter__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilters-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilters.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilters.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilters__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilters__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerFilters__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerScore-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerScore.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerScore.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerScore__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerScore__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerScore__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerSearch-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConformerSearch.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConversion-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConversion.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConversion.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConversion__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConversion__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBConversion__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDepict-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDepict.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDescriptor-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDescriptor.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDescriptor.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDescriptor__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDescriptor__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDescriptor__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDOSData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDOSData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDOSData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDOSData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDOSData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBDOSData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElectronicTransitionData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElectronicTransitionData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElectronicTransitionData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElectronicTransitionData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElectronicTransitionData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElectronicTransitionData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElement-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElement.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElementTable-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElementTable.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElementTable.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElementTable__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElementTable__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBElementTable__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBEnergyConformerScore-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBEnergyConformerScore.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBEnergyConformerScore.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBEnergyConformerScore__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBEnergyConformerScore__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBEnergyConformerScore__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBError-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBError.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBExternalBond-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBExternalBond.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBExternalBondData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBExternalBondData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBExternalBondData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBExternalBondData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBExternalBondData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBExternalBondData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation2-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation2.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation2.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation2__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation2__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation2__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation3-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation3.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation3.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation3__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation3__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation3__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation4-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation4.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation4.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation4__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation4__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFCalculation4__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFConstraint-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFConstraint.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFConstraints-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFConstraints.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFParameter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFFParameter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFingerprint-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFingerprint.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFingerprint.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFingerprint__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFingerprint__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFingerprint__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFloatGrid-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFloatGrid.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFloatGrid.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFloatGrid__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFloatGrid__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFloatGrid__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFontMetrics-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBForceField-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBForceField.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBForceField.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBForceField__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBForceField__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBForceField__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFormat-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFormat.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFormat.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFormat__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFormat__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBFormat__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGastChrg-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGastChrg.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGenericData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGenericData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGenericData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGenericData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGenericData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGenericData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGlobalDataBase-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGlobalDataBase.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGlobalDataBase.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGlobalDataBase__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGlobalDataBase__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGlobalDataBase__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGraphSym-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGraphSym.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGrid-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGrid.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGrid.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGrid__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGrid__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGrid__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGridData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGridData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGridData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGridData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGridData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGridData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGroupContrib-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGroupContrib.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGroupContrib.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGroupContrib__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGroupContrib__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBGroupContrib__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBInternalCoord-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBInternalCoord.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper_1_1Functor-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper_1_1Functor.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper_1_1Functor__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper_1_1Functor__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper_1_1Functor__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsomorphismMapper__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsotopeTable-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsotopeTable.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsotopeTable.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsotopeTable__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsotopeTable__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBIsotopeTable__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBLocale-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBLocale.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1obLogBuf-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1obLogBuf.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMatrixData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMatrixData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMatrixData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMatrixData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMatrixData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMatrixData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMessageHandler-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMessageHandler.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMol-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMol.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMol.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMol__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMol__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMol__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolAngleIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolAngleIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolAtomBFSIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolAtomBFSIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolAtomDFSIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolAtomDFSIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolAtomIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolAtomIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolBondBFSIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolBondBFSIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolBondIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolBondIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMoleculeFormat-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMoleculeFormat.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMoleculeFormat.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMoleculeFormat__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMoleculeFormat__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMoleculeFormat__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolPairIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolPairIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolRingIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolRingIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolTorsionIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBMolTorsionIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBNasaThermoData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBNasaThermoData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBNasaThermoData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBNasaThermoData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBNasaThermoData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBNasaThermoData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOp-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOp.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOp.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOp__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOp__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOp__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOrbital-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOrbital.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOrbitalData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOrbitalData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOrbitalData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOrbitalData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOrbitalData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBOrbitalData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPainter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPainter.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPainter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPainter__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPainter__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPainter__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairTemplate-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairTemplate.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairTemplate.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairTemplate__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairTemplate__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPairTemplate__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPhModel-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPhModel.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPhModel.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPhModel__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPhModel__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPhModel__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPlugin-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPlugin.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPlugin.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPlugin__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPlugin__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPlugin__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPointGroup-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBPointGroup.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBProxGrid-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBProxGrid.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBProxGrid.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBProxGrid__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBProxGrid__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBProxGrid__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQuery-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQuery.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQueryAtom-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQueryAtom.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQueryAtom__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQueryAtom__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQueryAtom__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQueryBond-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBQueryBond.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRandom-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRandom.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRateData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRateData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRateData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRateData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRateData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRateData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBReaction-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBReaction.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBReaction.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBReaction__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBReaction__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBReaction__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidue-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidue.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidue.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidue__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidue__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidue__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueAtomIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueAtomIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueIter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBResidueIter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRing-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRing.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingSearch-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingSearch.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingTyper-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingTyper.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingTyper.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingTyper__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingTyper__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRingTyper__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRMSDConformerScore-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRMSDConformerScore.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRMSDConformerScore.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRMSDConformerScore__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRMSDConformerScore__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRMSDConformerScore__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotamerList-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotamerList.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotamerList.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotamerList__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotamerList__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotamerList__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotationData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotationData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotationData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotationData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotationData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotationData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotor-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotor.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorKeys-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorKeys.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorList-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorList.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorRule-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorRule.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorRules-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorRules.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorRules.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorRules__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorRules__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRotorRules__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRTree-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBRTree.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBScoreGrid-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBScoreGrid.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSerialNums-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSerialNums.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSerialNums.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSerialNums__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSerialNums__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSerialNums__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSetData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSetData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSetData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSetData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSetData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSetData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSmartsMatcher-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSmartsMatcher.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSmartsPattern-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSmartsPattern.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSpectrophore-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSpectrophore.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSqrtTbl-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSqrtTbl.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSquarePlanarStereo-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSquarePlanarStereo.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSquarePlanarStereo__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSquarePlanarStereo__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSquarePlanarStereo__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSSMatch-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSSMatch.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereo-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereoBase-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereoBase.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereoBase.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereoBase__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereoBase__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereoBase__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereoFacade-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStereoFacade.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStericConformerFilter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStericConformerFilter.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStericConformerFilter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStericConformerFilter__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStericConformerFilter__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStericConformerFilter__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStopwatch-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBStopwatch.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSymmetryData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSymmetryData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSymmetryData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSymmetryData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSymmetryData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBSymmetryData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetrahedralStereo-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetrahedralStereo.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetrahedralStereo__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetrahedralStereo__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetrahedralStereo__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraNonPlanarStereo-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraNonPlanarStereo.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraNonPlanarStereo.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraNonPlanarStereo__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraNonPlanarStereo__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraNonPlanarStereo__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraPlanarStereo-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraPlanarStereo.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraPlanarStereo.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraPlanarStereo__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraPlanarStereo__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTetraPlanarStereo__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBText-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBText.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBText.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBText__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBText__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBText__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTorsion-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTorsion.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTorsionData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTorsionData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTorsionData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTorsionData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTorsionData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTorsionData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTypeTable-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTypeTable.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTypeTable.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTypeTable__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTypeTable__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBTypeTable__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBUnitCell-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBUnitCell.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBUnitCell.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBUnitCell__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBUnitCell__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBUnitCell__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVectorData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVectorData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVectorData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVectorData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVectorData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVectorData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVerboseBFSVisitor-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVerboseBFSVisitor.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVerboseDFSVisitor-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVerboseDFSVisitor.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVibrationData-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVibrationData.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVibrationData.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVibrationData__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVibrationData__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVibrationData__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVirtualBond-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVirtualBond.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVirtualBond.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVirtualBond__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVirtualBond__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OBVirtualBond__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OpTransform-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OpTransform.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OpTransform.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OpTransform__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OpTransform__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1OpTransform__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1patty-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1patty.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1quad-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1SpaceGroup-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1SpaceGroup.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1SVGPainter-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1SVGPainter.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1SVGPainter.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1transform3d-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1transform3d.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1transform3d.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1transform3d__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1transform3d__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1transform3d__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1triple-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1vector3-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1vector3.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1vector3.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1vector3__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1vector3__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1vector3__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLBaseFormat-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLBaseFormat.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLBaseFormat.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLBaseFormat__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLBaseFormat__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLBaseFormat__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLConversion-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLConversion.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLConversion.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLConversion__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLConversion__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLConversion__inherit__graph.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLMoleculeFormat-members.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLMoleculeFormat.png openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLMoleculeFormat.shtml openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLMoleculeFormat__inherit__graph.map openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLMoleculeFormat__inherit__graph.md5 openbabel-2.3.2/doc/API/html/classOpenBabel_1_1XMLMoleculeFormat__inherit__graph.png openbabel-2.3.2/doc/API/html/closed.png openbabel-2.3.2/doc/API/html/cmake_project.shtml openbabel-2.3.2/doc/API/html/conformersearch_8cpp.shtml openbabel-2.3.2/doc/API/html/conformersearch_8h.shtml openbabel-2.3.2/doc/API/html/conformersearch_8h__dep__incl.map openbabel-2.3.2/doc/API/html/conformersearch_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/conformersearch_8h__dep__incl.png openbabel-2.3.2/doc/API/html/conformersearch_8h_source.shtml openbabel-2.3.2/doc/API/html/data_8cpp.shtml openbabel-2.3.2/doc/API/html/data_8h.shtml openbabel-2.3.2/doc/API/html/data_8h__dep__incl.map openbabel-2.3.2/doc/API/html/data_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/data_8h__dep__incl.png openbabel-2.3.2/doc/API/html/data_8h_source.shtml openbabel-2.3.2/doc/API/html/depict_8cpp.shtml openbabel-2.3.2/doc/API/html/depict_8h.shtml openbabel-2.3.2/doc/API/html/depict_8h__dep__incl.map openbabel-2.3.2/doc/API/html/depict_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/depict_8h__dep__incl.png openbabel-2.3.2/doc/API/html/depict_8h_source.shtml openbabel-2.3.2/doc/API/html/deprecated.shtml openbabel-2.3.2/doc/API/html/descriptor_8cpp.shtml openbabel-2.3.2/doc/API/html/descriptor_8h.shtml openbabel-2.3.2/doc/API/html/descriptor_8h__dep__incl.map openbabel-2.3.2/doc/API/html/descriptor_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/descriptor_8h__dep__incl.png openbabel-2.3.2/doc/API/html/descriptor_8h_source.shtml openbabel-2.3.2/doc/API/html/dlhandler_8h.shtml openbabel-2.3.2/doc/API/html/dlhandler_8h__dep__incl.map openbabel-2.3.2/doc/API/html/dlhandler_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/dlhandler_8h__dep__incl.png openbabel-2.3.2/doc/API/html/dlhandler_8h_source.shtml openbabel-2.3.2/doc/API/html/dlhandler__unix_8cpp.shtml openbabel-2.3.2/doc/API/html/dlhandler__win32_8cpp.shtml openbabel-2.3.2/doc/API/html/doxygen.css openbabel-2.3.2/doc/API/html/doxygen.png openbabel-2.3.2/doc/API/html/doxygen__pages_8cpp.shtml openbabel-2.3.2/doc/API/html/energyconformerscore.png openbabel-2.3.2/doc/API/html/erf_8h.shtml openbabel-2.3.2/doc/API/html/erf_8h_source.shtml openbabel-2.3.2/doc/API/html/example_8cpp.shtml openbabel-2.3.2/doc/API/html/examples.shtml openbabel-2.3.2/doc/API/html/files.shtml openbabel-2.3.2/doc/API/html/fingerprint_8cpp.shtml openbabel-2.3.2/doc/API/html/fingerprint_8h.shtml openbabel-2.3.2/doc/API/html/fingerprint_8h__dep__incl.map openbabel-2.3.2/doc/API/html/fingerprint_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/fingerprint_8h__dep__incl.png openbabel-2.3.2/doc/API/html/fingerprint_8h_source.shtml openbabel-2.3.2/doc/API/html/forcefield_8cpp.shtml openbabel-2.3.2/doc/API/html/forcefield_8h.shtml openbabel-2.3.2/doc/API/html/forcefield_8h__dep__incl.map openbabel-2.3.2/doc/API/html/forcefield_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/forcefield_8h__dep__incl.png openbabel-2.3.2/doc/API/html/forcefield_8h_source.shtml openbabel-2.3.2/doc/API/html/form_0.png openbabel-2.3.2/doc/API/html/form_1.png openbabel-2.3.2/doc/API/html/form_2.png openbabel-2.3.2/doc/API/html/form_3.png openbabel-2.3.2/doc/API/html/form_4.png openbabel-2.3.2/doc/API/html/form_5.png openbabel-2.3.2/doc/API/html/form_6.png openbabel-2.3.2/doc/API/html/form_7.png openbabel-2.3.2/doc/API/html/format_8cpp.shtml openbabel-2.3.2/doc/API/html/format_8h.shtml openbabel-2.3.2/doc/API/html/format_8h__dep__incl.map openbabel-2.3.2/doc/API/html/format_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/format_8h__dep__incl.png openbabel-2.3.2/doc/API/html/format_8h_source.shtml openbabel-2.3.2/doc/API/html/formula.repository openbabel-2.3.2/doc/API/html/functions.shtml openbabel-2.3.2/doc/API/html/functions_0x61.shtml openbabel-2.3.2/doc/API/html/functions_0x62.shtml openbabel-2.3.2/doc/API/html/functions_0x63.shtml openbabel-2.3.2/doc/API/html/functions_0x64.shtml openbabel-2.3.2/doc/API/html/functions_0x65.shtml openbabel-2.3.2/doc/API/html/functions_0x66.shtml openbabel-2.3.2/doc/API/html/functions_0x67.shtml openbabel-2.3.2/doc/API/html/functions_0x68.shtml openbabel-2.3.2/doc/API/html/functions_0x69.shtml openbabel-2.3.2/doc/API/html/functions_0x6a.shtml openbabel-2.3.2/doc/API/html/functions_0x6b.shtml openbabel-2.3.2/doc/API/html/functions_0x6c.shtml openbabel-2.3.2/doc/API/html/functions_0x6d.shtml openbabel-2.3.2/doc/API/html/functions_0x6e.shtml openbabel-2.3.2/doc/API/html/functions_0x6f.shtml openbabel-2.3.2/doc/API/html/functions_0x70.shtml openbabel-2.3.2/doc/API/html/functions_0x71.shtml openbabel-2.3.2/doc/API/html/functions_0x72.shtml openbabel-2.3.2/doc/API/html/functions_0x73.shtml openbabel-2.3.2/doc/API/html/functions_0x74.shtml openbabel-2.3.2/doc/API/html/functions_0x75.shtml openbabel-2.3.2/doc/API/html/functions_0x76.shtml openbabel-2.3.2/doc/API/html/functions_0x77.shtml openbabel-2.3.2/doc/API/html/functions_0x78.shtml openbabel-2.3.2/doc/API/html/functions_0x79.shtml openbabel-2.3.2/doc/API/html/functions_0x7a.shtml openbabel-2.3.2/doc/API/html/functions_0x7e.shtml openbabel-2.3.2/doc/API/html/functions_enum.shtml openbabel-2.3.2/doc/API/html/functions_eval.shtml openbabel-2.3.2/doc/API/html/functions_func.shtml openbabel-2.3.2/doc/API/html/functions_func_0x61.shtml openbabel-2.3.2/doc/API/html/functions_func_0x62.shtml openbabel-2.3.2/doc/API/html/functions_func_0x63.shtml openbabel-2.3.2/doc/API/html/functions_func_0x64.shtml openbabel-2.3.2/doc/API/html/functions_func_0x65.shtml openbabel-2.3.2/doc/API/html/functions_func_0x66.shtml openbabel-2.3.2/doc/API/html/functions_func_0x67.shtml openbabel-2.3.2/doc/API/html/functions_func_0x68.shtml openbabel-2.3.2/doc/API/html/functions_func_0x69.shtml openbabel-2.3.2/doc/API/html/functions_func_0x6a.shtml openbabel-2.3.2/doc/API/html/functions_func_0x6b.shtml openbabel-2.3.2/doc/API/html/functions_func_0x6c.shtml openbabel-2.3.2/doc/API/html/functions_func_0x6d.shtml openbabel-2.3.2/doc/API/html/functions_func_0x6e.shtml openbabel-2.3.2/doc/API/html/functions_func_0x6f.shtml openbabel-2.3.2/doc/API/html/functions_func_0x70.shtml openbabel-2.3.2/doc/API/html/functions_func_0x71.shtml openbabel-2.3.2/doc/API/html/functions_func_0x72.shtml openbabel-2.3.2/doc/API/html/functions_func_0x73.shtml openbabel-2.3.2/doc/API/html/functions_func_0x74.shtml openbabel-2.3.2/doc/API/html/functions_func_0x75.shtml openbabel-2.3.2/doc/API/html/functions_func_0x76.shtml openbabel-2.3.2/doc/API/html/functions_func_0x77.shtml openbabel-2.3.2/doc/API/html/functions_func_0x78.shtml openbabel-2.3.2/doc/API/html/functions_func_0x79.shtml openbabel-2.3.2/doc/API/html/functions_func_0x7a.shtml openbabel-2.3.2/doc/API/html/functions_func_0x7e.shtml openbabel-2.3.2/doc/API/html/functions_rela.shtml openbabel-2.3.2/doc/API/html/functions_type.shtml openbabel-2.3.2/doc/API/html/functions_vars.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x61.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x62.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x63.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x64.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x65.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x66.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x67.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x68.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x69.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x6c.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x6d.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x6e.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x6f.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x70.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x71.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x72.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x73.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x74.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x76.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x77.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x78.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x79.shtml openbabel-2.3.2/doc/API/html/functions_vars_0x7a.shtml openbabel-2.3.2/doc/API/html/generic_8cpp.shtml openbabel-2.3.2/doc/API/html/generic_8h.shtml openbabel-2.3.2/doc/API/html/generic_8h__dep__incl.map openbabel-2.3.2/doc/API/html/generic_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/generic_8h__dep__incl.png openbabel-2.3.2/doc/API/html/generic_8h_source.shtml openbabel-2.3.2/doc/API/html/generic_data.shtml openbabel-2.3.2/doc/API/html/getcisref.png openbabel-2.3.2/doc/API/html/gettransref.png openbabel-2.3.2/doc/API/html/globals.shtml openbabel-2.3.2/doc/API/html/globals_0x62.shtml openbabel-2.3.2/doc/API/html/globals_0x63.shtml openbabel-2.3.2/doc/API/html/globals_0x64.shtml openbabel-2.3.2/doc/API/html/globals_0x65.shtml openbabel-2.3.2/doc/API/html/globals_0x66.shtml openbabel-2.3.2/doc/API/html/globals_0x67.shtml openbabel-2.3.2/doc/API/html/globals_0x68.shtml openbabel-2.3.2/doc/API/html/globals_0x69.shtml openbabel-2.3.2/doc/API/html/globals_0x6b.shtml openbabel-2.3.2/doc/API/html/globals_0x6c.shtml openbabel-2.3.2/doc/API/html/globals_0x6d.shtml openbabel-2.3.2/doc/API/html/globals_0x6e.shtml openbabel-2.3.2/doc/API/html/globals_0x6f.shtml openbabel-2.3.2/doc/API/html/globals_0x70.shtml openbabel-2.3.2/doc/API/html/globals_0x72.shtml openbabel-2.3.2/doc/API/html/globals_0x73.shtml openbabel-2.3.2/doc/API/html/globals_0x74.shtml openbabel-2.3.2/doc/API/html/globals_0x75.shtml openbabel-2.3.2/doc/API/html/globals_0x76.shtml openbabel-2.3.2/doc/API/html/globals_0x77.shtml openbabel-2.3.2/doc/API/html/globals_0x7a.shtml openbabel-2.3.2/doc/API/html/globals_0x7e.shtml openbabel-2.3.2/doc/API/html/globals_defs.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x62.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x63.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x64.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x65.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x66.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x68.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x69.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x6b.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x6c.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x6d.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x6e.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x6f.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x70.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x72.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x73.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x74.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x75.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x76.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x77.shtml openbabel-2.3.2/doc/API/html/globals_defs_0x7a.shtml openbabel-2.3.2/doc/API/html/globals_func.shtml openbabel-2.3.2/doc/API/html/globals_vars.shtml openbabel-2.3.2/doc/API/html/graph_legend.md5 openbabel-2.3.2/doc/API/html/graph_legend.png openbabel-2.3.2/doc/API/html/graph_legend.shtml openbabel-2.3.2/doc/API/html/graphsym_8cpp.shtml openbabel-2.3.2/doc/API/html/graphsym_8h.shtml openbabel-2.3.2/doc/API/html/graphsym_8h__dep__incl.map openbabel-2.3.2/doc/API/html/graphsym_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/graphsym_8h__dep__incl.png openbabel-2.3.2/doc/API/html/graphsym_8h_source.shtml openbabel-2.3.2/doc/API/html/grid_8cpp.shtml openbabel-2.3.2/doc/API/html/grid_8h.shtml openbabel-2.3.2/doc/API/html/grid_8h__dep__incl.map openbabel-2.3.2/doc/API/html/grid_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/grid_8h__dep__incl.png openbabel-2.3.2/doc/API/html/grid_8h_source.shtml openbabel-2.3.2/doc/API/html/griddata_8cpp.shtml openbabel-2.3.2/doc/API/html/griddata_8h.shtml openbabel-2.3.2/doc/API/html/griddata_8h__dep__incl.map openbabel-2.3.2/doc/API/html/griddata_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/griddata_8h__dep__incl.png openbabel-2.3.2/doc/API/html/griddata_8h_source.shtml openbabel-2.3.2/doc/API/html/group__conformer.shtml openbabel-2.3.2/doc/API/html/group__core.shtml openbabel-2.3.2/doc/API/html/group__main.shtml openbabel-2.3.2/doc/API/html/group__mainclasses.shtml openbabel-2.3.2/doc/API/html/group__plugins.shtml openbabel-2.3.2/doc/API/html/group__stereo.shtml openbabel-2.3.2/doc/API/html/group__substructure.shtml openbabel-2.3.2/doc/API/html/groupcontrib_8h.shtml openbabel-2.3.2/doc/API/html/groupcontrib_8h_source.shtml openbabel-2.3.2/doc/API/html/hierarchy.shtml openbabel-2.3.2/doc/API/html/inchiformat_8h.shtml openbabel-2.3.2/doc/API/html/inchiformat_8h_source.shtml openbabel-2.3.2/doc/API/html/index.shtml openbabel-2.3.2/doc/API/html/installdox openbabel-2.3.2/doc/API/html/internalcoord_8h.shtml openbabel-2.3.2/doc/API/html/internalcoord_8h__dep__incl.map openbabel-2.3.2/doc/API/html/internalcoord_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/internalcoord_8h__dep__incl.png openbabel-2.3.2/doc/API/html/internalcoord_8h_source.shtml openbabel-2.3.2/doc/API/html/isomorphism_8cpp.shtml openbabel-2.3.2/doc/API/html/isomorphism_8h.shtml openbabel-2.3.2/doc/API/html/isomorphism_8h__dep__incl.map openbabel-2.3.2/doc/API/html/isomorphism_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/isomorphism_8h__dep__incl.png openbabel-2.3.2/doc/API/html/isomorphism_8h_source.shtml openbabel-2.3.2/doc/API/html/jquery.js openbabel-2.3.2/doc/API/html/kekulize_8cpp.shtml openbabel-2.3.2/doc/API/html/kinetics_8h.shtml openbabel-2.3.2/doc/API/html/kinetics_8h_source.shtml openbabel-2.3.2/doc/API/html/lineend_8h.shtml openbabel-2.3.2/doc/API/html/lineend_8h__dep__incl.map openbabel-2.3.2/doc/API/html/lineend_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/lineend_8h__dep__incl.png openbabel-2.3.2/doc/API/html/lineend_8h_source.shtml openbabel-2.3.2/doc/API/html/locale_8cpp.shtml openbabel-2.3.2/doc/API/html/locale_8h.shtml openbabel-2.3.2/doc/API/html/locale_8h__dep__incl.map openbabel-2.3.2/doc/API/html/locale_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/locale_8h__dep__incl.png openbabel-2.3.2/doc/API/html/locale_8h_source.shtml openbabel-2.3.2/doc/API/html/mainclasses.shtml openbabel-2.3.2/doc/API/html/matrix3x3_8cpp.shtml openbabel-2.3.2/doc/API/html/matrix3x3_8h.shtml openbabel-2.3.2/doc/API/html/matrix3x3_8h__dep__incl.map openbabel-2.3.2/doc/API/html/matrix3x3_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/matrix3x3_8h__dep__incl.png openbabel-2.3.2/doc/API/html/matrix3x3_8h_source.shtml openbabel-2.3.2/doc/API/html/matrix_8cpp.shtml openbabel-2.3.2/doc/API/html/matrix_8h.shtml openbabel-2.3.2/doc/API/html/matrix_8h__dep__incl.map openbabel-2.3.2/doc/API/html/matrix_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/matrix_8h__dep__incl.png openbabel-2.3.2/doc/API/html/matrix_8h_source.shtml openbabel-2.3.2/doc/API/html/mcdlutil_8cpp.shtml openbabel-2.3.2/doc/API/html/mcdlutil_8h.shtml openbabel-2.3.2/doc/API/html/mcdlutil_8h__dep__incl.map openbabel-2.3.2/doc/API/html/mcdlutil_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/mcdlutil_8h__dep__incl.png openbabel-2.3.2/doc/API/html/mcdlutil_8h_source.shtml openbabel-2.3.2/doc/API/html/modules.shtml openbabel-2.3.2/doc/API/html/modules_8h.shtml openbabel-2.3.2/doc/API/html/modules_8h_source.shtml openbabel-2.3.2/doc/API/html/mol_8cpp.shtml openbabel-2.3.2/doc/API/html/mol_8h.shtml openbabel-2.3.2/doc/API/html/mol_8h__dep__incl.map openbabel-2.3.2/doc/API/html/mol_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/mol_8h__dep__incl.png openbabel-2.3.2/doc/API/html/mol_8h_source.shtml openbabel-2.3.2/doc/API/html/mol__graph_8h.shtml openbabel-2.3.2/doc/API/html/mol__graph_8h_source.shtml openbabel-2.3.2/doc/API/html/molchrg_8cpp.shtml openbabel-2.3.2/doc/API/html/molchrg_8h.shtml openbabel-2.3.2/doc/API/html/molchrg_8h__dep__incl.map openbabel-2.3.2/doc/API/html/molchrg_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/molchrg_8h__dep__incl.png openbabel-2.3.2/doc/API/html/molchrg_8h_source.shtml openbabel-2.3.2/doc/API/html/namespaceboost.shtml openbabel-2.3.2/doc/API/html/namespacemembers.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x61.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x62.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x63.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x64.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x65.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x66.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x67.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x68.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x69.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x6b.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x6c.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x6d.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x6e.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x6f.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x70.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x71.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x72.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x73.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x74.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x75.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x76.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x77.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x78.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x79.shtml openbabel-2.3.2/doc/API/html/namespacemembers_0x7a.shtml openbabel-2.3.2/doc/API/html/namespacemembers_enum.shtml openbabel-2.3.2/doc/API/html/namespacemembers_eval.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x62.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x63.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x64.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x65.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x66.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x67.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x68.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x69.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x6b.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x6c.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x6d.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x6e.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x6f.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x70.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x71.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x72.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x73.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x74.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x75.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x76.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x77.shtml openbabel-2.3.2/doc/API/html/namespacemembers_func_0x78.shtml openbabel-2.3.2/doc/API/html/namespacemembers_type.shtml openbabel-2.3.2/doc/API/html/namespacemembers_vars.shtml openbabel-2.3.2/doc/API/html/namespaceOpenBabel.shtml openbabel-2.3.2/doc/API/html/namespaceOpenBabel_1_1detail.shtml openbabel-2.3.2/doc/API/html/namespaceOpenBabel_1_1Kekulize.shtml openbabel-2.3.2/doc/API/html/namespaceOpenBabel_1_1OBAminoAcidProperty.shtml openbabel-2.3.2/doc/API/html/namespaceOpenBabel_1_1OBGenericDataType.shtml openbabel-2.3.2/doc/API/html/namespaceOpenBabel_1_1OBResidueAtomProperty.shtml openbabel-2.3.2/doc/API/html/namespaceOpenBabel_1_1OBResidueIndex.shtml openbabel-2.3.2/doc/API/html/namespaceOpenBabel_1_1OBResidueProperty.shtml openbabel-2.3.2/doc/API/html/namespaces.shtml openbabel-2.3.2/doc/API/html/namespacestd.shtml openbabel-2.3.2/doc/API/html/namespacetemperf.shtml openbabel-2.3.2/doc/API/html/nav_f.png openbabel-2.3.2/doc/API/html/nav_h.png openbabel-2.3.2/doc/API/html/obconformersearch_default_8cpp-example.shtml openbabel-2.3.2/doc/API/html/obconversion_8cpp.shtml openbabel-2.3.2/doc/API/html/obconversion_8h.shtml openbabel-2.3.2/doc/API/html/obconversion_8h__dep__incl.map openbabel-2.3.2/doc/API/html/obconversion_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/obconversion_8h__dep__incl.png openbabel-2.3.2/doc/API/html/obconversion_8h_source.shtml openbabel-2.3.2/doc/API/html/obconversion_readstring_8cpp-example.shtml openbabel-2.3.2/doc/API/html/obconversion_readstring_8py-example.shtml openbabel-2.3.2/doc/API/html/oberror_8cpp.shtml openbabel-2.3.2/doc/API/html/oberror_8h.shtml openbabel-2.3.2/doc/API/html/oberror_8h__dep__incl.map openbabel-2.3.2/doc/API/html/oberror_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/oberror_8h__dep__incl.png openbabel-2.3.2/doc/API/html/oberror_8h_source.shtml openbabel-2.3.2/doc/API/html/obforcefield_energy_8cpp-example.shtml openbabel-2.3.2/doc/API/html/obiter_8cpp.shtml openbabel-2.3.2/doc/API/html/obiter_8h.shtml openbabel-2.3.2/doc/API/html/obiter_8h__dep__incl.map openbabel-2.3.2/doc/API/html/obiter_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/obiter_8h__dep__incl.png openbabel-2.3.2/doc/API/html/obiter_8h_source.shtml openbabel-2.3.2/doc/API/html/obmolecformat_8cpp.shtml openbabel-2.3.2/doc/API/html/obmolecformat_8h.shtml openbabel-2.3.2/doc/API/html/obmolecformat_8h__dep__incl.map openbabel-2.3.2/doc/API/html/obmolecformat_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/obmolecformat_8h__dep__incl.png openbabel-2.3.2/doc/API/html/obmolecformat_8h_source.shtml openbabel-2.3.2/doc/API/html/obutil_8cpp.shtml openbabel-2.3.2/doc/API/html/obutil_8h.shtml openbabel-2.3.2/doc/API/html/obutil_8h__dep__incl.map openbabel-2.3.2/doc/API/html/obutil_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/obutil_8h__dep__incl.png openbabel-2.3.2/doc/API/html/obutil_8h_source.shtml openbabel-2.3.2/doc/API/html/op_8cpp.shtml openbabel-2.3.2/doc/API/html/op_8h.shtml openbabel-2.3.2/doc/API/html/op_8h__dep__incl.map openbabel-2.3.2/doc/API/html/op_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/op_8h__dep__incl.png openbabel-2.3.2/doc/API/html/op_8h_source.shtml openbabel-2.3.2/doc/API/html/open.png openbabel-2.3.2/doc/API/html/optransform_8h.shtml openbabel-2.3.2/doc/API/html/optransform_8h_source.shtml openbabel-2.3.2/doc/API/html/pages.shtml openbabel-2.3.2/doc/API/html/painter_8h.shtml openbabel-2.3.2/doc/API/html/painter_8h__dep__incl.map openbabel-2.3.2/doc/API/html/painter_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/painter_8h__dep__incl.png openbabel-2.3.2/doc/API/html/painter_8h_source.shtml openbabel-2.3.2/doc/API/html/parsmart_8cpp.shtml openbabel-2.3.2/doc/API/html/parsmart_8h.shtml openbabel-2.3.2/doc/API/html/parsmart_8h__dep__incl.map openbabel-2.3.2/doc/API/html/parsmart_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/parsmart_8h__dep__incl.png openbabel-2.3.2/doc/API/html/parsmart_8h_source.shtml openbabel-2.3.2/doc/API/html/patty_8cpp.shtml openbabel-2.3.2/doc/API/html/patty_8h.shtml openbabel-2.3.2/doc/API/html/patty_8h__dep__incl.map openbabel-2.3.2/doc/API/html/patty_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/patty_8h__dep__incl.png openbabel-2.3.2/doc/API/html/patty_8h_source.shtml openbabel-2.3.2/doc/API/html/phmodel_8cpp.shtml openbabel-2.3.2/doc/API/html/phmodel_8h.shtml openbabel-2.3.2/doc/API/html/phmodel_8h__dep__incl.map openbabel-2.3.2/doc/API/html/phmodel_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/phmodel_8h__dep__incl.png openbabel-2.3.2/doc/API/html/phmodel_8h_source.shtml openbabel-2.3.2/doc/API/html/plugin_8cpp.shtml openbabel-2.3.2/doc/API/html/plugin_8h.shtml openbabel-2.3.2/doc/API/html/plugin_8h__dep__incl.map openbabel-2.3.2/doc/API/html/plugin_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/plugin_8h__dep__incl.png openbabel-2.3.2/doc/API/html/plugin_8h_source.shtml openbabel-2.3.2/doc/API/html/plugins.shtml openbabel-2.3.2/doc/API/html/pointgroup_8cpp.shtml openbabel-2.3.2/doc/API/html/pointgroup_8h.shtml openbabel-2.3.2/doc/API/html/pointgroup_8h__dep__incl.map openbabel-2.3.2/doc/API/html/pointgroup_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/pointgroup_8h__dep__incl.png openbabel-2.3.2/doc/API/html/pointgroup_8h_source.shtml openbabel-2.3.2/doc/API/html/query_8cpp.shtml openbabel-2.3.2/doc/API/html/query_8h.shtml openbabel-2.3.2/doc/API/html/query_8h__dep__incl.map openbabel-2.3.2/doc/API/html/query_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/query_8h__dep__incl.png openbabel-2.3.2/doc/API/html/query_8h_source.shtml openbabel-2.3.2/doc/API/html/rand_8cpp.shtml openbabel-2.3.2/doc/API/html/rand_8h.shtml openbabel-2.3.2/doc/API/html/rand_8h__dep__incl.map openbabel-2.3.2/doc/API/html/rand_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/rand_8h__dep__incl.png openbabel-2.3.2/doc/API/html/rand_8h_source.shtml openbabel-2.3.2/doc/API/html/RDKitConv_8h.shtml openbabel-2.3.2/doc/API/html/RDKitConv_8h_source.shtml openbabel-2.3.2/doc/API/html/reaction_8h.shtml openbabel-2.3.2/doc/API/html/reaction_8h_source.shtml openbabel-2.3.2/doc/API/html/residue_8cpp.shtml openbabel-2.3.2/doc/API/html/residue_8h.shtml openbabel-2.3.2/doc/API/html/residue_8h__dep__incl.map openbabel-2.3.2/doc/API/html/residue_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/residue_8h__dep__incl.png openbabel-2.3.2/doc/API/html/residue_8h_source.shtml openbabel-2.3.2/doc/API/html/ring_8cpp.shtml openbabel-2.3.2/doc/API/html/ring_8h.shtml openbabel-2.3.2/doc/API/html/ring_8h__dep__incl.map openbabel-2.3.2/doc/API/html/ring_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/ring_8h__dep__incl.png openbabel-2.3.2/doc/API/html/ring_8h_source.shtml openbabel-2.3.2/doc/API/html/rmsdconformerscore.png openbabel-2.3.2/doc/API/html/rotamer_8cpp.shtml openbabel-2.3.2/doc/API/html/rotamer_8h.shtml openbabel-2.3.2/doc/API/html/rotamer_8h__dep__incl.map openbabel-2.3.2/doc/API/html/rotamer_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/rotamer_8h__dep__incl.png openbabel-2.3.2/doc/API/html/rotamer_8h_source.shtml openbabel-2.3.2/doc/API/html/rotor_8cpp.shtml openbabel-2.3.2/doc/API/html/rotor_8h.shtml openbabel-2.3.2/doc/API/html/rotor_8h__dep__incl.map openbabel-2.3.2/doc/API/html/rotor_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/rotor_8h__dep__incl.png openbabel-2.3.2/doc/API/html/rotor_8h_source.shtml openbabel-2.3.2/doc/API/html/search/ openbabel-2.3.2/doc/API/html/shared__ptr_8h.shtml openbabel-2.3.2/doc/API/html/shared__ptr_8h__dep__incl.map openbabel-2.3.2/doc/API/html/shared__ptr_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/shared__ptr_8h__dep__incl.png openbabel-2.3.2/doc/API/html/shared__ptr_8h_source.shtml openbabel-2.3.2/doc/API/html/snprintf_8h.shtml openbabel-2.3.2/doc/API/html/snprintf_8h_source.shtml openbabel-2.3.2/doc/API/html/spacegroup_8cpp.shtml openbabel-2.3.2/doc/API/html/spacegroup_8h.shtml openbabel-2.3.2/doc/API/html/spacegroup_8h__dep__incl.map openbabel-2.3.2/doc/API/html/spacegroup_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/spacegroup_8h__dep__incl.png openbabel-2.3.2/doc/API/html/spacegroup_8h_source.shtml openbabel-2.3.2/doc/API/html/spectrophore_8cpp.shtml openbabel-2.3.2/doc/API/html/spectrophore_8h.shtml openbabel-2.3.2/doc/API/html/spectrophore_8h__dep__incl.map openbabel-2.3.2/doc/API/html/spectrophore_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/spectrophore_8h__dep__incl.png openbabel-2.3.2/doc/API/html/spectrophore_8h_source.shtml openbabel-2.3.2/doc/API/html/spectrophore_cage.png openbabel-2.3.2/doc/API/html/SPshapes.png openbabel-2.3.2/doc/API/html/squareplanar.png openbabel-2.3.2/doc/API/html/squareplanar_8h.shtml openbabel-2.3.2/doc/API/html/squareplanar_8h__dep__incl.map openbabel-2.3.2/doc/API/html/squareplanar_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/squareplanar_8h__dep__incl.png openbabel-2.3.2/doc/API/html/squareplanar_8h_source.shtml openbabel-2.3.2/doc/API/html/stereo_8h.shtml openbabel-2.3.2/doc/API/html/stereo_8h__dep__incl.map openbabel-2.3.2/doc/API/html/stereo_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/stereo_8h__dep__incl.png openbabel-2.3.2/doc/API/html/stereo_8h_source.shtml openbabel-2.3.2/doc/API/html/structboost_1_1functor__caller-members.shtml openbabel-2.3.2/doc/API/html/structboost_1_1functor__caller.shtml openbabel-2.3.2/doc/API/html/structboost_1_1graph__traits_3_01OpenBabel_1_1OBMol_01_4-members.shtml openbabel-2.3.2/doc/API/html/structboost_1_1graph__traits_3_01OpenBabel_1_1OBMol_01_4.shtml openbabel-2.3.2/doc/API/html/structboost_1_1obmol__traversal__tag.shtml openbabel-2.3.2/doc/API/html/structboost_1_1recorder-members.shtml openbabel-2.3.2/doc/API/html/structboost_1_1recorder.shtml openbabel-2.3.2/doc/API/html/structConfig-members.shtml openbabel-2.3.2/doc/API/html/structConfig.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1AtomSpec-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1AtomSpec.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1BondSpec-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1BondSpec.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1CharPtrLess-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1CharPtrLess.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1DeleteObject-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1DeleteObject.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1detail_1_1max__value-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1detail_1_1max__value.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1detail_1_1max__value_3_01T_00_010_01_4-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1detail_1_1max__value_3_01T_00_010_01_4.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1DoubleType-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1DoubleType.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1FptIndex-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1FptIndex.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1FptIndexHeader-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1FptIndexHeader.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1InChIFormat_1_1InchiLess-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1InChIFormat_1_1InchiLess.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1LineSearchType-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1LineSearchType.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBCisTransStereo_1_1Config-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBCisTransStereo_1_1Config.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBColor-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBColor.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBFontMetrics-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBFontMetrics.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBSquarePlanarStereo_1_1Config-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBSquarePlanarStereo_1_1Config.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBStereo-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBStereo.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBStereoUnit-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBStereoUnit.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBTetrahedralStereo_1_1Config-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1OBTetrahedralStereo_1_1Config.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1ParseState-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1ParseState.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1Pattern-members.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1Pattern.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1quad.shtml openbabel-2.3.2/doc/API/html/structOpenBabel_1_1triple.shtml openbabel-2.3.2/doc/API/html/svgpainter_8cpp.shtml openbabel-2.3.2/doc/API/html/svgpainter_8h.shtml openbabel-2.3.2/doc/API/html/svgpainter_8h_source.shtml openbabel-2.3.2/doc/API/html/tab_a.png openbabel-2.3.2/doc/API/html/tab_b.png openbabel-2.3.2/doc/API/html/tab_h.png openbabel-2.3.2/doc/API/html/tab_s.png openbabel-2.3.2/doc/API/html/tabs.css openbabel-2.3.2/doc/API/html/tetrahedral.png openbabel-2.3.2/doc/API/html/tetrahedral_8h.shtml openbabel-2.3.2/doc/API/html/tetrahedral_8h__dep__incl.map openbabel-2.3.2/doc/API/html/tetrahedral_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/tetrahedral_8h__dep__incl.png openbabel-2.3.2/doc/API/html/tetrahedral_8h_source.shtml openbabel-2.3.2/doc/API/html/tetranonplanar.png openbabel-2.3.2/doc/API/html/tetranonplanar_8h.shtml openbabel-2.3.2/doc/API/html/tetranonplanar_8h__dep__incl.map openbabel-2.3.2/doc/API/html/tetranonplanar_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/tetranonplanar_8h__dep__incl.png openbabel-2.3.2/doc/API/html/tetranonplanar_8h_source.shtml openbabel-2.3.2/doc/API/html/tetraplanar.png openbabel-2.3.2/doc/API/html/tetraplanar_8h.shtml openbabel-2.3.2/doc/API/html/tetraplanar_8h__dep__incl.map openbabel-2.3.2/doc/API/html/tetraplanar_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/tetraplanar_8h__dep__incl.png openbabel-2.3.2/doc/API/html/tetraplanar_8h_source.shtml openbabel-2.3.2/doc/API/html/text_8h.shtml openbabel-2.3.2/doc/API/html/text_8h_source.shtml openbabel-2.3.2/doc/API/html/todo.shtml openbabel-2.3.2/doc/API/html/tokenst_8cpp.shtml openbabel-2.3.2/doc/API/html/tokenst_8h.shtml openbabel-2.3.2/doc/API/html/tokenst_8h__dep__incl.map openbabel-2.3.2/doc/API/html/tokenst_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/tokenst_8h__dep__incl.png openbabel-2.3.2/doc/API/html/tokenst_8h_source.shtml openbabel-2.3.2/doc/API/html/transform3d_8cpp.shtml openbabel-2.3.2/doc/API/html/transform3d_8h.shtml openbabel-2.3.2/doc/API/html/transform3d_8h__dep__incl.map openbabel-2.3.2/doc/API/html/transform3d_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/transform3d_8h__dep__incl.png openbabel-2.3.2/doc/API/html/transform3d_8h_source.shtml openbabel-2.3.2/doc/API/html/transform_8cpp.shtml openbabel-2.3.2/doc/API/html/typer_8cpp.shtml openbabel-2.3.2/doc/API/html/typer_8h.shtml openbabel-2.3.2/doc/API/html/typer_8h__dep__incl.map openbabel-2.3.2/doc/API/html/typer_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/typer_8h__dep__incl.png openbabel-2.3.2/doc/API/html/typer_8h_source.shtml openbabel-2.3.2/doc/API/html/unionOpenBabel_1_1__AtomExpr-members.shtml openbabel-2.3.2/doc/API/html/unionOpenBabel_1_1__AtomExpr.shtml openbabel-2.3.2/doc/API/html/unionOpenBabel_1_1__BondExpr-members.shtml openbabel-2.3.2/doc/API/html/unionOpenBabel_1_1__BondExpr.shtml openbabel-2.3.2/doc/API/html/vector3_8cpp.shtml openbabel-2.3.2/doc/API/html/vector3_8h.shtml openbabel-2.3.2/doc/API/html/vector3_8h__dep__incl.map openbabel-2.3.2/doc/API/html/vector3_8h__dep__incl.md5 openbabel-2.3.2/doc/API/html/vector3_8h__dep__incl.png openbabel-2.3.2/doc/API/html/vector3_8h_source.shtml openbabel-2.3.2/doc/API/html/verbose__visitors_8h.shtml openbabel-2.3.2/doc/API/html/verbose__visitors_8h_source.shtml openbabel-2.3.2/doc/API/html/xml_8h.shtml openbabel-2.3.2/doc/API/html/xml_8h_source.shtml openbabel-2.3.2/doc/API/html/search/all_5f.html openbabel-2.3.2/doc/API/html/search/all_61.html openbabel-2.3.2/doc/API/html/search/all_62.html openbabel-2.3.2/doc/API/html/search/all_63.html openbabel-2.3.2/doc/API/html/search/all_64.html openbabel-2.3.2/doc/API/html/search/all_65.html openbabel-2.3.2/doc/API/html/search/all_66.html openbabel-2.3.2/doc/API/html/search/all_67.html openbabel-2.3.2/doc/API/html/search/all_68.html openbabel-2.3.2/doc/API/html/search/all_69.html openbabel-2.3.2/doc/API/html/search/all_6a.html openbabel-2.3.2/doc/API/html/search/all_6b.html openbabel-2.3.2/doc/API/html/search/all_6c.html openbabel-2.3.2/doc/API/html/search/all_6d.html openbabel-2.3.2/doc/API/html/search/all_6e.html openbabel-2.3.2/doc/API/html/search/all_6f.html openbabel-2.3.2/doc/API/html/search/all_70.html openbabel-2.3.2/doc/API/html/search/all_71.html openbabel-2.3.2/doc/API/html/search/all_72.html openbabel-2.3.2/doc/API/html/search/all_73.html openbabel-2.3.2/doc/API/html/search/all_74.html openbabel-2.3.2/doc/API/html/search/all_75.html openbabel-2.3.2/doc/API/html/search/all_76.html openbabel-2.3.2/doc/API/html/search/all_77.html openbabel-2.3.2/doc/API/html/search/all_78.html openbabel-2.3.2/doc/API/html/search/all_79.html openbabel-2.3.2/doc/API/html/search/all_7a.html openbabel-2.3.2/doc/API/html/search/all_7e.html openbabel-2.3.2/doc/API/html/search/classes_5f.html openbabel-2.3.2/doc/API/html/search/classes_61.html openbabel-2.3.2/doc/API/html/search/classes_62.html openbabel-2.3.2/doc/API/html/search/classes_63.html openbabel-2.3.2/doc/API/html/search/classes_64.html openbabel-2.3.2/doc/API/html/search/classes_65.html openbabel-2.3.2/doc/API/html/search/classes_66.html openbabel-2.3.2/doc/API/html/search/classes_67.html openbabel-2.3.2/doc/API/html/search/classes_69.html openbabel-2.3.2/doc/API/html/search/classes_6c.html openbabel-2.3.2/doc/API/html/search/classes_6d.html openbabel-2.3.2/doc/API/html/search/classes_6f.html openbabel-2.3.2/doc/API/html/search/classes_70.html openbabel-2.3.2/doc/API/html/search/classes_71.html openbabel-2.3.2/doc/API/html/search/classes_72.html openbabel-2.3.2/doc/API/html/search/classes_73.html openbabel-2.3.2/doc/API/html/search/classes_74.html openbabel-2.3.2/doc/API/html/search/classes_76.html openbabel-2.3.2/doc/API/html/search/classes_78.html openbabel-2.3.2/doc/API/html/search/close.png openbabel-2.3.2/doc/API/html/search/defines_61.html openbabel-2.3.2/doc/API/html/search/defines_62.html openbabel-2.3.2/doc/API/html/search/defines_63.html openbabel-2.3.2/doc/API/html/search/defines_64.html openbabel-2.3.2/doc/API/html/search/defines_65.html openbabel-2.3.2/doc/API/html/search/defines_66.html openbabel-2.3.2/doc/API/html/search/defines_68.html openbabel-2.3.2/doc/API/html/search/defines_69.html openbabel-2.3.2/doc/API/html/search/defines_6b.html openbabel-2.3.2/doc/API/html/search/defines_6c.html openbabel-2.3.2/doc/API/html/search/defines_6d.html openbabel-2.3.2/doc/API/html/search/defines_6e.html openbabel-2.3.2/doc/API/html/search/defines_6f.html openbabel-2.3.2/doc/API/html/search/defines_70.html openbabel-2.3.2/doc/API/html/search/defines_72.html openbabel-2.3.2/doc/API/html/search/defines_73.html openbabel-2.3.2/doc/API/html/search/defines_74.html openbabel-2.3.2/doc/API/html/search/defines_75.html openbabel-2.3.2/doc/API/html/search/defines_76.html openbabel-2.3.2/doc/API/html/search/defines_77.html openbabel-2.3.2/doc/API/html/search/defines_7a.html openbabel-2.3.2/doc/API/html/search/enums_61.html openbabel-2.3.2/doc/API/html/search/enums_62.html openbabel-2.3.2/doc/API/html/search/enums_63.html openbabel-2.3.2/doc/API/html/search/enums_64.html openbabel-2.3.2/doc/API/html/search/enums_65.html openbabel-2.3.2/doc/API/html/search/enums_66.html openbabel-2.3.2/doc/API/html/search/enums_6c.html openbabel-2.3.2/doc/API/html/search/enums_6d.html openbabel-2.3.2/doc/API/html/search/enums_6e.html openbabel-2.3.2/doc/API/html/search/enums_6f.html openbabel-2.3.2/doc/API/html/search/enums_70.html openbabel-2.3.2/doc/API/html/search/enums_72.html openbabel-2.3.2/doc/API/html/search/enums_73.html openbabel-2.3.2/doc/API/html/search/enums_74.html openbabel-2.3.2/doc/API/html/search/enums_75.html openbabel-2.3.2/doc/API/html/search/enums_76.html openbabel-2.3.2/doc/API/html/search/enums_77.html openbabel-2.3.2/doc/API/html/search/enumvalues_5f.html openbabel-2.3.2/doc/API/html/search/enumvalues_61.html openbabel-2.3.2/doc/API/html/search/enumvalues_62.html openbabel-2.3.2/doc/API/html/search/enumvalues_63.html openbabel-2.3.2/doc/API/html/search/enumvalues_64.html openbabel-2.3.2/doc/API/html/search/enumvalues_65.html openbabel-2.3.2/doc/API/html/search/enumvalues_66.html openbabel-2.3.2/doc/API/html/search/enumvalues_67.html openbabel-2.3.2/doc/API/html/search/enumvalues_68.html openbabel-2.3.2/doc/API/html/search/enumvalues_69.html openbabel-2.3.2/doc/API/html/search/enumvalues_6c.html openbabel-2.3.2/doc/API/html/search/enumvalues_6d.html openbabel-2.3.2/doc/API/html/search/enumvalues_6e.html openbabel-2.3.2/doc/API/html/search/enumvalues_6f.html openbabel-2.3.2/doc/API/html/search/enumvalues_70.html openbabel-2.3.2/doc/API/html/search/enumvalues_72.html openbabel-2.3.2/doc/API/html/search/enumvalues_73.html openbabel-2.3.2/doc/API/html/search/enumvalues_74.html openbabel-2.3.2/doc/API/html/search/enumvalues_75.html openbabel-2.3.2/doc/API/html/search/enumvalues_76.html openbabel-2.3.2/doc/API/html/search/enumvalues_77.html openbabel-2.3.2/doc/API/html/search/enumvalues_79.html openbabel-2.3.2/doc/API/html/search/files_61.html openbabel-2.3.2/doc/API/html/search/files_62.html openbabel-2.3.2/doc/API/html/search/files_63.html openbabel-2.3.2/doc/API/html/search/files_64.html openbabel-2.3.2/doc/API/html/search/files_65.html openbabel-2.3.2/doc/API/html/search/files_66.html openbabel-2.3.2/doc/API/html/search/files_67.html openbabel-2.3.2/doc/API/html/search/files_69.html openbabel-2.3.2/doc/API/html/search/files_6b.html openbabel-2.3.2/doc/API/html/search/files_6c.html openbabel-2.3.2/doc/API/html/search/files_6d.html openbabel-2.3.2/doc/API/html/search/files_6f.html openbabel-2.3.2/doc/API/html/search/files_70.html openbabel-2.3.2/doc/API/html/search/files_71.html openbabel-2.3.2/doc/API/html/search/files_72.html openbabel-2.3.2/doc/API/html/search/files_73.html openbabel-2.3.2/doc/API/html/search/files_74.html openbabel-2.3.2/doc/API/html/search/files_76.html openbabel-2.3.2/doc/API/html/search/files_78.html openbabel-2.3.2/doc/API/html/search/functions_5f.html openbabel-2.3.2/doc/API/html/search/functions_61.html openbabel-2.3.2/doc/API/html/search/functions_62.html openbabel-2.3.2/doc/API/html/search/functions_63.html openbabel-2.3.2/doc/API/html/search/functions_64.html openbabel-2.3.2/doc/API/html/search/functions_65.html openbabel-2.3.2/doc/API/html/search/functions_66.html openbabel-2.3.2/doc/API/html/search/functions_67.html openbabel-2.3.2/doc/API/html/search/functions_68.html openbabel-2.3.2/doc/API/html/search/functions_69.html openbabel-2.3.2/doc/API/html/search/functions_6a.html openbabel-2.3.2/doc/API/html/search/functions_6b.html openbabel-2.3.2/doc/API/html/search/functions_6c.html openbabel-2.3.2/doc/API/html/search/functions_6d.html openbabel-2.3.2/doc/API/html/search/functions_6e.html openbabel-2.3.2/doc/API/html/search/functions_6f.html openbabel-2.3.2/doc/API/html/search/functions_70.html openbabel-2.3.2/doc/API/html/search/functions_71.html openbabel-2.3.2/doc/API/html/search/functions_72.html openbabel-2.3.2/doc/API/html/search/functions_73.html openbabel-2.3.2/doc/API/html/search/functions_74.html openbabel-2.3.2/doc/API/html/search/functions_75.html openbabel-2.3.2/doc/API/html/search/functions_76.html openbabel-2.3.2/doc/API/html/search/functions_77.html openbabel-2.3.2/doc/API/html/search/functions_78.html openbabel-2.3.2/doc/API/html/search/functions_79.html openbabel-2.3.2/doc/API/html/search/functions_7a.html openbabel-2.3.2/doc/API/html/search/functions_7e.html openbabel-2.3.2/doc/API/html/search/mag_sel.png openbabel-2.3.2/doc/API/html/search/namespaces_62.html openbabel-2.3.2/doc/API/html/search/namespaces_6f.html openbabel-2.3.2/doc/API/html/search/namespaces_73.html openbabel-2.3.2/doc/API/html/search/namespaces_74.html openbabel-2.3.2/doc/API/html/search/nomatches.html openbabel-2.3.2/doc/API/html/search/related_6f.html openbabel-2.3.2/doc/API/html/search/search.css openbabel-2.3.2/doc/API/html/search/search.js openbabel-2.3.2/doc/API/html/search/search_l.png openbabel-2.3.2/doc/API/html/search/search_m.png openbabel-2.3.2/doc/API/html/search/search_r.png openbabel-2.3.2/doc/API/html/search/typedefs_61.html openbabel-2.3.2/doc/API/html/search/typedefs_62.html openbabel-2.3.2/doc/API/html/search/typedefs_63.html openbabel-2.3.2/doc/API/html/search/typedefs_64.html openbabel-2.3.2/doc/API/html/search/typedefs_65.html openbabel-2.3.2/doc/API/html/search/typedefs_66.html openbabel-2.3.2/doc/API/html/search/typedefs_69.html openbabel-2.3.2/doc/API/html/search/typedefs_6b.html openbabel-2.3.2/doc/API/html/search/typedefs_6c.html openbabel-2.3.2/doc/API/html/search/typedefs_6d.html openbabel-2.3.2/doc/API/html/search/typedefs_6e.html openbabel-2.3.2/doc/API/html/search/typedefs_6f.html openbabel-2.3.2/doc/API/html/search/typedefs_70.html openbabel-2.3.2/doc/API/html/search/typedefs_72.html openbabel-2.3.2/doc/API/html/search/typedefs_73.html openbabel-2.3.2/doc/API/html/search/typedefs_74.html openbabel-2.3.2/doc/API/html/search/typedefs_76.html openbabel-2.3.2/doc/API/html/search/typedefs_77.html openbabel-2.3.2/doc/API/html/search/variables_5f.html openbabel-2.3.2/doc/API/html/search/variables_61.html openbabel-2.3.2/doc/API/html/search/variables_62.html openbabel-2.3.2/doc/API/html/search/variables_63.html openbabel-2.3.2/doc/API/html/search/variables_64.html openbabel-2.3.2/doc/API/html/search/variables_65.html openbabel-2.3.2/doc/API/html/search/variables_66.html openbabel-2.3.2/doc/API/html/search/variables_67.html openbabel-2.3.2/doc/API/html/search/variables_68.html openbabel-2.3.2/doc/API/html/search/variables_69.html openbabel-2.3.2/doc/API/html/search/variables_6c.html openbabel-2.3.2/doc/API/html/search/variables_6d.html openbabel-2.3.2/doc/API/html/search/variables_6e.html openbabel-2.3.2/doc/API/html/search/variables_6f.html openbabel-2.3.2/doc/API/html/search/variables_70.html openbabel-2.3.2/doc/API/html/search/variables_71.html openbabel-2.3.2/doc/API/html/search/variables_72.html openbabel-2.3.2/doc/API/html/search/variables_73.html openbabel-2.3.2/doc/API/html/search/variables_74.html openbabel-2.3.2/doc/API/html/search/variables_76.html openbabel-2.3.2/doc/API/html/search/variables_77.html openbabel-2.3.2/doc/API/html/search/variables_78.html openbabel-2.3.2/doc/API/html/search/variables_79.html openbabel-2.3.2/doc/API/html/search/variables_7a.html openbabel-2.3.2/data/aromatic.h openbabel-2.3.2/data/aromatic.txt openbabel-2.3.2/data/atomtyp.h openbabel-2.3.2/data/atomtyp.txt openbabel-2.3.2/data/babel_povray3.inc openbabel-2.3.2/data/bin2hex.pl openbabel-2.3.2/data/bondtyp.h openbabel-2.3.2/data/bondtyp.txt openbabel-2.3.2/data/CMakeLists.txt openbabel-2.3.2/data/element.h openbabel-2.3.2/data/element.txt openbabel-2.3.2/data/fragments.txt openbabel-2.3.2/data/gaff.dat openbabel-2.3.2/data/gaff.prm openbabel-2.3.2/data/genheaders.sh openbabel-2.3.2/data/ghemical.prm openbabel-2.3.2/data/isotope-small.txt openbabel-2.3.2/data/isotope.h openbabel-2.3.2/data/isotope.txt openbabel-2.3.2/data/logp.txt openbabel-2.3.2/data/MACCS.txt openbabel-2.3.2/data/mm2.prm openbabel-2.3.2/data/mmff94.ff openbabel-2.3.2/data/mmff94s.ff openbabel-2.3.2/data/mmffang.par openbabel-2.3.2/data/mmffbndk.par openbabel-2.3.2/data/mmffbond.par openbabel-2.3.2/data/mmffchg.par openbabel-2.3.2/data/mmffdef.par openbabel-2.3.2/data/mmffdfsb.par openbabel-2.3.2/data/mmffoop.par openbabel-2.3.2/data/mmffpbci.par openbabel-2.3.2/data/mmffprop.par openbabel-2.3.2/data/mmffs_oop.par openbabel-2.3.2/data/mmffs_tor.par openbabel-2.3.2/data/mmffstbn.par openbabel-2.3.2/data/mmfftor.par openbabel-2.3.2/data/mmffvdw.par openbabel-2.3.2/data/mpC.txt openbabel-2.3.2/data/mr.txt openbabel-2.3.2/data/patterns.txt openbabel-2.3.2/data/phmodel.txt openbabel-2.3.2/data/phmodeldata.h openbabel-2.3.2/data/plugindefines.txt openbabel-2.3.2/data/psa.txt openbabel-2.3.2/data/qeq.txt openbabel-2.3.2/data/resdata.h openbabel-2.3.2/data/resdata.txt openbabel-2.3.2/data/ringtyp.txt openbabel-2.3.2/data/SMARTS_InteLigand.txt openbabel-2.3.2/data/space-groups.txt openbabel-2.3.2/data/space-groups.xsl openbabel-2.3.2/data/splash.png openbabel-2.3.2/data/superatom.txt openbabel-2.3.2/data/svgformat.script openbabel-2.3.2/data/templates.sdf openbabel-2.3.2/data/torlib.h openbabel-2.3.2/datacd openbabel-2.3.2/ mkdir build mkdir: cannot create directory `build': File exists cd build/ cmake -DCMAKE_INSTALL_PREFIX=$INSTDIR/openbabel-2.3.2/install .. /torlib.txt openbabel-2.3.2/data/types.h openbabel-2.3.2/data/types.txt openbabel-2.3.2/data/UFF.prm openbabel-2.3.2/cmake/modules/ openbabel-2.3.2/cmake/modules/FindCairo.cmake openbabel-2.3.2/cmake/modules/FindEigen2.cmake openbabel-2.3.2/cmake/modules/FindEigen3.cmake openbabel-2.3.2/cmake/modules/FindInchi.cmake openbabel-2.3.2/cmake/modules/MacroEnsureVersion.cmake openbabel-2.3.2/cmake/modules/UsePythonTest.cmake -- The C compiler identification is GNU 4.9.3 -- The CXX compiler identification is GNU 4.9.3 -- Check for working C compiler: /opt/cray/craype/2.5.8/bin/cc -- Check for working C compiler: /opt/cray/craype/2.5.8/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /opt/cray/craype/2.5.8/bin/CC -- Check for working CXX compiler: /opt/cray/craype/2.5.8/bin/CC -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Using included inchi library. -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.7.6") -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7") -- Could NOT find wxWidgets (missing: wxWidgets_FOUND) -- Looking for conio.h -- Looking for conio.h - not found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for rpc/xdr.h -- Looking for rpc/xdr.h - found -- Looking for regex.h -- Looking for regex.h - found -- Looking for C++ include sstream -- Looking for C++ include sstream - found -- Looking for rint -- Looking for rint - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for sranddev -- Looking for sranddev - not found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for strncasecmp -- Looking for strncasecmp - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of clock_t -- Check size of clock_t - done -- Performing Test SCANDIR_NEEDS_CONST -- Performing Test SCANDIR_NEEDS_CONST - Failed -- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Could NOT find Eigen3 (missing: EIGEN3_INCLUDE_DIR EIGEN3_VERSION_OK) (Required is at least version "2.91.0") -- Could NOT find Eigen2 (missing: EIGEN2_INCLUDE_DIR EIGEN2_VERSION_OK) (Required is at least version "2.0.0") -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") -- checking for module 'cairo' -- found cairo, version 1.8.8 -- Found Cairo: /usr/lib64/libcairo.so -- Cairo found. PNG output will be supported. -- Looking for getopt -- Looking for getopt - found -- Attempting to build the GUI -- wxWidgets not found => GUI will not be built CMake Warning (dev) at test/CMakeLists.txt:171 (include): Syntax Warning in cmake code at /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/cmake/modules/UsePythonTest.cmake:54:14 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at test/CMakeLists.txt:171 (include): Syntax Warning in cmake code at /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/cmake/modules/UsePythonTest.cmake:54:31 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at test/CMakeLists.txt:171 (include): Syntax Warning in cmake code at /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/cmake/modules/UsePythonTest.cmake:57:25 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at test/CMakeLists.txt:171 (include): Syntax Warning in cmake code at /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/cmake/modules/UsePythonTest.cmake:57:39 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/modules/UsePythonTest.cmake:37 (FILE): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' SET(ENV{PYTHONPATH} ${pyenv}) SET(ENV{LD_LIBRARY_PATH} ${pyenv}:\$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} ${ob_libdir}) SET(ENV{BABEL_DATADIR} ${ob_datadir}) MESSAGE(\"${pyenv}\") EXECUTE_PROCESS( COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolumn} #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' the old evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testbabel.py #WORKING_DIRECTORY RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' but the new evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testbabel.py #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): test/CMakeLists.txt:182 (ADD_PYTHON_TEST) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/modules/UsePythonTest.cmake:37 (FILE): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' SET(ENV{PYTHONPATH} ${pyenv}) SET(ENV{LD_LIBRARY_PATH} ${pyenv}:\$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} ${ob_libdir}) SET(ENV{BABEL_DATADIR} ${ob_datadir}) MESSAGE(\"${pyenv}\") EXECUTE_PROCESS( COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolumn} #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' the old evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testsym.py #WORKING_DIRECTORY RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' but the new evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testsym.py #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): test/CMakeLists.txt:182 (ADD_PYTHON_TEST) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/modules/UsePythonTest.cmake:37 (FILE): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' SET(ENV{PYTHONPATH} ${pyenv}) SET(ENV{LD_LIBRARY_PATH} ${pyenv}:\$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} ${ob_libdir}) SET(ENV{BABEL_DATADIR} ${ob_datadir}) MESSAGE(\"${pyenv}\") EXECUTE_PROCESS( COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolumn} #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' the old evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testfastsearch.py #WORKING_DIRECTORY RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' but the new evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testfastsearch.py #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): test/CMakeLists.txt:182 (ADD_PYTHON_TEST) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/modules/UsePythonTest.cmake:37 (FILE): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' SET(ENV{PYTHONPATH} ${pyenv}) SET(ENV{LD_LIBRARY_PATH} ${pyenv}:\$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} ${ob_libdir}) SET(ENV{BABEL_DATADIR} ${ob_datadir}) MESSAGE(\"${pyenv}\") EXECUTE_PROCESS( COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolumn} #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' the old evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testunique.py #WORKING_DIRECTORY RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' but the new evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testunique.py #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): test/CMakeLists.txt:182 (ADD_PYTHON_TEST) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/modules/UsePythonTest.cmake:37 (FILE): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: ' SET(ENV{PYTHONPATH} ${pyenv}) SET(ENV{LD_LIBRARY_PATH} ${pyenv}:\$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} ${ob_libdir}) SET(ENV{BABEL_DATADIR} ${ob_datadir}) MESSAGE(\"${pyenv}\") EXECUTE_PROCESS( COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolumn} #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' the old evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testkekule.py #WORKING_DIRECTORY RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' but the new evaluation rules produce: ' SET(ENV{PYTHONPATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{LD_LIBRARY_PATH} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib:$ENV{LD_LIBRARY_PATH}) SET(ENV{BABEL_LIBDIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib) SET(ENV{BABEL_DATADIR} /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/data) MESSAGE("/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/scripts/python:/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build/lib") EXECUTE_PROCESS( COMMAND /usr/bin/python /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/test/testkekule.py #WORKING_DIRECTORY @LIBRARY_OUTPUT_PATH@ RESULT_VARIABLE import_res OUTPUT_VARIABLE import_output ERROR_VARIABLE import_output ) # Pass the output back to ctest IF(import_output) MESSAGE(' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): test/CMakeLists.txt:182 (ADD_PYTHON_TEST) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonInterp: /usr/bin/python (found version "2.6.9") -- Configuring done -- Generating done nice make -j8 -- Build files have been written to: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/build Scanning dependencies of target inchi [ 1%] [ 1%] [ 1%] [ 1%] [ 2%] [ 2%] [ 2%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/inchi_dll_main.o Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichiqueu.o Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichicans.o Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichilnct.o Building C object src/formats/libinchi/CMakeFiles/inchi.dir/util.o Building C object src/formats/libinchi/CMakeFiles/inchi.dir/inchi_dll.o Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichiread.o [ 3%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichimak2.o Scanning dependencies of target openbabel [ 3%] Building CXX object src/CMakeFiles/openbabel.dir/alias.o [ 4%] Building CXX object src/CMakeFiles/openbabel.dir/atom.o [ 4%] Building CXX object src/CMakeFiles/openbabel.dir/base.o [ 4%] Building CXX object src/CMakeFiles/openbabel.dir/bitvec.o [ 5%] Building CXX object src/CMakeFiles/openbabel.dir/bond.o [ 5%] Building CXX object src/CMakeFiles/openbabel.dir/bondtyper.o [ 5%] Building CXX object src/CMakeFiles/openbabel.dir/builder.o [ 5%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichirvr6.o [ 5%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/inchi_dll_a.o [ 5%] Building CXX object src/CMakeFiles/openbabel.dir/canon.o [ 6%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichitaut.o [ 6%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichimap2.o [ 6%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichimake.o [ 7%] Building CXX object src/CMakeFiles/openbabel.dir/chargemodel.o [ 7%] Building CXX object src/CMakeFiles/openbabel.dir/chains.o [ 8%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichi_bns.o [ 8%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ikey_dll.o [ 8%] Building CXX object src/CMakeFiles/openbabel.dir/chiral.o [ 9%] Building CXX object src/CMakeFiles/openbabel.dir/descriptor.o [ 9%] Building CXX object src/CMakeFiles/openbabel.dir/data.o [ 9%] Building CXX object src/CMakeFiles/openbabel.dir/fingerprint.o [ 9%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichiisot.o [ 11%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichiprt3.o [ 11%] Building CXX object src/CMakeFiles/openbabel.dir/forcefield.o [ 11%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/sha2.o [ 11%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichirvr7.o [ 12%] Building CXX object src/CMakeFiles/openbabel.dir/format.o [ 12%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichiring.o [ 12%] Building CXX object src/CMakeFiles/openbabel.dir/generic.o [ 12%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/inchi_dll_a2.o [ 13%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ikey_base26.o [ 13%] Building CXX object src/CMakeFiles/openbabel.dir/grid.o [ 13%] Building CXX object src/CMakeFiles/openbabel.dir/graphsym.o [ 13%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichi_io.o [ 14%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichiprt2.o [ 14%] Building CXX object src/CMakeFiles/openbabel.dir/griddata.o [ 15%] [ 15%] Building CXX object src/CMakeFiles/openbabel.dir/isomorphism.o Building CXX object src/CMakeFiles/openbabel.dir/kekulize.o [ 15%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichinorm.o [ 15%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichicano.o [ 16%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichican2.o [ 16%] Building CXX object src/CMakeFiles/openbabel.dir/locale.o [ 16%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/strutil.o [ 17%] Building CXX object src/CMakeFiles/openbabel.dir/matrix.o [ 17%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichimap1.o [ 18%] [ 18%] Building CXX object src/CMakeFiles/openbabel.dir/mcdlutil.o Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichirvr4.o [ 18%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichirvr5.o [ 18%] Building CXX object src/CMakeFiles/openbabel.dir/molchrg.o [ 18%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichimap4.o [ 19%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichirvr1.o [ 20%] Building CXX object src/CMakeFiles/openbabel.dir/obconversion.o [ 20%] [ 20%] Building CXX object src/CMakeFiles/openbabel.dir/mol.o Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichirvr2.o [ 20%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichister.o [ 20%] Building CXX object src/CMakeFiles/openbabel.dir/oberror.o [ 20%] Building CXX object src/CMakeFiles/openbabel.dir/obiter.o [ 21%] Building CXX object src/CMakeFiles/openbabel.dir/obutil.o [ 21%] Building CXX object src/CMakeFiles/openbabel.dir/op.o [ 22%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichiprt1.o [ 22%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/runichi.o [ 22%] Building CXX object src/CMakeFiles/openbabel.dir/parsmart.o [ 22%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichisort.o [ 23%] Building CXX object src/CMakeFiles/openbabel.dir/patty.o [ 24%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichiparm.o [ 24%] Building C object src/formats/libinchi/CMakeFiles/inchi.dir/ichirvr3.o [ 24%] Building CXX object src/CMakeFiles/openbabel.dir/phmodel.o [ 24%] Building CXX object src/CMakeFiles/openbabel.dir/plugin.o [ 25%] Building CXX object src/CMakeFiles/openbabel.dir/pointgroup.o [ 25%] Building CXX object src/CMakeFiles/openbabel.dir/query.o [ 25%] Building CXX object src/CMakeFiles/openbabel.dir/rand.o [ 26%] [ 26%] Building CXX object src/CMakeFiles/openbabel.dir/residue.o Building CXX object src/CMakeFiles/openbabel.dir/ring.o [ 26%] Building CXX object src/CMakeFiles/openbabel.dir/rotamer.o [ 27%] Building CXX object src/CMakeFiles/openbabel.dir/rotor.o [ 27%] Building CXX object src/CMakeFiles/openbabel.dir/spectrophore.o Linking C shared library ../../../lib/libinchi.so [ 27%] Building CXX object src/CMakeFiles/openbabel.dir/tokenst.o [ 28%] Building CXX object src/CMakeFiles/openbabel.dir/transform.o [ 28%] Building CXX object src/CMakeFiles/openbabel.dir/typer.o [ 28%] Building CXX object src/CMakeFiles/openbabel.dir/obmolecformat.o [ 28%] Building CXX object src/CMakeFiles/openbabel.dir/dlhandler_unix.o [ 28%] Built target inchi [ 29%] Building CXX object src/CMakeFiles/openbabel.dir/depict/depict.o [ 29%] Building CXX object src/CMakeFiles/openbabel.dir/depict/svgpainter.o [ 29%] Building CXX object src/CMakeFiles/openbabel.dir/math/matrix3x3.o [ 30%] Building CXX object src/CMakeFiles/openbabel.dir/math/spacegroup.o [ 30%] Building CXX object src/CMakeFiles/openbabel.dir/math/transform3d.o [ 30%] Building CXX object src/CMakeFiles/openbabel.dir/math/vector3.o [ 31%] Building CXX object src/CMakeFiles/openbabel.dir/stereo/stereo.o [ 31%] Building CXX object src/CMakeFiles/openbabel.dir/stereo/tetranonplanar.o [ 31%] Building CXX object src/CMakeFiles/openbabel.dir/stereo/tetraplanar.o [ 32%] Building CXX object src/CMakeFiles/openbabel.dir/stereo/squareplanar.o [ 32%] Building CXX object src/CMakeFiles/openbabel.dir/stereo/cistrans.o [ 32%] Building CXX object src/CMakeFiles/openbabel.dir/stereo/tetrahedral.o [ 33%] Building CXX object src/CMakeFiles/openbabel.dir/stereo/perception.o [ 33%] Building CXX object src/CMakeFiles/openbabel.dir/stereo/facade.o Linking CXX shared library ../lib/libopenbabel.so [ 33%] Built target openbabel Scanning dependencies of target APIInterface [ 33%] Building CXX object src/formats/CMakeFiles/APIInterface.dir/APIInterface.o Scanning dependencies of target MCDLformat Scanning dependencies of target CSRformat Scanning dependencies of target plugin_fingerprints [ 33%] [ 33%] Scanning dependencies of target plugin_charges Building CXX object src/formats/CMakeFiles/CSRformat.dir/CSRformat.o Building CXX object src/formats/CMakeFiles/MCDLformat.dir/MCDLformat.o [ 33%] [ 34%] Scanning dependencies of target plugin_descriptors Building CXX object src/CMakeFiles/plugin_fingerprints.dir/fingerprints/finger2.o Building CXX object src/CMakeFiles/plugin_charges.dir/charges/eem.o [ 34%] Scanning dependencies of target plugin_forcefields Building CXX object src/CMakeFiles/plugin_descriptors.dir/descriptors/cansmidescriptor.o [ 35%] Building CXX object src/CMakeFiles/plugin_forcefields.dir/forcefields/forcefieldgaff.o Scanning dependencies of target plugin_ops [ 35%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/addfilename.o Linking CXX shared module ../../lib/APIInterface.so [ 35%] Building CXX object src/CMakeFiles/plugin_descriptors.dir/descriptors/cmpdfilter.o [ 35%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/addinindex.o [ 35%] Building CXX object src/CMakeFiles/plugin_charges.dir/charges/gasteiger.o Linking CXX shared module ../../lib/CSRformat.so [ 36%] Building CXX object src/CMakeFiles/plugin_descriptors.dir/descriptors/groupcontrib.o [ 36%] Building CXX object src/CMakeFiles/plugin_fingerprints.dir/fingerprints/finger3.o [ 36%] Built target APIInterface [ 36%] [ 36%] Building CXX object src/CMakeFiles/plugin_descriptors.dir/descriptors/filters.o Building CXX object src/CMakeFiles/plugin_ops.dir/ops/addpolarh.o [ 36%] Building CXX object src/CMakeFiles/plugin_charges.dir/charges/none.o [ 36%] Built target CSRformat [ 37%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/canonical.o Scanning dependencies of target MNAformat [ 38%] Building CXX object src/formats/CMakeFiles/MNAformat.dir/MNAformat.o Scanning dependencies of target PQSformat [ 38%] Building CXX object src/formats/CMakeFiles/PQSformat.dir/PQSformat.o [ 38%] Building CXX object src/CMakeFiles/plugin_descriptors.dir/descriptors/inchidescriptor.o [ 39%] Building CXX object src/CMakeFiles/plugin_charges.dir/charges/mmff94.o [ 39%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/gen2D.o Linking CXX shared module ../lib/plugin_fingerprints.so [ 40%] Building CXX object src/CMakeFiles/plugin_descriptors.dir/descriptors/smartsdescriptors.o Linking CXX shared module ../lib/plugin_charges.so [ 40%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/fillUC.o Linking CXX shared module ../../lib/PQSformat.so Linking CXX shared module ../../lib/MNAformat.so [ 40%] Built target plugin_fingerprints [ 41%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/forcefield.o [ 41%] Building CXX object src/CMakeFiles/plugin_forcefields.dir/forcefields/forcefieldghemical.o Linking CXX shared module ../lib/plugin_descriptors.so [ 41%] Built target plugin_charges [ 41%] Building CXX object src/CMakeFiles/plugin_forcefields.dir/forcefields/forcefieldmmff94.o [ 41%] Built target PQSformat [ 41%] [ 41%] Built target MNAformat Building CXX object src/CMakeFiles/plugin_ops.dir/ops/gen3d.o [ 41%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/largest.o [ 42%] Building CXX object src/CMakeFiles/plugin_forcefields.dir/forcefields/forcefielduff.o Scanning dependencies of target abinitformat [ 42%] Building CXX object src/formats/CMakeFiles/abinitformat.dir/abinitformat.o [ 42%] Built target plugin_descriptors [ 43%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/loader.o Scanning dependencies of target acesformat [ 44%] Building CXX object src/formats/CMakeFiles/acesformat.dir/acesformat.o Linking CXX shared module ../../lib/MCDLformat.so Scanning dependencies of target acrformat [ 44%] Building CXX object src/formats/CMakeFiles/acrformat.dir/acrformat.o Linking CXX shared module ../../lib/abinitformat.so [ 44%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/optransform.o [ 44%] Built target MCDLformat [ 44%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/partialcharges.o Linking CXX shared module ../../lib/acrformat.so Linking CXX shared module ../../lib/acesformat.so [ 44%] Built target abinitformat [ 45%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/readconformers.o Scanning dependencies of target adfformat [ 45%] Building CXX object src/formats/CMakeFiles/adfformat.dir/adfformat.o Scanning dependencies of target alchemyformat [ 46%] Building CXX object src/formats/CMakeFiles/alchemyformat.dir/alchemyformat.o [ 46%] Built target acrformat [ 46%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/sort.o [ 46%] Built target acesformat [ 46%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/opisomorph.o Scanning dependencies of target amberformat [ 46%] Building CXX object src/formats/CMakeFiles/amberformat.dir/amberformat.o Scanning dependencies of target asciiformat [ 46%] Building CXX object src/formats/CMakeFiles/asciiformat.dir/asciiformat.o [ 47%] Building CXX object src/formats/CMakeFiles/asciiformat.dir/__/depict/asciipainter.o Linking CXX shared module ../../lib/alchemyformat.so Linking CXX shared module ../../lib/amberformat.so Scanning dependencies of target balstformat [ 47%] Building CXX object src/formats/CMakeFiles/balstformat.dir/balstformat.o Linking CXX shared module ../../lib/asciiformat.so Scanning dependencies of target bgfformat [ 48%] Building CXX object src/formats/CMakeFiles/bgfformat.dir/bgfformat.o [ 48%] Built target alchemyformat [ 49%] Building CXX object src/CMakeFiles/plugin_ops.dir/ops/ophighlight.o Linking CXX shared module ../../lib/adfformat.so Linking CXX shared module ../lib/plugin_forcefields.so [ 49%] Built target amberformat [ 49%] Scanning dependencies of target boxformat Building CXX object src/CMakeFiles/plugin_ops.dir/ops/xout.o [ 49%] Building CXX object src/formats/CMakeFiles/boxformat.dir/boxformat.o [ 49%] Built target asciiformat Scanning dependencies of target cacaoformat [ 49%] Building CXX object src/formats/CMakeFiles/cacaoformat.dir/cacaoformat.o [ 49%] Built target adfformat Linking CXX shared module ../../lib/balstformat.so Scanning dependencies of target cacheformat Scanning dependencies of target carformat [ 50%] Building CXX object src/formats/CMakeFiles/carformat.dir/carformat.o [ 50%] Building CXX object src/formats/CMakeFiles/cacheformat.dir/cacheformat.o Linking CXX shared module ../../lib/bgfformat.so Linking CXX shared module ../lib/plugin_ops.so [ 50%] Built target plugin_forcefields Scanning dependencies of target castepformat [ 50%] Building CXX object src/formats/CMakeFiles/castepformat.dir/castepformat.o Linking CXX shared module ../../lib/boxformat.so [ 50%] Built target balstformat Scanning dependencies of target cccformat [ 50%] Building CXX object src/formats/CMakeFiles/cccformat.dir/cccformat.o Linking CXX shared module ../../lib/cacaoformat.so [ 50%] Built target bgfformat Linking CXX shared module ../../lib/cacheformat.so Linking CXX shared module ../../lib/carformat.so Scanning dependencies of target cdxmlformat [ 51%] Building CXX object src/formats/CMakeFiles/cdxmlformat.dir/xml/cdxmlformat.o [ 51%] Built target plugin_ops [ 51%] Building CXX object src/formats/CMakeFiles/cdxmlformat.dir/xml/xml.o [ 51%] Built target boxformat Scanning dependencies of target chem3dformat [ 51%] Building CXX object src/formats/CMakeFiles/chem3dformat.dir/chem3dformat.o Linking CXX shared module ../../lib/cccformat.so [ 51%] Built target cacaoformat [ 51%] [ 51%] Built target carformat Built target cacheformat Linking CXX shared module ../../lib/castepformat.so Scanning dependencies of target chemdrawct Scanning dependencies of target chemdrawcdx [ 51%] [ 52%] Building CXX object src/formats/CMakeFiles/chemdrawct.dir/chemdrawct.o Building CXX object src/formats/CMakeFiles/chemdrawcdx.dir/chemdrawcdx.o Scanning dependencies of target chemkinformat [ 52%] Building CXX object src/formats/CMakeFiles/chemkinformat.dir/chemkinformat.o Scanning dependencies of target chemtoolformat [ 53%] Building CXX object src/formats/CMakeFiles/chemtoolformat.dir/chemtoolformat.o [ 53%] Built target cccformat Scanning dependencies of target cifformat [ 53%] Built target castepformat [ 53%] Linking CXX shared module ../../lib/cdxmlformat.so Building CXX object src/formats/CMakeFiles/cifformat.dir/cifformat.o Linking CXX shared module ../../lib/chem3dformat.so Scanning dependencies of target cmlformat [ 53%] Building CXX object src/formats/CMakeFiles/cmlformat.dir/xml/cmlformat.o Linking CXX shared module ../../lib/chemdrawct.so [ 53%] Built target cdxmlformat Linking CXX shared module ../../lib/chemtoolformat.so [ 54%] Built target chem3dformat [ 54%] Building CXX object src/formats/CMakeFiles/cmlformat.dir/xml/xml.o Scanning dependencies of target cmlreactformat [ 54%] Building CXX object src/formats/CMakeFiles/cmlreactformat.dir/xml/cmlreactformat.o [ 54%] Built target chemdrawct [ 54%] Building CXX object src/formats/CMakeFiles/cmlreactformat.dir/xml/xml.o Linking CXX shared module ../../lib/chemdrawcdx.so [ 54%] Built target chemtoolformat Scanning dependencies of target copyformat [ 55%] Building CXX object src/formats/CMakeFiles/copyformat.dir/copyformat.o Linking CXX shared module ../../lib/chemkinformat.so [ 55%] Built target chemdrawcdx Scanning dependencies of target crkformat [ 55%] Building CXX object src/formats/CMakeFiles/crkformat.dir/crkformat.o Scanning dependencies of target crystal09format [ 55%] Building CXX object src/formats/CMakeFiles/crystal09format.dir/crystal09format.o Linking CXX shared module ../../lib/copyformat.so Scanning dependencies of target cssrformat [ 56%] Building CXX object src/formats/CMakeFiles/cssrformat.dir/cssrformat.o [ 56%] Built target chemkinformat Scanning dependencies of target dlpolyformat [ 56%] Building CXX object src/formats/CMakeFiles/dlpolyformat.dir/dlpolyformat.o [ 56%] Built target copyformat Scanning dependencies of target dmolformat [ 56%] Building CXX object src/formats/CMakeFiles/dmolformat.dir/dmolformat.o Linking CXX shared module ../../lib/cmlreactformat.so Linking CXX shared module ../../lib/crkformat.so Linking CXX shared module ../../lib/cssrformat.so Linking CXX shared module ../../lib/cifformat.so Linking CXX shared module ../../lib/crystal09format.so Linking CXX shared module ../../lib/cmlformat.so [ 56%] Built target crkformat [ 56%] Built target cssrformat [ 56%] Built target cmlreactformat Scanning dependencies of target fastaformat [ 56%] Scanning dependencies of target fastsearchformat Building CXX object src/formats/CMakeFiles/fastaformat.dir/fastaformat.o Scanning dependencies of target fchkformat Linking CXX shared module ../../lib/dmolformat.so [ 57%] [ 57%] Building CXX object src/formats/CMakeFiles/fastsearchformat.dir/fastsearchformat.o Building CXX object src/formats/CMakeFiles/fchkformat.dir/fchkformat.o [ 57%] [ 57%] Built target cifformat Built target crystal09format Scanning dependencies of target fhformat Scanning dependencies of target featformat [ 58%] Building CXX object src/formats/CMakeFiles/featformat.dir/featformat.o [ 58%] Building CXX object src/formats/CMakeFiles/fhformat.dir/fhformat.o [ 58%] Built target cmlformat Scanning dependencies of target fhiaimsformat Linking CXX shared module ../../lib/dlpolyformat.so [ 58%] [ 58%] Building CXX object src/formats/CMakeFiles/fhiaimsformat.dir/fhiaimsformat.o Built target dmolformat Scanning dependencies of target fingerprintformat [ 58%] Building CXX object src/formats/CMakeFiles/fingerprintformat.dir/fingerprintformat.o Linking CXX shared module ../../lib/fastaformat.so Linking CXX shared module ../../lib/featformat.so [ 58%] Built target dlpolyformat Linking CXX shared module ../../lib/fhformat.so Scanning dependencies of target fpsformat [ 59%] Building CXX object src/formats/CMakeFiles/fpsformat.dir/fpsformat.o Linking CXX shared module ../../lib/fhiaimsformat.so Linking CXX shared module ../../lib/fastsearchformat.so [ 59%] Built target fastaformat Scanning dependencies of target freefracformat [ 59%] Building CXX object src/formats/CMakeFiles/freefracformat.dir/freefracformat.o Linking CXX shared module ../../lib/fchkformat.so Linking CXX shared module ../../lib/fingerprintformat.so [ 59%] Built target featformat Scanning dependencies of target gamessformat [ 59%] Building CXX object src/formats/CMakeFiles/gamessformat.dir/gamessformat.o [ 59%] Built target fhformat Scanning dependencies of target gamessukformat [ 60%] Building CXX object src/formats/CMakeFiles/gamessukformat.dir/gamessukformat.o [ 60%] Built target fhiaimsformat [ 60%] Built target fastsearchformat Scanning dependencies of target gausscubeformat [ 60%] Scanning dependencies of target gaussformat Building CXX object src/formats/CMakeFiles/gausscubeformat.dir/gausscubeformat.o [ 60%] Building CXX object src/formats/CMakeFiles/gaussformat.dir/gaussformat.o [ 60%] Built target fingerprintformat Linking CXX shared module ../../lib/fpsformat.so [ 60%] Built target fchkformat Scanning dependencies of target gausszmatformat [ 61%] Building CXX object src/formats/CMakeFiles/gausszmatformat.dir/gausszmatformat.o Scanning dependencies of target ghemicalformat [ 61%] Building CXX object src/formats/CMakeFiles/ghemicalformat.dir/ghemicalformat.o Linking CXX shared module ../../lib/freefracformat.so [ 61%] Built target fpsformat Scanning dependencies of target groformat [ 61%] Building CXX object src/formats/CMakeFiles/groformat.dir/groformat.o [ 61%] Built target freefracformat Scanning dependencies of target gromos96format [ 62%] Building CXX object src/formats/CMakeFiles/gromos96format.dir/gromos96format.o Linking CXX shared module ../../lib/ghemicalformat.so Linking CXX shared module ../../lib/gausszmatformat.so [ 62%] Built target ghemicalformat Linking CXX shared module ../../lib/gromos96format.so Scanning dependencies of target gulpformat [ 62%] Building CXX object src/formats/CMakeFiles/gulpformat.dir/gulpformat.o [ 62%] Built target gausszmatformat Scanning dependencies of target hinformat [ 62%] Linking CXX shared module ../../lib/gausscubeformat.so Building CXX object src/formats/CMakeFiles/hinformat.dir/hinformat.o Linking CXX shared module ../../lib/gamessukformat.so Linking CXX shared module ../../lib/gamessformat.so Linking CXX shared module ../../lib/groformat.so [ 62%] Built target gromos96format Scanning dependencies of target inchiformat [ 62%] Building CXX object src/formats/CMakeFiles/inchiformat.dir/inchiformat.o Linking CXX shared module ../../lib/gaussformat.so [ 62%] Built target gausscubeformat [ 62%] Building CXX object src/formats/CMakeFiles/inchiformat.dir/getinchi.o [ 62%] Built target gamessukformat Linking CXX shared module ../../lib/gulpformat.so [ 63%] Building CXX object src/formats/CMakeFiles/inchiformat.dir/__/ops/unique.o Linking CXX shared module ../../lib/hinformat.so [ 63%] Built target groformat [ 63%] Built target gamessformat Scanning dependencies of target jaguarformat [ 63%] Scanning dependencies of target lmpdatformat Building CXX object src/formats/CMakeFiles/jaguarformat.dir/jaguarformat.o [ 63%] Building CXX object src/formats/CMakeFiles/lmpdatformat.dir/lmpdatformat.o Scanning dependencies of target mdlformat [ 64%] [ 64%] Built target gaussformat Building CXX object src/formats/CMakeFiles/mdlformat.dir/mdlformat.o Scanning dependencies of target mmcifformat [ 64%] Building CXX object src/formats/CMakeFiles/mmcifformat.dir/mmcifformat.o [ 64%] Built target gulpformat Scanning dependencies of target mmodformat [ 64%] [ 64%] Built target hinformat Building CXX object src/formats/CMakeFiles/mmodformat.dir/mmodformat.o Scanning dependencies of target mol2format [ 65%] Building CXX object src/formats/CMakeFiles/mol2format.dir/mol2format.o Linking CXX shared module ../../lib/jaguarformat.so Scanning dependencies of target moldenformat [ 65%] Building CXX object src/formats/CMakeFiles/moldenformat.dir/moldenformat.o Linking CXX shared module ../../lib/inchiformat.so [ 65%] Built target jaguarformat Scanning dependencies of target molproformat [ 65%] Building CXX object src/formats/CMakeFiles/molproformat.dir/molproformat.o Linking CXX shared module ../../lib/mmodformat.so Linking CXX shared module ../../lib/lmpdatformat.so Linking CXX shared module ../../lib/mmcifformat.so Linking CXX shared module ../../lib/mol2format.so [ 65%] Built target inchiformat Scanning dependencies of target molreport [ 66%] Building CXX object src/formats/CMakeFiles/molreport.dir/molreport.o Linking CXX shared module ../../lib/moldenformat.so [ 66%] Built target mmodformat Scanning dependencies of target mopacformat [ 66%] Building CXX object src/formats/CMakeFiles/mopacformat.dir/mopacformat.o [ 66%] Built target lmpdatformat Scanning dependencies of target mpdformat [ 66%] Building CXX object src/formats/CMakeFiles/mpdformat.dir/mpdformat.o [ 66%] Built target mmcifformat [ 66%] Built target mol2format Scanning dependencies of target mpqcformat [ 67%] Building CXX object src/formats/CMakeFiles/mpqcformat.dir/mpqcformat.o Scanning dependencies of target msiformat [ 67%] Building CXX object src/formats/CMakeFiles/msiformat.dir/msiformat.o Linking CXX shared module ../../lib/molproformat.so [ 67%] Built target moldenformat Linking CXX shared module ../../lib/molreport.so Scanning dependencies of target msmsformat [ 67%] Building CXX object src/formats/CMakeFiles/msmsformat.dir/msmsformat.o Linking CXX shared module ../../lib/mdlformat.so Linking CXX shared module ../../lib/mpdformat.so [ 67%] Built target molproformat Scanning dependencies of target nulformat Linking CXX shared module ../../lib/mpqcformat.so [ 68%] Building CXX object src/formats/CMakeFiles/nulformat.dir/nulformat.o [ 68%] Built target molreport Linking CXX shared module ../../lib/msiformat.so Scanning dependencies of target nwchemformat [ 68%] Building CXX object src/formats/CMakeFiles/nwchemformat.dir/nwchemformat.o Linking CXX shared module ../../lib/msmsformat.so [ 68%] Built target mpdformat [ 68%] Built target mdlformat Scanning dependencies of target opendxformat [ 68%] Building CXX object src/formats/CMakeFiles/opendxformat.dir/opendxformat.o Linking CXX shared module ../../lib/nulformat.so Scanning dependencies of target outformat [ 69%] Building CXX object src/formats/CMakeFiles/outformat.dir/outformat.o Linking CXX shared module ../../lib/mopacformat.so [ 69%] Built target mpqcformat Scanning dependencies of target pcmodelformat [ 69%] Building CXX object src/formats/CMakeFiles/pcmodelformat.dir/pcmodelformat.o [ 69%] Built target msiformat Scanning dependencies of target pdbformat [ 69%] Building CXX object src/formats/CMakeFiles/pdbformat.dir/pdbformat.o [ 69%] Built target msmsformat Scanning dependencies of target pdbqtformat [ 69%] Building CXX object src/formats/CMakeFiles/pdbqtformat.dir/pdbqtformat.o [ 69%] Built target nulformat Scanning dependencies of target png2format [ 69%] Building CXX object src/formats/CMakeFiles/png2format.dir/png2format.o [ 69%] Built target mopacformat [ 70%] Building CXX object src/formats/CMakeFiles/png2format.dir/__/depict/cairopainter.o Linking CXX shared module ../../lib/nwchemformat.so Linking CXX shared module ../../lib/outformat.so Linking CXX shared module ../../lib/opendxformat.so Linking CXX shared module ../../lib/pcmodelformat.so Scanning dependencies of target pngformat [ 70%] Building CXX object src/formats/CMakeFiles/pngformat.dir/pngformat.o [ 70%] [ 70%] Built target outformat Built target nwchemformat Scanning dependencies of target posformat [ 70%] Building CXX object src/formats/CMakeFiles/posformat.dir/posformat.o Scanning dependencies of target povrayformat [ 71%] Building CXX object src/formats/CMakeFiles/povrayformat.dir/povrayformat.o [ 71%] [ 71%] Built target pcmodelformat Built target opendxformat Scanning dependencies of target pqrformat [ 71%] Building CXX object src/formats/CMakeFiles/pqrformat.dir/pqrformat.o Linking CXX shared module ../../lib/png2format.so Scanning dependencies of target pubchem [ 71%] Building CXX object src/formats/CMakeFiles/pubchem.dir/xml/pubchem.o Linking CXX shared module ../../lib/pdbformat.so Linking CXX shared module ../../lib/pngformat.so [ 71%] Built target png2format [ 71%] Building CXX object src/formats/CMakeFiles/pubchem.dir/xml/xml.o Linking CXX shared module ../../lib/posformat.so Scanning dependencies of target pwscfformat [ 72%] Building CXX object src/formats/CMakeFiles/pwscfformat.dir/pwscfformat.o [ 72%] Built target pdbformat [ 72%] Built target pngformat Scanning dependencies of target qchemformat [ 72%] Building CXX object src/formats/CMakeFiles/qchemformat.dir/qchemformat.o Scanning dependencies of target reportformat [ 72%] Building CXX object src/formats/CMakeFiles/reportformat.dir/reportformat.o Linking CXX shared module ../../lib/pdbqtformat.so Linking CXX shared module ../../lib/povrayformat.so [ 72%] Built target posformat Linking CXX shared module ../../lib/pqrformat.so Scanning dependencies of target rsmiformat [ 72%] Building CXX object src/formats/CMakeFiles/rsmiformat.dir/rsmiformat.o Linking CXX shared module ../../lib/pubchem.so [ 72%] Built target pdbqtformat Scanning dependencies of target rxnformat [ 72%] Building CXX object src/formats/CMakeFiles/rxnformat.dir/rxnformat.o Linking CXX shared module ../../lib/pwscfformat.so [ 72%] Built target povrayformat [ 72%] Built target pqrformat Linking CXX shared module ../../lib/reportformat.so Scanning dependencies of target shelxformat [ 73%] Building CXX object src/formats/CMakeFiles/shelxformat.dir/shelxformat.o Scanning dependencies of target smilesformat [ 73%] Building CXX object src/formats/CMakeFiles/smilesformat.dir/smilesformat.o [ 73%] Built target pubchem Scanning dependencies of target svgformat [ 73%] Building CXX object src/formats/CMakeFiles/svgformat.dir/svgformat.o Linking CXX shared module ../../lib/qchemformat.so [ 73%] Built target pwscfformat Scanning dependencies of target textformat Linking CXX shared module ../../lib/rsmiformat.so [ 74%] Built target reportformat [ 74%] Building CXX object src/formats/CMakeFiles/textformat.dir/textformat.o Scanning dependencies of target thermoformat [ 74%] Building CXX object src/formats/CMakeFiles/thermoformat.dir/thermoformat.o Linking CXX shared module ../../lib/shelxformat.so Linking CXX shared module ../../lib/rxnformat.so [ 74%] Built target qchemformat Scanning dependencies of target tinkerformat [ 74%] Building CXX object src/formats/CMakeFiles/tinkerformat.dir/tinkerformat.o Linking CXX shared module ../../lib/textformat.so [ 74%] Built target rsmiformat Scanning dependencies of target titleformat [ 75%] Building CXX object src/formats/CMakeFiles/titleformat.dir/titleformat.o Linking CXX shared module ../../lib/svgformat.so [ 75%] Built target shelxformat Scanning dependencies of target turbomoleformat [ 75%] Building CXX object src/formats/CMakeFiles/turbomoleformat.dir/turbomoleformat.o [ 75%] Built target rxnformat Scanning dependencies of target unichemformat [ 75%] Linking CXX shared module ../../lib/thermoformat.so Building CXX object src/formats/CMakeFiles/unichemformat.dir/unichemformat.o [ 75%] Built target textformat Scanning dependencies of target vaspformat [ 76%] Building CXX object src/formats/CMakeFiles/vaspformat.dir/vaspformat.o [ 76%] Built target svgformat Linking CXX shared module ../../lib/titleformat.so Scanning dependencies of target viewmolformat Linking CXX shared module ../../lib/tinkerformat.so [ 76%] Building CXX object src/formats/CMakeFiles/viewmolformat.dir/viewmolformat.o Linking CXX shared module ../../lib/turbomoleformat.so [ 76%] Built target thermoformat Scanning dependencies of target xedformat [ 76%] Building CXX object src/formats/CMakeFiles/xedformat.dir/xedformat.o Linking CXX shared module ../../lib/unichemformat.so [ 76%] Built target titleformat [ 76%] Built target tinkerformat Scanning dependencies of target xsfformat [ 76%] Building CXX object src/formats/CMakeFiles/xsfformat.dir/xsfformat.o Scanning dependencies of target xmlformat [ 77%] [ 77%] Building CXX object src/formats/CMakeFiles/xmlformat.dir/xml/xmlformat.o Built target turbomoleformat [ 77%] Building CXX object src/formats/CMakeFiles/xmlformat.dir/xml/xml.o Linking CXX shared module ../../lib/viewmolformat.so [ 77%] Built target unichemformat Linking CXX shared module ../../lib/xedformat.so Scanning dependencies of target xtcformat [ 78%] Building CXX object src/formats/CMakeFiles/xtcformat.dir/xtcformat.o [ 78%] Built target viewmolformat Scanning dependencies of target xyzformat [ 78%] Building CXX object src/formats/CMakeFiles/xyzformat.dir/xyzformat.o Scanning dependencies of target yasaraformat [ 78%] Linking CXX shared module ../../lib/xsfformat.so Building CXX object src/formats/CMakeFiles/yasaraformat.dir/yasaraformat.o Linking CXX shared module ../../lib/vaspformat.so [ 78%] Built target xedformat Linking CXX shared module ../../lib/xmlformat.so Scanning dependencies of target zindoformat [ 79%] Building CXX object src/formats/CMakeFiles/zindoformat.dir/zindoformat.o [ 79%] Built target xsfformat Scanning dependencies of target babel Linking CXX shared module ../../lib/smilesformat.so [ 79%] [ 79%] Building CXX object tools/CMakeFiles/babel.dir/babel.o Built target vaspformat Linking CXX shared module ../../lib/xtcformat.so Scanning dependencies of target obabel [ 79%] Building CXX object tools/CMakeFiles/obabel.dir/obabel.o [ 79%] Built target xmlformat Scanning dependencies of target obchiral [ 79%] Building CXX object tools/CMakeFiles/obchiral.dir/obchiral.o Linking CXX shared module ../../lib/yasaraformat.so Linking CXX shared module ../../lib/zindoformat.so Linking CXX shared module ../../lib/xyzformat.so Linking CXX executable ../bin/obabel [ 79%] Built target xtcformat Linking CXX executable ../bin/babel Scanning dependencies of target obconformer [ 80%] Building CXX object tools/CMakeFiles/obconformer.dir/obconformer.o [ 80%] Built target yasaraformat Linking CXX executable ../bin/obchiral [ 80%] Built target smilesformat Scanning dependencies of target obenergy [ 80%] Building CXX object tools/CMakeFiles/obenergy.dir/obenergy.o Scanning dependencies of target obfit [ 80%] Building CXX object tools/CMakeFiles/obfit.dir/obfit.o [ 80%] Built target zindoformat [ 80%] Built target xyzformat Scanning dependencies of target obgen [ 81%] Building CXX object tools/CMakeFiles/obgen.dir/obgen.o Scanning dependencies of target obgrep [ 81%] Building CXX object tools/CMakeFiles/obgrep.dir/obgrep.o [ 81%] Built target obabel [ 81%] Built target babel Scanning dependencies of target obminimize [ 81%] Scanning dependencies of target obprobe Building CXX object tools/CMakeFiles/obminimize.dir/obminimize.o [ 82%] Building CXX object tools/CMakeFiles/obprobe.dir/obprobe.o Linking CXX executable ../bin/obconformer [ 82%] Built target obchiral Linking CXX executable ../bin/obenergy Scanning dependencies of target obprop [ 82%] Building CXX object tools/CMakeFiles/obprop.dir/obprop.o Linking CXX executable ../bin/obgen Linking CXX executable ../bin/obfit Linking CXX executable ../bin/obgrep Linking CXX executable ../bin/obminimize [ 82%] Built target obconformer Linking CXX executable ../bin/obprobe Scanning dependencies of target obrotamer [ 82%] [ 82%] Building CXX object tools/CMakeFiles/obrotamer.dir/obrotamer.o Built target obenergy Scanning dependencies of target obrotate [ 83%] Building CXX object tools/CMakeFiles/obrotate.dir/obrotate.o Linking CXX executable ../bin/obprop [ 83%] Built target obgen [ 83%] Built target obgrep [ 83%] Built target obfit Scanning dependencies of target obspectrophore [ 83%] Building CXX object tools/CMakeFiles/obspectrophore.dir/obspectrophore.o Scanning dependencies of target roundtrip Scanning dependencies of target test_aromatest [ 85%] Building CXX object test/CMakeFiles/roundtrip.dir/roundtrip.o [ 85%] Building CXX object test/CMakeFiles/test_aromatest.dir/aromatest.o [ 85%] Built target obminimize [ 85%] Scanning dependencies of target test_atom Built target obprobe [ 85%] Building CXX object test/CMakeFiles/test_atom.dir/atom.o Scanning dependencies of target test_automorphism [ 85%] Linking CXX executable ../bin/obrotamer Building CXX object test/CMakeFiles/test_automorphism.dir/automorphismtest.o Linking CXX executable ../bin/obrotate [ 85%] Built target obprop Scanning dependencies of target test_bond [ 86%] Building CXX object test/CMakeFiles/test_bond.dir/bond.o Linking CXX executable ../bin/roundtrip Linking CXX executable ../bin/test_aromatest Linking CXX executable ../bin/test_atom [ 86%] Built target obrotamer Linking CXX executable ../bin/obspectrophore Linking CXX executable ../bin/test_automorphism Scanning dependencies of target test_builder [ 86%] Building CXX object test/CMakeFiles/test_builder.dir/buildertest.o Linking CXX executable ../bin/test_bond [ 86%] Built target obrotate Scanning dependencies of target test_canonconsistent [ 86%] Building CXX object test/CMakeFiles/test_canonconsistent.dir/canonconsistenttest.o [ 86%] Built target roundtrip Scanning dependencies of target test_canonstable [ 87%] Built target test_aromatest [ 87%] Building CXX object test/CMakeFiles/test_canonstable.dir/canonstabletest.o Scanning dependencies of target test_cansmi [ 87%] Building CXX object test/CMakeFiles/test_cansmi.dir/cansmi.o [ 87%] Built target test_atom Scanning dependencies of target test_charge-gasteiger [ 87%] Building CXX object test/CMakeFiles/test_charge-gasteiger.dir/charge-gasteiger.o [ 87%] [ 87%] Built target obspectrophore Built target test_automorphism Scanning dependencies of target test_charge-mmff94 [ 87%] Built target test_bond [ 87%] Scanning dependencies of target test_cistrans Building CXX object test/CMakeFiles/test_charge-mmff94.dir/charge-mmff94.o [ 88%] Building CXX object test/CMakeFiles/test_cistrans.dir/cistranstest.o Linking CXX executable ../bin/test_builder Linking CXX executable ../bin/test_canonconsistent Scanning dependencies of target test_conversion [ 88%] Building CXX object test/CMakeFiles/test_conversion.dir/conversion.o Linking CXX executable ../bin/test_cansmi Linking CXX executable ../bin/test_canonstable Linking CXX executable ../bin/test_charge-gasteiger Linking CXX executable ../bin/test_conversion [ 88%] [ 88%] Built target test_builder Built target test_canonconsistent Linking CXX executable ../bin/test_charge-mmff94 Scanning dependencies of target test_datatest [ 88%] Building CXX object test/CMakeFiles/test_datatest.dir/datatest.o Scanning dependencies of target test_ffgaff [ 89%] Building CXX object test/CMakeFiles/test_ffgaff.dir/ffgaff.o [ 89%] Built target test_cansmi Scanning dependencies of target test_ffghemical [ 89%] [ 89%] Built target test_canonstable Building CXX object test/CMakeFiles/test_ffghemical.dir/ffghemical.o Scanning dependencies of target test_ffmmff94 [ 89%] Building CXX object test/CMakeFiles/test_ffmmff94.dir/ffmmff94.o Linking CXX executable ../bin/test_cistrans [ 89%] Built target test_charge-gasteiger Scanning dependencies of target test_ffuff [ 90%] Building CXX object test/CMakeFiles/test_ffuff.dir/ffuff.o Linking CXX executable ../bin/test_datatest [ 90%] Built target test_conversion Scanning dependencies of target test_formalcharge [ 90%] Built target test_charge-mmff94 [ 90%] Building CXX object test/CMakeFiles/test_formalcharge.dir/formalcharge.o Scanning dependencies of target test_format [ 90%] Building CXX object test/CMakeFiles/test_format.dir/format.o Linking CXX executable ../bin/test_ffgaff Linking CXX executable ../bin/test_ffghemical [ 90%] Built target test_cistrans Linking CXX executable ../bin/test_ffmmff94 Scanning dependencies of target test_formula [ 91%] Building CXX object test/CMakeFiles/test_formula.dir/formula.o Linking CXX executable ../bin/test_ffuff [ 91%] Built target test_datatest Scanning dependencies of target test_graphsym [ 91%] Linking CXX executable ../bin/test_format Building CXX object test/CMakeFiles/test_graphsym.dir/graphsymtest.o Linking CXX executable ../bin/test_formalcharge [ 91%] Built target test_ffgaff Scanning dependencies of target test_implicitH [ 91%] Building CXX object test/CMakeFiles/test_implicitH.dir/implicitHtest.o [ 91%] Built target test_ffghemical Scanning dependencies of target test_inchiwrite [ 92%] Building CXX object test/CMakeFiles/test_inchiwrite.dir/inchiwrite.o [ 92%] Built target test_ffmmff94 [ 92%] Building CXX object test/CMakeFiles/test_inchiwrite.dir/__/src/formats/getinchi.o Linking CXX executable ../bin/test_formula [ 92%] Built target test_ffuff [ 92%] Built target test_format Scanning dependencies of target test_internalcoord [ 92%] Building CXX object test/CMakeFiles/test_internalcoord.dir/internalcoord.o [ 92%] Built target test_formalcharge Scanning dependencies of target test_invalidsmarts [ 93%] Building CXX object test/CMakeFiles/test_invalidsmarts.dir/invalidsmarts.o Scanning dependencies of target test_invalidsmiles [ 93%] Building CXX object test/CMakeFiles/test_invalidsmiles.dir/invalidsmiles.o Scanning dependencies of target test_isomorphism [ 93%] Building CXX object test/CMakeFiles/test_isomorphism.dir/isomorphismtest.o Linking CXX executable ../bin/test_implicitH Linking CXX executable ../bin/test_inchiwrite Linking CXX executable ../bin/test_graphsym Linking CXX executable ../bin/test_internalcoord [ 93%] Built target test_formula Scanning dependencies of target test_iterators [ 93%] Building CXX object test/CMakeFiles/test_iterators.dir/iterators.o Linking CXX executable ../bin/test_invalidsmiles Linking CXX executable ../bin/test_invalidsmarts [ 93%] Built target test_implicitH Scanning dependencies of target test_logp_psa [ 94%] Building CXX object test/CMakeFiles/test_logp_psa.dir/logp_psa.o [ 94%] Built target test_inchiwrite Scanning dependencies of target test_lssr [ 94%] Building CXX object test/CMakeFiles/test_lssr.dir/lssrtest.o [ 94%] Built target test_graphsym Scanning dependencies of target test_math [ 94%] Building CXX object test/CMakeFiles/test_math.dir/math.o [ 94%] Built target test_internalcoord Scanning dependencies of target test_mol [ 95%] Building CXX object test/CMakeFiles/test_mol.dir/mol.o Linking CXX executable ../bin/test_iterators [ 95%] Linking CXX executable ../bin/test_isomorphism Built target test_invalidsmiles [ 95%] Built target test_invalidsmarts Scanning dependencies of target test_phmodel [ 95%] Building CXX object test/CMakeFiles/test_phmodel.dir/phmodel.o Scanning dependencies of target test_residue [ 95%] Building CXX object test/CMakeFiles/test_residue.dir/residue.o Linking CXX executable ../bin/test_logp_psa Linking CXX executable ../bin/test_math Linking CXX executable ../bin/test_mol [ 95%] Built target test_iterators Scanning dependencies of target test_ringtest [ 96%] Built target test_isomorphism [ 96%] Building CXX object test/CMakeFiles/test_ringtest.dir/ringtest.o Scanning dependencies of target test_rotor [ 96%] Building CXX object test/CMakeFiles/test_rotor.dir/rotortest.o Linking CXX executable ../bin/test_lssr Linking CXX executable ../bin/test_residue Linking CXX executable ../bin/test_phmodel [ 96%] Built target test_logp_psa Scanning dependencies of target test_shuffle [ 96%] Building CXX object test/CMakeFiles/test_shuffle.dir/shuffletest.o [ 96%] Built target test_math Scanning dependencies of target test_smartsparse [ 97%] Building CXX object test/CMakeFiles/test_smartsparse.dir/smartsparse.o [ 97%] Built target test_mol Scanning dependencies of target test_smartstest [ 97%] Building CXX object test/CMakeFiles/test_smartstest.dir/smartstest.o [ 97%] Built target test_lssr [ 97%] Built target test_residue [ 97%] Scanning dependencies of target test_smiles Built target test_phmodel [ 97%] Linking CXX executable ../bin/test_ringtest Building CXX object test/CMakeFiles/test_smiles.dir/smilestest.o Scanning dependencies of target test_smilesmatch [ 98%] Building CXX object test/CMakeFiles/test_smilesmatch.dir/smilesmatch.o Scanning dependencies of target test_spectrophore [ 98%] Building CXX object test/CMakeFiles/test_spectrophore.dir/spectrophoretest.o Linking CXX executable ../bin/test_smartsparse Linking CXX executable ../bin/test_rotor Linking CXX executable ../bin/test_smartstest Linking CXX executable ../bin/test_smilesmatch [ 98%] Built target test_ringtest Scanning dependencies of target test_squareplanar [ 98%] Building CXX object test/CMakeFiles/test_squareplanar.dir/squareplanartest.o [ 98%] Built target test_smartsparse Scanning dependencies of target test_stereo [ 99%] Built target test_rotor [ 99%] Building CXX object test/CMakeFiles/test_stereo.dir/stereotest.o Scanning dependencies of target test_stereoperception [ 99%] Building CXX object test/CMakeFiles/test_stereoperception.dir/stereoperceptiontest.o Linking CXX executable ../bin/test_spectrophore [ 99%] Built target test_smartstest Scanning dependencies of target test_tetrahedral [ 99%] Building CXX object test/CMakeFiles/test_tetrahedral.dir/tetrahedraltest.o [ 99%] Built target test_smilesmatch Scanning dependencies of target test_tetranonplanar [ 99%] Building CXX object test/CMakeFiles/test_tetranonplanar.dir/tetranonplanartest.o Linking CXX executable ../bin/test_smiles Linking CXX executable ../bin/test_shuffle Linking CXX executable ../bin/test_squareplanar [ 99%] Built target test_spectrophore Scanning dependencies of target test_tetraplanar [100%] Building CXX object test/CMakeFiles/test_tetraplanar.dir/tetraplanartest.o [100%] Built target test_smiles Scanning dependencies of target test_uniqueid Linking CXX executable ../bin/test_stereoperception [100%] Building CXX object test/CMakeFiles/test_uniqueid.dir/uniqueidtest.o [100%] Built target test_shuffle [100%] Built target test_squareplanar Scanning dependencies of target test_unitcell [100%] Building CXX object test/CMakeFiles/test_unitcell.dir/unitcell.o Linking CXX executable ../bin/test_tetrahedral Linking CXX executable ../bin/test_tetranonplanar Linking CXX executable ../bin/test_tetraplanar Linking CXX executable ../bin/test_stereo Linking CXX executable ../bin/test_uniqueid [100%] Built target test_stereoperception [100%] Built target test_tetrahedral Linking CXX executable ../bin/test_unitcell [100%] Built target test_tetranonplanar [100%] Built target test_tetraplanar [100%] Built target test_stereo [100%] Built target test_uniqueid make install [100%] Built target test_unitcell [ 20%] Built target openbabel [ 22%] Built target plugin_charges [ 24%] Built target plugin_descriptors [ 24%] Built target plugin_fingerprints [ 26%] Built target plugin_forcefields [ 31%] Built target plugin_ops [ 44%] Built target inchi [ 44%] Built target APIInterface [ 44%] Built target CSRformat [ 44%] Built target MCDLformat [ 45%] Built target MNAformat [ 45%] Built target PQSformat [ 45%] Built target abinitformat [ 46%] Built target acesformat [ 46%] Built target acrformat [ 46%] Built target adfformat [ 47%] Built target alchemyformat [ 47%] Built target amberformat [ 48%] Built target asciiformat [ 48%] Built target balstformat [ 49%] Built target bgfformat [ 49%] Built target boxformat [ 49%] Built target cacaoformat [ 50%] Built target cacheformat [ 50%] Built target carformat [ 50%] Built target castepformat [ 50%] Built target cccformat [ 51%] Built target cdxmlformat [ 51%] Built target chem3dformat [ 52%] Built target chemdrawcdx [ 52%] Built target chemdrawct [ 52%] Built target chemkinformat [ 53%] Built target chemtoolformat [ 53%] Built target cifformat [ 54%] Built target cmlformat [ 54%] Built target cmlreactformat [ 55%] Built target copyformat [ 55%] Built target crkformat [ 55%] Built target crystal09format [ 56%] Built target cssrformat [ 56%] Built target dlpolyformat [ 56%] Built target dmolformat [ 56%] Built target fastaformat [ 57%] Built target fastsearchformat [ 57%] Built target fchkformat [ 57%] Built target featformat [ 58%] Built target fhformat [ 58%] Built target fhiaimsformat [ 58%] Built target fingerprintformat [ 59%] Built target fpsformat [ 59%] Built target freefracformat [ 59%] Built target gamessformat [ 60%] Built target gamessukformat [ 60%] Built target gausscubeformat [ 60%] Built target gaussformat [ 61%] Built target gausszmatformat [ 61%] Built target ghemicalformat [ 61%] Built target groformat [ 62%] Built target gromos96format [ 62%] Built target gulpformat [ 62%] Built target hinformat [ 63%] Built target inchiformat [ 63%] Built target jaguarformat [ 63%] Built target lmpdatformat [ 64%] Built target mdlformat [ 64%] Built target mmcifformat [ 64%] Built target mmodformat [ 65%] Built target mol2format [ 65%] Built target moldenformat [ 65%] Built target molproformat [ 66%] Built target molreport [ 66%] Built target mopacformat [ 66%] Built target mpdformat [ 67%] Built target mpqcformat [ 67%] Built target msiformat [ 67%] Built target msmsformat [ 68%] Built target nulformat [ 68%] Built target nwchemformat [ 68%] Built target opendxformat [ 69%] Built target outformat [ 69%] Built target pcmodelformat [ 69%] Built target pdbformat [ 69%] Built target pdbqtformat [ 70%] Built target png2format [ 70%] Built target pngformat [ 70%] Built target posformat [ 71%] Built target povrayformat [ 71%] Built target pqrformat [ 71%] Built target pubchem [ 72%] Built target pwscfformat [ 72%] Built target qchemformat [ 72%] Built target reportformat [ 72%] Built target rsmiformat [ 72%] Built target rxnformat [ 73%] Built target shelxformat [ 73%] Built target smilesformat [ 73%] Built target svgformat [ 74%] Built target textformat [ 74%] Built target thermoformat [ 74%] Built target tinkerformat [ 75%] Built target titleformat [ 75%] Built target turbomoleformat [ 75%] Built target unichemformat [ 76%] Built target vaspformat [ 76%] Built target viewmolformat [ 76%] Built target xedformat [ 77%] Built target xmlformat [ 77%] Built target xsfformat [ 78%] Built target xtcformat [ 78%] Built target xyzformat [ 78%] Built target yasaraformat [ 79%] Built target zindoformat [ 79%] Built target babel [ 79%] Built target obabel [ 79%] Built target obchiral [ 80%] Built target obconformer [ 80%] Built target obenergy [ 80%] Built target obfit [ 81%] Built target obgen [ 81%] Built target obgrep [ 81%] Built target obminimize [ 82%] Built target obprobe [ 82%] Built target obprop [ 82%] Built target obrotamer [ 83%] Built target obrotate [ 83%] Built target obspectrophore [ 84%] Built target roundtrip [ 85%] Built target test_aromatest [ 85%] Built target test_atom [ 85%] Built target test_automorphism [ 86%] Built target test_bond [ 86%] Built target test_builder [ 86%] Built target test_canonconsistent [ 87%] Built target test_canonstable [ 87%] Built target test_cansmi [ 87%] Built target test_charge-gasteiger [ 87%] Built target test_charge-mmff94 [ 88%] Built target test_cistrans [ 88%] Built target test_conversion [ 88%] Built target test_datatest [ 89%] Built target test_ffgaff [ 89%] Built target test_ffghemical [ 89%] Built target test_ffmmff94 [ 90%] Built target test_ffuff [ 90%] Built target test_formalcharge [ 90%] Built target test_format [ 91%] Built target test_formula [ 91%] Built target test_graphsym [ 91%] Built target test_implicitH [ 92%] Built target test_inchiwrite [ 92%] Built target test_internalcoord [ 93%] Built target test_invalidsmarts [ 93%] Built target test_invalidsmiles [ 93%] Built target test_isomorphism [ 93%] Built target test_iterators [ 94%] Built target test_logp_psa [ 94%] Built target test_lssr [ 94%] Built target test_math [ 95%] Built target test_mol [ 95%] Built target test_phmodel [ 95%] Built target test_residue [ 96%] Built target test_ringtest [ 96%] Built target test_rotor [ 96%] Built target test_shuffle [ 97%] Built target test_smartsparse [ 97%] Built target test_smartstest [ 97%] Built target test_smiles [ 98%] Built target test_smilesmatch [ 98%] Built target test_spectrophore [ 98%] Built target test_squareplanar [ 99%] Built target test_stereo [ 99%] Built target test_stereoperception [ 99%] Built target test_tetrahedral [ 99%] Built target test_tetranonplanar [100%] Built target test_tetraplanar [100%] Built target test_uniqueid [100%] Built target test_unitcell Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/babelconfig.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/pkgconfig/openbabel-2.0.pc -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/cmake/openbabel2/OpenBabel2_EXPORTS.cmake -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/cmake/openbabel2/OpenBabel2_EXPORTS-relwithdebinfo.cmake -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/cmake/openbabel2/OpenBabel2Config.cmake -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/cmake/openbabel2/OpenBabel2ConfigVersion.cmake -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/inchi/inchi_api.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/chemdrawcdx.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/bond.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/isomorphism.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/conformersearch.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/pointgroup.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/residue.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/xml.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/optransform.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/atomclass.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/format.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/matrix.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/builder.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/ring.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/groupcontrib.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/reaction.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/griddata.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/spectrophore.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/generic.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/bitvec.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/oberror.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/mcdlutil.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/chains.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/base.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/lineend.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/chiral.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/descriptor.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/internalcoord.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/grid.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/molchrg.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/kinetics.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/text.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/parsmart.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/rotamer.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/canon.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/shared_ptr.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/inchiformat.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/obmolecformat.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/rotor.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/atom.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/locale.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/graphsym.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/obconversion.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/mol.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/tokenst.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/plugin.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/chargemodel.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/fingerprint.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/patty.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/dlhandler.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/rand.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/forcefield.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/alias.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/query.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/obutil.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/op.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/obiter.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/phmodel.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/data.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/typer.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/bondtyper.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/math/transform3d.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/math/vector3.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/math/matrix3x3.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/math/erf.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/math/align.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/math/spacegroup.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/stereo/tetrahedral.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/stereo/tetraplanar.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/stereo/squareplanar.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/stereo/cistrans.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/stereo/tetranonplanar.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/stereo/stereo.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/include/openbabel-2.0/openbabel/stereo/bindings.h -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/aromatic.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/atomtyp.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/babel_povray3.inc -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/bondtyp.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/element.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/fragments.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/gaff.dat -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/gaff.prm -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/ghemical.prm -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/isotope-small.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/isotope.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/logp.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/MACCS.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmff94.ff -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmff94s.ff -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffang.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffbndk.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffbond.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffchg.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffdef.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffdfsb.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffoop.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffpbci.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffprop.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffstbn.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmfftor.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffvdw.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffs_oop.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mmffs_tor.par -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/mr.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/patterns.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/phmodel.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/plugindefines.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/psa.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/qeq.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/resdata.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/ringtyp.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/SMARTS_InteLigand.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/space-groups.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/superatom.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/svgformat.script -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/torlib.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/types.txt -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/UFF.prm -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obrotamer.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obgen.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obgrep.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obchiral.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obabel.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/babel.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obconformer.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/roundtrip.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obrotate.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obminimize.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obenergy.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obspectrophore.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obprobe.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obprop.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obfit.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/man/man1/obgui.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/share/openbabel/2.3.2/splash.png -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/libopenbabel.so.4.0.2 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/libopenbabel.so.4 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/libopenbabel.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/libopenbabel.so.4.0.2" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_descriptors.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_descriptors.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_fingerprints.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_fingerprints.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_forcefields.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_forcefields.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_ops.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_ops.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_charges.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/plugin_charges.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/smilesformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/smilesformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mdlformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mdlformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mol2format.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mol2format.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pdbformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pdbformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/inchiformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/inchiformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/asciiformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/asciiformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/copyformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/copyformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/MNAformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/MNAformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/molreport.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/molreport.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/nulformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/nulformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/povrayformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/povrayformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/reportformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/reportformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/svgformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/svgformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/textformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/textformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/titleformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/titleformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pngformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pngformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/acesformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/acesformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/abinitformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/abinitformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/adfformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/adfformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/castepformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/castepformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/crystal09format.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/crystal09format.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/dmolformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/dmolformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fchkformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fchkformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fhiaimsformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fhiaimsformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gamessformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gamessformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gaussformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gaussformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gausscubeformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gausscubeformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gausszmatformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gausszmatformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gulpformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gulpformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/hinformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/hinformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/jaguarformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/jaguarformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/molproformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/molproformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mopacformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mopacformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/nwchemformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/nwchemformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pwscfformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pwscfformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/qchemformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/qchemformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/turbomoleformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/turbomoleformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/vaspformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/vaspformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xsfformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xsfformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/zindoformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/zindoformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gamessukformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gamessukformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/APIInterface.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/APIInterface.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/CSRformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/CSRformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/PQSformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/PQSformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/MCDLformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/MCDLformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/alchemyformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/alchemyformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/acrformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/acrformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/amberformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/amberformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/balstformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/balstformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/bgfformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/bgfformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/boxformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/boxformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cacaoformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cacaoformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cacheformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cacheformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/carformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/carformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cccformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cccformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chem3dformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chem3dformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chemdrawct.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chemdrawct.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chemtoolformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chemtoolformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cifformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cifformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/crkformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/crkformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cssrformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cssrformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/dlpolyformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/dlpolyformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fastsearchformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fastsearchformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fastaformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fastaformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/featformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/featformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fhformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fhformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fingerprintformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fingerprintformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fpsformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/fpsformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/freefracformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/freefracformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/ghemicalformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/ghemicalformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gromos96format.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/gromos96format.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/groformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/groformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/lmpdatformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/lmpdatformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mmcifformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mmcifformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mmodformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mmodformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/moldenformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/moldenformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mpdformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mpdformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mpqcformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/mpqcformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/msiformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/msiformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/msmsformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/msmsformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/opendxformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/opendxformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/outformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/outformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pcmodelformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pcmodelformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pdbqtformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pdbqtformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/posformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/posformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pqrformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pqrformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/shelxformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/shelxformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/thermoformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/thermoformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/tinkerformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/tinkerformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/unichemformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/unichemformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/viewmolformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/viewmolformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xedformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xedformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xyzformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xyzformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/yasaraformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/yasaraformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/rxnformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/rxnformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chemdrawcdx.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chemdrawcdx.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chemkinformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/chemkinformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/rsmiformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/rsmiformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xtcformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xtcformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/png2format.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/png2format.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cdxmlformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cdxmlformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cmlformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cmlformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pubchem.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/pubchem.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xmlformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/xmlformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cmlreactformat.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/openbabel/2.3.2/cmlreactformat.so" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/libinchi.so.0.4.1 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/libinchi.so.0 -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/libinchi.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib/libinchi.so.0.4.1" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/babel -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/babel" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obabel -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obabel" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obchiral -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obchiral" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obconformer -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obconformer" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obenergy -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obenergy" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obfit -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obfit" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obgen -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obgen" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obminimize -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obminimize" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obprobe -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obprobe" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obprop -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obprop" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obrotamer -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obrotamer" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obrotate -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obrotate" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obspectrophore -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obspectrophore" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obgrep -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/obgrep" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/roundtrip export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$INSTDIR/openbabel-2.3.2/install/lib export CC=cc export CXX=CC export FC=ftn # install plplot library cd $INSTDIR git clone git://git.code.sf.net/p/plplot/plplot plplot.git fatal: destination path 'plplot.git' already exists and is not an empty directory. cd plplot.git/ mkdir build mkdir: cannot create directory `build': File exists cd build cmake -DCMAKE_INSTALL_PREFIX=$INSTDIR/plplot.git/install .. -- Set runtime path of "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/bin/roundtrip" to "/u/system/bwjenkins/rmg-spp/openbabel-2.3.2/install/lib" -- The C compiler identification is GNU 4.9.3 -- Check for working C compiler: /opt/cray/craype/2.5.8/bin/cc -- Check for working C compiler: /opt/cray/craype/2.5.8/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- CMake version = 3.1.3 -- CMAKE_SYSTEM_NAME = Linux -- SH_EXECUTABLE = /bin/bash -- Checking whether system has ANSI C header files -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Performing Test memchrExists -- Performing Test memchrExists - Success -- Performing Test freeExists -- Performing Test freeExists - Success -- Check for whether ctype.h macros work on characters with the high bit set. -- High-bit characters - work -- ANSI C header files - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file termios.h -- Looking for include file termios.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for crt_externs.h -- Looking for crt_externs.h - not found -- Performing Test HAVE_SYS_WAIT_H -- Performing Test HAVE_SYS_WAIT_H - Success -- Looking for DIR symbol in sys/types.h;dirent.h -- Looking for DIR symbol in sys/types.h;dirent.h - found -- Check for signal return type in -- Check for signal handler return type type void - found -- Looking for popen -- Looking for popen - found -- Looking for usleep -- Looking for usleep - found -- Looking for nanosleep -- Looking for nanosleep - found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for mkdtemp -- Looking for mkdtemp - found -- Looking for mkfifo -- Looking for mkfifo - found -- Looking for unlink -- Looking for unlink - found -- Looking for _NSGetArgc -- Looking for _NSGetArgc - not found -- Looking for isfinite -- Looking for isfinite - found -- Looking for finite -- Looking for finite - found -- Looking for isnan -- Looking for isnan - found -- Looking for isinf -- Looking for isinf - found -- Looking for snprintf -- Looking for snprintf - found -- SWIG_VERSION = 3.0.7 -- Found Perl: /usr/bin/perl (found version "5.10.0") -- WARNING: Perl module XML::DOM not found -- The CXX compiler identification is GNU 4.9.3 -- Check for working CXX compiler: /opt/cray/craype/2.5.8/bin/CC -- Check for working CXX compiler: /opt/cray/craype/2.5.8/bin/CC -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for using namespace support -- Check for using namespace - found -- Looking for C++ include cmath -- Looking for C++ include cmath - found -- Check for broken isnan support in -- Check for isnan in - found -- Check for using stdint.h with CXX compiler -- Check for using stdint.h with CXX compiler - ok -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") -- Looking for pkg-config - found -- cxx_compiler_library_pathname_list = /opt/cray/atp/2.0.4/libApp/libAtpSigHandler.so;/opt/cray/atp/2.0.4/libApp/libAtpSigHCommData.a;/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64/librca.so;/usr/lib64/libz.so;/opt/cray/fftw/3.3.4.10/interlagos/lib/libfftw3f_mpi.so;/opt/cray/fftw/3.3.4.10/interlagos/lib/libfftw3f_threads.so;/opt/cray/fftw/3.3.4.10/interlagos/lib/libfftw3f.so;/opt/cray/fftw/3.3.4.10/interlagos/lib/libfftw3_mpi.so;/opt/cray/fftw/3.3.4.10/interlagos/lib/libfftw3_threads.so;/opt/cray/fftw/3.3.4.10/interlagos/lib/libfftw3.so;/opt/cray/libsci/16.11.1/GNU/4.9/x86_64/lib/libsci_gnu_49_mpi.so;/opt/cray/libsci/16.11.1/GNU/4.9/x86_64/lib/libsci_gnu_49.so;/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib/libmpich_gnu_49.so;/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib/libmpichcxx_gnu_49.so;/opt/gcc/4.9.3/snos/lib64/libgfortran.so;/opt/gcc/4.9.3/snos/lib64/libquadmath.so;/usr/lib64/libm.so;/usr/lib64/libpthread.so;/opt/gcc/4.9.3/snos/lib64/libstdc++.so;/usr/lib64/libm.so;/usr/lib64/libc.so -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib64/libX11.so -- X11_FOUND = 1 -- X11_INCLUDE_DIR = /usr/include -- X11_COMPILE_FLAGS = -I/usr/include -- X11_LIBRARIES = /usr/lib64/libSM.so;/usr/lib64/libICE.so;/usr/lib64/libX11.so;/usr/lib64/libXext.so -- The Fortran compiler identification is GNU -- Check for working Fortran compiler: /opt/cray/craype/2.5.8/bin/ftn -- Check for working Fortran compiler: /opt/cray/craype/2.5.8/bin/ftn -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /opt/cray/craype/2.5.8/bin/ftn supports Fortran 90 -- Checking whether /opt/cray/craype/2.5.8/bin/ftn supports Fortran 90 -- yes -- Check if isnan function is available in fortran -- Check for isnan in fortran - not found -- NOTICE: Found: /opt/cray/craype/2.5.8/bin/ftn -- Found JNI: /opt/java/jdk1.8.0_51/jre/lib/amd64/libjawt.so -- Found PythonInterp: /usr/bin/python (found version "2.6.9") -- Found PythonLibs: /usr/lib64/libpython2.6.so (found version "2.6.9") -- PYTHON_VERSION = 2.6.9 -- Building Python binding with plsmem() support -- WARNING: The octave command not found. Disabling Octave binding -- Start determining consistent system data for Tcl and friends -- Found Tclsh: /usr/bin/tclsh (found version "8.5") -- Found TCL: /usr/lib64/libtcl8.5.so -- Found TCLTK: /usr/lib64/libtcl8.5.so -- Found TK: /usr/lib64/libtk8.5.so can't find package Itcl 3 while executing "package require Itcl 3" invoked from within "puts -nonewline [package require Itcl 3]" (file "/u/system/bwjenkins/rmg-spp/plplot.git/build/CheckITCL_Available.tcl" line 1) Application initialization failed: no display name and no $DISPLAY environment variable Error in startup script: no display name and no $DISPLAY environment variable while executing "load /usr/lib64/tcl/tk8.5/../../libtk8.5.so Tk" ("package ifneeded Tk 8.5.5" script) invoked from within "package require Tk" invoked from within "puts -nonewline [package require Tk]" (file "/u/system/bwjenkins/rmg-spp/plplot.git/build/CheckTK_VERSION.tcl" line 1) -- Looking for Tcl - found -- TCL_INCLUDE_PATH = /usr/include -- TCL_LIBRARY = /usr/lib64/libtcl8.5.so -- TCL_STUB_LIBRARY = /usr/lib64/libtclstub8.5.a -- TCL_LIBRARY_PATH = /usr/lib64 -- Looking for tclsh - found -- TCL_TCLSH = /usr/bin/tclsh -- Looking for Tcl version with tclsh - found -- PLPLOT_TCL_VERSION = 8.5.5 -- Itcl not available or not compatible with current Tcl shell -- WARNING: Disabling Itcl interface code -- Looking for Tk - found -- TK_INCLUDE_PATH = /usr/include;/usr/include -- TK_LIBRARY = /usr/lib64/libtk8.5.so -- TK_STUB_LIBRARY = /usr/lib64/libtkstub8.5.a -- TK_LIBRARY_PATH = /usr/lib64 -- Looking for wish - found -- TK_WISH = /usr/bin/wish -- Looking for Tk version with wish - not found -- WARNING: setting ENABLE_tk to OFF -- WARNING: Because Tk is disabled must disable Itk as well -- Finished determining consistent system data for Tcl and friends -- A test cmake run with language = Ada enabled failed. -- Specify -DENABLE_compiler_diagnostics=ON to see full CMake diagnostics concerning this failure. -- WARNING: no working Ada compiler so disabling Ada binding and examples. Fonts not found - disabling freetype -- LUA_VERSION = 5.1 -- LUA_INCLUDE_DIR = LUA_INCLUDE_DIR-NOTFOUND -- LUA_LIBRARIES = -- Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) -- WARNING: Lua library and/or header not found. Disabling Lua binding -- A test cmake run with language = D enabled failed. -- Specify -DENABLE_compiler_diagnostics=ON to see full CMake diagnostics concerning this failure. -- WARNING: no working D compiler so disabling D binding and examples. -- WARNING: SHAPELIB not found. Setting HAVE_SHAPELIB to OFF. -- Found Freetype: /usr/lib64/libfreetype.so (found version "2.3.7") -- FREETYPE_CFLAGS = -I/usr/include -I/usr/include/freetype2 -- FREETYPE_LIBRARIES = /usr/lib64/libfreetype.so -- Check for NaN awareness in C compiler -- Check for NaN awareness in C compiler - found -- Neither qhull/qhull_a.h header nor libqhull/qhull_a.h could be found -- qhull library could not be found -- Could NOT find QHULL (missing: QHULL_INCLUDE_DIRS QHULL_LIBRARIES QHULL_LIBRARY_DIRS) -- QHULL_INCLUDE_DIRS = -- QHULL_LIBRARIES = -- WARNING: at least one of QHULL_INCLUDE_DIRS or QHULL_LIBRARIES is false so setting PL_HAVE_QHULL to OFF. -- checking for module 'pango' -- found pango, version 1.26.2 -- checking for module 'pangoft2' -- found pangoft2, version 1.26.2 -- Found LTDL: /usr/lib64/libltdl.so -- LTDL_INCLUDE_DIR = /usr/include -- LTDL_LIBRARY_DIR = /usr/lib64 -- LTDL_LIBRARIES = /usr/lib64/libltdl.so -- checking for module 'pangocairo' -- found pangocairo, version 1.26.2 -- Not a Windows platform so setting wincairo driver to OFF. -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE -- WARNING: ENABLE_tk OFF. Therefore turning off tk, tkwin, and ntk devices includedir = libdir = linkflags = cflags = -- checking for modules 'lasi;pango;pangoft2' -- package 'lasi' not found -- WARNING: pango, pangoft2, or lasi not found with pkg-config. Setting PLD_psttf to OFF. Please install all of these packages and/or set the environment variable PKG_CONFIG_PATH appropriately. -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found -- Looking for Q_WS_MAC CMake Warning at cmake/modules/qt.cmake:144 (find_package): By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one. Could not find a package configuration file provided by "Qt5" (requested version 5.3.1) with any of the following names: Qt5Config.cmake qt5-config.cmake Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR" to a directory containing one of the above files. If "Qt5" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake/modules/drivers.cmake:96 (include) cmake/modules/plplot.cmake:549 (include) CMakeLists.txt:135 (include) -- Looking for Q_WS_MAC - not found -- Could NOT find Qt4: Found unsuitable version "4.6.3", but required is at least "4.8.6" (found /usr/bin/qmake) -- WARNING: Suitable Qt4 development environment not found so trying Qt5 instead. -- WARNING: Suitable Qt5 development environment not found so disabling qt -- WARNING: ENABLE_qt is OFF so setting all qt devices to OFF. -- WARNING: PLPLOT_USE_QT5 is ON so setting ENABLE_pyqt4 to OFF. -- WARNING: PLD_extqt is OFF so setting ENABLE_pyqt5 to OFF. pc_libplplot_LINK_FLAGS = /usr/lib64/libltdl.so;/usr/lib64/libm.so;-lcsirocsa;-lqsastime -- wxWidgets_FOUND : FALSE -- wxWidgets_INCLUDE_DIRS : -- wxWidgets_LIBRARY_DIRS : -- wxWidgets_LIBRARIES : -- wxWidgets_CXX_FLAGS : -- wxWidgets_USE_FILE : UsewxWidgets -- WARNING: wxWidgets or its libraries not found so setting all wxwidgets devices to OFF. -- WARNING: PLD_wxwidgets is OFF so setting ENABLE_wxwidgets to OFF. -- WARNING: ENABLE_wxwidgets is OFF so setting all wxwidgets devices to OFF. -- Looking for haru pdf header and library -- Looking for haru pdf header and library - not found -- WARNING: Setting PLD_pdf to OFF. -- WARNING: The ocamlc application not found. Disabling OCaml binding -- WARNING: ENABLE_ocaml is OFF so disabling Plcairo module and lablgtk2 support -- WARNING: validate target will not be available to check for syntax issues in the PLplot DocBook documentation because onsgmls (or env) was not found. -- WARNING: Perl modules XML::Parser and/or XML::DOM not available so cannot check that swig_documentation.i is up to date. -- ENABLE_itcl: OFF -- Itcl libraries: plplot;/usr/lib64/libtcl8.5.so -- TEST_ENVIRONMENT = EXAMPLES_DIR=/u/system/bwjenkins/rmg-spp/plplot.git/build/examples SRC_EXAMPLES_DIR=/u/system/bwjenkins/rmg-spp/plplot.git/examples OUTPUT_DIR=/u/system/bwjenkins/rmg-spp/plplot.git/build/ctest_examples_output_dir VC_CTEST_DIRECTORY= -- Determine compile and link flags for extXdrawable_demo -- checking for module 'gtk+-x11-2.0' -- found gtk+-x11-2.0, version 2.18.9 -- Determine compile and link flags for ext-cairo-test -- checking for module 'cairo' -- found cairo, version 1.8.8 Summary of CMake build system results for PLplot Install location variables which can be set by the user: CMAKE_INSTALL_PREFIX: /u/system/bwjenkins/rmg-spp/plplot.git/install CMAKE_INSTALL_EXEC_PREFIX /u/system/bwjenkins/rmg-spp/plplot.git/install CMAKE_INSTALL_BINDIR /u/system/bwjenkins/rmg-spp/plplot.git/install/bin CMAKE_INSTALL_DATADIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share CMAKE_INSTALL_LIBDIR /u/system/bwjenkins/rmg-spp/plplot.git/install/lib CMAKE_INSTALL_INCLUDEDIR /u/system/bwjenkins/rmg-spp/plplot.git/install/include CMAKE_INSTALL_INFODIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share/info CMAKE_INSTALL_MANDIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share/man Derived install location variables: DATA_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0 LIB_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/lib INCLUDE_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot BIN_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/bin TCL_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/tcl ADA_INCLUDE_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share/ada/adainclude/plplotada ADA_LIB_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/ada/adalib/plplotada PYTHON_INSTDIR /u/system/bwjenkins/rmg-spp/plplot.git/install/lib64/python2.6/site-packages DRV_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers DOC_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot MAN_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share/man INFO_DIR /u/system/bwjenkins/rmg-spp/plplot.git/install/share/info Other important CMake variables: CMAKE_SYSTEM_NAME: Linux UNIX: 1 WIN32: APPLE: MSVC: (MSVC_VERSION: ) MINGW: MSYS: CYGWIN: BORLAND: WATCOM: SWIG_FOUND: 1 PERL_FOUND: TRUE X11_FOUND: 1 CMAKE_BUILD_TYPE: CMAKE_C_COMPILER CMAKE_C_FLAGS: /opt/cray/craype/2.5.8/bin/cc CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS: /opt/cray/craype/2.5.8/bin/CC CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS: /opt/cray/craype/2.5.8/bin/ftn Target Fortran: PYTHON_EXECUTABLE: /usr/bin/python PYTHON_INCLUDE_PATH: /usr/include/python2.6 PYTHON_LIBRARIES: /usr/lib64/libpython2.6.so NUMPY_INCLUDE_PATH: /usr/lib64/python2.6/site-packages/numpy/core/include/numpy ENABLE_DYNDRIVERS: ON DRIVERS_LIST: cairo;mem;null;ps;svg;xfig;xwin DEVICES_LIST: memcairo;extcairo;pdfcairo;pngcairo;pscairo;epscairo;svgcairo;xcairo;mem;null;ps;svg;xfig;xwin Library options: BUILD_SHARED_LIBS: ON PL_DOUBLE: ON Optional libraries: PL_HAVE_QHULL: OFF WITH_CSA: ON PL_HAVE_FREETYPE: PL_HAVE_PTHREAD: ON HAVE_AGG: HAVE_SHAPELIB: OFF Language Bindings: ENABLE_ada: OFF ENABLE_cxx: ON ENABLE_d: OFF ENABLE_f95: ON ENABLE_java: ON ENABLE_lua: OFF ENABLE_ocaml: OFF ENABLE_octave: OFF ENABLE_pdl: OFF ENABLE_python: ON ENABLE_qt: OFF ENABLE_pyqt4: OFF ENABLE_pyqt5: OFF ENABLE_tcl: ON ENABLE_itcl: OFF ENABLE_tk: OFF ENABLE_itk: OFF ENABLE_wxwidgets: OFF -- Configuring done make -- Generating done -- Build files have been written to: /u/system/bwjenkins/rmg-spp/plplot.git/build Scanning dependencies of target csirocsa [ 0%] Building C object lib/csa/CMakeFiles/csirocsa.dir/csa.c.o Linking C shared library libcsirocsa.so [ 0%] Built target csirocsa Scanning dependencies of target deltaT-gen [ 0%] Building C object lib/qsastime/CMakeFiles/deltaT-gen.dir/deltaT-gen.c.o [ 1%] Building C object lib/qsastime/CMakeFiles/deltaT-gen.dir/dspline.c.o Linking C executable deltaT-gen [ 1%] Built target deltaT-gen Scanning dependencies of target deltaT.h_built [ 1%] Generating deltaT.h [ 1%] Built target deltaT.h_built Scanning dependencies of target tai-utc-gen [ 2%] Building C object lib/qsastime/CMakeFiles/tai-utc-gen.dir/tai-utc-gen.c.o Linking C executable tai-utc-gen [ 2%] Built target tai-utc-gen Scanning dependencies of target tai-utc.h_built [ 2%] Generating tai-utc.h [ 2%] Built target tai-utc.h_built Scanning dependencies of target qsastime [ 2%] Building C object lib/qsastime/CMakeFiles/qsastime.dir/qsastime.c.o [ 2%] Building C object lib/qsastime/CMakeFiles/qsastime.dir/dsplint.c.o Linking C shared library libqsastime.so [ 2%] Built target qsastime Scanning dependencies of target plhershey-unicode-gen [ 2%] Building C object include/CMakeFiles/plhershey-unicode-gen.dir/__/fonts/plhershey-unicode-gen.c.o Linking C executable plhershey-unicode-gen [ 2%] Built target plhershey-unicode-gen Scanning dependencies of target plhershey-unicode.h_built [ 3%] Generating plhershey-unicode.h [ 3%] Built target plhershey-unicode.h_built Scanning dependencies of target plplot [ 3%] Building C object src/CMakeFiles/plplot.dir/pdfutils.c.o [ 3%] Building C object src/CMakeFiles/plplot.dir/plmem.c.o [ 3%] Building C object src/CMakeFiles/plplot.dir/plaffine.c.o [ 4%] Building C object src/CMakeFiles/plplot.dir/plarc.c.o [ 4%] Building C object src/CMakeFiles/plplot.dir/plargs.c.o [ 4%] Building C object src/CMakeFiles/plplot.dir/plbox.c.o [ 4%] Building C object src/CMakeFiles/plplot.dir/plcont.c.o [ 5%] Building C object src/CMakeFiles/plplot.dir/plcore.c.o [ 5%] Building C object src/CMakeFiles/plplot.dir/plctrl.c.o [ 5%] Building C object src/CMakeFiles/plplot.dir/plcvt.c.o [ 6%] Building C object src/CMakeFiles/plplot.dir/pldtik.c.o [ 6%] Building C object src/CMakeFiles/plplot.dir/plf2ops.c.o [ 6%] Building C object src/CMakeFiles/plplot.dir/plfill.c.o [ 6%] Building C object src/CMakeFiles/plplot.dir/plfreetype.c.o [ 7%] Building C object src/CMakeFiles/plplot.dir/plgradient.c.o [ 7%] Building C object src/CMakeFiles/plplot.dir/plhist.c.o [ 7%] Building C object src/CMakeFiles/plplot.dir/plimage.c.o [ 7%] Building C object src/CMakeFiles/plplot.dir/plline.c.o [ 8%] Building C object src/CMakeFiles/plplot.dir/plmetafile.c.o [ 8%] Building C object src/CMakeFiles/plplot.dir/plot3d.c.o [ 8%] Building C object src/CMakeFiles/plplot.dir/plpage.c.o [ 8%] Building C object src/CMakeFiles/plplot.dir/plsdef.c.o [ 10%] Building C object src/CMakeFiles/plplot.dir/plshade.c.o [ 10%] Building C object src/CMakeFiles/plplot.dir/plstdio.c.o [ 10%] Building C object src/CMakeFiles/plplot.dir/plstripc.c.o [ 10%] Building C object src/CMakeFiles/plplot.dir/plsym.c.o [ 11%] Building C object src/CMakeFiles/plplot.dir/pltick.c.o [ 11%] Building C object src/CMakeFiles/plplot.dir/plvpor.c.o [ 11%] Building C object src/CMakeFiles/plplot.dir/plwind.c.o [ 11%] Building C object src/CMakeFiles/plplot.dir/plbuf.c.o [ 12%] Building C object src/CMakeFiles/plplot.dir/plgridd.c.o [ 12%] Building C object src/CMakeFiles/plplot.dir/plvect.c.o [ 12%] Building C object src/CMakeFiles/plplot.dir/mt19937ar.c.o [ 13%] Building C object src/CMakeFiles/plplot.dir/pltime.c.o [ 13%] Building C object src/CMakeFiles/plplot.dir/pllegend.c.o [ 13%] Building C object src/CMakeFiles/plplot.dir/plmap.c.o Linking C shared library libplplot.so [ 13%] Built target plplot Scanning dependencies of target concatenate_pkgIndex.tcl [ 13%] Generating pkgIndex.tcl [ 13%] Built target concatenate_pkgIndex.tcl Scanning dependencies of target plplotcxx [ 13%] Building CXX object bindings/c++/CMakeFiles/plplotcxx.dir/plstream.cc.o Linking CXX shared library libplplotcxx.so [ 13%] Built target plplotcxx Scanning dependencies of target plplotf95 [ 13%] Building Fortran object bindings/f95/CMakeFiles/plplotf95.dir/plplot_small_modules.f90.o [ 13%] Building Fortran object bindings/f95/CMakeFiles/plplotf95.dir/plplot_double.f90.o included_plplot_real_interfaces.f90:109.35: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plcont( z, nx, ny, kx, lx, ky, ly, clevel, nlevel, transform, data ) & 1 Warning: Symbol 'interface_plcont' at (1) is marked PRIVATE but has been given the binding label 'c_plcont' included_plplot_real_interfaces.f90:133.8: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: function interface_plf2evalr( ix, iy, data ) bind(c, name = 'plf2evalr' ) 1 Warning: Symbol 'interface_plf2evalr' at (1) is marked PRIVATE but has been given the binding label 'plf2evalr' included_plplot_real_interfaces.f90:145.36: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plfcont( lookup, grid, nx, ny, kx, lx, ky, ly, clevel, nlevel, transform, data ) & 1 Warning: Symbol 'interface_plfcont' at (1) is marked PRIVATE but has been given the binding label 'plfcont' included_plplot_real_interfaces.f90:179.35: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plfill( n, x, y ) bind( c, name='c_plfill') 1 Warning: Symbol 'interface_plfill' at (1) is marked PRIVATE but has been given the binding label 'c_plfill' included_plplot_real_interfaces.f90:189.36: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plfvect( lookup, fgrid1, fgrid2, nx, ny, scale, transform, data ) bind(c, name = 'plfvect' ) 1 Warning: Symbol 'interface_plfvect' at (1) is marked PRIVATE but has been given the binding label 'plfvect' included_plplot_real_interfaces.f90:222.38: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plimagefr( idata, nx, ny, & 1 Warning: Symbol 'interface_plimagefr' at (1) is marked PRIVATE but has been given the binding label 'c_plimagefr' included_plplot_real_interfaces.f90:247.43: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plimagefr_null( idata, nx, ny, & 1 Warning: Symbol 'interface_plimagefr_null' at (1) is marked PRIVATE but has been given the binding label 'plimagefr_null' included_plplot_real_interfaces.f90:261.34: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plmap( proc, name, minx, maxx, miny, maxy ) & 1 Warning: Symbol 'interface_plmap' at (1) is marked PRIVATE but has been given the binding label 'c_plmap' included_plplot_real_interfaces.f90:273.38: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plmapfill( proc, name, minx, maxx, miny, maxy, plotentries, nplotentries ) & 1 Warning: Symbol 'interface_plmapfill' at (1) is marked PRIVATE but has been given the binding label 'c_plmapfill' included_plplot_real_interfaces.f90:287.38: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plmapline( proc, name, minx, maxx, miny, maxy, plotentries, nplotentries ) & 1 Warning: Symbol 'interface_plmapline' at (1) is marked PRIVATE but has been given the binding label 'c_plmapline' included_plplot_real_interfaces.f90:301.40: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plmapstring( proc, name, string, minx, maxx, miny, maxy, plotentries, nplotentries ) & 1 Warning: Symbol 'interface_plmapstring' at (1) is marked PRIVATE but has been given the binding label 'c_plmapstring' included_plplot_real_interfaces.f90:315.37: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plmaptex( proc, name, dx, dy, just, text, minx, maxx, miny, maxy, plotentry ) & 1 Warning: Symbol 'interface_plmaptex' at (1) is marked PRIVATE but has been given the binding label 'c_plmaptex' included_plplot_real_interfaces.f90:328.40: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plmeridians( proc, dlong, dlat, minlong, maxlong, minlat, maxlat ) & 1 Warning: Symbol 'interface_plmeridians' at (1) is marked PRIVATE but has been given the binding label 'c_plmeridians' included_plplot_real_interfaces.f90:339.36: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plshade( a, nx, ny, defined, xmin, xmax, ymin, ymax, & 1 Warning: Symbol 'interface_plshade' at (1) is marked PRIVATE but has been given the binding label 'c_plshade' included_plplot_real_interfaces.f90:376.41: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plshade_null( a, nx, ny, defined, xmin, xmax, ymin, ymax, & 1 Warning: Symbol 'interface_plshade_null' at (1) is marked PRIVATE but has been given the binding label 'plshade_null' included_plplot_real_interfaces.f90:402.37: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plshades( a, nx, ny, defined, xmin, xmax, ymin, ymax, & 1 Warning: Symbol 'interface_plshades' at (1) is marked PRIVATE but has been given the binding label 'c_plshades' included_plplot_real_interfaces.f90:438.42: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plshades_null( a, nx, ny, defined, xmin, xmax, ymin, ymax, & 1 Warning: Symbol 'interface_plshades_null' at (1) is marked PRIVATE but has been given the binding label 'plshades_null' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:60.41: subroutine interface_plslabelfunc( proc, data ) bind(c, name = 'c_plslabelfunc' ) 1 Warning: Symbol 'interface_plslabelfunc' at (1) is marked PRIVATE but has been given the binding label 'c_plslabelfunc' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:69.41: subroutine interface_plstransform( proc, data ) bind(c, name = 'c_plstransform' ) 1 Warning: Symbol 'interface_plstransform' at (1) is marked PRIVATE but has been given the binding label 'c_plstransform' included_plplot_real_interfaces.f90:463.34: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_pltr0( x, y, tx, ty, data ) bind(c, name = 'pltr0' ) 1 Warning: Symbol 'interface_pltr0' at (1) is marked PRIVATE but has been given the binding label 'pltr0' included_plplot_real_interfaces.f90:474.34: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_pltr1( x, y, tx, ty, data ) bind(c, name = 'pltr1' ) 1 Warning: Symbol 'interface_pltr1' at (1) is marked PRIVATE but has been given the binding label 'pltr1' included_plplot_real_interfaces.f90:485.35: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_pltr2f( x, y, tx, ty, data ) bind(c, name = 'pltr2f' ) 1 Warning: Symbol 'interface_pltr2f' at (1) is marked PRIVATE but has been given the binding label 'pltr2f' included_plplot_real_interfaces.f90:497.35: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:117: subroutine interface_plvect( u, v, nx, ny, scale, transform, data ) bind(c, name = 'c_plvect' ) 1 Warning: Symbol 'interface_plvect' at (1) is marked PRIVATE but has been given the binding label 'c_plvect' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:202.27: subroutine pllabelerf2c( axis, value, label, length, data ) bind(c, name = 'plplot_double_private_pllabelerf2c') 1 Warning: Symbol 'pllabelerf2c' at (1) is marked PRIVATE but has been given the binding label 'plplot_double_private_pllabelerf2c' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:223.32: subroutine pllabelerf2c_data( axis, value, label, length, data ) bind(c, name = 'plplot_double_private_pllabelerf2c_data') 1 Warning: Symbol 'pllabelerf2c_data' at (1) is marked PRIVATE but has been given the binding label 'plplot_double_private_pllabelerf2c_data' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:186.27: subroutine plmapformf2c( n, x, y ) bind(c, name = 'plplot_double_private_plmapformf2c') 1 Warning: Symbol 'plmapformf2c' at (1) is marked PRIVATE but has been given the binding label 'plplot_double_private_plmapformf2c' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:239.29: subroutine pltransformf2c( x, y, tx, ty, data ) bind(c, name = 'plplot_double_private_pltransformf2c') 1 Warning: Symbol 'pltransformf2c' at (1) is marked PRIVATE but has been given the binding label 'plplot_double_private_pltransformf2c' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_double.f90:256.34: subroutine pltransformf2c_data( x, y, tx, ty, data ) bind(c, name = 'plplot_double_private_pltransformf2c_data') 1 Warning: Symbol 'pltransformf2c_data' at (1) is marked PRIVATE but has been given the binding label 'plplot_double_private_pltransformf2c_data' [ 13%] Building Fortran object bindings/f95/CMakeFiles/plplotf95.dir/plplot_single.f90.o included_plplot_real_interfaces.f90:109.35: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plcont( z, nx, ny, kx, lx, ky, ly, clevel, nlevel, transform, data ) & 1 Warning: Symbol 'interface_plcont' at (1) is marked PRIVATE but has been given the binding label 'c_plcont' included_plplot_real_interfaces.f90:133.8: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: function interface_plf2evalr( ix, iy, data ) bind(c, name = 'plf2evalr' ) 1 Warning: Symbol 'interface_plf2evalr' at (1) is marked PRIVATE but has been given the binding label 'plf2evalr' included_plplot_real_interfaces.f90:145.36: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plfcont( lookup, grid, nx, ny, kx, lx, ky, ly, clevel, nlevel, transform, data ) & 1 Warning: Symbol 'interface_plfcont' at (1) is marked PRIVATE but has been given the binding label 'plfcont' included_plplot_real_interfaces.f90:179.35: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plfill( n, x, y ) bind( c, name='c_plfill') 1 Warning: Symbol 'interface_plfill' at (1) is marked PRIVATE but has been given the binding label 'c_plfill' included_plplot_real_interfaces.f90:189.36: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plfvect( lookup, fgrid1, fgrid2, nx, ny, scale, transform, data ) bind(c, name = 'plfvect' ) 1 Warning: Symbol 'interface_plfvect' at (1) is marked PRIVATE but has been given the binding label 'plfvect' included_plplot_real_interfaces.f90:222.38: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plimagefr( idata, nx, ny, & 1 Warning: Symbol 'interface_plimagefr' at (1) is marked PRIVATE but has been given the binding label 'c_plimagefr' included_plplot_real_interfaces.f90:247.43: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plimagefr_null( idata, nx, ny, & 1 Warning: Symbol 'interface_plimagefr_null' at (1) is marked PRIVATE but has been given the binding label 'plimagefr_null' included_plplot_real_interfaces.f90:261.34: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plmap( proc, name, minx, maxx, miny, maxy ) & 1 Warning: Symbol 'interface_plmap' at (1) is marked PRIVATE but has been given the binding label 'c_plmap' included_plplot_real_interfaces.f90:273.38: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plmapfill( proc, name, minx, maxx, miny, maxy, plotentries, nplotentries ) & 1 Warning: Symbol 'interface_plmapfill' at (1) is marked PRIVATE but has been given the binding label 'c_plmapfill' included_plplot_real_interfaces.f90:287.38: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plmapline( proc, name, minx, maxx, miny, maxy, plotentries, nplotentries ) & 1 Warning: Symbol 'interface_plmapline' at (1) is marked PRIVATE but has been given the binding label 'c_plmapline' included_plplot_real_interfaces.f90:301.40: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plmapstring( proc, name, string, minx, maxx, miny, maxy, plotentries, nplotentries ) & 1 Warning: Symbol 'interface_plmapstring' at (1) is marked PRIVATE but has been given the binding label 'c_plmapstring' included_plplot_real_interfaces.f90:315.37: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plmaptex( proc, name, dx, dy, just, text, minx, maxx, miny, maxy, plotentry ) & 1 Warning: Symbol 'interface_plmaptex' at (1) is marked PRIVATE but has been given the binding label 'c_plmaptex' included_plplot_real_interfaces.f90:328.40: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plmeridians( proc, dlong, dlat, minlong, maxlong, minlat, maxlat ) & 1 Warning: Symbol 'interface_plmeridians' at (1) is marked PRIVATE but has been given the binding label 'c_plmeridians' included_plplot_real_interfaces.f90:339.36: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plshade( a, nx, ny, defined, xmin, xmax, ymin, ymax, & 1 Warning: Symbol 'interface_plshade' at (1) is marked PRIVATE but has been given the binding label 'c_plshade' included_plplot_real_interfaces.f90:376.41: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plshade_null( a, nx, ny, defined, xmin, xmax, ymin, ymax, & 1 Warning: Symbol 'interface_plshade_null' at (1) is marked PRIVATE but has been given the binding label 'plshade_null' included_plplot_real_interfaces.f90:402.37: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plshades( a, nx, ny, defined, xmin, xmax, ymin, ymax, & 1 Warning: Symbol 'interface_plshades' at (1) is marked PRIVATE but has been given the binding label 'c_plshades' included_plplot_real_interfaces.f90:438.42: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plshades_null( a, nx, ny, defined, xmin, xmax, ymin, ymax, & 1 Warning: Symbol 'interface_plshades_null' at (1) is marked PRIVATE but has been given the binding label 'plshades_null' included_plplot_real_interfaces.f90:463.34: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_pltr0( x, y, tx, ty, data ) bind(c, name = 'pltr0' ) 1 Warning: Symbol 'interface_pltr0' at (1) is marked PRIVATE but has been given the binding label 'pltr0' included_plplot_real_interfaces.f90:474.34: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_pltr1( x, y, tx, ty, data ) bind(c, name = 'pltr1' ) 1 Warning: Symbol 'interface_pltr1' at (1) is marked PRIVATE but has been given the binding label 'pltr1' included_plplot_real_interfaces.f90:485.35: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_pltr2f( x, y, tx, ty, data ) bind(c, name = 'pltr2f' ) 1 Warning: Symbol 'interface_pltr2f' at (1) is marked PRIVATE but has been given the binding label 'pltr2f' included_plplot_real_interfaces.f90:497.35: Included at /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:45: subroutine interface_plvect( u, v, nx, ny, scale, transform, data ) bind(c, name = 'c_plvect' ) 1 Warning: Symbol 'interface_plvect' at (1) is marked PRIVATE but has been given the binding label 'c_plvect' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:65.27: subroutine pllabelerf2c( axis, value, label, length, data ) bind(c, name = 'plplot_single_private_pllabelerf2c') 1 Warning: Symbol 'pllabelerf2c' at (1) is marked PRIVATE but has been given the binding label 'plplot_single_private_pllabelerf2c' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:86.32: subroutine pllabelerf2c_data( axis, value, label, length, data ) bind(c, name = 'plplot_single_private_pllabelerf2c_data') 1 Warning: Symbol 'pllabelerf2c_data' at (1) is marked PRIVATE but has been given the binding label 'plplot_single_private_pllabelerf2c_data' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:49.27: subroutine plmapformf2c( n, x, y ) bind(c, name = 'plplot_single_private_plmapformf2c') 1 Warning: Symbol 'plmapformf2c' at (1) is marked PRIVATE but has been given the binding label 'plplot_single_private_plmapformf2c' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:102.29: subroutine pltransformf2c( x, y, tx, ty, data ) bind(c, name = 'plplot_single_private_pltransformf2c') 1 Warning: Symbol 'pltransformf2c' at (1) is marked PRIVATE but has been given the binding label 'plplot_single_private_pltransformf2c' /u/system/bwjenkins/rmg-spp/plplot.git/bindings/f95/plplot_single.f90:119.34: subroutine pltransformf2c_data( x, y, tx, ty, data ) bind(c, name = 'plplot_single_private_pltransformf2c_data') 1 Warning: Symbol 'pltransformf2c_data' at (1) is marked PRIVATE but has been given the binding label 'plplot_single_private_pltransformf2c_data' [ 14%] Building Fortran object bindings/f95/CMakeFiles/plplotf95.dir/plplot.f90.o Linking Fortran shared library libplplotf95.so [ 14%] Built target plplotf95 Scanning dependencies of target plplot.tcl_target [ 14%] Generating plplot.tcl [ 14%] Built target plplot.tcl_target Scanning dependencies of target tclmatrix [ 15%] Building C object bindings/tcl/CMakeFiles/tclmatrix.dir/tclMatrix.c.o [ 15%] Building C object bindings/tcl/CMakeFiles/tclmatrix.dir/matrixInit.c.o Linking C shared library libtclmatrix.so [ 15%] Built target tclmatrix [ 15%] Generating tclgen.h, tclgen_s.h, tclgen.c Scanning dependencies of target plplottcltk [ 15%] Building C object bindings/tcl/CMakeFiles/plplottcltk.dir/tclAPI.c.o Linking C shared library libplplottcltk.so [ 15%] Built target plplottcltk Scanning dependencies of target plplottcltk_Main [ 16%] Building C object bindings/tcl/CMakeFiles/plplottcltk_Main.dir/tclMain.c.o Linking C shared library libplplottcltk_Main.so [ 16%] Built target plplottcltk_Main Scanning dependencies of target pltcl [ 16%] Building C object bindings/tcl/CMakeFiles/pltcl.dir/pltcl.c.o Linking C executable pltcl [ 16%] Built target pltcl Scanning dependencies of target tclIndex_tcl [ 16%] Generating tclIndex [ 16%] Built target tclIndex_tcl [ 16%] Swig source Scanning dependencies of target _plplotcmodule [ 16%] Building C object bindings/python/CMakeFiles/_plplotcmodule.dir/plplotcmodulePYTHON_wrap.c.o Linking C shared module _plplotcmodule.so [ 16%] Built target _plplotcmodule Scanning dependencies of target _plplotcmodule_fixed [ 16%] Generating plplotc_fixed.py [ 16%] Built target _plplotcmodule_fixed [ 17%] Swig source Scanning dependencies of target plplotjavac_wrap [ 17%] Building C object bindings/java/CMakeFiles/plplotjavac_wrap.dir/plplotjavacJAVA_wrap.c.o Linking C shared module plplotjavac_wrap.so [ 17%] Built target plplotjavac_wrap Scanning dependencies of target plplot_core [ 19%] Generating plplot/core/config.class [ 20%] Generating plplot/core/PLCallbackCT.class [ 20%] Generating plplot/core/PLCallbackMapform.class [ 20%] Generating plplot/core/PLCallbackLabel.class [ 20%] Generating plplot/core/plplotjavacJNI.class [ 20%] Generating plplot/core/PLGraphicsIn.class [ 20%] Generating plplot/core/plplotjavacConstants.class [ 21%] Generating plplot/core/plplotjavac.class [ 21%] Generating plplot/core/PLStream.class [ 21%] Built target plplot_core Scanning dependencies of target cairo [ 22%] Building C object drivers/CMakeFiles/cairo.dir/cairo.c.o Linking C shared module cairo.so [ 22%] Built target cairo Scanning dependencies of target mem [ 22%] Building C object drivers/CMakeFiles/mem.dir/mem.c.o Linking C shared module mem.so [ 22%] Built target mem Scanning dependencies of target null [ 23%] Building C object drivers/CMakeFiles/null.dir/null.c.o Linking C shared module null.so [ 23%] Built target null Scanning dependencies of target ps [ 24%] Building C object drivers/CMakeFiles/ps.dir/ps.c.o Linking C shared module ps.so [ 24%] Built target ps Scanning dependencies of target svg [ 24%] Building C object drivers/CMakeFiles/svg.dir/svg.c.o Linking C shared module svg.so [ 24%] Built target svg Scanning dependencies of target test-drv-info [ 24%] Building C object drivers/CMakeFiles/test-drv-info.dir/test-drv-info.c.o Linking C executable test-drv-info [ 24%] Built target test-drv-info Scanning dependencies of target xwin [ 25%] Building C object drivers/CMakeFiles/xwin.dir/xwin.c.o Linking C shared module xwin.so [ 25%] Built target xwin Scanning dependencies of target test_xwin_dyndriver [ 25%] Generating test_dyndrivers_dir/xwin.driver_info [ 25%] Built target test_xwin_dyndriver Scanning dependencies of target test_cairo_dyndriver [ 26%] Generating test_dyndrivers_dir/cairo.driver_info [ 26%] Built target test_cairo_dyndriver Scanning dependencies of target test_mem_dyndriver [ 26%] Generating test_dyndrivers_dir/mem.driver_info [ 26%] Built target test_mem_dyndriver Scanning dependencies of target test_null_dyndriver [ 26%] Generating test_dyndrivers_dir/null.driver_info [ 26%] Built target test_null_dyndriver Scanning dependencies of target test_ps_dyndriver [ 26%] Generating test_dyndrivers_dir/ps.driver_info [ 26%] Built target test_ps_dyndriver Scanning dependencies of target test_svg_dyndriver [ 28%] Generating test_dyndrivers_dir/svg.driver_info [ 28%] Built target test_svg_dyndriver Scanning dependencies of target xfig [ 28%] Building C object drivers/CMakeFiles/xfig.dir/xfig.c.o Linking C shared module xfig.so [ 28%] Built target xfig Scanning dependencies of target test_xfig_dyndriver [ 28%] Generating test_dyndrivers_dir/xfig.driver_info [ 28%] Built target test_xfig_dyndriver Scanning dependencies of target test_dyndrivers [ 28%] Built target test_dyndrivers Scanning dependencies of target parity_bit_check [ 28%] Building C object utils/CMakeFiles/parity_bit_check.dir/parity_bit_check.c.o Linking C executable parity_bit_check [ 28%] Built target parity_bit_check Scanning dependencies of target pltek [ 28%] Building C object utils/CMakeFiles/pltek.dir/pltek.c.o Linking C executable pltek [ 28%] Built target pltek Scanning dependencies of target workaround_file_generate_bug [ 28%] Generating touched_workaround_file_generate_bug [ 28%] Built target workaround_file_generate_bug Scanning dependencies of target plf95demolib [ 28%] Building Fortran object examples/f95/CMakeFiles/plf95demolib.dir/plf95demolib.f90.o Linking Fortran static library libplf95demolib.a [ 28%] Built target plf95demolib Scanning dependencies of target x31j [ 29%] Generating plplot/examples/x31.class [ 29%] Built target x31j Scanning dependencies of target x00j [ 30%] Generating plplot/examples/x00.class [ 30%] Built target x00j Scanning dependencies of target x01j [ 30%] Generating plplot/examples/x01.class [ 30%] Built target x01j Scanning dependencies of target x02j [ 30%] Generating plplot/examples/x02.class [ 30%] Built target x02j Scanning dependencies of target x03j [ 30%] Generating plplot/examples/x03.class [ 30%] Built target x03j Scanning dependencies of target x04j [ 31%] Generating plplot/examples/x04.class [ 31%] Built target x04j Scanning dependencies of target x05j [ 31%] Generating plplot/examples/x05.class [ 31%] Built target x05j Scanning dependencies of target x06j [ 31%] Generating plplot/examples/x06.class [ 31%] Built target x06j Scanning dependencies of target x07j [ 31%] Generating plplot/examples/x07.class [ 31%] Built target x07j Scanning dependencies of target x08j [ 32%] Generating plplot/examples/x08.class [ 32%] Built target x08j Scanning dependencies of target x09j [ 32%] Generating plplot/examples/x09.class [ 32%] Built target x09j Scanning dependencies of target x10j [ 32%] Generating plplot/examples/x10.class [ 32%] Built target x10j Scanning dependencies of target x11j [ 32%] Generating plplot/examples/x11.class [ 32%] Built target x11j Scanning dependencies of target x12j [ 33%] Generating plplot/examples/x12.class [ 33%] Built target x12j Scanning dependencies of target x13j [ 33%] Generating plplot/examples/x13.class [ 33%] Built target x13j Scanning dependencies of target x14j [ 33%] Generating plplot/examples/x14.class [ 33%] Built target x14j Scanning dependencies of target x15j [ 34%] Generating plplot/examples/x15.class [ 34%] Built target x15j Scanning dependencies of target x33j [ 34%] Generating plplot/examples/x33.class [ 34%] Built target x33j Scanning dependencies of target x16j [ 34%] Generating plplot/examples/x16.class [ 34%] Built target x16j Scanning dependencies of target x17j [ 34%] Generating plplot/examples/x17.class [ 34%] Built target x17j Scanning dependencies of target x18j [ 34%] Generating plplot/examples/x18.class [ 34%] Built target x18j Scanning dependencies of target x19j [ 35%] Generating plplot/examples/x19.class [ 35%] Built target x19j Scanning dependencies of target x20j [ 35%] Generating plplot/examples/x20.class [ 35%] Built target x20j Scanning dependencies of target x21j [ 35%] Generating plplot/examples/x21.class [ 35%] Built target x21j Scanning dependencies of target x22j [ 35%] Generating plplot/examples/x22.class [ 35%] Built target x22j Scanning dependencies of target x23j [ 37%] Generating plplot/examples/x23.class [ 37%] Built target x23j Scanning dependencies of target x24j [ 37%] Generating plplot/examples/x24.class [ 37%] Built target x24j Scanning dependencies of target x25j [ 37%] Generating plplot/examples/x25.class [ 37%] Built target x25j Scanning dependencies of target x26j [ 37%] Generating plplot/examples/x26.class [ 37%] Built target x26j Scanning dependencies of target x27j [ 38%] Generating plplot/examples/x27.class [ 38%] Built target x27j Scanning dependencies of target x28j [ 38%] Generating plplot/examples/x28.class [ 38%] Built target x28j Scanning dependencies of target x29j [ 38%] Generating plplot/examples/x29.class [ 38%] Built target x29j Scanning dependencies of target x30j [ 38%] Generating plplot/examples/x30.class [ 38%] Built target x30j Scanning dependencies of target plplot_examples [ 47%] Built target plplot_examples Scanning dependencies of target plplot_jar [ 48%] Generating plplot.jar [ 57%] Built target plplot_jar Scanning dependencies of target tcl_examples [ 58%] Generating x00 [ 58%] Generating x01 [ 58%] Generating x02 [ 58%] Generating x03 [ 59%] Generating x04 [ 59%] Generating x05 [ 59%] Generating x06 [ 60%] Generating x07 [ 60%] Generating x08 [ 60%] Generating x09 [ 60%] Generating x10 [ 61%] Generating x11 [ 61%] Generating x12 [ 61%] Generating x13 [ 61%] Generating x14 [ 62%] Generating x15 [ 62%] Generating x16 [ 62%] Generating x17 [ 62%] Generating x18 [ 64%] Generating x19 [ 64%] Generating x20 [ 64%] Generating x21 [ 64%] Generating x22 [ 65%] Generating x23 [ 65%] Generating x24 [ 65%] Generating x25 [ 65%] Generating x26 [ 66%] Generating x27 [ 66%] Generating x28 [ 66%] Generating x29 [ 67%] Generating x30 [ 67%] Generating x31 [ 67%] Generating x33 [ 67%] Generating README.tcldemos [ 68%] Generating plgrid.tcl [ 68%] Generating plot.dat [ 68%] Generating plot.tcl [ 68%] Generating r.dat [ 69%] Generating stats.log [ 69%] Generating tcldemos.tcl [ 69%] Generating x00.tcl [ 69%] Generating x01.tcl [ 70%] Generating x02.tcl [ 70%] Generating x03.tcl [ 70%] Generating x04.tcl [ 70%] Generating x05.tcl [ 71%] Generating x06.tcl [ 71%] Generating x07.tcl [ 71%] Generating x08.tcl [ 71%] Generating x09.tcl [ 73%] Generating x10.tcl [ 73%] Generating x11.tcl [ 73%] Generating x12.tcl [ 74%] Generating x13.tcl [ 74%] Generating x14.tcl [ 74%] Generating x15.tcl [ 74%] Generating x16.tcl [ 75%] Generating x17.tcl [ 75%] Generating x18.tcl [ 75%] Generating x19.tcl [ 75%] Generating x20.tcl [ 76%] Generating x21.tcl [ 76%] Generating x22.tcl [ 76%] Generating x23.tcl [ 76%] Generating x24.tcl [ 77%] Generating x25.tcl [ 77%] Generating x26.tcl [ 77%] Generating x27.tcl [ 77%] Generating x28.tcl [ 78%] Generating x29.tcl [ 78%] Generating x30.tcl [ 78%] Generating x31.tcl [ 78%] Generating x33.tcl [ 78%] Built target tcl_examples Scanning dependencies of target tclIndex_examples_tcl [ 78%] Generating tclIndex make install [100%] Built target tclIndex_examples_tcl [ 0%] Built target csirocsa [ 1%] Built target deltaT-gen [ 1%] Built target deltaT.h_built [ 2%] Built target tai-utc-gen [ 2%] Built target tai-utc.h_built [ 2%] Built target qsastime [ 2%] Built target plhershey-unicode-gen [ 3%] Built target plhershey-unicode.h_built [ 13%] Built target plplot [ 13%] Built target concatenate_pkgIndex.tcl [ 13%] Built target plplotcxx [ 14%] Built target plplotf95 [ 14%] Built target plplot.tcl_target [ 15%] Built target tclmatrix [ 15%] Built target plplottcltk [ 16%] Built target plplottcltk_Main [ 16%] Built target pltcl [ 16%] Built target tclIndex_tcl [ 16%] Built target _plplotcmodule [ 16%] Built target _plplotcmodule_fixed [ 17%] Built target plplotjavac_wrap [ 21%] Built target plplot_core [ 22%] Built target cairo [ 22%] Built target mem [ 23%] Built target null [ 24%] Built target ps [ 24%] Built target svg [ 24%] Built target test-drv-info [ 25%] Built target xwin [ 25%] Built target test_xwin_dyndriver [ 26%] Built target test_cairo_dyndriver [ 26%] Built target test_mem_dyndriver [ 26%] Built target test_null_dyndriver [ 26%] Built target test_ps_dyndriver [ 28%] Built target test_svg_dyndriver [ 28%] Built target xfig [ 28%] Built target test_xfig_dyndriver [ 28%] Built target test_dyndrivers [ 28%] Built target parity_bit_check [ 28%] Built target pltek [ 28%] Built target workaround_file_generate_bug [ 28%] Built target plf95demolib [ 29%] Built target x31j [ 30%] Built target x00j [ 30%] Built target x01j [ 30%] Built target x02j [ 30%] Built target x03j [ 31%] Built target x04j [ 31%] Built target x05j [ 31%] Built target x06j [ 31%] Built target x07j [ 32%] Built target x08j [ 32%] Built target x09j [ 32%] Built target x10j [ 32%] Built target x11j [ 33%] Built target x12j [ 33%] Built target x13j [ 33%] Built target x14j [ 34%] Built target x15j [ 34%] Built target x33j [ 34%] Built target x16j [ 34%] Built target x17j [ 34%] Built target x18j [ 35%] Built target x19j [ 35%] Built target x20j [ 35%] Built target x21j [ 35%] Built target x22j [ 37%] Built target x23j [ 37%] Built target x24j [ 37%] Built target x25j [ 37%] Built target x26j [ 38%] Built target x27j [ 38%] Built target x28j [ 38%] Built target x29j [ 38%] Built target x30j [ 47%] Built target plplot_examples [ 57%] Built target plplot_jar [ 78%] Built target tcl_examples [100%] Built target tclIndex_examples_tcl Install the project... -- Install configuration: "" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/ABOUT -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/AUTHORS -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/COPYING.LIB -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/ChangeLog.release -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/Copyright -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/FAQ -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/NEWS -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/PROBLEMS -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README.release -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README.cumulated_release -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README.testing -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libcsirocsa.so.0.0.1 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libcsirocsa.so.0 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libcsirocsa.so -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README.csa -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README.1st.csa -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/qsastime.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/qsastimedll.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libqsastime.so.0.0.1 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libqsastime.so.0 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libqsastime.so -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/disptab.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/drivers.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/pdf.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/pldebug.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/pldll.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/plevent.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/plplot.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/plplotP.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/plstrm.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/plxwd.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/plConfig.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/plDevs.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplot.so.14.0.0 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplot.so.14 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplot.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplot.so.14.0.0" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/cmake/plplot/export_plplot.cmake -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/cmake/plplot/export_plplot-noconfig.cmake -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/cmake/plplot/plplotConfig.cmake -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/pkgconfig/plplot.pc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/plstnd5.fnt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/plxtnd5.fnt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap0_default.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap0_alternate.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap0_white_bg.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap0_black_on_white.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap1_default.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap1_blue_yellow.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap1_blue_red.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap1_gray.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap1_radar.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap1_highfreq.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cmap1_lowfreq.pal -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/cglobe.map -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/globe.map -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/usa.map -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/usaglobe.map -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/pkgIndex.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplotcxx.so.13.0.0 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplotcxx.so.13 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplotcxx.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplotcxx.so.13.0.0" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/plstream.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/pkgconfig/plplot-c++.pc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplotf95.so.13.0.0 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplotf95.so.13 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplotf95.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplotf95.so.13.0.0" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/fortran/modules/plplot/plplot.mod -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/fortran/modules/plplot/plplot_double.mod -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/fortran/modules/plplot/plplot_single.mod -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/fortran/modules/plplot/plplot_private_utilities.mod -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/fortran/modules/plplot/plplot_graphics.mod -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/fortran/modules/plplot/plplot_private_exposed.mod -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/fortran/modules/plplot/plplot_types.mod -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/pkgconfig/plplot-f95.pc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/tclMatrix.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/include/plplot/pltcl.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libtclmatrix.so.10.3.0 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libtclmatrix.so.10 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libtclmatrix.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libtclmatrix.so.10.3.0" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplottcltk.so.13.0.0 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplottcltk.so.13 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplottcltk.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplottcltk.so.13.0.0" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/pkgconfig/plplot-tcl.pc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplottcltk_Main.so.1.0.0 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplottcltk_Main.so.1 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplottcltk_Main.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplottcltk_Main.so.1.0.0" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/tcl/plplot.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/tcl/tclIndex -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/pkgconfig/plplot-tcl_Main.pc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/bin/pltcl -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/bin/pltcl" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib64/python2.6/site-packages/plplot.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib64/python2.6/site-packages/plplotc.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/jni/plplotjavac_wrap.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/jni/plplotjavac_wrap.so" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README.drivers -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README.wxwidgets -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/cairo.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/cairo.so" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/cairo.driver_info -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/mem.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/mem.so" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/mem.driver_info -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/null.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/null.so" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/null.driver_info -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/ps.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/ps.so" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/ps.driver_info -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/svg.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/svg.so" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/svg.driver_info -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/xfig.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/xfig.so" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/xfig.driver_info -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/xwin.so -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/xwin.so" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/plplot5.12.0/drivers/xwin.driver_info -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/bin/pltek -- Set runtime path of "/u/system/bwjenkins/rmg-spp/plplot.git/install/bin/pltek" to "/u/system/bwjenkins/rmg-spp/plplot.git/install/lib" -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/test_c.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/test_c_interactive.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/test_cxx.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/test_f95.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/test_java.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/test_python.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/test_diff.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/plplot-test.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/test_tcl.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/plplot-test-interactive.sh -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/Makefile -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/Chloe.pgm -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/README.Chloe -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/CMakeLists.txt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/cmake/modules/plplot_configure.cmake -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/cmake/modules/plplot_functions.cmake -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/cmake/modules/pkg-config.cmake -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/cmake/modules/language_support.cmake -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/plcdemos.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/tutor.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/test_plend.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/test_plbuf.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x00c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x01c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x02c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x03c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x04c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x05c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x06c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x07c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x08c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x09c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x10c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x11c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x12c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x13c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x14c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x15c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x16c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x17c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x18c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x19c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x20c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x21c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x22c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x23c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x24c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x25c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x26c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x27c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x28c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x29c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x30c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x31c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x32c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x33c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/x34c.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/extXdrawable_demo.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/ext-cairo-test.c -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/README.cairo -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/CMakeLists.txt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c/Makefile -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/plc++demos.h -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x01cc.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x00.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x01.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x02.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x03.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x04.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x05.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x06.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x07.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x08.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x09.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x10.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x11.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x12.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x13.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x14.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x15.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x16.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x17.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x18.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x19.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x20.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x21.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x22.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x23.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x24.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x25.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x26.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x27.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x28.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x29.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x30.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x31.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/x33.cc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/CMakeLists.txt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/c++/Makefile -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplf95demolib.a -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/fortran/modules/plplot/plf95demolib.mod -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x00f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x01f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x02f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x03f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x04f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x05f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x06f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x07f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x08f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x09f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x10f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x11f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x12f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x13f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x14f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x15f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x16f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x16af.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x17f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x18f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x19f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x20f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x21f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x22f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x23f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x24f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x25f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x26f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x27f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x28f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x29f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x30f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x31f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/x33f.f90 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/README_precision -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/Makefile -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/plf95demos.inc -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/f95/CMakeLists.txt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x00.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x01.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x02.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x03.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x04.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x05.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x06.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x07.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x08.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x09.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x10.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x11.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x12.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x13.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x14.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x15.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x16.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x17.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x18.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x19.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x20.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x21.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x22.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x23.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x24.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x25.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x26.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x27.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x28.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x29.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x30.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x31.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/x33.java -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/README.javademos -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/Makefile -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/java/CMakeLists.txt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/java/plplot.jar -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x00 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x01 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x02 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x03 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x04 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x05 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x06 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x07 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x08 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x09 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x10 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x11 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x12 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x13 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x15 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x16 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x18 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x19 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x20 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x21 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x22 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x23 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x24 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x25 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x26 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x27 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x28 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x29 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x30 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x33 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/pythondemos.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x14 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x17 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x31 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x14.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x17.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x31.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/plplot_logo.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_circle.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_axis_precision.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_symbol_clip.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/testh.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_superscript_subscript.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_plplot_encodings.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_fill.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_gradient.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_type1.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_hebrew_diacritic.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_style.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_linebreak.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/test_plsmem.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x00.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x01.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x02.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x03.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x04.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x05.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x06.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x07.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x08.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x09.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x10.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x11.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x12.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x13.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x15.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x16.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x18.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x19.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x20.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x21.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x22.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x23.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x24.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x25.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x26.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x27.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x28.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x29.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x30.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/x33.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/restore.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/README.pythondemos -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/README.rendering_tests -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/README.logo -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/plplot_python_start.py -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/python/CMakeLists.txt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/tclIndex -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/README.tcldemos -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/plgrid.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/plot.dat -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/plot.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/r.dat -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/stats.log -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/tcldemos.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x00.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x01.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x02.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x03.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x04.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x05.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x06.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x07.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x08.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x09.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x10.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x11.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x12.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x13.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x14.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x15.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x16.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x17.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x18.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x19.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x20.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x21.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x22.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x23.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x24.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x25.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x26.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x27.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x28.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x29.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x30.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x31.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x33.tcl -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x00 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x01 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x02 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x03 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x04 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x05 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x06 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x07 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x08 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x09 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x10 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x11 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x12 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x13 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x14 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x15 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x16 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x17 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x18 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x19 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x20 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x21 # install CPU-version of RMG cd $INSTDIR wget http://downloads.sourceforge.net/project/rmgdft/Releases/2.1/Sources/rmg-release_2.1.tar.gz --2018-01-22 10:46:27-- http://downloads.sourceforge.net/project/rmgdft/Releases/2.1/Sources/rmg-release_2.1.tar.gz Resolving downloads.sourceforge.net... 216.34.181.59 Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://ayera.dl.sourceforge.net/project/rmgdft/Releases/2.1/Sources/rmg-release_2.1.tar.gz [following] --2018-01-22 10:46:27-- https://ayera.dl.sourceforge.net/project/rmgdft/Releases/2.1/Sources/rmg-release_2.1.tar.gz Resolving ayera.dl.sourceforge.net... 172.110.242.68, 2607:fa38:0:fe:6563:4fc1:ac91:ea86 Connecting to ayera.dl.sourceforge.net|172.110.242.68|:443... -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x22 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x23 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x24 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x25 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x26 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x27 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x28 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x29 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x30 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x31 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/x33 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/pltcl_standard_examples.in -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/tclsh_standard_examples.in -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/CMakeLists.txt -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/plplot5.12.0/examples/tcl/mktclIndex -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/man/man1/pltek.1 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/man/man1/plserver.1 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/man/man1/pltcl.1 -- Installing: /u/system/bwjenkins/rmg-spp/plplot.git/install/share/doc/plplot/README.pkg-config connected. HTTP request sent, awaiting response... 200 OK Length: 42363399 (40M) [application/x-gzip] Saving to: `rmg-release_2.1.tar.gz.1' 0K .......... .......... .......... .......... .......... 0% 268K 2m34s 50K .......... .......... .......... .......... .......... 0% 426K 2m5s 100K .......... .......... .......... .......... .......... 0% 2.69M 88s 150K .......... .......... .......... .......... .......... 0% 1019K 76s 200K .......... .......... .......... .......... .......... 0% 2.70M 64s 250K .......... .......... .......... .......... .......... 0% 57.9M 53s 300K .......... .......... .......... .......... .......... 0% 756K 53s 350K .......... .......... .......... .......... .......... 0% 61.8M 47s 400K .......... .......... .......... .......... .......... 1% 88.2M 42s 450K .......... .......... .......... .......... .......... 1% 73.6M 37s 500K .......... .......... .......... .......... .......... 1% 766K 39s 550K .......... .......... .......... .......... .......... 1% 82.4M 36s 600K .......... .......... .......... .......... .......... 1% 79.5M 33s 650K .......... .......... .......... .......... .......... 1% 82.7M 31s 700K .......... .......... .......... .......... .......... 1% 88.9M 28s 750K .......... .......... .......... .......... .......... 1% 762K 30s 800K .......... .......... .......... .......... .......... 2% 59.1M 28s 850K .......... .......... .......... .......... .......... 2% 89.2M 27s 900K .......... .......... .......... .......... .......... 2% 92.7M 25s 950K .......... .......... .......... .......... .......... 2% 83.8M 24s 1000K .......... .......... .......... .......... .......... 2% 81.8M 23s 1050K .......... .......... .......... .......... .......... 2% 88.8M 22s 1100K .......... .......... .......... .......... .......... 2% 1.06M 22s 1150K .......... .......... .......... .......... .......... 2% 2.72M 22s 1200K .......... .......... .......... .......... .......... 3% 85.1M 21s 1250K .......... .......... .......... .......... .......... 3% 78.1M 20s 1300K .......... .......... .......... .......... .......... 3% 88.2M 20s 1350K .......... .......... .......... .......... .......... 3% 87.7M 19s 1400K .......... .......... .......... .......... .......... 3% 88.3M 18s 1450K .......... .......... .......... .......... .......... 3% 77.1M 18s 1500K .......... .......... .......... .......... .......... 3% 92.3M 17s 1550K .......... .......... .......... .......... .......... 3% 1.06M 18s 1600K .......... .......... .......... .......... .......... 3% 2.71M 17s 1650K .......... .......... .......... .......... .......... 4% 86.3M 17s 1700K .......... .......... .......... .......... .......... 4% 87.2M 16s 1750K .......... .......... .......... .......... .......... 4% 87.2M 16s 1800K .......... .......... .......... .......... .......... 4% 84.6M 16s 1850K .......... .......... .......... .......... .......... 4% 80.1M 15s 1900K .......... .......... .......... .......... .......... 4% 85.4M 15s 1950K .......... .......... .......... .......... .......... 4% 66.1M 14s 2000K .......... .......... .......... .......... .......... 4% 89.6M 14s 2050K .......... .......... .......... .......... .......... 5% 97.2M 14s 2100K .......... .......... .......... .......... .......... 5% 90.8M 13s 2150K .......... .......... .......... .......... .......... 5% 97.7M 13s 2200K .......... .......... .......... .......... .......... 5% 81.2M 13s 2250K .......... .......... .......... .......... .......... 5% 90.6M 12s 2300K .......... .......... .......... .......... .......... 5% 93.7M 12s 2350K .......... .......... .......... .......... .......... 5% 843K 13s 2400K .......... .......... .......... .......... .......... 5% 87.7M 13s 2450K .......... .......... .......... .......... .......... 6% 91.5M 12s 2500K .......... .......... .......... .......... .......... 6% 69.4M 12s 2550K .......... .......... .......... .......... .......... 6% 84.8M 12s 2600K .......... .......... .......... .......... .......... 6% 63.1M 12s 2650K .......... .......... .......... .......... .......... 6% 81.6M 11s 2700K .......... .......... .......... .......... .......... 6% 91.7M 11s 2750K .......... .......... .......... .......... .......... 6% 61.1M 11s 2800K .......... .......... .......... .......... .......... 6% 88.6M 11s 2850K .......... .......... .......... .......... .......... 7% 82.5M 11s 2900K .......... .......... .......... .......... .......... 7% 90.3M 10s 2950K .......... .......... .......... .......... .......... 7% 64.1M 10s 3000K .......... .......... .......... .......... .......... 7% 45.0M 10s 3050K .......... .......... .......... .......... .......... 7% 93.4M 10s 3100K .......... .......... .......... .......... .......... 7% 72.9M 10s 3150K .......... .......... .......... .......... .......... 7% 57.7M 10s 3200K .......... .......... .......... .......... .......... 7% 878K 10s 3250K .......... .......... .......... .......... .......... 7% 87.6M 10s 3300K .......... .......... .......... .......... .......... 8% 92.3M 10s 3350K .......... .......... .......... .......... .......... 8% 87.9M 10s 3400K .......... .......... .......... .......... .......... 8% 83.8M 9s 3450K .......... .......... .......... .......... .......... 8% 81.9M 9s 3500K .......... .......... .......... .......... .......... 8% 89.5M 9s 3550K .......... .......... .......... .......... .......... 8% 64.8M 9s 3600K .......... .......... .......... .......... .......... 8% 87.5M 9s 3650K .......... .......... .......... .......... .......... 8% 88.0M 9s 3700K .......... .......... .......... .......... .......... 9% 89.3M 9s 3750K .......... .......... .......... .......... .......... 9% 82.4M 9s 3800K .......... .......... .......... .......... .......... 9% 87.6M 8s 3850K .......... .......... .......... .......... .......... 9% 89.4M 8s 3900K .......... .......... .......... .......... .......... 9% 88.9M 8s 3950K .......... .......... .......... .......... .......... 9% 69.8M 8s 4000K .......... .......... .......... .......... .......... 9% 94.9M 8s 4050K .......... .......... .......... .......... .......... 9% 80.8M 8s 4100K .......... .......... .......... .......... .......... 10% 84.4M 8s 4150K .......... .......... .......... .......... .......... 10% 86.2M 8s 4200K .......... .......... .......... .......... .......... 10% 80.5M 8s 4250K .......... .......... .......... .......... .......... 10% 82.8M 8s 4300K .......... .......... .......... .......... .......... 10% 87.1M 7s 4350K .......... .......... .......... .......... .......... 10% 62.6M 7s 4400K .......... .......... .......... .......... .......... 10% 91.9M 7s 4450K .......... .......... .......... .......... .......... 10% 96.0M 7s 4500K .......... .......... .......... .......... .......... 10% 90.0M 7s 4550K .......... .......... .......... .......... .......... 11% 89.6M 7s 4600K .......... .......... .......... .......... .......... 11% 67.3M 7s 4650K .......... .......... .......... .......... .......... 11% 95.6M 7s 4700K .......... .......... .......... .......... .......... 11% 992K 7s 4750K .......... .......... .......... .......... .......... 11% 48.0M 7s 4800K .......... .......... .......... .......... .......... 11% 87.7M 7s 4850K .......... .......... .......... .......... .......... 11% 87.8M 7s 4900K .......... .......... .......... .......... .......... 11% 90.6M 7s 4950K .......... .......... .......... .......... .......... 12% 89.8M 7s 5000K .......... .......... .......... .......... .......... 12% 82.5M 7s 5050K .......... .......... .......... .......... .......... 12% 102M 7s 5100K .......... .......... .......... .......... .......... 12% 87.9M 7s 5150K .......... .......... .......... .......... .......... 12% 69.8M 7s 5200K .......... .......... .......... .......... .......... 12% 89.2M 6s 5250K .......... .......... .......... .......... .......... 12% 87.2M 6s 5300K .......... .......... .......... .......... .......... 12% 66.0M 6s 5350K .......... .......... .......... .......... .......... 13% 43.9M 6s 5400K .......... .......... .......... .......... .......... 13% 77.7M 6s 5450K .......... .......... .......... .......... .......... 13% 82.3M 6s 5500K .......... .......... .......... .......... .......... 13% 88.8M 6s 5550K .......... .......... .......... .......... .......... 13% 66.7M 6s 5600K .......... .......... .......... .......... .......... 13% 89.0M 6s 5650K .......... .......... .......... .......... .......... 13% 83.4M 6s 5700K .......... .......... .......... .......... .......... 13% 89.6M 6s 5750K .......... .......... .......... .......... .......... 14% 89.1M 6s 5800K .......... .......... .......... .......... .......... 14% 87.6M 6s 5850K .......... .......... .......... .......... .......... 14% 97.0M 6s 5900K .......... .......... .......... .......... .......... 14% 87.0M 6s 5950K .......... .......... .......... .......... .......... 14% 75.1M 6s 6000K .......... .......... .......... .......... .......... 14% 78.7M 6s 6050K .......... .......... .......... .......... .......... 14% 88.9M 5s 6100K .......... .......... .......... .......... .......... 14% 99.4M 5s 6150K .......... .......... .......... .......... .......... 14% 48.8M 5s 6200K .......... .......... .......... .......... .......... 15% 38.6M 5s 6250K .......... .......... .......... .......... .......... 15% 64.6M 5s 6300K .......... .......... .......... .......... .......... 15% 89.3M 5s 6350K .......... .......... .......... .......... .......... 15% 1.04M 5s 6400K .......... .......... .......... .......... .......... 15% 85.4M 5s 6450K .......... .......... .......... .......... .......... 15% 83.5M 5s 6500K .......... .......... .......... .......... .......... 15% 83.5M 5s 6550K .......... .......... .......... .......... .......... 15% 86.6M 5s 6600K .......... .......... .......... .......... .......... 16% 78.9M 5s 6650K .......... .......... .......... .......... .......... 16% 87.5M 5s 6700K .......... .......... .......... .......... .......... 16% 83.8M 5s 6750K .......... .......... .......... .......... .......... 16% 61.6M 5s 6800K .......... .......... .......... .......... .......... 16% 87.5M 5s 6850K .......... .......... .......... .......... .......... 16% 77.5M 5s 6900K .......... .......... .......... .......... .......... 16% 80.4M 5s 6950K .......... .......... .......... .......... .......... 16% 86.8M 5s 7000K .......... .......... .......... .......... .......... 17% 87.6M 5s 7050K .......... .......... .......... .......... .......... 17% 87.6M 5s 7100K .......... .......... .......... .......... .......... 17% 78.0M 5s 7150K .......... .......... .......... .......... .......... 17% 65.8M 5s 7200K .......... .......... .......... .......... .......... 17% 86.0M 5s 7250K .......... .......... .......... .......... .......... 17% 85.0M 5s 7300K .......... .......... .......... .......... .......... 17% 86.9M 5s 7350K .......... .......... .......... .......... .......... 17% 83.3M 5s 7400K .......... .......... .......... .......... .......... 18% 87.0M 5s 7450K .......... .......... .......... .......... .......... 18% 85.0M 5s 7500K .......... .......... .......... .......... .......... 18% 86.2M 5s 7550K .......... .......... .......... .......... .......... 18% 58.0M 4s 7600K .......... .......... .......... .......... .......... 18% 71.6M 4s 7650K .......... .......... .......... .......... .......... 18% 78.3M 4s 7700K .......... .......... .......... .......... .......... 18% 78.5M 4s 7750K .......... .......... .......... .......... .......... 18% 78.1M 4s 7800K .......... .......... .......... .......... .......... 18% 79.1M 4s 7850K .......... .......... .......... .......... .......... 19% 72.0M 4s 7900K .......... .......... .......... .......... .......... 19% 80.1M 4s 7950K .......... .......... .......... .......... .......... 19% 61.6M 4s 8000K .......... .......... .......... .......... .......... 19% 79.7M 4s 8050K .......... .......... .......... .......... .......... 19% 76.3M 4s 8100K .......... .......... .......... .......... .......... 19% 85.6M 4s 8150K .......... .......... .......... .......... .......... 19% 77.3M 4s 8200K .......... .......... .......... .......... .......... 19% 78.6M 4s 8250K .......... .......... .......... .......... .......... 20% 75.5M 4s 8300K .......... .......... .......... .......... .......... 20% 80.2M 4s 8350K .......... .......... .......... .......... .......... 20% 68.0M 4s 8400K .......... .......... .......... .......... .......... 20% 90.6M 4s 8450K .......... .......... .......... .......... .......... 20% 81.7M 4s 8500K .......... .......... .......... .......... .......... 20% 81.5M 4s 8550K .......... .......... .......... .......... .......... 20% 77.6M 4s 8600K .......... .......... .......... .......... .......... 20% 79.5M 4s 8650K .......... .......... .......... .......... .......... 21% 85.9M 4s 8700K .......... .......... .......... .......... .......... 21% 76.8M 4s 8750K .......... .......... .......... .......... .......... 21% 60.6M 4s 8800K .......... .......... .......... .......... .......... 21% 73.5M 4s 8850K .......... .......... .......... .......... .......... 21% 77.6M 4s 8900K .......... .......... .......... .......... .......... 21% 82.6M 4s 8950K .......... .......... .......... .......... .......... 21% 78.9M 4s 9000K .......... .......... .......... .......... .......... 21% 87.9M 4s 9050K .......... .......... .......... .......... .......... 21% 90.2M 4s 9100K .......... .......... .......... .......... .......... 22% 88.1M 4s 9150K .......... .......... .......... .......... .......... 22% 64.6M 4s 9200K .......... .......... .......... .......... .......... 22% 87.2M 4s 9250K .......... .......... .......... .......... .......... 22% 89.6M 4s 9300K .......... .......... .......... .......... .......... 22% 90.0M 4s 9350K .......... .......... .......... .......... .......... 22% 1.54M 4s 9400K .......... .......... .......... .......... .......... 22% 75.8M 4s 9450K .......... .......... .......... .......... .......... 22% 85.2M 4s 9500K .......... .......... .......... .......... .......... 23% 83.9M 4s 9550K .......... .......... .......... .......... .......... 23% 65.3M 4s 9600K .......... .......... .......... .......... .......... 23% 84.2M 4s 9650K .......... .......... .......... .......... .......... 23% 80.8M 3s 9700K .......... .......... .......... .......... .......... 23% 91.5M 3s 9750K .......... .......... .......... .......... .......... 23% 81.7M 3s 9800K .......... .......... .......... .......... .......... 23% 86.6M 3s 9850K .......... .......... .......... .......... .......... 23% 94.0M 3s 9900K .......... .......... .......... .......... .......... 24% 91.8M 3s 9950K .......... .......... .......... .......... .......... 24% 69.4M 3s 10000K .......... .......... .......... .......... .......... 24% 83.8M 3s 10050K .......... .......... .......... .......... .......... 24% 89.5M 3s 10100K .......... .......... .......... .......... .......... 24% 74.4M 3s 10150K .......... .......... .......... .......... .......... 24% 83.8M 3s 10200K .......... .......... .......... .......... .......... 24% 87.5M 3s 10250K .......... .......... .......... .......... .......... 24% 79.4M 3s 10300K .......... .......... .......... .......... .......... 25% 73.3M 3s 10350K .......... .......... .......... .......... .......... 25% 66.2M 3s 10400K .......... .......... .......... .......... .......... 25% 14.4M 3s 10450K .......... .......... .......... .......... .......... 25% 45.2M 3s 10500K .......... .......... .......... .......... .......... 25% 43.0M 3s 10550K .......... .......... .......... .......... .......... 25% 52.8M 3s 10600K .......... .......... .......... .......... .......... 25% 41.1M 3s 10650K .......... .......... .......... .......... .......... 25% 80.5M 3s 10700K .......... .......... .......... .......... .......... 25% 85.2M 3s 10750K .......... .......... .......... .......... .......... 26% 68.0M 3s 10800K .......... .......... .......... .......... .......... 26% 90.7M 3s 10850K .......... .......... .......... .......... .......... 26% 63.4M 3s 10900K .......... .......... .......... .......... .......... 26% 91.5M 3s 10950K .......... .......... .......... .......... .......... 26% 78.6M 3s 11000K .......... .......... .......... .......... .......... 26% 86.6M 3s 11050K .......... .......... .......... .......... .......... 26% 89.0M 3s 11100K .......... .......... .......... .......... .......... 26% 89.0M 3s 11150K .......... .......... .......... .......... .......... 27% 65.1M 3s 11200K .......... .......... .......... .......... .......... 27% 79.3M 3s 11250K .......... .......... .......... .......... .......... 27% 88.0M 3s 11300K .......... .......... .......... .......... .......... 27% 87.8M 3s 11350K .......... .......... .......... .......... .......... 27% 89.4M 3s 11400K .......... .......... .......... .......... .......... 27% 91.4M 3s 11450K .......... .......... .......... .......... .......... 27% 88.1M 3s 11500K .......... .......... .......... .......... .......... 27% 89.3M 3s 11550K .......... .......... .......... .......... .......... 28% 61.1M 3s 11600K .......... .......... .......... .......... .......... 28% 62.4M 3s 11650K .......... .......... .......... .......... .......... 28% 64.1M 3s 11700K .......... .......... .......... .......... .......... 28% 78.3M 3s 11750K .......... .......... .......... .......... .......... 28% 67.0M 3s 11800K .......... .......... .......... .......... .......... 28% 69.1M 3s 11850K .......... .......... .......... .......... .......... 28% 23.8M 3s 11900K .......... .......... .......... .......... .......... 28% 58.2M 3s 11950K .......... .......... .......... .......... .......... 29% 33.0M 3s 12000K .......... .......... .......... .......... .......... 29% 75.3M 3s 12050K .......... .......... .......... .......... .......... 29% 62.2M 3s 12100K .......... .......... .......... .......... .......... 29% 86.5M 3s 12150K .......... .......... .......... .......... .......... 29% 77.0M 3s 12200K .......... .......... .......... .......... .......... 29% 60.5M 3s 12250K .......... .......... .......... .......... .......... 29% 72.4M 3s 12300K .......... .......... .......... .......... .......... 29% 35.9M 3s 12350K .......... .......... .......... .......... .......... 29% 51.7M 3s 12400K .......... .......... .......... .......... .......... 30% 89.9M 3s 12450K .......... .......... .......... .......... .......... 30% 89.2M 3s 12500K .......... .......... .......... .......... .......... 30% 2.38M 3s 12550K .......... .......... .......... .......... .......... 30% 89.4M 3s 12600K .......... .......... .......... .......... .......... 30% 86.8M 3s 12650K .......... .......... .......... .......... .......... 30% 88.4M 3s 12700K .......... .......... .......... .......... .......... 30% 89.0M 3s 12750K .......... .......... .......... .......... .......... 30% 62.1M 3s 12800K .......... .......... .......... .......... .......... 31% 89.5M 3s 12850K .......... .......... .......... .......... .......... 31% 88.5M 3s 12900K .......... .......... .......... .......... .......... 31% 88.8M 2s 12950K .......... .......... .......... .......... .......... 31% 93.3M 2s 13000K .......... .......... .......... .......... .......... 31% 87.0M 2s 13050K .......... .......... .......... .......... .......... 31% 81.5M 2s 13100K .......... .......... .......... .......... .......... 31% 93.6M 2s 13150K .......... .......... .......... .......... .......... 31% 75.8M 2s 13200K .......... .......... .......... .......... .......... 32% 101M 2s 13250K .......... .......... .......... .......... .......... 32% 3.65M 2s 13300K .......... .......... .......... .......... .......... 32% 69.6M 2s 13350K .......... .......... .......... .......... .......... 32% 66.0M 2s 13400K .......... .......... .......... .......... .......... 32% 82.5M 2s 13450K .......... .......... .......... .......... .......... 32% 55.8M 2s 13500K .......... .......... .......... .......... .......... 32% 85.2M 2s 13550K .......... .......... .......... .......... .......... 32% 51.8M 2s 13600K .......... .......... .......... .......... .......... 32% 78.0M 2s 13650K .......... .......... .......... .......... .......... 33% 84.9M 2s 13700K .......... .......... .......... .......... .......... 33% 71.4M 2s 13750K .......... .......... .......... .......... .......... 33% 65.0M 2s 13800K .......... .......... .......... .......... .......... 33% 80.0M 2s 13850K .......... .......... .......... .......... .......... 33% 78.1M 2s 13900K .......... .......... .......... .......... .......... 33% 73.1M 2s 13950K .......... .......... .......... .......... .......... 33% 55.1M 2s 14000K .......... .......... .......... .......... .......... 33% 57.0M 2s 14050K .......... .......... .......... .......... .......... 34% 79.4M 2s 14100K .......... .......... .......... .......... .......... 34% 89.3M 2s 14150K .......... .......... .......... .......... .......... 34% 67.0M 2s 14200K .......... .......... .......... .......... .......... 34% 71.9M 2s 14250K .......... .......... .......... .......... .......... 34% 77.7M 2s 14300K .......... .......... .......... .......... .......... 34% 81.4M 2s 14350K .......... .......... .......... .......... .......... 34% 52.7M 2s 14400K .......... .......... .......... .......... .......... 34% 68.9M 2s 14450K .......... .......... .......... .......... .......... 35% 77.2M 2s 14500K .......... .......... .......... .......... .......... 35% 74.1M 2s 14550K .......... .......... .......... .......... .......... 35% 68.7M 2s 14600K .......... .......... .......... .......... .......... 35% 83.9M 2s 14650K .......... .......... .......... .......... .......... 35% 78.4M 2s 14700K .......... .......... .......... .......... .......... 35% 74.3M 2s 14750K .......... .......... .......... .......... .......... 35% 43.8M 2s 14800K .......... .......... .......... .......... .......... 35% 79.9M 2s 14850K .......... .......... .......... .......... .......... 36% 78.4M 2s 14900K .......... .......... .......... .......... .......... 36% 67.4M 2s 14950K .......... .......... .......... .......... .......... 36% 71.5M 2s 15000K .......... .......... .......... .......... .......... 36% 77.9M 2s 15050K .......... .......... .......... .......... .......... 36% 60.2M 2s 15100K .......... .......... .......... .......... .......... 36% 72.3M 2s 15150K .......... .......... .......... .......... .......... 36% 53.9M 2s 15200K .......... .......... .......... .......... .......... 36% 70.7M 2s 15250K .......... .......... .......... .......... .......... 36% 65.6M 2s 15300K .......... .......... .......... .......... .......... 37% 75.5M 2s 15350K .......... .......... .......... .......... .......... 37% 73.4M 2s 15400K .......... .......... .......... .......... .......... 37% 74.9M 2s 15450K .......... .......... .......... .......... .......... 37% 71.9M 2s 15500K .......... .......... .......... .......... .......... 37% 62.8M 2s 15550K .......... .......... .......... .......... .......... 37% 47.9M 2s 15600K .......... .......... .......... .......... .......... 37% 64.3M 2s 15650K .......... .......... .......... .......... .......... 37% 88.7M 2s 15700K .......... .......... .......... .......... .......... 38% 89.8M 2s 15750K .......... .......... .......... .......... .......... 38% 90.9M 2s 15800K .......... .......... .......... .......... .......... 38% 89.4M 2s 15850K .......... .......... .......... .......... .......... 38% 79.9M 2s 15900K .......... .......... .......... .......... .......... 38% 88.8M 2s 15950K .......... .......... .......... .......... .......... 38% 10.9M 2s 16000K .......... .......... .......... .......... .......... 38% 87.4M 2s 16050K .......... .......... .......... .......... .......... 38% 91.3M 2s 16100K .......... .......... .......... .......... .......... 39% 52.0M 2s 16150K .......... .......... .......... .......... .......... 39% 45.4M 2s 16200K .......... .......... .......... .......... .......... 39% 87.4M 2s 16250K .......... .......... .......... .......... .......... 39% 74.8M 2s 16300K .......... .......... .......... .......... .......... 39% 88.5M 2s 16350K .......... .......... .......... .......... .......... 39% 62.1M 2s 16400K .......... .......... .......... .......... .......... 39% 78.3M 2s 16450K .......... .......... .......... .......... .......... 39% 82.2M 2s 16500K .......... .......... .......... .......... .......... 40% 72.7M 2s 16550K .......... .......... .......... .......... .......... 40% 70.9M 2s 16600K .......... .......... .......... .......... .......... 40% 88.8M 2s 16650K .......... .......... .......... .......... .......... 40% 88.0M 2s 16700K .......... .......... .......... .......... .......... 40% 54.3M 2s 16750K .......... .......... .......... .......... .......... 40% 57.2M 2s 16800K .......... .......... .......... .......... .......... 40% 54.6M 2s 16850K .......... .......... .......... .......... .......... 40% 47.3M 2s 16900K .......... .......... .......... .......... .......... 40% 80.6M 2s 16950K .......... .......... .......... .......... .......... 41% 46.2M 2s 17000K .......... .......... .......... .......... .......... 41% 89.7M 2s 17050K .......... .......... .......... .......... .......... 41% 73.1M 2s 17100K .......... .......... .......... .......... .......... 41% 86.4M 2s 17150K .......... .......... .......... .......... .......... 41% 57.2M 2s 17200K .......... .......... .......... .......... .......... 41% 87.6M 2s 17250K .......... .......... .......... .......... .......... 41% 89.4M 2s 17300K .......... .......... .......... .......... .......... 41% 84.9M 2s 17350K .......... .......... .......... .......... .......... 42% 92.0M 2s 17400K .......... .......... .......... .......... .......... 42% 91.5M 2s 17450K .......... .......... .......... .......... .......... 42% 82.3M 2s 17500K .......... .......... .......... .......... .......... 42% 89.5M 2s 17550K .......... .......... .......... .......... .......... 42% 66.7M 2s 17600K .......... .......... .......... .......... .......... 42% 88.3M 2s 17650K .......... .......... .......... .......... .......... 42% 86.2M 2s 17700K .......... .......... .......... .......... .......... 42% 78.1M 2s 17750K .......... .......... .......... .......... .......... 43% 53.6M 2s 17800K .......... .......... .......... .......... .......... 43% 59.5M 2s 17850K .......... .......... .......... .......... .......... 43% 90.4M 2s 17900K .......... .......... .......... .......... .......... 43% 87.0M 2s 17950K .......... .......... .......... .......... .......... 43% 68.8M 2s 18000K .......... .......... .......... .......... .......... 43% 85.5M 2s 18050K .......... .......... .......... .......... .......... 43% 59.8M 2s 18100K .......... .......... .......... .......... .......... 43% 80.2M 2s 18150K .......... .......... .......... .......... .......... 43% 73.0M 2s 18200K .......... .......... .......... .......... .......... 44% 88.1M 2s 18250K .......... .......... .......... .......... .......... 44% 91.7M 2s 18300K .......... .......... .......... .......... .......... 44% 88.8M 2s 18350K .......... .......... .......... .......... .......... 44% 66.1M 2s 18400K .......... .......... .......... .......... .......... 44% 80.3M 2s 18450K .......... .......... .......... .......... .......... 44% 89.9M 2s 18500K .......... .......... .......... .......... .......... 44% 93.5M 2s 18550K .......... .......... .......... .......... .......... 44% 91.4M 2s 18600K .......... .......... .......... .......... .......... 45% 87.9M 1s 18650K .......... .......... .......... .......... .......... 45% 89.6M 1s 18700K .......... .......... .......... .......... .......... 45% 94.6M 1s 18750K .......... .......... .......... .......... .......... 45% 60.7M 1s 18800K .......... .......... .......... .......... .......... 45% 84.9M 1s 18850K .......... .......... .......... .......... .......... 45% 90.3M 1s 18900K .......... .......... .......... .......... .......... 45% 88.2M 1s 18950K .......... .......... .......... .......... .......... 45% 88.8M 1s 19000K .......... .......... .......... .......... .......... 46% 83.5M 1s 19050K .......... .......... .......... .......... .......... 46% 90.0M 1s 19100K .......... .......... .......... .......... .......... 46% 88.2M 1s 19150K .......... .......... .......... .......... .......... 46% 68.8M 1s 19200K .......... .......... .......... .......... .......... 46% 89.4M 1s 19250K .......... .......... .......... .......... .......... 46% 91.0M 1s 19300K .......... .......... .......... .......... .......... 46% 90.6M 1s 19350K .......... .......... .......... .......... .......... 46% 63.2M 1s 19400K .......... .......... .......... .......... .......... 47% 55.3M 1s 19450K .......... .......... .......... .......... .......... 47% 62.1M 1s 19500K .......... .......... .......... .......... .......... 47% 83.3M 1s 19550K .......... .......... .......... .......... .......... 47% 64.3M 1s 19600K .......... .......... .......... .......... .......... 47% 88.7M 1s 19650K .......... .......... .......... .......... .......... 47% 68.9M 1s 19700K .......... .......... .......... .......... .......... 47% 43.6M 1s 19750K .......... .......... .......... .......... .......... 47% 72.4M 1s 19800K .......... .......... .......... .......... .......... 47% 84.6M 1s 19850K .......... .......... .......... .......... .......... 48% 68.8M 1s 19900K .......... .......... .......... .......... .......... 48% 54.1M 1s 19950K .......... .......... .......... .......... .......... 48% 57.8M 1s 20000K .......... .......... .......... .......... .......... 48% 61.6M 1s 20050K .......... .......... .......... .......... .......... 48% 1.40M 1s 20100K .......... .......... .......... .......... .......... 48% 79.8M 1s 20150K .......... .......... .......... .......... .......... 48% 83.8M 1s 20200K .......... .......... .......... .......... .......... 48% 80.6M 1s 20250K .......... .......... .......... .......... .......... 49% 68.7M 1s 20300K .......... .......... .......... .......... .......... 49% 53.9M 1s 20350K .......... .......... .......... .......... .......... 49% 58.5M 1s 20400K .......... .......... .......... .......... .......... 49% 89.6M 1s 20450K .......... .......... .......... .......... .......... 49% 82.2M 1s 20500K .......... .......... .......... .......... .......... 49% 77.8M 1s 20550K .......... .......... .......... .......... .......... 49% 79.0M 1s 20600K .......... .......... .......... .......... .......... 49% 46.8M 1s 20650K .......... .......... .......... .......... .......... 50% 82.3M 1s 20700K .......... .......... .......... .......... .......... 50% 89.0M 1s 20750K .......... .......... .......... .......... .......... 50% 65.7M 1s 20800K .......... .......... .......... .......... .......... 50% 90.1M 1s 20850K .......... .......... .......... .......... .......... 50% 86.7M 1s 20900K .......... .......... .......... .......... .......... 50% 83.3M 1s 20950K .......... .......... .......... .......... .......... 50% 67.2M 1s 21000K .......... .......... .......... .......... .......... 50% 64.3M 1s 21050K .......... .......... .......... .......... .......... 51% 59.3M 1s 21100K .......... .......... .......... .......... .......... 51% 28.4M 1s 21150K .......... .......... .......... .......... .......... 51% 43.6M 1s 21200K .......... .......... .......... .......... .......... 51% 81.2M 1s 21250K .......... .......... .......... .......... .......... 51% 89.5M 1s 21300K .......... .......... .......... .......... .......... 51% 77.3M 1s 21350K .......... .......... .......... .......... .......... 51% 79.4M 1s 21400K .......... .......... .......... .......... .......... 51% 46.9M 1s 21450K .......... .......... .......... .......... .......... 51% 74.9M 1s 21500K .......... .......... .......... .......... .......... 52% 80.5M 1s 21550K .......... .......... .......... .......... .......... 52% 67.1M 1s 21600K .......... .......... .......... .......... .......... 52% 86.6M 1s 21650K .......... .......... .......... .......... .......... 52% 90.0M 1s 21700K .......... .......... .......... .......... .......... 52% 88.0M 1s 21750K .......... .......... .......... .......... .......... 52% 88.4M 1s 21800K .......... .......... .......... .......... .......... 52% 82.2M 1s 21850K .......... .......... .......... .......... .......... 52% 88.3M 1s 21900K .......... .......... .......... .......... .......... 53% 87.9M 1s 21950K .......... .......... .......... .......... .......... 53% 67.3M 1s 22000K .......... .......... .......... .......... .......... 53% 89.7M 1s 22050K .......... .......... .......... .......... .......... 53% 91.4M 1s 22100K .......... .......... .......... .......... .......... 53% 83.9M 1s 22150K .......... .......... .......... .......... .......... 53% 92.8M 1s 22200K .......... .......... .......... .......... .......... 53% 91.4M 1s 22250K .......... .......... .......... .......... .......... 53% 88.2M 1s 22300K .......... .......... .......... .......... .......... 54% 88.3M 1s 22350K .......... .......... .......... .......... .......... 54% 68.5M 1s 22400K .......... .......... .......... .......... .......... 54% 90.6M 1s 22450K .......... .......... .......... .......... .......... 54% 85.6M 1s 22500K .......... .......... .......... .......... .......... 54% 57.8M 1s 22550K .......... .......... .......... .......... .......... 54% 62.9M 1s 22600K .......... .......... .......... .......... .......... 54% 39.7M 1s 22650K .......... .......... .......... .......... .......... 54% 59.3M 1s 22700K .......... .......... .......... .......... .......... 54% 42.9M 1s 22750K .......... .......... .......... .......... .......... 55% 47.9M 1s 22800K .......... .......... .......... .......... .......... 55% 89.9M 1s 22850K .......... .......... .......... .......... .......... 55% 44.7M 1s 22900K .......... .......... .......... .......... .......... 55% 80.8M 1s 22950K .......... .......... .......... .......... .......... 55% 76.0M 1s 23000K .......... .......... .......... .......... .......... 55% 28.7M 1s 23050K .......... .......... .......... .......... .......... 55% 77.5M 1s 23100K .......... .......... .......... .......... .......... 55% 87.5M 1s 23150K .......... .......... .......... .......... .......... 56% 70.9M 1s 23200K .......... .......... .......... .......... .......... 56% 79.7M 1s 23250K .......... .......... .......... .......... .......... 56% 88.1M 1s 23300K .......... .......... .......... .......... .......... 56% 88.6M 1s 23350K .......... .......... .......... .......... .......... 56% 81.7M 1s 23400K .......... .......... .......... .......... .......... 56% 93.1M 1s 23450K .......... .......... .......... .......... .......... 56% 46.1M 1s 23500K .......... .......... .......... .......... .......... 56% 89.2M 1s 23550K .......... .......... .......... .......... .......... 57% 65.0M 1s 23600K .......... .......... .......... .......... .......... 57% 85.2M 1s 23650K .......... .......... .......... .......... .......... 57% 81.0M 1s 23700K .......... .......... .......... .......... .......... 57% 96.3M 1s 23750K .......... .......... .......... .......... .......... 57% 63.8M 1s 23800K .......... .......... .......... .......... .......... 57% 88.7M 1s 23850K .......... .......... .......... .......... .......... 57% 85.8M 1s 23900K .......... .......... .......... .......... .......... 57% 88.9M 1s 23950K .......... .......... .......... .......... .......... 58% 63.4M 1s 24000K .......... .......... .......... .......... .......... 58% 89.0M 1s 24050K .......... .......... .......... .......... .......... 58% 89.2M 1s 24100K .......... .......... .......... .......... .......... 58% 99.6M 1s 24150K .......... .......... .......... .......... .......... 58% 89.1M 1s 24200K .......... .......... .......... .......... .......... 58% 89.7M 1s 24250K .......... .......... .......... .......... .......... 58% 83.7M 1s 24300K .......... .......... .......... .......... .......... 58% 75.5M 1s 24350K .......... .......... .......... .......... .......... 58% 67.2M 1s 24400K .......... .......... .......... .......... .......... 59% 93.2M 1s 24450K .......... .......... .......... .......... .......... 59% 90.8M 1s 24500K .......... .......... .......... .......... .......... 59% 89.5M 1s 24550K .......... .......... .......... .......... .......... 59% 82.7M 1s 24600K .......... .......... .......... .......... .......... 59% 1.12M 1s 24650K .......... .......... .......... .......... .......... 59% 59.6M 1s 24700K .......... .......... .......... .......... .......... 59% 56.6M 1s 24750K .......... .......... .......... .......... .......... 59% 37.7M 1s 24800K .......... .......... .......... .......... .......... 60% 51.0M 1s 24850K .......... .......... .......... .......... .......... 60% 92.5M 1s 24900K .......... .......... .......... .......... .......... 60% 80.2M 1s 24950K .......... .......... .......... .......... .......... 60% 74.8M 1s 25000K .......... .......... .......... .......... .......... 60% 90.7M 1s 25050K .......... .......... .......... .......... .......... 60% 71.8M 1s 25100K .......... .......... .......... .......... .......... 60% 3.86M 1s 25150K .......... .......... .......... .......... .......... 60% 48.2M 1s 25200K .......... .......... .......... .......... .......... 61% 80.3M 1s 25250K .......... .......... .......... .......... .......... 61% 62.5M 1s 25300K .......... .......... .......... .......... .......... 61% 58.2M 1s 25350K .......... .......... .......... .......... .......... 61% 56.9M 1s 25400K .......... .......... .......... .......... .......... 61% 68.6M 1s 25450K .......... .......... .......... .......... .......... 61% 90.6M 1s 25500K .......... .......... .......... .......... .......... 61% 89.6M 1s 25550K .......... .......... .......... .......... .......... 61% 62.1M 1s 25600K .......... .......... .......... .......... .......... 62% 71.8M 1s 25650K .......... .......... .......... .......... .......... 62% 87.8M 1s 25700K .......... .......... .......... .......... .......... 62% 77.6M 1s 25750K .......... .......... .......... .......... .......... 62% 89.9M 1s 25800K .......... .......... .......... .......... .......... 62% 88.0M 1s 25850K .......... .......... .......... .......... .......... 62% 82.8M 1s 25900K .......... .......... .......... .......... .......... 62% 66.6M 1s 25950K .......... .......... .......... .......... .......... 62% 66.6M 1s 26000K .......... .......... .......... .......... .......... 62% 92.1M 1s 26050K .......... .......... .......... .......... .......... 63% 64.0M 1s 26100K .......... .......... .......... .......... .......... 63% 81.1M 1s 26150K .......... .......... .......... .......... .......... 63% 37.3M 1s 26200K .......... .......... .......... .......... .......... 63% 54.2M 1s 26250K .......... .......... .......... .......... .......... 63% 37.9M 1s 26300K .......... .......... .......... .......... .......... 63% 63.9M 1s 26350K .......... .......... .......... .......... .......... 63% 41.6M 1s 26400K .......... .......... .......... .......... .......... 63% 45.5M 1s 26450K .......... .......... .......... .......... .......... 64% 45.6M 1s 26500K .......... .......... .......... .......... .......... 64% 72.3M 1s 26550K .......... .......... .......... .......... .......... 64% 88.9M 1s 26600K .......... .......... .......... .......... .......... 64% 86.9M 1s 26650K .......... .......... .......... .......... .......... 64% 90.8M 1s 26700K .......... .......... .......... .......... .......... 64% 53.2M 1s 26750K .......... .......... .......... .......... .......... 64% 44.3M 1s 26800K .......... .......... .......... .......... .......... 64% 84.3M 1s 26850K .......... .......... .......... .......... .......... 65% 88.0M 1s 26900K .......... .......... .......... .......... .......... 65% 89.6M 1s 26950K .......... .......... .......... .......... .......... 65% 85.1M 1s 27000K .......... .......... .......... .......... .......... 65% 90.4M 1s 27050K .......... .......... .......... .......... .......... 65% 97.3M 1s 27100K .......... .......... .......... .......... .......... 65% 80.5M 1s 27150K .......... .......... .......... .......... .......... 65% 65.9M 1s 27200K .......... .......... .......... .......... .......... 65% 91.1M 1s 27250K .......... .......... .......... .......... .......... 65% 88.6M 1s 27300K .......... .......... .......... .......... .......... 66% 51.7M 1s 27350K .......... .......... .......... .......... .......... 66% 63.1M 1s 27400K .......... .......... .......... .......... .......... 66% 70.9M 1s 27450K .......... .......... .......... .......... .......... 66% 63.8M 1s 27500K .......... .......... .......... .......... .......... 66% 58.5M 1s 27550K .......... .......... .......... .......... .......... 66% 44.8M 1s 27600K .......... .......... .......... .......... .......... 66% 52.8M 1s 27650K .......... .......... .......... .......... .......... 66% 69.3M 1s 27700K .......... .......... .......... .......... .......... 67% 72.2M 1s 27750K .......... .......... .......... .......... .......... 67% 64.9M 1s 27800K .......... .......... .......... .......... .......... 67% 60.8M 1s 27850K .......... .......... .......... .......... .......... 67% 51.9M 1s 27900K .......... .......... .......... .......... .......... 67% 78.8M 1s 27950K .......... .......... .......... .......... .......... 67% 42.0M 1s 28000K .......... .......... .......... .......... .......... 67% 53.6M 1s 28050K .......... .......... .......... .......... .......... 67% 92.2M 1s 28100K .......... .......... .......... .......... .......... 68% 57.1M 1s 28150K .......... .......... .......... .......... .......... 68% 62.9M 1s 28200K .......... .......... .......... .......... .......... 68% 89.3M 1s 28250K .......... .......... .......... .......... .......... 68% 32.9M 1s 28300K .......... .......... .......... .......... .......... 68% 88.2M 1s 28350K .......... .......... .......... .......... .......... 68% 61.3M 1s 28400K .......... .......... .......... .......... .......... 68% 93.4M 1s 28450K .......... .......... .......... .......... .......... 68% 56.7M 1s 28500K .......... .......... .......... .......... .......... 69% 90.2M 1s 28550K .......... .......... .......... .......... .......... 69% 76.1M 1s 28600K .......... .......... .......... .......... .......... 69% 81.0M 1s 28650K .......... .......... .......... .......... .......... 69% 64.0M 1s 28700K .......... .......... .......... .......... .......... 69% 51.1M 1s 28750K .......... .......... .......... .......... .......... 69% 39.2M 1s 28800K .......... .......... .......... .......... .......... 69% 61.2M 1s 28850K .......... .......... .......... .......... .......... 69% 77.8M 1s 28900K .......... .......... .......... .......... .......... 69% 51.6M 1s 28950K .......... .......... .......... .......... .......... 70% 61.6M 1s 29000K .......... .......... .......... .......... .......... 70% 64.7M 1s 29050K .......... .......... .......... .......... .......... 70% 89.1M 1s 29100K .......... .......... .......... .......... .......... 70% 88.8M 1s 29150K .......... .......... .......... .......... .......... 70% 68.2M 1s 29200K .......... .......... .......... .......... .......... 70% 77.0M 1s 29250K .......... .......... .......... .......... .......... 70% 46.3M 1s 29300K .......... .......... .......... .......... .......... 70% 63.4M 1s 29350K .......... .......... .......... .......... .......... 71% 84.9M 1s 29400K .......... .......... .......... .......... .......... 71% 91.6M 1s 29450K .......... .......... .......... .......... .......... 71% 64.3M 1s 29500K .......... .......... .......... .......... .......... 71% 85.7M 1s 29550K .......... .......... .......... .......... .......... 71% 64.6M 1s 29600K .......... .......... .......... .......... .......... 71% 74.7M 1s 29650K .......... .......... .......... .......... .......... 71% 80.0M 1s 29700K .......... .......... .......... .......... .......... 71% 90.1M 1s 29750K .......... .......... .......... .......... .......... 72% 89.8M 1s 29800K .......... .......... .......... .......... .......... 72% 89.3M 1s 29850K .......... .......... .......... .......... .......... 72% 79.7M 1s 29900K .......... .......... .......... .......... .......... 72% 76.2M 1s 29950K .......... .......... .......... .......... .......... 72% 54.6M 1s 30000K .......... .......... .......... .......... .......... 72% 71.6M 1s 30050K .......... .......... .......... .......... .......... 72% 67.7M 1s 30100K .......... .......... .......... .......... .......... 72% 76.2M 1s 30150K .......... .......... .......... .......... .......... 72% 72.0M 1s 30200K .......... .......... .......... .......... .......... 73% 78.8M 1s 30250K .......... .......... .......... .......... .......... 73% 73.8M 1s 30300K .......... .......... .......... .......... .......... 73% 72.1M 1s 30350K .......... .......... .......... .......... .......... 73% 53.4M 1s 30400K .......... .......... .......... .......... .......... 73% 57.1M 1s 30450K .......... .......... .......... .......... .......... 73% 77.4M 1s 30500K .......... .......... .......... .......... .......... 73% 59.6M 1s 30550K .......... .......... .......... .......... .......... 73% 82.5M 1s 30600K .......... .......... .......... .......... .......... 74% 65.4M 1s 30650K .......... .......... .......... .......... .......... 74% 67.8M 1s 30700K .......... .......... .......... .......... .......... 74% 82.5M 1s 30750K .......... .......... .......... .......... .......... 74% 43.4M 1s 30800K .......... .......... .......... .......... .......... 74% 80.0M 1s 30850K .......... .......... .......... .......... .......... 74% 66.3M 1s 30900K .......... .......... .......... .......... .......... 74% 71.8M 1s 30950K .......... .......... .......... .......... .......... 74% 89.3M 0s 31000K .......... .......... .......... .......... .......... 75% 57.9M 0s 31050K .......... .......... .......... .......... .......... 75% 65.4M 0s 31100K .......... .......... .......... .......... .......... 75% 59.9M 0s 31150K .......... .......... .......... .......... .......... 75% 36.4M 0s 31200K .......... .......... .......... .......... .......... 75% 64.8M 0s 31250K .......... .......... .......... .......... .......... 75% 80.7M 0s 31300K .......... .......... .......... .......... .......... 75% 87.5M 0s 31350K .......... .......... .......... .......... .......... 75% 85.9M 0s 31400K .......... .......... .......... .......... .......... 76% 75.4M 0s 31450K .......... .......... .......... .......... .......... 76% 83.8M 0s 31500K .......... .......... .......... .......... .......... 76% 85.2M 0s 31550K .......... .......... .......... .......... .......... 76% 63.0M 0s 31600K .......... .......... .......... .......... .......... 76% 90.9M 0s 31650K .......... .......... .......... .......... .......... 76% 88.3M 0s 31700K .......... .......... .......... .......... .......... 76% 83.4M 0s 31750K .......... .......... .......... .......... .......... 76% 79.8M 0s 31800K .......... .......... .......... .......... .......... 76% 82.0M 0s 31850K .......... .......... .......... .......... .......... 77% 87.7M 0s 31900K .......... .......... .......... .......... .......... 77% 89.9M 0s 31950K .......... .......... .......... .......... .......... 77% 67.8M 0s 32000K .......... .......... .......... .......... .......... 77% 85.6M 0s 32050K .......... .......... .......... .......... .......... 77% 75.7M 0s 32100K .......... .......... .......... .......... .......... 77% 85.3M 0s 32150K .......... .......... .......... .......... .......... 77% 88.7M 0s 32200K .......... .......... .......... .......... .......... 77% 84.2M 0s 32250K .......... .......... .......... .......... .......... 78% 87.6M 0s 32300K .......... .......... .......... .......... .......... 78% 87.2M 0s 32350K .......... .......... .......... .......... .......... 78% 6.39M 0s 32400K .......... .......... .......... .......... .......... 78% 88.4M 0s 32450K .......... .......... .......... .......... .......... 78% 88.7M 0s 32500K .......... .......... .......... .......... .......... 78% 85.7M 0s 32550K .......... .......... .......... .......... .......... 78% 86.1M 0s 32600K .......... .......... .......... .......... .......... 78% 86.4M 0s 32650K .......... .......... .......... .......... .......... 79% 74.6M 0s 32700K .......... .......... .......... .......... .......... 79% 81.1M 0s 32750K .......... .......... .......... .......... .......... 79% 60.5M 0s 32800K .......... .......... .......... .......... .......... 79% 76.9M 0s 32850K .......... .......... .......... .......... .......... 79% 86.3M 0s 32900K .......... .......... .......... .......... .......... 79% 1.75M 0s 32950K .......... .......... .......... .......... .......... 79% 89.9M 0s 33000K .......... .......... .......... .......... .......... 79% 51.4M 0s 33050K .......... .......... .......... .......... .......... 80% 74.6M 0s 33100K .......... .......... .......... .......... .......... 80% 87.3M 0s 33150K .......... .......... .......... .......... .......... 80% 53.9M 0s 33200K .......... .......... .......... .......... .......... 80% 55.7M 0s 33250K .......... .......... .......... .......... .......... 80% 44.5M 0s 33300K .......... .......... .......... .......... .......... 80% 36.4M 0s 33350K .......... .......... .......... .......... .......... 80% 90.6M 0s 33400K .......... .......... .......... .......... .......... 80% 59.9M 0s 33450K .......... .......... .......... .......... .......... 80% 72.6M 0s 33500K .......... .......... .......... .......... .......... 81% 56.4M 0s 33550K .......... .......... .......... .......... .......... 81% 43.3M 0s 33600K .......... .......... .......... .......... .......... 81% 75.5M 0s 33650K .......... .......... .......... .......... .......... 81% 54.0M 0s 33700K .......... .......... .......... .......... .......... 81% 66.9M 0s 33750K .......... .......... .......... .......... .......... 81% 77.1M 0s 33800K .......... .......... .......... .......... .......... 81% 87.1M 0s 33850K .......... .......... .......... .......... .......... 81% 76.1M 0s 33900K .......... .......... .......... .......... .......... 82% 65.2M 0s 33950K .......... .......... .......... .......... .......... 82% 67.5M 0s 34000K .......... .......... .......... .......... .......... 82% 87.9M 0s 34050K .......... .......... .......... .......... .......... 82% 91.7M 0s 34100K .......... .......... .......... .......... .......... 82% 91.6M 0s 34150K .......... .......... .......... .......... .......... 82% 70.2M 0s 34200K .......... .......... .......... .......... .......... 82% 77.7M 0s 34250K .......... .......... .......... .......... .......... 82% 87.2M 0s 34300K .......... .......... .......... .......... .......... 83% 88.0M 0s 34350K .......... .......... .......... .......... .......... 83% 28.1M 0s 34400K .......... .......... .......... .......... .......... 83% 81.4M 0s 34450K .......... .......... .......... .......... .......... 83% 87.5M 0s 34500K .......... .......... .......... .......... .......... 83% 78.4M 0s 34550K .......... .......... .......... .......... .......... 83% 88.4M 0s 34600K .......... .......... .......... .......... .......... 83% 85.9M 0s 34650K .......... .......... .......... .......... .......... 83% 83.2M 0s 34700K .......... .......... .......... .......... .......... 83% 44.0M 0s 34750K .......... .......... .......... .......... .......... 84% 57.4M 0s 34800K .......... .......... .......... .......... .......... 84% 67.9M 0s 34850K .......... .......... .......... .......... .......... 84% 84.8M 0s 34900K .......... .......... .......... .......... .......... 84% 38.7M 0s 34950K .......... .......... .......... .......... .......... 84% 63.7M 0s 35000K .......... .......... .......... .......... .......... 84% 85.8M 0s 35050K .......... .......... .......... .......... .......... 84% 77.2M 0s 35100K .......... .......... .......... .......... .......... 84% 65.4M 0s 35150K .......... .......... .......... .......... .......... 85% 42.7M 0s 35200K .......... .......... .......... .......... .......... 85% 53.3M 0s 35250K .......... .......... .......... .......... .......... 85% 51.9M 0s 35300K .......... .......... .......... .......... .......... 85% 87.0M 0s 35350K .......... .......... .......... .......... .......... 85% 79.7M 0s 35400K .......... .......... .......... .......... .......... 85% 50.4M 0s 35450K .......... .......... .......... .......... .......... 85% 68.1M 0s 35500K .......... .......... .......... .......... .......... 85% 38.5M 0s 35550K .......... .......... .......... .......... .......... 86% 65.0M 0s 35600K .......... .......... .......... .......... .......... 86% 89.4M 0s 35650K .......... .......... .......... .......... .......... 86% 25.1M 0s 35700K .......... .......... .......... .......... .......... 86% 91.1M 0s 35750K .......... .......... .......... .......... .......... 86% 81.0M 0s 35800K .......... .......... .......... .......... .......... 86% 90.0M 0s 35850K .......... .......... .......... .......... .......... 86% 89.2M 0s 35900K .......... .......... .......... .......... .......... 86% 89.8M 0s 35950K .......... .......... .......... .......... .......... 87% 19.4M 0s 36000K .......... .......... .......... .......... .......... 87% 86.0M 0s 36050K .......... .......... .......... .......... .......... 87% 51.4M 0s 36100K .......... .......... .......... .......... .......... 87% 88.4M 0s 36150K .......... .......... .......... .......... .......... 87% 66.8M 0s 36200K .......... .......... .......... .......... .......... 87% 81.0M 0s 36250K .......... .......... .......... .......... .......... 87% 59.4M 0s 36300K .......... .......... .......... .......... .......... 87% 84.4M 0s 36350K .......... .......... .......... .......... .......... 87% 61.2M 0s 36400K .......... .......... .......... .......... .......... 88% 85.7M 0s 36450K .......... .......... .......... .......... .......... 88% 87.2M 0s 36500K .......... .......... .......... .......... .......... 88% 77.3M 0s 36550K .......... .......... .......... .......... .......... 88% 88.6M 0s 36600K .......... .......... .......... .......... .......... 88% 84.5M 0s 36650K .......... .......... .......... .......... .......... 88% 11.8M 0s 36700K .......... .......... .......... .......... .......... 88% 11.6M 0s 36750K .......... .......... .......... .......... .......... 88% 62.7M 0s 36800K .......... .......... .......... .......... .......... 89% 85.8M 0s 36850K .......... .......... .......... .......... .......... 89% 80.5M 0s 36900K .......... .......... .......... .......... .......... 89% 83.8M 0s 36950K .......... .......... .......... .......... .......... 89% 79.1M 0s 37000K .......... .......... .......... .......... .......... 89% 87.5M 0s 37050K .......... .......... .......... .......... .......... 89% 87.9M 0s 37100K .......... .......... .......... .......... .......... 89% 87.9M 0s 37150K .......... .......... .......... .......... .......... 89% 67.1M 0s 37200K .......... .......... .......... .......... .......... 90% 89.8M 0s 37250K .......... .......... .......... .......... .......... 90% 92.6M 0s 37300K .......... .......... .......... .......... .......... 90% 82.7M 0s 37350K .......... .......... .......... .......... .......... 90% 92.0M 0s 37400K .......... .......... .......... .......... .......... 90% 75.3M 0s 37450K .......... .......... .......... .......... .......... 90% 88.2M 0s 37500K .......... .......... .......... .......... .......... 90% 60.3M 0s 37550K .......... .......... .......... .......... .......... 90% 39.4M 0s 37600K .......... .......... .......... .......... .......... 91% 56.8M 0s 37650K .......... .......... .......... .......... .......... 91% 55.6M 0s 37700K .......... .......... .......... .......... .......... 91% 96.1M 0s 37750K .......... .......... .......... .......... .......... 91% 106M 0s 37800K .......... .......... .......... .......... .......... 91% 84.3M 0s 37850K .......... .......... .......... .......... .......... 91% 82.2M 0s 37900K .......... .......... .......... .......... .......... 91% 85.7M 0s 37950K .......... .......... .......... .......... .......... 91% 61.8M 0s 38000K .......... .......... .......... .......... .......... 91% 86.0M 0s 38050K .......... .......... .......... .......... .......... 92% 86.1M 0s 38100K .......... .......... .......... .......... .......... 92% 61.3M 0s 38150K .......... .......... .......... .......... .......... 92% 80.9M 0s 38200K .......... .......... .......... .......... .......... 92% 72.2M 0s 38250K .......... .......... .......... .......... .......... 92% 69.5M 0s 38300K .......... .......... .......... .......... .......... 92% 84.4M 0s 38350K .......... .......... .......... .......... .......... 92% 36.8M 0s 38400K .......... .......... .......... .......... .......... 92% 51.4M 0s 38450K .......... .......... .......... .......... .......... 93% 89.4M 0s 38500K .......... .......... .......... .......... .......... 93% 74.6M 0s 38550K .......... .......... .......... .......... .......... 93% 56.3M 0s 38600K .......... .......... .......... .......... .......... 93% 49.6M 0s 38650K .......... .......... .......... .......... .......... 93% 72.8M 0s 38700K .......... .......... .......... .......... .......... 93% 84.9M 0s 38750K .......... .......... .......... .......... .......... 93% 45.7M 0s 38800K .......... .......... .......... .......... .......... 93% 63.8M 0s 38850K .......... .......... .......... .......... .......... 94% 69.2M 0s 38900K .......... .......... .......... .......... .......... 94% 64.9M 0s 38950K .......... .......... .......... .......... .......... 94% 46.9M 0s 39000K .......... .......... .......... .......... .......... 94% 89.2M 0s 39050K .......... .......... .......... .......... .......... 94% 52.1M 0s 39100K .......... .......... .......... .......... .......... 94% 88.5M 0s 39150K .......... .......... .......... .......... .......... 94% 60.2M 0s 39200K .......... .......... .......... .......... .......... 94% 70.7M 0s 39250K .......... .......... .......... .......... .......... 94% 70.0M 0s 39300K .......... .......... .......... .......... .......... 95% 86.1M 0s 39350K .......... .......... .......... .......... .......... 95% 84.9M 0s 39400K .......... .......... .......... .......... .......... 95% 80.6M 0s 39450K .......... .......... .......... .......... .......... 95% 73.7M 0s 39500K .......... .......... .......... .......... .......... 95% 78.9M 0s 39550K .......... .......... .......... .......... .......... 95% 64.8M 0s 39600K .......... .......... .......... .......... .......... 95% 85.0M 0s 39650K .......... .......... .......... .......... .......... 95% 84.5M 0s 39700K .......... .......... .......... .......... .......... 96% 77.7M 0s 39750K .......... .......... .......... .......... .......... 96% 88.7M 0s 39800K .......... .......... .......... .......... .......... 96% 84.9M 0s 39850K .......... .......... .......... .......... .......... 96% 88.3M 0s 39900K .......... .......... .......... .......... .......... 96% 87.9M 0s 39950K .......... .......... .......... .......... .......... 96% 68.5M 0s 40000K .......... .......... .......... .......... .......... 96% 84.7M 0s 40050K .......... .......... .......... .......... .......... 96% 78.2M 0s 40100K .......... .......... .......... .......... .......... 97% 88.3M 0s 40150K .......... .......... .......... .......... .......... 97% 87.5M 0s 40200K .......... .......... .......... .......... .......... 97% 88.6M 0s 40250K .......... .......... .......... .......... .......... 97% 93.3M 0s 40300K .......... .......... .......... .......... .......... 97% 91.6M 0s 40350K .......... .......... .......... .......... .......... 97% 1.44M 0s 40400K .......... .......... .......... .......... .......... 97% 73.1M 0s 40450K .......... .......... .......... .......... .......... 97% 79.9M 0s 40500K .......... .......... .......... .......... .......... 98% 86.7M 0s 40550K .......... .......... .......... .......... .......... 98% 83.4M 0s 40600K .......... .......... .......... .......... .......... 98% 85.4M 0s 40650K .......... .......... .......... .......... .......... 98% 88.0M 0s 40700K .......... .......... .......... .......... .......... 98% 68.6M 0s 40750K .......... .......... .......... .......... .......... 98% 66.7M 0s 40800K .......... .......... .......... .......... .......... 98% 87.3M 0s 40850K .......... .......... .......... .......... .......... 98% 88.3M 0s 40900K .......... .......... .......... .......... .......... 98% 85.0M 0s 40950K .......... .......... .......... .......... .......... 99% 80.1M 0s 41000K .......... .......... .......... .......... .......... 99% 57.2M 0s 41050K .......... .......... .......... .......... .......... 99% 80.8M 0s 41100K .......... .......... .......... .......... .......... 99% 61.4M 0s 41150K .......... .......... .......... .......... .......... 99% 52.2M 0s 41200K .......... .......... .......... .......... .......... 99% 69.2M 0s 41250K .......... .......... .......... .......... .......... 99% 56.5M 0s 41300K .......... .......... .......... .......... .......... 99% 79.1M 0s 41350K .......... .......... 100% 128M=1.7s 2018-01-22 10:46:30 (23.6 MB/s) - `rmg-release_2.1.tar.gz.1' saved [42363399/42363399] tar zxvf rmg-release_2.1.tar.gz rmg-release_2.1/ rmg-release_2.1/XC/ rmg-release_2.1/XC/erf.f90 rmg-release_2.1/XC/vdW_kernel_table rmg-release_2.1/XC/kind.f90 rmg-release_2.1/XC/lsda_functionals.F90 rmg-release_2.1/XC/matches.f90 rmg-release_2.1/XC/vdw_correlation.cpp rmg-release_2.1/XC/Functional.cpp rmg-release_2.1/XC/io_global.f90 rmg-release_2.1/XC/capital.f90 rmg-release_2.1/XC/Makefile rmg-release_2.1/XC/funct.f90 rmg-release_2.1/XC/constants.f90 rmg-release_2.1/XC/CMakeLists.txt rmg-release_2.1/XC/expint.f90 rmg-release_2.1/XC/more_functionals.F90 rmg-release_2.1/XC/functionals.F90 rmg-release_2.1/XC/metagga.F90 rmg-release_2.1/XC/CMakeFiles/ rmg-release_2.1/XC/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/XC/CMakeFiles/XC1.dir/ rmg-release_2.1/XC/CMakeFiles/XC1.dir/kind.f90.o.provides.build rmg-release_2.1/XC/CMakeFiles/XC1.dir/depend.make rmg-release_2.1/XC/CMakeFiles/XC1.dir/build.make rmg-release_2.1/XC/CMakeFiles/XC1.dir/flags.make rmg-release_2.1/XC/CMakeFiles/XC1.dir/CXX.includecache rmg-release_2.1/XC/CMakeFiles/XC1.dir/funct.f90.o.provides.build rmg-release_2.1/XC/CMakeFiles/XC1.dir/link.txt rmg-release_2.1/XC/CMakeFiles/XC1.dir/cmake_clean_target.cmake rmg-release_2.1/XC/CMakeFiles/XC1.dir/progress.make rmg-release_2.1/XC/CMakeFiles/XC1.dir/cmake_clean.cmake rmg-release_2.1/XC/CMakeFiles/XC1.dir/constants.f90.o.provides.build rmg-release_2.1/XC/CMakeFiles/XC1.dir/io_global.f90.o.provides.build rmg-release_2.1/XC/CMakeFiles/XC1.dir/depend.internal rmg-release_2.1/XC/CMakeFiles/XC1.dir/DependInfo.cmake rmg-release_2.1/XC/CMakeFiles/XC1.dir/vdw_splines.f90.o.provides.build rmg-release_2.1/XC/CMakeFiles/XC1.dir/cmake_clean_Fortran.cmake rmg-release_2.1/XC/CMakeFiles/XC1.dir/fortran.internal rmg-release_2.1/XC/CMakeFiles/progress.marks rmg-release_2.1/XC/cmake_install.cmake rmg-release_2.1/XC/vdw_splines.f90 rmg-release_2.1/rmgwin.bat rmg-release_2.1/make_conf.h.in rmg-release_2.1/lib/ rmg-release_2.1/lib/spglib-1.6.3.tar.gz rmg-release_2.1/lib/winlibs/ rmg-release_2.1/lib/winlibs/x64/ rmg-release_2.1/lib/winlibs/x64/LIBXC.lib rmg-release_2.1/lib/winlibs/x64/libfftw3f-3.lib rmg-release_2.1/lib/winlibs/x64/ZLIB.lib rmg-release_2.1/lib/winlibs/x64/libfftw3l-3.lib rmg-release_2.1/lib/winlibs/x64/SPGLIBVC12.lib rmg-release_2.1/lib/winlibs/x64/libfftw3-3.lib rmg-release_2.1/lib/pfft-master.tar.gz rmg-release_2.1/lib/Elemental-0.85.tgz rmg-release_2.1/lib/libxc-2.2.2.tar.gz rmg-release_2.1/RMG/ rmg-release_2.1/RMG/in.c60 rmg-release_2.1/RMG/Make.xt rmg-release_2.1/RMG/Spin/ rmg-release_2.1/RMG/Spin/Makefile rmg-release_2.1/RMG/Spin/CMakeLists.txt rmg-release_2.1/RMG/Spin/get_rho_oppo.c rmg-release_2.1/RMG/Spin/GetOppositeOccupancies.cpp rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/ rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/xclda.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxbcp.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcblyp_spin.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/pbex.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcpbe_spin.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/xcgga.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/Makefile rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/xcgga_spin.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/perdew86.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/lyp.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeLists.txt rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/lsd_glyp.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcpbe.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcpw91.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxbcp_spin.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcpw91_spin.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/ rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/ rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/depend.make rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/build.make rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/flags.make rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/C.includecache rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/link.txt rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/cmake_clean_target.cmake rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/progress.make rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/cmake_clean.cmake rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/depend.internal rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/DependInfo.cmake rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/CMakeFiles/progress.marks rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/cmake_install.cmake rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/xclda_pz81.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcblyp.c rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/xclsda_spin.c rmg-release_2.1/RMG/Spin/CMakeFiles/ rmg-release_2.1/RMG/Spin/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/ rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/depend.make rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/build.make rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/flags.make rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/CXX.includecache rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/C.includecache rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/GetOppositeEigvals.cpp.rpo rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/link.txt rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/cmake_clean_target.cmake rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/progress.make rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/cmake_clean.cmake rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/GetOppositeOccupancies.cpp.rpo rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/depend.internal rmg-release_2.1/RMG/Spin/CMakeFiles/RMG_Spin.dir/DependInfo.cmake rmg-release_2.1/RMG/Spin/CMakeFiles/progress.marks rmg-release_2.1/RMG/Spin/cmake_install.cmake rmg-release_2.1/RMG/Spin/GetOppositeEigvals.cpp rmg-release_2.1/RMG/Common/ rmg-release_2.1/RMG/Common/claim_ion.c rmg-release_2.1/RMG/Common/get_dipole.c rmg-release_2.1/RMG/Common/PotentialAcceleration.cpp rmg-release_2.1/RMG/Common/MolecularDynamics.cpp rmg-release_2.1/RMG/Common/BroydenPotential.cpp rmg-release_2.1/RMG/Common/LcaoGetPsi.cpp rmg-release_2.1/RMG/Common/debug_write_rho_z.c rmg-release_2.1/RMG/Common/print_density_z_direction.c rmg-release_2.1/RMG/Common/ApplyHamiltonianBlock.cpp rmg-release_2.1/RMG/Common/xbsmovie.c rmg-release_2.1/RMG/Common/init_gpu.c rmg-release_2.1/RMG/Common/wvfn_residual.c rmg-release_2.1/RMG/Common/EnergyCorrection.cpp rmg-release_2.1/RMG/Common/rmg_lbfgs.c rmg-release_2.1/RMG/Common/app_smooth1.cpp rmg-release_2.1/RMG/Common/WriteData.cpp.fft rmg-release_2.1/RMG/Common/fastrelax.c rmg-release_2.1/RMG/Common/Relax.cpp rmg-release_2.1/RMG/Common/lbfgs.c rmg-release_2.1/RMG/Common/MgridSubspace.cpp rmg-release_2.1/RMG/Common/Makefile rmg-release_2.1/RMG/Common/GetGamma.cpp rmg-release_2.1/RMG/Common/GetPhase.cpp rmg-release_2.1/RMG/Common/init_img_topo.c rmg-release_2.1/RMG/Common/DavPreconditioner.cpp rmg-release_2.1/RMG/Common/svn-commit.tmp rmg-release_2.1/RMG/Common/nlforce_par_Q.c rmg-release_2.1/RMG/Common/nlforce_par_omega.c rmg-release_2.1/RMG/Common/write_avgv.c rmg-release_2.1/RMG/Common/Nlforce.cpp rmg-release_2.1/RMG/Common/mulliken.c rmg-release_2.1/RMG/Common/fire.c rmg-release_2.1/RMG/Common/OutputBandPlot.cpp rmg-release_2.1/RMG/Common/test_overlap.c rmg-release_2.1/RMG/Common/Davidson.cpp rmg-release_2.1/RMG/Common/nlforce_par_gamma.c rmg-release_2.1/RMG/Common/pack_stop_axpy.cpp rmg-release_2.1/RMG/Common/RmgThread.cpp rmg-release_2.1/RMG/Common/MixBetaxpsi1.cpp rmg-release_2.1/RMG/Common/neb_relax.c rmg-release_2.1/RMG/Common/write_pdb.c rmg-release_2.1/RMG/Common/set_pbc.c rmg-release_2.1/RMG/Common/ranv.c rmg-release_2.1/RMG/Common/CMakeLists.txt rmg-release_2.1/RMG/Common/Init.cpp rmg-release_2.1/RMG/Common/MixRho.cpp rmg-release_2.1/RMG/Common/OutputEigenvalues.cpp rmg-release_2.1/RMG/Common/LcaoGetAwave.cpp rmg-release_2.1/RMG/Common/partial_beta_fdiff.c rmg-release_2.1/RMG/Common/ReadData.cpp rmg-release_2.1/RMG/Common/MgEigState.cpp rmg-release_2.1/RMG/Common/bsplines.c rmg-release_2.1/RMG/Common/GetAugRho.cpp rmg-release_2.1/RMG/Common/write_zstates.c rmg-release_2.1/RMG/Common/rand0.c rmg-release_2.1/RMG/Common/genvpsi.cpp rmg-release_2.1/RMG/Common/real_min_all.c rmg-release_2.1/RMG/Common/AppNls.cpp rmg-release_2.1/RMG/Common/ApplyHamiltonian.cpp rmg-release_2.1/RMG/Common/lbfgs_init.c rmg-release_2.1/RMG/Common/GetWeightLocal.cpp rmg-release_2.1/RMG/Common/GetWeight.cpp rmg-release_2.1/RMG/Common/write_force.c rmg-release_2.1/RMG/Common/WriteData.cpp rmg-release_2.1/RMG/Common/transition_rmg.cpp rmg-release_2.1/RMG/Common/app_smooth.cpp rmg-release_2.1/RMG/Common/State.cpp rmg-release_2.1/RMG/Common/symmetry.c rmg-release_2.1/RMG/Common/Betaxpsi.cpp rmg-release_2.1/RMG/Common/WriteRestart.cpp rmg-release_2.1/RMG/Common/ReinitIonicPotentials.cpp rmg-release_2.1/RMG/Common/getpoi_bc.c rmg-release_2.1/RMG/Common/scalapack_tools.c rmg-release_2.1/RMG/Common/write_occ.c rmg-release_2.1/RMG/Common/get_pdos.c rmg-release_2.1/RMG/Common/PartialGamma.cpp rmg-release_2.1/RMG/Common/GetNlop.cpp rmg-release_2.1/RMG/Common/output_wave.c rmg-release_2.1/RMG/Common/Quench.cpp rmg-release_2.1/RMG/Common/CMakeFiles/ rmg-release_2.1/RMG/Common/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/ rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/Quench.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/ReadData.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/Kpoint.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/WriteRestart.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/LcaoGetPsi.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/ApplyAOperator.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/depend.make rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/build.make rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/Main.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/OutputBandPlot.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/GetDerweight.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/GetGamma.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/State.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/flags.make rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/PartialGamma.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/app_smooth.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/Betaxpsi.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/CXX.includecache rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/AppNls.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/GetNewRho.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/C.includecache rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/MixBetaxpsi1.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/link.txt rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/Relax.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/PartialBetaxpsi.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/cmake_clean_target.cmake rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/RmgThread.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/AssignDerweight.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/Init.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/GetNlop.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/LcaoGetAwave.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/progress.make rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/cmake_clean.cmake rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/OutputEigenvalues.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/MgEigState.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/Scf.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/WriteBGW.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/transition_rmg.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/ApplyBOperator.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/WriteData.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/app_smooth1.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/MixRho.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/BandStructure.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/depend.internal rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/DependInfo.cmake rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/AppCirDriverBeta.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/betaxpsi1.c.o rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/Nlforce.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/ReinitIonicPotentials.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/GetWeight.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/genvpsi.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/PotentialAcceleration.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/AssignWeight.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/RMG_Common.dir/pack_stop_axpy.cpp.rpo rmg-release_2.1/RMG/Common/CMakeFiles/progress.marks rmg-release_2.1/RMG/Common/Main.cpp rmg-release_2.1/RMG/Common/pulay_rho.c rmg-release_2.1/RMG/Common/cmake_install.cmake rmg-release_2.1/RMG/Common/AssignWeight.cpp rmg-release_2.1/RMG/Common/Kpoint.cpp rmg-release_2.1/RMG/Common/GetNewRho.cpp rmg-release_2.1/RMG/Common/move_ions.c rmg-release_2.1/RMG/Common/write_avgd.c rmg-release_2.1/RMG/Common/Scf.cpp rmg-release_2.1/RMG/Common/write_header.c rmg-release_2.1/RMG/Common/WriteBGW.cpp rmg-release_2.1/RMG/Common/mg_prolong_6.c rmg-release_2.1/RMG/Common/BandStructure.cpp rmg-release_2.1/RMG/Common/pack_rho_ctof.c rmg-release_2.1/RMG/Common/AppCirDriverBeta.cpp rmg-release_2.1/RMG/Common/get_extrapolation_constants.c rmg-release_2.1/RMG/Make.doc rmg-release_2.1/RMG/CMakeLists.txt rmg-release_2.1/RMG/Make.aix rmg-release_2.1/RMG/in.sample.short rmg-release_2.1/RMG/Subdiag/ rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp rmg-release_2.1/RMG/Subdiag/FoldedSpectrumOrtho.cpp rmg-release_2.1/RMG/Subdiag/Makefile rmg-release_2.1/RMG/Subdiag/ApplyOperators.cpp rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp rmg-release_2.1/RMG/Subdiag/CMakeLists.txt rmg-release_2.1/RMG/Subdiag/Subdiag_Magma.cpp rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp rmg-release_2.1/RMG/Subdiag/Subdiag_Lapack.cpp rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp rmg-release_2.1/RMG/Subdiag/Rmg_zhegvd_gpu.cpp rmg-release_2.1/RMG/Subdiag/Subdiag.cpp rmg-release_2.1/RMG/Subdiag/CMakeFiles/ rmg-release_2.1/RMG/Subdiag/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/ rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Rmg_dsygvd_gpu.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/depend.make rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumScalapack.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/build.make rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/ApplyOperators.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/flags.make rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Rmg_zhegvd_gpu.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/CXX.includecache rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumSetup.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Subdiag_Lapack.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumGSE.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Subdiag.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/link.txt rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/cmake_clean_target.cmake rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/progress.make rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/cmake_clean.cmake rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumScalapackOrtho.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrum.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Subdiag_Scalapack.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Subdiag_Magma.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumIterator.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/depend.internal rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/DependInfo.cmake rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumOrtho.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumScalapackGSE.cpp.rpo rmg-release_2.1/RMG/Subdiag/CMakeFiles/progress.marks rmg-release_2.1/RMG/Subdiag/cmake_install.cmake rmg-release_2.1/RMG/Subdiag/FoldedSpectrumSetup.cpp rmg-release_2.1/RMG/Subdiag/FoldedSpectrumGSE.cpp rmg-release_2.1/RMG/Subdiag/FoldedSpectrumIterator.cpp rmg-release_2.1/RMG/Subdiag/Rmg_dsygvd_gpu.cpp rmg-release_2.1/RMG/SvnRev/ rmg-release_2.1/RMG/SvnRev/svnrev.c rmg-release_2.1/RMG/in.sample rmg-release_2.1/RMG/Make.linux rmg-release_2.1/RMG/Headers/ rmg-release_2.1/RMG/Headers/prototypes.h rmg-release_2.1/README.windows rmg-release_2.1/InternalPseudo/ rmg-release_2.1/InternalPseudo/Makefile rmg-release_2.1/InternalPseudo/Data/ rmg-release_2.1/InternalPseudo/Data/as_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/cr_pbe_v1.5.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/pt_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/p_pbe_v1.5.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/h_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/tl_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/se_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/s_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/br_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ge_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/mn_pbe_v1.5.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/cu_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ge_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/sb_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/pseudo_list.h rmg-release_2.1/InternalPseudo/Data/ni_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/f_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/w_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/al_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/b_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/pd_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ta_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/br_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ga_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/be_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/sn_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/te_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/co_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/pd_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/sb_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/o_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/k_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ca_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/rh_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/la_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/cl_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/fe_pbe_v1.5.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/rb_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/cd_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/be_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/s_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/si_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/tc_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/re_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/mn_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/bi_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/p_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/y_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ti_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/i_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ni_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ru_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/in_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/fe_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/c_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ir_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/v_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ag_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/cr_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/sr_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/au_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/pb_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/na_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/cl_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ga_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/sn_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/y_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/pt_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/zr_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/n_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ti_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/in_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/k_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/mo_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/nb_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/mg_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ba_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/sc_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/os_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/li_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/v_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/na_pbe_v1.5.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/cs_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/li_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/mg_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/b_pbe_v1.01.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/h_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/ag_pbe_v1.4.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/f_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/zn_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/hf_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/hg_pbe_v1.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/Data/rh_pbe_v1.2.uspp.F.UPF.h rmg-release_2.1/InternalPseudo/InternalPseudo.cpp rmg-release_2.1/InternalPseudo/CMakeLists.txt rmg-release_2.1/InternalPseudo/CMakeFiles/ rmg-release_2.1/InternalPseudo/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/InternalPseudo/CMakeFiles/progress.marks rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/ rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/depend.make rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/build.make rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/flags.make rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/CXX.includecache rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/link.txt rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/cmake_clean_target.cmake rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/progress.make rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/InternalPseudo.cpp.rpo rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/cmake_clean.cmake rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/depend.internal rmg-release_2.1/InternalPseudo/CMakeFiles/InternalPseudo.dir/DependInfo.cmake rmg-release_2.1/InternalPseudo/cmake_install.cmake rmg-release_2.1/CMakeFindRootPath.inc rmg-release_2.1/CREDITS rmg-release_2.1/Examples/ rmg-release_2.1/Examples/FoldedSpectrum/ rmg-release_2.1/Examples/FoldedSpectrum/README rmg-release_2.1/Examples/FoldedSpectrum/diamond512_lapackfolded_0.3 rmg-release_2.1/Examples/FoldedSpectrum/diamond512_lapackfolded_0.3.rmsdv.png rmg-release_2.1/Examples/FoldedSpectrum/diamond512_lapackfolded_0.3.log.00 rmg-release_2.1/Examples/RMG2BGW_examples/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/README rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/WFN.in rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/WFN_fi.in rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/WFNq.in rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/reference/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/reference/WFN_fi.out rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/reference/WFN.out rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/reference/WFNq.out rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/reference/WFN_fi.log rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/reference/WFN.log rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/0-kgrid/reference/WFNq.log rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/4-wfn_fi/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/4-wfn_fi/in.cnt rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/script_0 rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/script_1 rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/2-wfn/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/2-wfn/in.cnt rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/script_2 rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/1-quench/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/1-quench/in.cnt rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/1-quench/C.UPF rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/3-wfnq/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/RMG/3-wfnq/in.cnt rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/6-sigma/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/6-sigma/sigma.inp rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/5-epsilon/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/5-epsilon/epsilon.inp rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/7-kernel/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/7-kernel/kernel.inp rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/script rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/8-absorption/ rmg-release_2.1/Examples/RMG2BGW_examples/cnt_8-0/8-absorption/absorption.inp rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/script_3 rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/README rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/script_0 rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/02-wfn/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/02-wfn/si.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/04-wfn_co/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/04-wfn_co/si.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/script_1 rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/WFN.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/WFN_fi.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/WFNq.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFN_fi.out rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFN.out rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFNq.out rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFN_co.out rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFN_fi.log rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFN.log rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFNq.log rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFNq_fi.log rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFN_co.log rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/reference/WFNq_fi.out rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/WFN_co.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/00-kgrid/WFNq_fi.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/06-wfnq_fi/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/06-wfnq_fi/si.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/script_2 rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/03-wfnq/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/03-wfnq/si.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/05-wfn_fi/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/05-wfn_fi/si.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/01-quench/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/01-quench/Si.UPF rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/RMG/01-quench/si.in rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/08-sigma/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/08-sigma/sigma.inp rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/10-absorption/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/10-absorption/absorption.inp rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/09-kernel/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/09-kernel/kernel.inp rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/07-epsilon/ rmg-release_2.1/Examples/RMG2BGW_examples/silicon8/07-epsilon/epsilon.inp rmg-release_2.1/Examples/RMG2BGW_examples/benzene/ rmg-release_2.1/Examples/RMG2BGW_examples/benzene/README rmg-release_2.1/Examples/RMG2BGW_examples/benzene/script_6 rmg-release_2.1/Examples/RMG2BGW_examples/benzene/RMG/ rmg-release_2.1/Examples/RMG2BGW_examples/benzene/RMG/script_1 rmg-release_2.1/Examples/RMG2BGW_examples/benzene/RMG/script_2 rmg-release_2.1/Examples/RMG2BGW_examples/benzene/RMG/1-quench/ rmg-release_2.1/Examples/RMG2BGW_examples/benzene/RMG/1-quench/H.UPF rmg-release_2.1/Examples/RMG2BGW_examples/benzene/RMG/1-quench/in.benzene rmg-release_2.1/Examples/RMG2BGW_examples/benzene/RMG/1-quench/C.UPF rmg-release_2.1/Examples/RMG2BGW_examples/benzene/5-gw/ rmg-release_2.1/Examples/RMG2BGW_examples/benzene/5-gw/absorption.inp rmg-release_2.1/Examples/RMG2BGW_examples/benzene/5-gw/epsilon.inp rmg-release_2.1/Examples/RMG2BGW_examples/benzene/5-gw/sigma.inp rmg-release_2.1/Examples/RMG2BGW_examples/benzene/5-gw/kernel.inp rmg-release_2.1/Examples/BlackPhosphorus/ rmg-release_2.1/Examples/BlackPhosphorus/input.1nongammapoint rmg-release_2.1/Examples/BlackPhosphorus/input rmg-release_2.1/Examples/BlackPhosphorus/input.band rmg-release_2.1/Examples/1000water/ rmg-release_2.1/Examples/1000water/in.1000waters216 rmg-release_2.1/Examples/1000water/in.1000waters216.rmsdv.png rmg-release_2.1/Examples/1000water/in.1000waters216.log.00 rmg-release_2.1/Examples/nanotube-80/ rmg-release_2.1/Examples/nanotube-80/README rmg-release_2.1/Examples/nanotube-80/band.xmgr rmg-release_2.1/Examples/nanotube-80/band.png rmg-release_2.1/Examples/nanotube-80/rho.png rmg-release_2.1/Examples/nanotube-80/input rmg-release_2.1/Examples/nanotube-80/input.band.bandstructure.png rmg-release_2.1/Examples/nanotube-80/input.band rmg-release_2.1/Examples/nanotube-80/input.log.00 rmg-release_2.1/Examples/nanotube-80/input.band.bandstructure.xmgr rmg-release_2.1/Examples/Structural_relaxation/ rmg-release_2.1/Examples/diamond8/ rmg-release_2.1/Examples/diamond8/README rmg-release_2.1/Examples/diamond8/input.00.log rmg-release_2.1/Examples/diamond8/input rmg-release_2.1/Examples/C60/ rmg-release_2.1/Examples/C60/in.c60 rmg-release_2.1/Examples/C60/README rmg-release_2.1/Examples/C60/in.c60.00.log rmg-release_2.1/cmake/ rmg-release_2.1/cmake/Modules/ rmg-release_2.1/cmake/Modules/FindFFTW.cmake rmg-release_2.1/cmake/Modules/FindBLACS.cmake rmg-release_2.1/cmake/Modules/FindSCALAPACK.cmake rmg-release_2.1/cmake/Modules/FindBZ2.cmake rmg-release_2.1/cmake/Modules/FindMAGMA.cmake rmg-release_2.1/cmake/Modules/FindLIBSPG.cmake rmg-release_2.1/cmake/Modules/FindPLPLOT.cmake rmg-release_2.1/cmake/Modules/FindLIBXC.cmake rmg-release_2.1/cmake/Modules/FindPFFT.cmake rmg-release_2.1/cmake/Modules/FindZ.cmake rmg-release_2.1/cmake/Modules/FindOPENBABEL.cmake rmg-release_2.1/cmake/Modules/FindPMRRR.cmake rmg-release_2.1/cmake/Modules/FindELEMENTAL.cmake rmg-release_2.1/cmake/CMakeCache.txt rmg-release_2.1/cmake/CMakeFiles/ rmg-release_2.1/cmake/CMakeFiles/cmake.check_cache rmg-release_2.1/XC_useLIBXC/ rmg-release_2.1/XC_useLIBXC/bpgcxc.f rmg-release_2.1/XC_useLIBXC/xcgga_spin_libxc.c rmg-release_2.1/XC_useLIBXC/mgga_libxc.c rmg-release_2.1/XC_useLIBXC/vdW_kernel_table rmg-release_2.1/XC_useLIBXC/relax_tau.c rmg-release_2.1/XC_useLIBXC/get_vxc_exc.c rmg-release_2.1/XC_useLIBXC/quench_tau.c rmg-release_2.1/XC_useLIBXC/scf_tau.c rmg-release_2.1/XC_useLIBXC/pbe.f rmg-release_2.1/XC_useLIBXC/Makefile rmg-release_2.1/XC_useLIBXC/corlyp.c rmg-release_2.1/XC_useLIBXC/xclsda_spin_libxc.c rmg-release_2.1/XC_useLIBXC/CMakeLists.txt rmg-release_2.1/XC_useLIBXC/gga91_sr.f rmg-release_2.1/XC_useLIBXC/get_vxc.c rmg-release_2.1/XC_useLIBXC/mix_tau.c rmg-release_2.1/XC_useLIBXC/get_te_tau.c rmg-release_2.1/XC_useLIBXC/get_new_tau.c rmg-release_2.1/XC_useLIBXC/get_mgga_vxc.c rmg-release_2.1/XC_useLIBXC/xcgga_libxc.c rmg-release_2.1/XC_useLIBXC/CMakeFiles/ rmg-release_2.1/XC_useLIBXC/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/XC_useLIBXC/CMakeFiles/progress.marks rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/ rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/depend.make rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/build.make rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/flags.make rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/CXX.includecache rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/C.includecache rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/link.txt rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/cmake_clean_target.cmake rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/progress.make rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/cmake_clean.cmake rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/depend.internal rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/DependInfo.cmake rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/vdw_splines.f90.o.provides.build rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/cmake_clean_Fortran.cmake rmg-release_2.1/XC_useLIBXC/CMakeFiles/XC.dir/fortran.internal rmg-release_2.1/XC_useLIBXC/cmake_install.cmake rmg-release_2.1/XC_useLIBXC/xclda_libxc.c rmg-release_2.1/XC_useLIBXC/get_mgga_exc_vxc.c rmg-release_2.1/SubprojectIncludes/ rmg-release_2.1/SubprojectIncludes/CMakeLists.txt.rmg.inc rmg-release_2.1/CMakeLists.txt rmg-release_2.1/svnrev.h.in rmg-release_2.1/COPYRIGHT rmg-release_2.1/COPYING rmg-release_2.1/Input/ rmg-release_2.1/Input/Upf.cpp rmg-release_2.1/Input/ReadTFAtoms.cpp rmg-release_2.1/Input/ReadDynamics.cpp rmg-release_2.1/Input/AutoSet.cpp rmg-release_2.1/Input/Verify.cpp rmg-release_2.1/Input/ReadCommon.cpp rmg-release_2.1/Input/Makefile rmg-release_2.1/Input/ReadPseudo.cpp rmg-release_2.1/Input/ReadInit.cpp rmg-release_2.1/Input/ReadForces.cpp rmg-release_2.1/Input/CMakeLists.txt rmg-release_2.1/Input/ReadVelocities.cpp rmg-release_2.1/Input/ReadKpoints.cpp rmg-release_2.1/Input/ReadKpointsBandstructure.cpp rmg-release_2.1/Input/SetupGrids.cpp rmg-release_2.1/Input/MapElements.cpp rmg-release_2.1/Input/RmgInputFile.cpp rmg-release_2.1/Input/CMakeFiles/ rmg-release_2.1/Input/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/Input/CMakeFiles/Input.dir/ rmg-release_2.1/Input/CMakeFiles/Input.dir/depend.make rmg-release_2.1/Input/CMakeFiles/Input.dir/SetupGrids.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/build.make rmg-release_2.1/Input/CMakeFiles/Input.dir/ReadForces.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/MapElements.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/flags.make rmg-release_2.1/Input/CMakeFiles/Input.dir/ReadVelocities.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/CXX.includecache rmg-release_2.1/Input/CMakeFiles/Input.dir/ReadKpoints.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/Verify.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/link.txt rmg-release_2.1/Input/CMakeFiles/Input.dir/ReadDynamics.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/cmake_clean_target.cmake rmg-release_2.1/Input/CMakeFiles/Input.dir/progress.make rmg-release_2.1/Input/CMakeFiles/Input.dir/ReadInit.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/cmake_clean.cmake rmg-release_2.1/Input/CMakeFiles/Input.dir/ReadPseudo.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/CheckValue.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/ReadRmgAtoms.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/RmgInputFile.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/InputKey.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/depend.internal rmg-release_2.1/Input/CMakeFiles/Input.dir/Upf.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/DependInfo.cmake rmg-release_2.1/Input/CMakeFiles/Input.dir/GetPrimeFactors.cpp.rpo rmg-release_2.1/Input/CMakeFiles/Input.dir/ReadCommon.cpp.rpo rmg-release_2.1/Input/CMakeFiles/progress.marks rmg-release_2.1/Input/cmake_install.cmake rmg-release_2.1/Input/InputKey.cpp rmg-release_2.1/Input/GetPrimeFactors.cpp rmg-release_2.1/Input/ReadRmgAtoms.cpp rmg-release_2.1/Input/CheckValue.cpp rmg-release_2.1/Misc/ rmg-release_2.1/Misc/Scalapack.cpp rmg-release_2.1/Misc/init_kpoints.c rmg-release_2.1/Misc/packfuncs_Cbindings.cpp rmg-release_2.1/Misc/GetVtotWeights.cpp rmg-release_2.1/Misc/GlobalSums.cpp rmg-release_2.1/Misc/Lattice_Cbindings.cpp rmg-release_2.1/Misc/TradeImages_Cbindings.cpp rmg-release_2.1/Misc/BaseGrid_Cbindings.cpp rmg-release_2.1/Misc/GeneralDiag.cpp rmg-release_2.1/Misc/RmgTimer_Cbindings.cpp rmg-release_2.1/Misc/fill_on.c rmg-release_2.1/Misc/minimage.c rmg-release_2.1/Misc/InitHybridModel.cpp rmg-release_2.1/Misc/rmg_error.c rmg-release_2.1/Misc/get_tf_rho.c rmg-release_2.1/Misc/FftFreqBin.cpp rmg-release_2.1/Misc/get_opposite_occupancies.c rmg-release_2.1/Misc/my_mpi.c rmg-release_2.1/Misc/ATL_assert.c rmg-release_2.1/Misc/get_vtot_psi.c rmg-release_2.1/Misc/InitPe4kpspin.cpp rmg-release_2.1/Misc/Output_rho_xsf.cpp rmg-release_2.1/Misc/init_states.c rmg-release_2.1/Misc/RmgSumAll_Cbindings.cpp rmg-release_2.1/Misc/GpuAlloc.cpp rmg-release_2.1/Misc/Makefile rmg-release_2.1/Misc/PfftForward.cpp rmg-release_2.1/Misc/GetVtotPsi.cpp rmg-release_2.1/Misc/sl_init_comm.c rmg-release_2.1/Misc/SharedMemory.cpp rmg-release_2.1/Misc/cnpy.cpp rmg-release_2.1/Misc/cnpy_README rmg-release_2.1/Misc/Fill.cpp rmg-release_2.1/Misc/FilenameIncrement.cpp rmg-release_2.1/Misc/RmgGemm.cpp rmg-release_2.1/Misc/pack_3d.c rmg-release_2.1/Misc/get_index.c rmg-release_2.1/Misc/CMakeLists.txt rmg-release_2.1/Misc/init_pos.c rmg-release_2.1/Misc/blaswrappers.c rmg-release_2.1/Misc/FftRestrict.cpp rmg-release_2.1/Misc/RmgCudaError.cpp rmg-release_2.1/Misc/FftLaplacian.cpp rmg-release_2.1/Misc/LinePlot.cpp rmg-release_2.1/Misc/set_bc.c rmg-release_2.1/Misc/Pw.cpp rmg-release_2.1/Misc/FftFilter.cpp rmg-release_2.1/Misc/open_restart_file.c rmg-release_2.1/Misc/InitIo.cpp rmg-release_2.1/Misc/FftInitPlans.cpp rmg-release_2.1/Misc/CountAtomicOrbitals.cpp rmg-release_2.1/Misc/GpuAllocHost.cpp rmg-release_2.1/Misc/prime_factors.c rmg-release_2.1/Misc/remap_3d.c rmg-release_2.1/Misc/get_te.c rmg-release_2.1/Misc/cgen_prolong.c rmg-release_2.1/Misc/GetTe.cpp rmg-release_2.1/Misc/pack_dtos.cpp rmg-release_2.1/Misc/Fft_Cbindings.cpp rmg-release_2.1/Misc/VhDriver.cpp rmg-release_2.1/Misc/init_pestr.c rmg-release_2.1/Misc/rmg_alloc.c rmg-release_2.1/Misc/BaseThread_Cbindings.cpp rmg-release_2.1/Misc/factor.c rmg-release_2.1/Misc/pack_stod.cpp rmg-release_2.1/Misc/FftGradient.cpp rmg-release_2.1/Misc/InitPe4image.cpp rmg-release_2.1/Misc/mg_prolong_MAX10.c rmg-release_2.1/Misc/ions.c rmg-release_2.1/Misc/GlobalSums_Cbindings.cpp rmg-release_2.1/Misc/CMakeFiles/ rmg-release_2.1/Misc/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/Misc/CMakeFiles/Misc.dir/ rmg-release_2.1/Misc/CMakeFiles/Misc.dir/fft_3d_f.c.o rmg-release_2.1/Misc/CMakeFiles/Misc.dir/RmgGemm.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/remap_2d.c.o rmg-release_2.1/Misc/CMakeFiles/Misc.dir/GpuAllocHost.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/Scalapack.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/InitHybridModel.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/depend.make rmg-release_2.1/Misc/CMakeFiles/Misc.dir/build.make rmg-release_2.1/Misc/CMakeFiles/Misc.dir/fft_2d.c.o rmg-release_2.1/Misc/CMakeFiles/Misc.dir/flags.make rmg-release_2.1/Misc/CMakeFiles/Misc.dir/CXX.includecache rmg-release_2.1/Misc/CMakeFiles/Misc.dir/LinePlot.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/C.includecache rmg-release_2.1/Misc/CMakeFiles/Misc.dir/packfuncs_Cbindings.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/BaseThread_Cbindings.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/link.txt rmg-release_2.1/Misc/CMakeFiles/Misc.dir/fft_2d_f.c.o rmg-release_2.1/Misc/CMakeFiles/Misc.dir/cmake_clean_target.cmake rmg-release_2.1/Misc/CMakeFiles/Misc.dir/Output_rho_xsf.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/RmgTimer_Cbindings.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/progress.make rmg-release_2.1/Misc/CMakeFiles/Misc.dir/cmake_clean.cmake rmg-release_2.1/Misc/CMakeFiles/Misc.dir/GlobalSums_Cbindings.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/Lattice_Cbindings.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/BaseGrid_Cbindings.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/cnpy.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/FilenameIncrement.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/Fill.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/RmgSymm.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/fft_3d.c.o rmg-release_2.1/Misc/CMakeFiles/Misc.dir/depend.internal rmg-release_2.1/Misc/CMakeFiles/Misc.dir/pack_2d.c.o rmg-release_2.1/Misc/CMakeFiles/Misc.dir/DependInfo.cmake rmg-release_2.1/Misc/CMakeFiles/Misc.dir/remap_2d_f.c.o rmg-release_2.1/Misc/CMakeFiles/Misc.dir/transition.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/GetTe.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/RmgSumAll_Cbindings.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/GpuAlloc.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/GlobalSums.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/pack_stod.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/InitIo.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/pack_dtos.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/TradeImages_Cbindings.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/Misc.dir/RmgCudaError.cpp.rpo rmg-release_2.1/Misc/CMakeFiles/progress.marks rmg-release_2.1/Misc/get_opposite_eigvals.c rmg-release_2.1/Misc/cmake_install.cmake rmg-release_2.1/Misc/transition.cpp rmg-release_2.1/Misc/FftInterpolation.cpp rmg-release_2.1/Misc/VhPfft.cpp rmg-release_2.1/Misc/mg_restrict_6.c rmg-release_2.1/Misc/RmgSymm.cpp rmg-release_2.1/Misc/PfftInverse.cpp rmg-release_2.1/CMakeCPackOptions.cmake.in rmg-release_2.1/US_PP/ rmg-release_2.1/US_PP/LcaoGetRho.cpp rmg-release_2.1/US_PP/InitPseudo.cpp rmg-release_2.1/US_PP/InitLocalBackward.cpp rmg-release_2.1/US_PP/radint1.c cd rmg-release_2.1 mkdir build-cpu; cd build-cpu mkdir: cannot create directory `build-cpu': File exists cmake -DOPENBABEL_INCLUDES=$INSTDIR/openbabel-2.3.2/install/include/openbabel-2.0/openbabel -DOPENBABEL_LIBRARIES=$INSTDIR/openbabel-2.3.2/install/lib/libopenbabel.so.4.0.2 -DPLplot_INCLUDE_DIR=$INSTDIR/plplot.git/install/include -DPLplot_cxx_LIBRARY=$INSTDIR/plplot.git/install/lib/libplplotcxx.so -DPLplot_LIBRARY=$INSTDIR/plplot.git/install/lib/libplplot.so .. rmg-release_2.1/US_PP/weight_shift_center.c rmg-release_2.1/US_PP/FindPhase.cpp rmg-release_2.1/US_PP/get_QnmL.c rmg-release_2.1/US_PP/PackFine2Rhogrid.cpp rmg-release_2.1/US_PP/Atomic.cpp.May_08_15_45 rmg-release_2.1/US_PP/init_nuc.c rmg-release_2.1/US_PP/linint.c rmg-release_2.1/US_PP/Makefile rmg-release_2.1/US_PP/Radius2grid.cpp rmg-release_2.1/US_PP/InitLocalForward.cpp rmg-release_2.1/US_PP/ylmr2.c rmg-release_2.1/US_PP/get_ddd.c rmg-release_2.1/US_PP/PackGftoc.cpp rmg-release_2.1/US_PP/InitWeightOne.cpp rmg-release_2.1/US_PP/Atomic_Cbindings.cpp rmg-release_2.1/US_PP/CMakeLists.txt rmg-release_2.1/US_PP/US_Cbindings.cpp rmg-release_2.1/US_PP/radint.c rmg-release_2.1/US_PP/Ylm.cpp rmg-release_2.1/US_PP/radiff.c rmg-release_2.1/US_PP/CubicHarmonic.cpp rmg-release_2.1/US_PP/init_efield.c rmg-release_2.1/US_PP/pack_gftoc.c rmg-release_2.1/US_PP/init_nuc_coarse.c rmg-release_2.1/US_PP/Atomic.cpp.bessel_roots rmg-release_2.1/US_PP/InitQfunct.cpp rmg-release_2.1/US_PP/FindPhase.cpp.new rmg-release_2.1/US_PP/InitClebschGordan.cpp rmg-release_2.1/US_PP/GetQI.cpp rmg-release_2.1/US_PP/ylm.c rmg-release_2.1/US_PP/InitWeight.cpp rmg-release_2.1/US_PP/get_qqq.c rmg-release_2.1/US_PP/CMakeFiles/ rmg-release_2.1/US_PP/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/US_PP/CMakeFiles/progress.marks rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/ rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/init_derweight.c.o rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/depend.make rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/build.make rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/flags.make rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/CXX.includecache rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/C.includecache rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/link.txt rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/cmake_clean_target.cmake rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/rft1.c.o rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/progress.make rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/cmake_clean.cmake rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/backout_mask_function.c.o rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/mask_function.c.o rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/apply_mask_function.c.o rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/depend.internal rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/DependInfo.cmake rmg-release_2.1/US_PP/CMakeFiles/US_PP.dir/filter_potential.c.o rmg-release_2.1/US_PP/lcao_get_rho.c rmg-release_2.1/US_PP/cmake_install.cmake rmg-release_2.1/US_PP/init_weight.c rmg-release_2.1/US_PP/Atomic.cpp rmg-release_2.1/US_PP/GetPhaseSpecies.cpp rmg-release_2.1/US_PP/FindFftwPhaseLocalpp.cpp rmg-release_2.1/PlatformChecks/ rmg-release_2.1/PlatformChecks/README rmg-release_2.1/PlatformChecks/CheckScalapack.inc rmg-release_2.1/PlatformChecks/CheckOpenbabel.inc rmg-release_2.1/PlatformChecks/CheckPlplot.inc rmg-release_2.1/PlatformChecks/CheckAsyncAllreduce.inc rmg-release_2.1/MG/ rmg-release_2.1/MG/Mgrid_Cbindings.cpp rmg-release_2.1/MG/Makefile rmg-release_2.1/MG/CMakeLists.txt rmg-release_2.1/MG/find_grid_owner.c rmg-release_2.1/MG/CMakeFiles/ rmg-release_2.1/MG/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/MG/CMakeFiles/MG.dir/ rmg-release_2.1/MG/CMakeFiles/MG.dir/Mgrid_Cbindings.cpp.rpo rmg-release_2.1/MG/CMakeFiles/MG.dir/depend.make rmg-release_2.1/MG/CMakeFiles/MG.dir/build.make rmg-release_2.1/MG/CMakeFiles/MG.dir/flags.make rmg-release_2.1/MG/CMakeFiles/MG.dir/CXX.includecache rmg-release_2.1/MG/CMakeFiles/MG.dir/C.includecache rmg-release_2.1/MG/CMakeFiles/MG.dir/link.txt rmg-release_2.1/MG/CMakeFiles/MG.dir/cmake_clean_target.cmake rmg-release_2.1/MG/CMakeFiles/MG.dir/progress.make rmg-release_2.1/MG/CMakeFiles/MG.dir/cmake_clean.cmake rmg-release_2.1/MG/CMakeFiles/MG.dir/depend.internal rmg-release_2.1/MG/CMakeFiles/MG.dir/DependInfo.cmake rmg-release_2.1/MG/CMakeFiles/progress.marks rmg-release_2.1/MG/cmake_install.cmake rmg-release_2.1/RmgLib/ rmg-release_2.1/RmgLib/include/ rmg-release_2.1/RmgLib/include/BaseThread.h rmg-release_2.1/RmgLib/include/RmgSumAll.h rmg-release_2.1/RmgLib/include/BaseGrid.h rmg-release_2.1/RmgLib/include/packfuncs.h rmg-release_2.1/RmgLib/include/TradeImages.h rmg-release_2.1/RmgLib/include/Mgrid.h rmg-release_2.1/RmgLib/include/RmgTimer.h rmg-release_2.1/RmgLib/include/FiniteDiff.h rmg-release_2.1/RmgLib/include/boundary_conditions.h rmg-release_2.1/RmgLib/include/Lattice.h rmg-release_2.1/RmgLib/include/RmgLib_version.h rmg-release_2.1/RmgLib/include/rmg_error.h rmg-release_2.1/RmgLib/include/RmgLib.h rmg-release_2.1/RmgLib/include/vhartree.h rmg-release_2.1/RmgLib/include/BaseThreadControl.h rmg-release_2.1/RmgLib/Makefile rmg-release_2.1/RmgLib/CREDITS rmg-release_2.1/RmgLib/CMakeLists.txt rmg-release_2.1/RmgLib/examples/ rmg-release_2.1/RmgLib/examples/Poisson/ rmg-release_2.1/RmgLib/examples/Poisson/poisson_pbc.cpp rmg-release_2.1/RmgLib/src/ rmg-release_2.1/RmgLib/src/app_grad_driver.cpp rmg-release_2.1/RmgLib/src/RmgTimer.cpp rmg-release_2.1/RmgLib/src/Mgrid.cpp rmg-release_2.1/RmgLib/src/FiniteDiff.cpp rmg-release_2.1/RmgLib/src/BaseThread.cpp rmg-release_2.1/RmgLib/src/rmg_error.cpp rmg-release_2.1/RmgLib/src/TradeImages.cpp rmg-release_2.1/RmgLib/src/app_cir_driver.cpp rmg-release_2.1/RmgLib/src/RmgLib.cpp rmg-release_2.1/RmgLib/src/app_cil_driver.cpp rmg-release_2.1/RmgLib/src/RmgMaxAll.cpp rmg-release_2.1/RmgLib/src/get_vh.cpp rmg-release_2.1/RmgLib/src/packfuncs.cpp rmg-release_2.1/RmgLib/src/Lattice.cpp rmg-release_2.1/RmgLib/src/app_cil_driver_threaded.cpp rmg-release_2.1/RmgLib/src/BaseGrid.cpp rmg-release_2.1/RmgLib/src/RmgPrintTimings.cpp rmg-release_2.1/RmgLib/src/app_del2_driver.cpp rmg-release_2.1/RmgLib/src/RmgSumAll.cpp rmg-release_2.1/RmgLib/CMakeFiles/ rmg-release_2.1/RmgLib/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/ rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/depend.make rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/build.make rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/flags.make rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/CXX.includecache rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/link.txt rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/examples/ rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/examples/Poisson/ rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/progress.make rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/cmake_clean.cmake rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/depend.internal rmg-release_2.1/RmgLib/CMakeFiles/poisson_pbc.dir/DependInfo.cmake rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/ rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/depend.make rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/build.make rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/flags.make rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/CXX.includecache rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/link.txt rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/cmake_clean_target.cmake rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/progress.make rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/cmake_clean.cmake rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/ rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/RmgPrintTimings.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/app_cil_driver_threaded.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/app_cir_driver.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/TradeImages.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/get_vh.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/rmg_error.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/RmgTimer.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/Lattice.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/app_del2_driver.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/packfuncs.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/RmgSumAll.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/BaseGrid.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/BaseThread.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/app_grad_driver.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/FiniteDiff.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/Mgrid.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/src/app_cil_driver.cpp.rpo rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/depend.internal rmg-release_2.1/RmgLib/CMakeFiles/RmgLib.dir/DependInfo.cmake rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/ rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/depend.make rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/build.make rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/flags.make rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/CXX.includecache rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/link.txt rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/progress.make rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/cmake_clean.cmake rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/src/ rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/depend.internal rmg-release_2.1/RmgLib/CMakeFiles/RmgLibShared.dir/DependInfo.cmake rmg-release_2.1/RmgLib/CMakeFiles/progress.marks rmg-release_2.1/RmgLib/cmake_install.cmake rmg-release_2.1/Finite_diff/ rmg-release_2.1/Finite_diff/app6_del2.c rmg-release_2.1/Finite_diff/app_grad.c rmg-release_2.1/Finite_diff/AppCilrDriver.cpp rmg-release_2.1/Finite_diff/app_cir_ortho.c rmg-release_2.1/Finite_diff/AppCilrSixth.cpp rmg-release_2.1/Finite_diff/app_cir_bcc.cpp rmg-release_2.1/Finite_diff/AppCilrFourth.cpp rmg-release_2.1/Finite_diff/Makefile rmg-release_2.1/Finite_diff/app_cir_fcc.c rmg-release_2.1/Finite_diff/CMakeLists.txt rmg-release_2.1/Finite_diff/ApplyLaplacian.cpp rmg-release_2.1/Finite_diff/app_cir_bcc.c rmg-release_2.1/Finite_diff/app_cir_fcc.cpp rmg-release_2.1/Finite_diff/ApplyAOperator.cpp rmg-release_2.1/Finite_diff/ApplyBOperator.cpp rmg-release_2.1/Finite_diff/app_cir_beta_sixth.c rmg-release_2.1/Finite_diff/app_cir_beta_fourth.c rmg-release_2.1/Finite_diff/CMakeFiles/ rmg-release_2.1/Finite_diff/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/ rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_bcc.cpp.rpo rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/depend.make rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/build.make rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/flags.make rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/CXX.includecache rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/C.includecache rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/AppCilrSixth.cpp.rpo rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/link.txt rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/cmake_clean_target.cmake rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/progress.make rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/AppCilrFourth.cpp.rpo rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/cmake_clean.cmake rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/AppCilrDriver.cpp.rpo rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/depend.internal rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/DependInfo.cmake rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_fcc.cpp.rpo rmg-release_2.1/Finite_diff/CMakeFiles/Finite_diff.dir/FiniteDiff_Cbindings.cpp.rpo rmg-release_2.1/Finite_diff/CMakeFiles/progress.marks rmg-release_2.1/Finite_diff/app_cir_driver.c rmg-release_2.1/Finite_diff/ApplyGradient.cpp rmg-release_2.1/Finite_diff/AppCir.cpp rmg-release_2.1/Finite_diff/cmake_install.cmake rmg-release_2.1/Finite_diff/FiniteDiff_Cbindings.cpp rmg-release_2.1/Force/ rmg-release_2.1/Force/Makefile rmg-release_2.1/Force/iiforce.c rmg-release_2.1/Force/CorrectForces.cpp rmg-release_2.1/Force/Nlccforce.cpp rmg-release_2.1/Force/CMakeLists.txt rmg-release_2.1/Force/Lforce.cpp rmg-release_2.1/Force/constrain.c rmg-release_2.1/Force/Force.cpp rmg-release_2.1/Force/VirtualForces.cpp rmg-release_2.1/Force/CMakeFiles/ rmg-release_2.1/Force/CMakeFiles/CMakeDirectoryInformation.cmake rmg-release_2.1/Force/CMakeFiles/progress.marks rmg-release_2.1/Force/CMakeFiles/Force.dir/ rmg-release_2.1/Force/CMakeFiles/Force.dir/depend.make rmg-release_2.1/Force/CMakeFiles/Force.dir/build.make rmg-release_2.1/Force/CMakeFiles/Force.dir/flags.make rmg-release_2.1/Force/CMakeFiles/Force.dir/CXX.includecache rmg-release_2.1/Force/CMakeFiles/Force.dir/C.includecache rmg-release_2.1/Force/CMakeFiles/Force.dir/link.txt rmg-release_2.1/Force/CMakeFiles/Force.dir/Force.cpp.rpo rmg-release_2.1/Force/CMakeFiles/Force.dir/cmake_clean_target.cmake rmg-release_2.1/Force/CMakeFiles/Force.dir/progress.make rmg-release_2.1/Force/CMakeFiles/Force.dir/cmake_clean.cmake rmg-release_2.1/Force/CMakeFiles/Force.dir/lforce.c.o rmg-release_2.1/Force/CMakeFiles/Force.dir/nlccforce.c.o rmg-release_2.1/Force/CMakeFiles/Force.dir/depend.internal rmg-release_2.1/Force/CMakeFiles/Force.dir/DependInfo.cmake rmg-release_2.1/Force/cmake_install.cmake rmg-release_2.1/Headers/ rmg-release_2.1/Headers/Functional.h rmg-release_2.1/Headers/my_mpi.h rmg-release_2.1/Headers/GlobalSums.h rmg-release_2.1/Headers/rmg_xc.h rmg-release_2.1/Headers/blacs.h rmg-release_2.1/Headers/BlasWrappers.h rmg-release_2.1/Headers/vdW.h rmg-release_2.1/Headers/InputKey.h rmg-release_2.1/Headers/transition.h rmg-release_2.1/Headers/fastonebigheader.h rmg-release_2.1/Headers/ErrorFuncs.h rmg-release_2.1/Headers/RmgParallelFft.h rmg-release_2.1/Headers/species.h rmg-release_2.1/Headers/Kpoint.h rmg-release_2.1/Headers/portability.h rmg-release_2.1/Headers/my_scalapack.h rmg-release_2.1/Headers/Plots.h rmg-release_2.1/Headers/RmgGemm.h rmg-release_2.1/Headers/init_var.h rmg-release_2.1/Headers/CheckValue.h rmg-release_2.1/Headers/svn-commit.tmp rmg-release_2.1/Headers/Solvers.h rmg-release_2.1/Headers/rmg_control.h rmg-release_2.1/Headers/svnrev.h rmg-release_2.1/Headers/BesselRoots.h rmg-release_2.1/Headers/RmgShm.h rmg-release_2.1/Headers/Subdiag.h rmg-release_2.1/Headers/mg.h rmg-release_2.1/Headers/pe_control.h rmg-release_2.1/Headers/rmgtypedefs.h rmg-release_2.1/Headers/input.h rmg-release_2.1/Headers/pack_3d.h rmg-release_2.1/Headers/Pw.h rmg-release_2.1/Headers/RmgException.h rmg-release_2.1/Headers/cnpy.h rmg-release_2.1/Headers/BesselRoots.h.sav rmg-release_2.1/Headers/blas.h rmg-release_2.1/Headers/RmgInputFile.h rmg-release_2.1/Headers/Atomic.h rmg-release_2.1/Headers/rmgthreads.h rmg-release_2.1/Headers/grid.h rmg-release_2.1/Headers/lbfgs.h rmg-release_2.1/Headers/common_prototypes.h rmg-release_2.1/Headers/macros.h rmg-release_2.1/Headers/make_conf.h rmg-release_2.1/Headers/GpuAlloc.h rmg-release_2.1/Headers/InternalPseudo.h rmg-release_2.1/Headers/common_prototypes1.h rmg-release_2.1/Headers/State.h rmg-release_2.1/Headers/main.h rmg-release_2.1/Headers/rmg_alloc.h rmg-release_2.1/Headers/const.h rmg-release_2.1/Headers/typedefs.h rmg-release_2.1/Headers/remap_3d.h rmg-release_2.1/Headers/InputOpts.h rmg-release_2.1/Headers/Scalapack.h rmg-release_2.1/Headers/RmgThread.h rmg-release_2.1/Headers/MapElements.h rmg-release_2.1/Headers/AtomicInterpolate.h rmg-release_2.1/Headers/params.h -- The Fortran compiler identification is GNU -- Check for working Fortran compiler: /opt/cray/craype/2.5.8/bin/ftn -- Check for working Fortran compiler: /opt/cray/craype/2.5.8/bin/ftn -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /opt/cray/craype/2.5.8/bin/ftn supports Fortran 90 -- Checking whether /opt/cray/craype/2.5.8/bin/ftn supports Fortran 90 -- yes -- The C compiler identification is GNU 4.9.3 -- The CXX compiler identification is GNU 4.9.3 -- Check for working C compiler: /opt/cray/craype/2.5.8/bin/cc -- Check for working C compiler: /opt/cray/craype/2.5.8/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /opt/cray/craype/2.5.8/bin/CC -- Check for working CXX compiler: /opt/cray/craype/2.5.8/bin/CC -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found MPI_C: /opt/cray/craype/2.5.8/bin/cc -- Found MPI_CXX: /opt/cray/craype/2.5.8/bin/CC -- Found MPI_Fortran: /opt/cray/craype/2.5.8/bin/ftn -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE -- Found PLPLOT: /u/system/bwjenkins/rmg-spp/plplot.git/install/lib/libplplot.so -- Performing Test USE_PLPLOT_LIBS_INTERNAL -- Performing Test USE_PLPLOT_LIBS_INTERNAL - Success -- Boost version: 1.53.0 -- Found the following Boost libraries: -- thread -- system -- iostreams -- program_options -- filesystem -- Found BZ2: /usr/lib64/libbz2.so -- Found Z: /usr/lib64/libz.so -- Performing Test CHECK_OPENBABEL_INTERNAL1 -- Performing Test CHECK_OPENBABEL_INTERNAL1 - Failed -- Performing Test CHECK_OPENBABEL_INTERNAL2 -- Performing Test CHECK_OPENBABEL_INTERNAL2 - Success -- Found FFTW: /opt/fftw/default/x86_64/lib/libfftw3.a -- Could NOT find PFFT (missing: PFFT_LIBRARIES PFFT_INCLUDES) pfft-master/ pfft-master/README pfft-master/tests/ pfft-master/tests/simple_check_r2c_3d_on_3d_transposed_many.c pfft-master/tests/simple_check_ousam_r2c_4d_transposed_newarray.c pfft-master/tests/f03/ pfft-master/tests/f03/simple_check_r2c_4d_on_3d_transposed.F03 pfft-master/tests/f03/Makefile.am pfft-master/tests/f03/time_c2c_transposed.F03 pfft-master/tests/f03/simple_check_r2c_4d_on_3d.F03 pfft-master/tests/f03/simple_check_c2c_transposed.F03 pfft-master/tests/f03/Makefile.in pfft-master/tests/f03/simple_check_ousam_r2c_4d_on_3d.F03 pfft-master/tests/f03/time_c2c.F03 pfft-master/tests/f03/simple_check_c2c.F03 pfft-master/tests/f03/simple_check_ousam_c2c_4d_on_3d.F03 pfft-master/tests/f03/simple_check_ousam_r2c_4d_on_3d_transposed.F03 pfft-master/tests/f03/simple_check_ousam_c2c_4d_on_3d_transposed.F03 pfft-master/tests/simple_check_ousam_r2c_4d_on_3d.c pfft-master/tests/simple_check_c2c_3d_on_3d_transposed.c pfft-master/tests/debug_simple_check_r2c_3d_on_3d_transposed_many.c pfft-master/tests/simple_check_c2c_4d_transposed.c pfft-master/tests/simple_check_r2c_4d_transposed.c pfft-master/tests/simple_check_c2c_4d_on_3d.c pfft-master/tests/serial_c2c.c pfft-master/tests/simple_check_ousam_r2c_4d.c pfft-master/tests/Makefile.am pfft-master/tests/simple_check_ousam_r2c_padded.c pfft-master/tests/simple_check_c2c_ldouble.c pfft-master/tests/debug_simple_check_ghost_c2c_3d_on_3d.c pfft-master/tests/simple_check_r2r_3d_on_3d.c pfft-master/tests/simple_check_c2c_4d.c pfft-master/tests/simple_check_r2c_newarray.c pfft-master/tests/simple_check_ousam_c2c_transposed.c pfft-master/tests/simple_check_c2c_float.c pfft-master/tests/adv_check_ghost_c2c.c pfft-master/tests/simple_check_ousam_r2c_4d_on_3d_transposed.c pfft-master/tests/simple_check_r2c_4d.c pfft-master/tests/simple_check_ousam_c2c_4d_newarray.c pfft-master/tests/simple_check_ghost_r2c_output.c pfft-master/tests/simple_check_c2c_3d_on_3d.c pfft-master/tests/build_checks.sh pfft-master/tests/simple_check_ousam_r2r.c pfft-master/tests/simple_check_r2r_transposed.c pfft-master/tests/simple_check_ousam_c2c.c pfft-master/tests/simple_check_ousam_r2c.c pfft-master/tests/Makefile.in pfft-master/tests/simple_check_ousam_c2c_4d_on_3d.c pfft-master/tests/simple_check_ousam_c2c_4d.c pfft-master/tests/simple_check_r2r_3d_on_3d_transposed.c pfft-master/tests/simple_check_r2c_4d_on_3d_transposed.c pfft-master/tests/bench_c2c.c pfft-master/tests/simple_check_r2c_3d_on_3d.c pfft-master/tests/simple_check_ghost_c2c_3d_on_3d.c pfft-master/tests/simple_check_r2r_4d_on_3d_transposed.c pfft-master/tests/simple_check_c2r_c2c_ousam_shifted.c pfft-master/tests/simple_check_r2c_padded_newarray.c pfft-master/tests/simple_check_c2c.c pfft-master/tests/time_c2c_transposed.c pfft-master/tests/simple_check_ousam_r2c_transposed.c pfft-master/tests/simple_check_r2r_4d_transposed.c pfft-master/tests/simple_check_r2c_3d_on_3d_transposed.c pfft-master/tests/simple_check_ousam_c2r.c pfft-master/tests/scale_c2c.c pfft-master/tests/simple_check_r2r_4d.c pfft-master/tests/simple_check_c2c_4d_on_3d_transposed.c pfft-master/tests/simple_check_r2r_4d_on_3d.c pfft-master/tests/minimal_check_c2c.c pfft-master/tests/simple_check_ousam_r2r_transposed.c pfft-master/tests/simple_check_ousam_r2c_4d_newarray.c pfft-master/tests/simple_check_c2c_inplace.c pfft-master/tests/simple_check_c2c_transposed_newarray.c pfft-master/tests/simple_check_c2c_transposed_inplace.c pfft-master/tests/simple_check_c2c_transposed.c pfft-master/tests/simple_check_r2c_padded_transposed_newarray.c pfft-master/tests/simple_check_r2r.c pfft-master/tests/simple_check_r2c_transposed_newarray.c pfft-master/tests/simple_check_ousam_c2c_4d_on_3d_transposed.c pfft-master/tests/simple_check_r2c_4d_on_3d.c pfft-master/tests/simple_check_c2r_c2c_shifted.c pfft-master/tests/simple_check_c2c_newarray.c pfft-master/tests/scale_c2c_1d.c pfft-master/tests/simple_check_r2c_transposed.c pfft-master/tests/time_c2c.c pfft-master/tests/simple_check_ousam_c2c_4d_transposed_newarray.c pfft-master/tests/run_checks.sh pfft-master/tests/openmp/ pfft-master/tests/openmp/matrix_transpose.c pfft-master/tests/openmp/Makefile.am pfft-master/tests/openmp/Makefile.in pfft-master/tests/openmp/simple_check_c2c_omp.c pfft-master/tests/openmp/simple_check_c2c.c pfft-master/tests/openmp/omp_bench_c2c.c pfft-master/tests/openmp/simple_check_c2c_transposed.c pfft-master/tests/openmp/transpose_check_fftw.c pfft-master/tests/manual_c2c_3d.c pfft-master/tests/simple_check_ghost_r2c_input_padded.c pfft-master/tests/simple_check_c2r_c2c.c pfft-master/tests/simple_check_ousam_c2c_4d_transposed.c pfft-master/tests/simple_check_r2c.c pfft-master/tests/man_fftw_3don1d.c pfft-master/tests/minimal_check_c2c_transposed.c pfft-master/tests/fortran/ pfft-master/tests/fortran/Makefile.am pfft-master/tests/fortran/simple_check_c2c.F90 pfft-master/tests/fortran/simple_check_r2c_3d_on_3d_transposed.F90 pfft-master/tests/fortran/simple_check_r2r.F90 pfft-master/tests/fortran/simple_check_ghost_c2c_3d_on_3d.F90 pfft-master/tests/fortran/simple_check_ousam_r2r_transposed.F90 pfft-master/tests/fortran/Makefile.in pfft-master/tests/fortran/simple_check_ousam_r2c_transposed.F90 pfft-master/tests/fortran/simple_test.F90 pfft-master/tests/fortran/simple_check_r2c_3d_on_3d.F90 pfft-master/tests/fortran/simple_check_r2r_transposed.F90 pfft-master/tests/fortran/simple_check_ousam_c2c_transposed.F90 pfft-master/tests/fortran/simple_check_c2c_transposed.F90 pfft-master/tests/fortran/simple_check_ousam_r2c.F90 pfft-master/tests/fortran/simple_check_r2c.F90 pfft-master/tests/fortran/simple_check_ghost_c2c.F90 pfft-master/tests/fortran/simple_check_ousam_c2c.F90 pfft-master/tests/fortran/simple_check_ousam_r2r.F90 pfft-master/tests/fortran/simple_check_r2c_transposed.F90 pfft-master/tests/simple_check_ghost_r2c_input.c pfft-master/tests/simple_check_ousam_r2c_4d_transposed.c pfft-master/tests/man_fftw_3don1d.ctex pfft-master/tests/simple_check_ghost_c2c.c pfft-master/configure.ac pfft-master/.gitignore pfft-master/m4/ pfft-master/m4/ax_cxx_library_ldflags.m4 pfft-master/m4/ax_gcc_x86_cpuid.m4 pfft-master/m4/ax_compiler_vendor.m4 pfft-master/m4/ax_filelist.m4 pfft-master/m4/ax_fcs_direct.m4 pfft-master/m4/ax_diff_library_ldflags.m4 pfft-master/m4/ac_fc_line_length.m4 pfft-master/m4/ax_check_dir.m4 pfft-master/m4/ax_lapack.m4 pfft-master/m4/ax_apple_gcc_archflag.m4 pfft-master/m4/ltsugar.m4 pfft-master/m4/ax_fcs_config.m4 pfft-master/m4/ax_sort_lib.m4 pfft-master/m4/ac_fc_module_extension.m4 pfft-master/m4/ax_gcc_version.m4 pfft-master/m4/ac_fc_pp_define.m4 pfft-master/m4/ax_prog_cc_mpi.m4 pfft-master/m4/ax_fcs_fmm.m4 pfft-master/m4/libtool.m4 pfft-master/m4/ltoptions.m4 pfft-master/m4/ax_intrinsics.m4 pfft-master/m4/ac_prog_cc_c99.m4 pfft-master/m4/ltversion.m4 pfft-master/m4/acx_fccpp.m4 pfft-master/m4/ax_boost_base.m4 pfft-master/m4/ax_boost_system.m4 pfft-master/m4/ax_cc_library_ldflags.m4 pfft-master/m4/ax_gcc_archflag.m4 pfft-master/m4/ax_gcc_aligns_stack.m4 pfft-master/m4/ax_cc_maxopt.m4 pfft-master/m4/ac_fc_module_flag.m4 pfft-master/m4/ax_boost_filesystem.m4 pfft-master/m4/ax_lib_pfft.m4 pfft-master/m4/ax_blas.m4 pfft-master/m4/am_path_vtk.m4 pfft-master/m4/ax_boost_unit_test_framework.m4 pfft-master/m4/ax_fc_no_range_check.m4 pfft-master/m4/ax_fortran_kinds.m4 pfft-master/m4/ax_fc_integer_kind.m4 pfft-master/m4/ac_fc_pp_srcflag.m4 pfft-master/m4/ax_prog_cxx_mpi.m4 pfft-master/m4/ax_openmp.m4 pfft-master/m4/acx_fc_library_ldflags_fix.m4 pfft-master/m4/ax_lib_fftw3.m4 pfft-master/m4/acx_mpi.m4 pfft-master/m4/acx_pthread.m4 pfft-master/m4/ax_prog_fc_mpi.m4 pfft-master/m4/ac_fc_fixedform.m4 pfft-master/m4/ax_disable.m4 pfft-master/m4/ax_fortran_depend.m4 pfft-master/m4/ax_prog_f77_mpi.m4 pfft-master/m4/acx_mpiexec.m4 pfft-master/m4/ax_fcs_package.m4 pfft-master/m4/ax_lib_pnfft.m4 pfft-master/m4/lt~obsolete.m4 pfft-master/m4/ax_check_compiler_flags.m4 pfft-master/m4/ax_fcs_types.m4 pfft-master/Makefile.am pfft-master/kernel/ pfft-master/kernel/partrafo-transposed.c pfft-master/kernel/Makefile.am pfft-master/kernel/ipfft.h pfft-master/kernel/sertrafo.c pfft-master/kernel/procmesh.c pfft-master/kernel/Makefile.in pfft-master/kernel/malloc.c pfft-master/kernel/block.c pfft-master/kernel/timer.c pfft-master/kernel/check.c pfft-master/kernel/outrafo.c pfft-master/kernel/transpose.c pfft-master/kernel/remap_3dto2d.c pfft-master/kernel/ousample.c pfft-master/kernel/partrafo.c pfft-master/CONVENTIONS pfft-master/pfft.pc.in pfft-master/build-aux/ pfft-master/build-aux/missing pfft-master/build-aux/depcomp pfft-master/build-aux/get_supplementary.sh pfft-master/build-aux/fortran-depcomp pfft-master/build-aux/config.guess pfft-master/build-aux/ltmain.sh pfft-master/build-aux/fortran-rules.am pfft-master/build-aux/config.sub pfft-master/build-aux/get_autotools.sh pfft-master/build-aux/install-sh pfft-master/Makefile.in pfft-master/config.h.in pfft-master/COPYING pfft-master/bootstrap.sh pfft-master/TODO pfft-master/doc/ pfft-master/doc/tutorial.tex pfft-master/doc/code/ pfft-master/doc/code/manual_min_c2c.c pfft-master/doc/install.tex pfft-master/doc/.gitignore pfft-master/doc/reference.dvi pfft-master/doc/Makefile.am pfft-master/doc/intro.tex pfft-master/doc/shortcuts.tex pfft-master/doc/manual.tex pfft-master/doc/reference.log pfft-master/doc/Makefile.in pfft-master/doc/fortran.tex pfft-master/doc/latexinc.sh.in pfft-master/doc/interface.tex pfft-master/doc/develop.tex pfft-master/doc/bibliography.bib pfft-master/doc/features.tex pfft-master/doc/latex-manual.sh pfft-master/doc/reference.tex pfft-master/util/ pfft-master/util/Makefile.am pfft-master/util/getargs.c pfft-master/util/util.h pfft-master/util/Makefile.in pfft-master/util/util.c pfft-master/fconfig.h.in pfft-master/scripts/ pfft-master/scripts/install_pfft_intel_debug.sh pfft-master/scripts/build_release_gcc.sh pfft-master/scripts/install_pfft_chic.sh pfft-master/scripts/install_pfft_gcc.sh pfft-master/scripts/install_pfft_gcc_debug.sh pfft-master/scripts/install_pfft_bgp_debug.sh pfft-master/scripts/install_pfft_chic_debug.sh pfft-master/scripts/make_release_gcc.sh pfft-master/scripts/install_pfft_bgq.sh pfft-master/scripts/install_pfft_bgq_debug.sh pfft-master/scripts/install_pfft_intel.sh pfft-master/scripts/install_pfft_bgp.sh pfft-master/gcell/ pfft-master/gcell/gctimer.c pfft-master/gcell/gcells_RMA.c pfft-master/gcell/Makefile.am pfft-master/gcell/gcells_sendrecv.c pfft-master/gcell/gcells_plan.c pfft-master/gcell/Makefile.in pfft-master/AUTHORS pfft-master/NEWS pfft-master/aclocal.m4 pfft-master/.travis.yml pfft-master/conf/ pfft-master/conf/travis-install-fftw.sh pfft-master/conf/travis-install-mpi.sh pfft-master/conf/.travis-install-mpi.sh.swp pfft-master/INSTALL pfft-master/configure pfft-master/api/ pfft-master/api/api-basic.c pfft-master/api/pfft.h pfft-master/api/pfft.f03.in pfft-master/api/pfftl.f03.in pfft-master/api/Makefile.am pfft-master/api/genf03-wrap.pl pfft-master/api/fortran-api.c pfft-master/api/Makefile.in pfft-master/api/fortran-mangling.h pfft-master/api/fortran-prototypes.h pfft-master/api/f03-wrap.sh pfft-master/api/build-f03-api.sh pfft-master/api/f03-api.sh pfft-master/api/f03-wrap.c pfft-master/api/fortran-wrappers.h pfft-master/api/pfft.f.in pfft-master/api/genf03-api.pl pfft-master/api/api-adv.c pfft-master/autom4te.cache/ pfft-master/autom4te.cache/output.1 pfft-master/autom4te.cache/traces.0 pfft-master/autom4te.cache/output.0 pfft-master/autom4te.cache/traces.1 pfft-master/autom4te.cache/requests pfft-master/ChangeLog configure: **************************************************************** configure: * Configuring in common/pfft * configure: **************************************************************** checking build system type... x86_64-suse-linux-gnu checking host system type... x86_64-pc-none checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for x86_64-strip... no checking for strip... strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for x86_64-mpicc... /opt/cray/craype/2.5.8/bin/cc checking for x86_64-gcc... (cached) /opt/cray/craype/2.5.8/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /opt/cray/craype/2.5.8/bin/cc accepts -g... yes checking for /opt/cray/craype/2.5.8/bin/cc option to accept ISO C89... none needed checking dependency style of /opt/cray/craype/2.5.8/bin/cc... gcc3 checking for function MPI_Init... yes checking for mpi.h... yes checking for /opt/cray/craype/2.5.8/bin/cc option to accept ISO C99... -std=gnu99 checking for inline... inline checking for x86_64-mpif95... /opt/cray/craype/2.5.8/bin/ftn checking for x86_64-gfortran... (cached) /opt/cray/craype/2.5.8/bin/ftn checking whether we are using the GNU Fortran compiler... yes checking whether /opt/cray/craype/2.5.8/bin/ftn accepts -g... yes checking for function MPI_INIT... yes checking for mpif.h... yes checking how to get verbose linking output from /opt/cray/craype/2.5.8/bin/ftn... -v checking for Fortran libraries of /opt/cray/craype/2.5.8/bin/ftn... -L/opt/cray/fftw/3.3.4.10/interlagos/lib -L/opt/cray/libsci/16.11.1/GNU/4.9/x86_64/lib -L/opt/cray/dmapp/default/lib64 -L/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib -L/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64 -L/opt/cray/atp/2.0.4/libApp -L/usr/local/lib -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3 -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3/../../.. -lAtpSigHandler -lAtpSigHCommData -lrca -lz -lfftw3f_mpi -lfftw3f_threads -lfftw3f -lfftw3_mpi -lfftw3_threads -lfftw3 -lsci_gnu_49_mpi -lsci_gnu_49 -lmpich_gnu_49 -lmpichf90_gnu_49 -lgfortran -lquadmath -lpthread -lm checking for alternate main to link with Fortran libraries... main checking for Fortran flag needed to accept 132 column source lines... -ffixed-line-length-none checking how to get verbose linking output from /opt/cray/craype/2.5.8/bin/ftn... (cached) -v checking for Fortran libraries of /opt/cray/craype/2.5.8/bin/ftn... (cached) -L/opt/cray/fftw/3.3.4.10/interlagos/lib -L/opt/cray/libsci/16.11.1/GNU/4.9/x86_64/lib -L/opt/cray/dmapp/default/lib64 -L/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib -L/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64 -L/opt/cray/atp/2.0.4/libApp -L/usr/local/lib -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3 -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3/../../.. -lAtpSigHandler -lAtpSigHCommData -lrca -lz -lfftw3f_mpi -lfftw3f_threads -lfftw3f -lfftw3_mpi -lfftw3_threads -lfftw3 -lsci_gnu_49_mpi -lsci_gnu_49 -lmpich_gnu_49 -lmpichf90_gnu_49 -lgfortran -lquadmath -lpthread -lm checking for Fortran flag needed to accept free-form source... -ffree-form checking for Fortran flag to compile preprocessed .F90 files... none checking for Fortran flag to compile preprocessed .F files... none checking how to define symbols for preprocessed Fortran... -D checking Fortran 90 module inclusion flag... -I checking Fortran 90 module extension... mod checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /opt/cray/craype/2.5.8/bin/cc -std=gnu99... /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)... no checking for x86_64-dumpbin... no checking for x86_64-link... no checking for dumpbin... no checking for link... link -dump checking the name lister (nm) 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-suse-linux-gnu file names to x86_64-pc-none format... func_convert_file_noop checking how to convert x86_64-suse-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 x86_64-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... unknown checking for x86_64-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-strip... strip checking for x86_64-ranlib... no checking for ranlib... ranlib checking command to parse nm output from /opt/cray/craype/2.5.8/bin/cc -std=gnu99 object... ok checking for sysroot... no checking for x86_64-mt... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /opt/cray/craype/2.5.8/bin/cc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for /opt/cray/craype/2.5.8/bin/cc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if /opt/cray/craype/2.5.8/bin/cc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if /opt/cray/craype/2.5.8/bin/cc -std=gnu99 static flag -static works... yes checking if /opt/cray/craype/2.5.8/bin/cc -std=gnu99 supports -c -o file.o... yes checking if /opt/cray/craype/2.5.8/bin/cc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the /opt/cray/craype/2.5.8/bin/cc -std=gnu99 linker (/opt/xalt/0.7.6/sles11.3/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking for /opt/cray/craype/2.5.8/bin/ftn option to produce PIC... -fPIC checking if /opt/cray/craype/2.5.8/bin/ftn PIC flag -fPIC works... yes checking if /opt/cray/craype/2.5.8/bin/ftn static flag -static works... yes checking if /opt/cray/craype/2.5.8/bin/ftn supports -c -o file.o... yes checking if /opt/cray/craype/2.5.8/bin/ftn supports -c -o file.o... (cached) yes checking whether the /opt/cray/craype/2.5.8/bin/ftn linker (/opt/xalt/0.7.6/sles11.3/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking for sincos in -lm... yes checking fftw3.h usability... yes checking fftw3.h presence... yes checking for fftw3.h... yes checking fftw3-mpi.h usability... yes checking fftw3-mpi.h presence... yes checking for fftw3-mpi.h... yes checking for fftw_execute in -lfftw3... yes checking for fftw_init_threads in -lfftw3_threads... yes checking for fftw_init_threads in -lfftw3_omp... no checking for fftw_mpi_init in -lfftw3_mpi... yes checking for C compiler vendor... gnu checking whether C compiler accepts -malign-double... yes checking whether C compiler accepts -fstrict-aliasing... yes checking whether C compiler accepts -ffast-math... yes checking for gcc architecture flag... checking for x86 cpuid 0 output... unknown checking for x86 cpuid 1 output... unknown checking whether C compiler accepts -march=native... yes checking for gcc architecture flag... -march=native checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native... yes checking for ptrdiff_t... yes checking for long double... yes checking size of ptrdiff_t... 8 checking size of MPI_Fint... 4 checking for library containing log... none required checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for bibtex... /usr/bin/bibtex checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating doc/latexinc.sh config.status: creating Makefile config.status: creating pfft.pc config.status: creating api/pfft.f config.status: creating api/pfft.f03 config.status: creating api/pfftl.f03 config.status: creating kernel/Makefile config.status: creating util/Makefile config.status: creating api/Makefile config.status: creating gcell/Makefile config.status: creating tests/Makefile config.status: creating tests/fortran/Makefile config.status: creating tests/f03/Makefile config.status: creating tests/openmp/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: creating fconfig.h config.status: linking /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/doc/latex-manual.sh to doc/latex-manual.sh config.status: linking /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/tests/build_checks.sh to tests/build_checks.sh config.status: linking /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/tests/run_checks.sh to tests/run_checks.sh config.status: linking /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/tests/manual_c2c_3d.c to tests/manual_c2c_3d.c config.status: executing depfiles commands config.status: executing libtool commands make: *** No targets specified and no makefile found. Stop. Making install in kernel make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/kernel' /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/block.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT block.lo -MD -MP -MF .deps/block.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/block.c -o block.o mv -f .deps/block.Tpo .deps/block.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT check.lo -MD -MP -MF .deps/check.Tpo -c -o check.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/check.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT check.lo -MD -MP -MF .deps/check.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/check.c -o check.o mv -f .deps/check.Tpo .deps/check.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/malloc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/malloc.c -o malloc.o mv -f .deps/malloc.Tpo .deps/malloc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT ousample.lo -MD -MP -MF .deps/ousample.Tpo -c -o ousample.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/ousample.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT ousample.lo -MD -MP -MF .deps/ousample.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/ousample.c -o ousample.o mv -f .deps/ousample.Tpo .deps/ousample.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT outrafo.lo -MD -MP -MF .deps/outrafo.Tpo -c -o outrafo.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/outrafo.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT outrafo.lo -MD -MP -MF .deps/outrafo.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/outrafo.c -o outrafo.o mv -f .deps/outrafo.Tpo .deps/outrafo.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT partrafo-transposed.lo -MD -MP -MF .deps/partrafo-transposed.Tpo -c -o partrafo-transposed.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/partrafo-transposed.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT partrafo-transposed.lo -MD -MP -MF .deps/partrafo-transposed.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/partrafo-transposed.c -o partrafo-transposed.o mv -f .deps/partrafo-transposed.Tpo .deps/partrafo-transposed.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT partrafo.lo -MD -MP -MF .deps/partrafo.Tpo -c -o partrafo.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/partrafo.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT partrafo.lo -MD -MP -MF .deps/partrafo.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/partrafo.c -o partrafo.o mv -f .deps/partrafo.Tpo .deps/partrafo.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT sertrafo.lo -MD -MP -MF .deps/sertrafo.Tpo -c -o sertrafo.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/sertrafo.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT sertrafo.lo -MD -MP -MF .deps/sertrafo.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/sertrafo.c -o sertrafo.o mv -f .deps/sertrafo.Tpo .deps/sertrafo.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT procmesh.lo -MD -MP -MF .deps/procmesh.Tpo -c -o procmesh.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/procmesh.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT procmesh.lo -MD -MP -MF .deps/procmesh.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/procmesh.c -o procmesh.o mv -f .deps/procmesh.Tpo .deps/procmesh.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT remap_3dto2d.lo -MD -MP -MF .deps/remap_3dto2d.Tpo -c -o remap_3dto2d.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/remap_3dto2d.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT remap_3dto2d.lo -MD -MP -MF .deps/remap_3dto2d.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/remap_3dto2d.c -o remap_3dto2d.o mv -f .deps/remap_3dto2d.Tpo .deps/remap_3dto2d.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/timer.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/timer.c -o timer.o mv -f .deps/timer.Tpo .deps/timer.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c -o transpose.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/transpose.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel/transpose.c -o transpose.o mv -f .deps/transpose.Tpo .deps/transpose.Plo /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -o libkernel.la block.lo check.lo malloc.lo ousample.lo outrafo.lo partrafo-transposed.lo partrafo.lo sertrafo.lo procmesh.lo remap_3dto2d.lo timer.lo transpose.lo -lm libtool: link: ar cru .libs/libkernel.a block.o check.o malloc.o ousample.o outrafo.o partrafo-transposed.o partrafo.o sertrafo.o procmesh.o remap_3dto2d.o timer.o transpose.o libtool: link: ranlib .libs/libkernel.a libtool: link: ( cd ".libs" && rm -f "libkernel.la" && ln -s "../libkernel.la" "libkernel.la" ) make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/kernel' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/kernel' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/kernel' Making install in gcell make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/gcell' /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT gcells_plan.lo -MD -MP -MF .deps/gcells_plan.Tpo -c -o gcells_plan.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell/gcells_plan.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT gcells_plan.lo -MD -MP -MF .deps/gcells_plan.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell/gcells_plan.c -o gcells_plan.o mv -f .deps/gcells_plan.Tpo .deps/gcells_plan.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT gcells_RMA.lo -MD -MP -MF .deps/gcells_RMA.Tpo -c -o gcells_RMA.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell/gcells_RMA.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT gcells_RMA.lo -MD -MP -MF .deps/gcells_RMA.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell/gcells_RMA.c -o gcells_RMA.o mv -f .deps/gcells_RMA.Tpo .deps/gcells_RMA.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT gcells_sendrecv.lo -MD -MP -MF .deps/gcells_sendrecv.Tpo -c -o gcells_sendrecv.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell/gcells_sendrecv.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT gcells_sendrecv.lo -MD -MP -MF .deps/gcells_sendrecv.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell/gcells_sendrecv.c -o gcells_sendrecv.o mv -f .deps/gcells_sendrecv.Tpo .deps/gcells_sendrecv.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT gctimer.lo -MD -MP -MF .deps/gctimer.Tpo -c -o gctimer.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell/gctimer.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT gctimer.lo -MD -MP -MF .deps/gctimer.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/gcell/gctimer.c -o gctimer.o mv -f .deps/gctimer.Tpo .deps/gctimer.Plo /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -o libgcell.la gcells_plan.lo gcells_RMA.lo gcells_sendrecv.lo gctimer.lo -lm libtool: link: ar cru .libs/libgcell.a gcells_plan.o gcells_RMA.o gcells_sendrecv.o gctimer.o libtool: link: ranlib .libs/libgcell.a libtool: link: ( cd ".libs" && rm -f "libgcell.la" && ln -s "../libgcell.la" "libgcell.la" ) make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/gcell' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/gcell' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/gcell' Making install in util make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/util' /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util/util.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT util.lo -MD -MP -MF .deps/util.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util/util.c -o util.o mv -f .deps/util.Tpo .deps/util.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT getargs.lo -MD -MP -MF .deps/getargs.Tpo -c -o getargs.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util/getargs.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT getargs.lo -MD -MP -MF .deps/getargs.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util/getargs.c -o getargs.o mv -f .deps/getargs.Tpo .deps/getargs.Plo /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -o libutil.la util.lo getargs.lo -lm libtool: link: ar cru .libs/libutil.a util.o getargs.o libtool: link: ranlib .libs/libutil.a libtool: link: ( cd ".libs" && rm -f "libutil.la" && ln -s "../libutil.la" "libutil.la" ) make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/util' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/util' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/util' Making install in api make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/api' /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT api-basic.lo -MD -MP -MF .deps/api-basic.Tpo -c -o api-basic.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/api-basic.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT api-basic.lo -MD -MP -MF .deps/api-basic.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/api-basic.c -o api-basic.o mv -f .deps/api-basic.Tpo .deps/api-basic.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT api-adv.lo -MD -MP -MF .deps/api-adv.Tpo -c -o api-adv.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/api-adv.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT api-adv.lo -MD -MP -MF .deps/api-adv.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/api-adv.c -o api-adv.o mv -f .deps/api-adv.Tpo .deps/api-adv.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT fortran-api.lo -MD -MP -MF .deps/fortran-api.Tpo -c -o fortran-api.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/fortran-api.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT fortran-api.lo -MD -MP -MF .deps/fortran-api.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/fortran-api.c -o fortran-api.o mv -f .deps/fortran-api.Tpo .deps/fortran-api.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c -o f03-wrap.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/f03-wrap.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/kernel -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/util -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/f03-wrap.c -o f03-wrap.o mv -f .deps/f03-wrap.Tpo .deps/f03-wrap.Plo /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -o libapi.la api-basic.lo api-adv.lo fortran-api.lo f03-wrap.lo -lm libtool: link: ar cru .libs/libapi.a api-basic.o api-adv.o fortran-api.o f03-wrap.o libtool: link: ranlib .libs/libapi.a libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" ) make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/api' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/include' /usr/bin/install -c -m 644 /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/api/pfft.h '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/include' /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/include' /usr/bin/install -c -m 644 pfft.f pfft.f03 pfftl.f03 '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/include' make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/api' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/api' Making install in . make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64' /bin/sh ./libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -std=gnu99 -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native -std=gnu99 -no-undefined -version-info 0:0:0 -o libpfft.la -rpath /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/lib kernel/libkernel.la util/libutil.la api/libapi.la gcell/libgcell.la -lm libtool: link: (cd .libs/libpfft.lax/libkernel.a && ar x "/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/kernel/.libs/libkernel.a") libtool: link: (cd .libs/libpfft.lax/libutil.a && ar x "/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/util/.libs/libutil.a") libtool: link: (cd .libs/libpfft.lax/libapi.a && ar x "/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/api/.libs/libapi.a") libtool: link: (cd .libs/libpfft.lax/libgcell.a && ar x "/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/gcell/.libs/libgcell.a") libtool: link: ar cru .libs/libpfft.a .libs/libpfft.lax/libkernel.a/block.o .libs/libpfft.lax/libkernel.a/check.o .libs/libpfft.lax/libkernel.a/malloc.o .libs/libpfft.lax/libkernel.a/ousample.o .libs/libpfft.lax/libkernel.a/outrafo.o .libs/libpfft.lax/libkernel.a/partrafo-transposed.o .libs/libpfft.lax/libkernel.a/partrafo.o .libs/libpfft.lax/libkernel.a/procmesh.o .libs/libpfft.lax/libkernel.a/remap_3dto2d.o .libs/libpfft.lax/libkernel.a/sertrafo.o .libs/libpfft.lax/libkernel.a/timer.o .libs/libpfft.lax/libkernel.a/transpose.o .libs/libpfft.lax/libutil.a/getargs.o .libs/libpfft.lax/libutil.a/util.o .libs/libpfft.lax/libapi.a/api-adv.o .libs/libpfft.lax/libapi.a/api-basic.o .libs/libpfft.lax/libapi.a/f03-wrap.o .libs/libpfft.lax/libapi.a/fortran-api.o .libs/libpfft.lax/libgcell.a/gcells_RMA.o .libs/libpfft.lax/libgcell.a/gcells_plan.o .libs/libpfft.lax/libgcell.a/gcells_sendrecv.o .libs/libpfft.lax/libgcell.a/gctimer.o libtool: link: ranlib .libs/libpfft.a libtool: link: rm -fr .libs/libpfft.lax libtool: link: ( cd ".libs" && rm -f "libpfft.la" && ln -s "../libpfft.la" "libpfft.la" ) make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64' /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c libpfft.la '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/lib' libtool: install: /usr/bin/install -c .libs/libpfft.lai /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/lib/libpfft.la libtool: install: /usr/bin/install -c .libs/libpfft.a /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/lib/libpfft.a libtool: install: chmod 644 /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/lib/libpfft.a libtool: install: ranlib /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/lib/libpfft.a make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64' Making install in tests make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests' Making install in fortran make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests/fortran' make[3]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests/fortran' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests/fortran' make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests/fortran' Making install in f03 make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests/f03' make[3]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests/f03' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests/f03' make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests/f03' make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests' make[3]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests' make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/tests' Making install in doc make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/doc' make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/doc' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/doc' -- Found PFFT: /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/pfft-master/lib64/lib/libpfft.a -- Could NOT find LIBXC (missing: LIBXC_LIBRARIES LIBXC_INCLUDES) libxc-2.2.2/ libxc-2.2.2/COPYING libxc-2.2.2/ChangeLog libxc-2.2.2/build/ libxc-2.2.2/build/libxc.pc.in libxc-2.2.2/build/Makefile.in libxc-2.2.2/build/libxc.spec.in libxc-2.2.2/build/Makefile.am libxc-2.2.2/config.h.in libxc-2.2.2/m4/ libxc-2.2.2/m4/libtool.m4 libxc-2.2.2/m4/fortran.m4 libxc-2.2.2/m4/ac_prog_sed.m4 libxc-2.2.2/m4/lt~obsolete.m4 libxc-2.2.2/m4/ltsugar.m4 libxc-2.2.2/m4/fc_integer.m4 libxc-2.2.2/m4/ltoptions.m4 libxc-2.2.2/m4/ltversion.m4 libxc-2.2.2/m4/ax_f90_module_extension.m4 libxc-2.2.2/m4/fcflags.m4 libxc-2.2.2/missing libxc-2.2.2/aclocal.m4 libxc-2.2.2/xc_version.h libxc-2.2.2/NEWS libxc-2.2.2/AUTHORS libxc-2.2.2/config.sub libxc-2.2.2/configure.ac libxc-2.2.2/Makefile.in libxc-2.2.2/src/ libxc-2.2.2/src/mgga_x_mn12.c libxc-2.2.2/src/gga_xc_oblyp_d.c libxc-2.2.2/src/mgga_xc_otpss_d.c libxc-2.2.2/src/gga_x_htbs.c libxc-2.2.2/src/gga_x_wpbeh.c libxc-2.2.2/src/lda_c_rc04.c libxc-2.2.2/src/libxc_master.F90 libxc-2.2.2/src/gga_x_q2d.c libxc-2.2.2/src/gga_x_sogga11.c libxc-2.2.2/src/gga_c_tca.c libxc-2.2.2/src/gga_x_rpbe.c libxc-2.2.2/src/mgga_x_tpss.c libxc-2.2.2/src/hyb_gga_xc_hse.c libxc-2.2.2/src/mgga_c_cs.c libxc-2.2.2/src/lda_c_pz.c libxc-2.2.2/src/gga.c libxc-2.2.2/src/mgga_x_tau_hcth.c libxc-2.2.2/src/string_f.h libxc-2.2.2/src/lda_c_2d_prm.c libxc-2.2.2/src/gga_c_q2d.c libxc-2.2.2/src/mgga_x_br89.c libxc-2.2.2/src/lda_c_pw.c libxc-2.2.2/src/gga_x_pw91.c libxc-2.2.2/src/gga_x_hjs.c libxc-2.2.2/src/mgga_c_pkzb.c libxc-2.2.2/src/lda_c_wigner.c libxc-2.2.2/src/gga_k_ol2.c libxc-2.2.2/src/hyb_gga_xc_b97.c libxc-2.2.2/src/mgga_x_m05.c libxc-2.2.2/src/hyb_mgga_xc_tpssh.c libxc-2.2.2/src/mgga_x_pkzb.c libxc-2.2.2/src/mgga_x_m08.c libxc-2.2.2/src/work_gga_x.c libxc-2.2.2/src/gga_x_ak13.c libxc-2.2.2/src/bessel.c libxc-2.2.2/src/gga_xc_1w.c libxc-2.2.2/src/hyb_gga_xc_b1wc.c libxc-2.2.2/src/gga_x_lb.c libxc-2.2.2/src/gga_c_wl.c libxc-2.2.2/src/util.h libxc-2.2.2/src/gga_c_ft97.c libxc-2.2.2/src/lda_c_hl.c libxc-2.2.2/src/xc_f.c libxc-2.2.2/src/gga_x_g96.c libxc-2.2.2/src/mgga_x_m06l.c libxc-2.2.2/src/lda_c_gombas.c libxc-2.2.2/src/gga_c_p86.c libxc-2.2.2/src/gga_c_optc.c libxc-2.2.2/src/gga_x_herman.c libxc-2.2.2/src/gga_x_bayesian.c libxc-2.2.2/src/gga_k_tflw.c libxc-2.2.2/src/xc_config.h libxc-2.2.2/src/gga_x_pbea.c libxc-2.2.2/src/gga_xc_edf1.c libxc-2.2.2/src/gga_x_pbe.c libxc-2.2.2/src/mgga_x_gvt4.c libxc-2.2.2/src/gga_x_optx.c libxc-2.2.2/src/lda_c_ml1.c libxc-2.2.2/src/gga_x_pw86.c libxc-2.2.2/src/gga_c_wi.c libxc-2.2.2/src/util.c libxc-2.2.2/src/gga_x_wc.c libxc-2.2.2/src/lda.c libxc-2.2.2/src/gga_x_2d_b86.c libxc-2.2.2/src/mgga_c_m08.c libxc-2.2.2/src/gga_x_sfat.c libxc-2.2.2/src/gga_k_pearson.c libxc-2.2.2/src/lda_c_rpa.c libxc-2.2.2/src/lda_x_2d.c libxc-2.2.2/src/Makefile.in libxc-2.2.2/src/stoll.c libxc-2.2.2/src/gga_x_2d_pbe.c libxc-2.2.2/src/hyb_gga_xc_cam_b3lyp.c libxc-2.2.2/src/gga_c_op.c libxc-2.2.2/src/lda_c_1d_csc.c libxc-2.2.2/src/mgga_x_lta.c libxc-2.2.2/src/gga_k_meyer.c libxc-2.2.2/src/gga_x_vmt.c libxc-2.2.2/src/mgga_c_cc06.c libxc-2.2.2/src/gga_x_ssb_sw.c libxc-2.2.2/src/gga_x_am05.c libxc-2.2.2/src/xc_unconfig.h libxc-2.2.2/src/gga_x_2d_b88.c libxc-2.2.2/src/work_mgga_c.c libxc-2.2.2/src/special_functions.c libxc-2.2.2/src/lda_x_1d.c libxc-2.2.2/src/gga_x_airy.c libxc-2.2.2/src/mgga_x_2d_prhg07.c libxc-2.2.2/src/hyb_gga_xc_camy_blyp.c libxc-2.2.2/src/gga_x_kt.c libxc-2.2.2/src/gga_x_lg93.c libxc-2.2.2/src/version.c libxc-2.2.2/src/gga_x_c09x.c libxc-2.2.2/src/gga_x_b88.c libxc-2.2.2/src/gga_x_bpccac.c libxc-2.2.2/src/hyb_mgga_xc_m05.c libxc-2.2.2/src/gga_c_lm.c libxc-2.2.2/src/gga_x_n12.c libxc-2.2.2/src/gga_c_pw91.c libxc-2.2.2/src/work_lda.c libxc-2.2.2/src/gga_x_dk87.c libxc-2.2.2/src/work_mgga_x.c libxc-2.2.2/src/gga_xc_b97.c libxc-2.2.2/src/gga_xc_th.c libxc-2.2.2/src/mgga.c libxc-2.2.2/src/gga_x_mpbe.c libxc-2.2.2/src/lda_c_2d_amgb.c libxc-2.2.2/src/xc_s.h libxc-2.2.2/src/gga_x_ityh.c libxc-2.2.2/src/work_gga_c.c libxc-2.2.2/src/xc.h libxc-2.2.2/src/gga_x_2d_b86_mgc.c libxc-2.2.2/src/hyb_gga_xc_o3lyp.c libxc-2.2.2/src/functionals.c libxc-2.2.2/src/gga_x_ft97.c libxc-2.2.2/src/get_funcs.pl libxc-2.2.2/src/lda_xc_teter93.c libxc-2.2.2/src/xc-info.c libxc-2.2.2/src/gga_k_ol1.c libxc-2.2.2/src/gga_x_b86.c libxc-2.2.2/src/gga_x_b86_mgc.c libxc-2.2.2/src/lda_c_vwn.c libxc-2.2.2/src/gga_c_lyp.c libxc-2.2.2/src/mgga_c_vsxc.c libxc-2.2.2/src/lda_k_tf.c libxc-2.2.2/src/expint_e1.c libxc-2.2.2/src/integrate.c libxc-2.2.2/src/gga_c_am05.c libxc-2.2.2/src/gga_k_dk.c libxc-2.2.2/src/mgga_x_mk00.c libxc-2.2.2/src/mgga_x_ms.c libxc-2.2.2/src/hyb_gga_xc_pbeh.c libxc-2.2.2/src/mgga_c_bc95.c libxc-2.2.2/src/hyb_gga_xc_b3lyp.c libxc-2.2.2/src/lda_c_1d_loos.c libxc-2.2.2/src/mix_func.c libxc-2.2.2/src/gga_c_pbe.c libxc-2.2.2/src/Makefile.am libxc-2.2.2/src/gga_c_sogga11.c libxc-2.2.2/src/gga_x_lv_rpw86.c libxc-2.2.2/src/lda_x.c libxc-2.2.2/config.guess libxc-2.2.2/install-sh libxc-2.2.2/depcomp libxc-2.2.2/compile libxc-2.2.2/ltmain.sh libxc-2.2.2/PACKAGING libxc-2.2.2/TODO libxc-2.2.2/README libxc-2.2.2/xc_version.h.in libxc-2.2.2/configure libxc-2.2.2/testsuite/ libxc-2.2.2/testsuite/xc-consistency.c libxc-2.2.2/testsuite/xc-reference.pl libxc-2.2.2/testsuite/xc-run_testsuite libxc-2.2.2/testsuite/Makefile.in libxc-2.2.2/testsuite/xc-error.c libxc-2.2.2/testsuite/df_repo/ libxc-2.2.2/testsuite/df_repo/gga_xc_b97_1.data libxc-2.2.2/testsuite/df_repo/gga_c_pbe.data libxc-2.2.2/testsuite/df_repo/gga_c_lyp.data libxc-2.2.2/testsuite/df_repo/gga_xc_hcth_120.data libxc-2.2.2/testsuite/df_repo/gga_c_pw91.data libxc-2.2.2/testsuite/df_repo/lda_c_pw.data libxc-2.2.2/testsuite/df_repo/gga_xc_b97_2.data libxc-2.2.2/testsuite/df_repo/hyb_gga_xc_b3lyp.data libxc-2.2.2/testsuite/df_repo/gga_xc_hcth_93.data libxc-2.2.2/testsuite/df_repo/gga_x_pbe.data libxc-2.2.2/testsuite/df_repo/gga_x_b88.data libxc-2.2.2/testsuite/df_repo/lda_c_pz.data libxc-2.2.2/testsuite/df_repo/lda_c_vwn.data libxc-2.2.2/testsuite/df_repo/lda_x.data libxc-2.2.2/testsuite/df_repo/gga_x_ft97_b.data libxc-2.2.2/testsuite/df_repo/lda_c_vwn_rpa.data libxc-2.2.2/testsuite/df_repo/gga_xc_hcth_407.data libxc-2.2.2/testsuite/df_repo/gga_xc_b97.data libxc-2.2.2/testsuite/df_repo/gga_xc_edf1.data libxc-2.2.2/testsuite/df_repo/gga_x_pw91.data libxc-2.2.2/testsuite/df_repo/gga_c_p86.data libxc-2.2.2/testsuite/df_repo/gga_xc_hcth_147.data libxc-2.2.2/testsuite/xc-get_data.c libxc-2.2.2/testsuite/input/ libxc-2.2.2/testsuite/input/H libxc-2.2.2/testsuite/input/BrOH+ libxc-2.2.2/testsuite/input/Li libxc-2.2.2/testsuite/input/BrOH libxc-2.2.2/testsuite/input/README libxc-2.2.2/testsuite/xc-regression.c libxc-2.2.2/testsuite/regression/ libxc-2.2.2/testsuite/regression/lda_x.unpol.bz2 libxc-2.2.2/testsuite/regression/lda_x.pol.bz2 libxc-2.2.2/testsuite/Makefile.am libxc-2.2.2/INSTALL libxc-2.2.2/test-driver libxc-2.2.2/Makefile.am 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)... yes checking whether make supports nested variables... yes checking for a sed that does not truncate output... /usr/bin/sed checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... /opt/cray/craype/2.5.8/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /opt/cray/craype/2.5.8/bin/cc accepts -g... yes checking for /opt/cray/craype/2.5.8/bin/cc option to accept ISO C89... none needed checking dependency style of /opt/cray/craype/2.5.8/bin/cc... gcc3 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /opt/cray/craype/2.5.8/bin/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 ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /opt/cray/craype/2.5.8/bin/cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /opt/cray/craype/2.5.8/bin/cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /opt/cray/craype/2.5.8/bin/cc supports -fno-rtti -fno-exceptions... no checking for /opt/cray/craype/2.5.8/bin/cc option to produce PIC... -fPIC -DPIC checking if /opt/cray/craype/2.5.8/bin/cc PIC flag -fPIC -DPIC works... yes checking if /opt/cray/craype/2.5.8/bin/cc static flag -static works... yes checking if /opt/cray/craype/2.5.8/bin/cc supports -c -o file.o... yes checking if /opt/cray/craype/2.5.8/bin/cc supports -c -o file.o... (cached) yes checking whether the /opt/cray/craype/2.5.8/bin/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 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 for gcc... (cached) /opt/cray/craype/2.5.8/bin/cc checking whether we are using the GNU C compiler... (cached) yes checking whether /opt/cray/craype/2.5.8/bin/cc accepts -g... (cached) yes checking for /opt/cray/craype/2.5.8/bin/cc option to accept ISO C89... (cached) none needed checking dependency style of /opt/cray/craype/2.5.8/bin/cc... (cached) gcc3 checking whether /opt/cray/craype/2.5.8/bin/cc and cc understand -c and -o together... yes checking for inline... inline checking for ANSI C header files... (cached) yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking size of void*... 8 checking for sqrtf in -lm... yes checking for cbrt in -lm... yes checking for cbrtf in -lm... yes checking for feenableexcept in -lm... yes checking whether we are using the GNU Fortran compiler... yes checking whether /opt/cray/craype/2.5.8/bin/ftn accepts -g... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for /opt/cray/craype/2.5.8/bin/ftn option to produce PIC... -fPIC checking if /opt/cray/craype/2.5.8/bin/ftn PIC flag -fPIC works... yes checking if /opt/cray/craype/2.5.8/bin/ftn static flag -static works... yes checking if /opt/cray/craype/2.5.8/bin/ftn supports -c -o file.o... yes checking if /opt/cray/craype/2.5.8/bin/ftn supports -c -o file.o... (cached) yes checking whether the /opt/cray/craype/2.5.8/bin/ftn 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 for Fortran flag to compile .f90 files... none configure: Using FCFLAGS="-O3" checking whether /lib/cpp is usable for Fortran preprocessing... preprocessor mangles C++ style comment checking whether /lib/cpp -ansi is usable for Fortran preprocessing... yes checking how to get verbose linking output from /opt/cray/craype/2.5.8/bin/ftn... -v checking for Fortran libraries of /opt/cray/craype/2.5.8/bin/ftn... -L/opt/cray/fftw/3.3.4.10/interlagos/lib -L/opt/cray/libsci/16.11.1/GNU/4.9/x86_64/lib -L/opt/cray/dmapp/default/lib64 -L/opt/cray/mpt/7.5.0/gni/mpich-gnu/4.9/lib -L/opt/cray/rca/1.0.0-2.0502.60530.1.63.gem/lib64 -L/opt/cray/atp/2.0.4/libApp -L/usr/local/lib -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3 -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/gcc/4.9.3/snos/lib/gcc/x86_64-suse-linux/4.9.3/../../.. -lAtpSigHandler -lAtpSigHCommData -lrca -lz -lfftw3f_mpi -lfftw3f_threads -lfftw3f -lfftw3_mpi -lfftw3_threads -lfftw3 -lsci_gnu_49_mpi -lsci_gnu_49 -lmpich_gnu_49 -lmpichf90_gnu_49 -lgfortran -lquadmath -lpthread -lm checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore checking whether the compiler accepts very long lines... no checking whether the compiler accepts "line-number" lines cast by the preprocessor... yes checking fortran 90 modules extension... mod checking for the size of a Fortran integer... 4 bytes checking for which C type corresponds to Fortran integer... int checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating xc_version.h config.status: creating src/Makefile config.status: creating testsuite/Makefile config.status: creating build/Makefile config.status: creating build/libxc.pc config.status: creating build/libxc.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Making install in build make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/build' make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/build' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/pkgconfig' /usr/bin/install -c -m 644 libxc.pc '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/pkgconfig' make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/build' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/build' Making install in src make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src' /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/get_funcs.pl /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src .. make install-am make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src' /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT special_functions.lo -MD -MP -MF .deps/special_functions.Tpo -c -o special_functions.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/special_functions.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT special_functions.lo -MD -MP -MF .deps/special_functions.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/special_functions.c -o special_functions.o mv -f .deps/special_functions.Tpo .deps/special_functions.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT bessel.lo -MD -MP -MF .deps/bessel.Tpo -c -o bessel.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/bessel.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT bessel.lo -MD -MP -MF .deps/bessel.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/bessel.c -o bessel.o mv -f .deps/bessel.Tpo .deps/bessel.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT expint_e1.lo -MD -MP -MF .deps/expint_e1.Tpo -c -o expint_e1.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/expint_e1.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT expint_e1.lo -MD -MP -MF .deps/expint_e1.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/expint_e1.c -o expint_e1.o mv -f .deps/expint_e1.Tpo .deps/expint_e1.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT integrate.lo -MD -MP -MF .deps/integrate.Tpo -c -o integrate.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/integrate.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT integrate.lo -MD -MP -MF .deps/integrate.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/integrate.c -o integrate.o mv -f .deps/integrate.Tpo .deps/integrate.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/util.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/util.c -o util.o mv -f .deps/util.Tpo .deps/util.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mix_func.lo -MD -MP -MF .deps/mix_func.Tpo -c -o mix_func.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mix_func.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mix_func.lo -MD -MP -MF .deps/mix_func.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mix_func.c -o mix_func.o mv -f .deps/mix_func.Tpo .deps/mix_func.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT functionals.lo -MD -MP -MF .deps/functionals.Tpo -c -o functionals.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/functionals.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT functionals.lo -MD -MP -MF .deps/functionals.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/functionals.c -o functionals.o mv -f .deps/functionals.Tpo .deps/functionals.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/version.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/version.c -o version.o mv -f .deps/version.Tpo .deps/version.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda.lo -MD -MP -MF .deps/lda.Tpo -c -o lda.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda.lo -MD -MP -MF .deps/lda.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda.c -o lda.o mv -f .deps/lda.Tpo .deps/lda.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_x.lo -MD -MP -MF .deps/lda_x.Tpo -c -o lda_x.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_x.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_x.lo -MD -MP -MF .deps/lda_x.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_x.c -o lda_x.o mv -f .deps/lda_x.Tpo .deps/lda_x.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_x_1d.lo -MD -MP -MF .deps/lda_x_1d.Tpo -c -o lda_x_1d.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_x_1d.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_x_1d.lo -MD -MP -MF .deps/lda_x_1d.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_x_1d.c -o lda_x_1d.o mv -f .deps/lda_x_1d.Tpo .deps/lda_x_1d.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_x_2d.lo -MD -MP -MF .deps/lda_x_2d.Tpo -c -o lda_x_2d.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_x_2d.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_x_2d.lo -MD -MP -MF .deps/lda_x_2d.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_x_2d.c -o lda_x_2d.o mv -f .deps/lda_x_2d.Tpo .deps/lda_x_2d.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_wigner.lo -MD -MP -MF .deps/lda_c_wigner.Tpo -c -o lda_c_wigner.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_wigner.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_wigner.lo -MD -MP -MF .deps/lda_c_wigner.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_wigner.c -o lda_c_wigner.o mv -f .deps/lda_c_wigner.Tpo .deps/lda_c_wigner.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_gombas.lo -MD -MP -MF .deps/lda_c_gombas.Tpo -c -o lda_c_gombas.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_gombas.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_gombas.lo -MD -MP -MF .deps/lda_c_gombas.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_gombas.c -o lda_c_gombas.o mv -f .deps/lda_c_gombas.Tpo .deps/lda_c_gombas.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_rpa.lo -MD -MP -MF .deps/lda_c_rpa.Tpo -c -o lda_c_rpa.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_rpa.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_rpa.lo -MD -MP -MF .deps/lda_c_rpa.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_rpa.c -o lda_c_rpa.o mv -f .deps/lda_c_rpa.Tpo .deps/lda_c_rpa.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_hl.lo -MD -MP -MF .deps/lda_c_hl.Tpo -c -o lda_c_hl.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_hl.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_hl.lo -MD -MP -MF .deps/lda_c_hl.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_hl.c -o lda_c_hl.o mv -f .deps/lda_c_hl.Tpo .deps/lda_c_hl.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_vwn.lo -MD -MP -MF .deps/lda_c_vwn.Tpo -c -o lda_c_vwn.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_vwn.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_vwn.lo -MD -MP -MF .deps/lda_c_vwn.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_vwn.c -o lda_c_vwn.o mv -f .deps/lda_c_vwn.Tpo .deps/lda_c_vwn.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_pz.lo -MD -MP -MF .deps/lda_c_pz.Tpo -c -o lda_c_pz.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_pz.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_pz.lo -MD -MP -MF .deps/lda_c_pz.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_pz.c -o lda_c_pz.o mv -f .deps/lda_c_pz.Tpo .deps/lda_c_pz.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_pw.lo -MD -MP -MF .deps/lda_c_pw.Tpo -c -o lda_c_pw.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_pw.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_pw.lo -MD -MP -MF .deps/lda_c_pw.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_pw.c -o lda_c_pw.o mv -f .deps/lda_c_pw.Tpo .deps/lda_c_pw.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_ml1.lo -MD -MP -MF .deps/lda_c_ml1.Tpo -c -o lda_c_ml1.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_ml1.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_ml1.lo -MD -MP -MF .deps/lda_c_ml1.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_ml1.c -o lda_c_ml1.o mv -f .deps/lda_c_ml1.Tpo .deps/lda_c_ml1.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_rc04.lo -MD -MP -MF .deps/lda_c_rc04.Tpo -c -o lda_c_rc04.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_rc04.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_rc04.lo -MD -MP -MF .deps/lda_c_rc04.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_rc04.c -o lda_c_rc04.o mv -f .deps/lda_c_rc04.Tpo .deps/lda_c_rc04.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_xc_teter93.lo -MD -MP -MF .deps/lda_xc_teter93.Tpo -c -o lda_xc_teter93.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_xc_teter93.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_xc_teter93.lo -MD -MP -MF .deps/lda_xc_teter93.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_xc_teter93.c -o lda_xc_teter93.o mv -f .deps/lda_xc_teter93.Tpo .deps/lda_xc_teter93.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_1d_csc.lo -MD -MP -MF .deps/lda_c_1d_csc.Tpo -c -o lda_c_1d_csc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_1d_csc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_1d_csc.lo -MD -MP -MF .deps/lda_c_1d_csc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_1d_csc.c -o lda_c_1d_csc.o mv -f .deps/lda_c_1d_csc.Tpo .deps/lda_c_1d_csc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_1d_loos.lo -MD -MP -MF .deps/lda_c_1d_loos.Tpo -c -o lda_c_1d_loos.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_1d_loos.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_1d_loos.lo -MD -MP -MF .deps/lda_c_1d_loos.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_1d_loos.c -o lda_c_1d_loos.o mv -f .deps/lda_c_1d_loos.Tpo .deps/lda_c_1d_loos.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_2d_amgb.lo -MD -MP -MF .deps/lda_c_2d_amgb.Tpo -c -o lda_c_2d_amgb.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_2d_amgb.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_2d_amgb.lo -MD -MP -MF .deps/lda_c_2d_amgb.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_2d_amgb.c -o lda_c_2d_amgb.o mv -f .deps/lda_c_2d_amgb.Tpo .deps/lda_c_2d_amgb.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_2d_prm.lo -MD -MP -MF .deps/lda_c_2d_prm.Tpo -c -o lda_c_2d_prm.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_2d_prm.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_c_2d_prm.lo -MD -MP -MF .deps/lda_c_2d_prm.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_c_2d_prm.c -o lda_c_2d_prm.o mv -f .deps/lda_c_2d_prm.Tpo .deps/lda_c_2d_prm.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT stoll.lo -MD -MP -MF .deps/stoll.Tpo -c -o stoll.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/stoll.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT stoll.lo -MD -MP -MF .deps/stoll.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/stoll.c -o stoll.o mv -f .deps/stoll.Tpo .deps/stoll.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_k_tf.lo -MD -MP -MF .deps/lda_k_tf.Tpo -c -o lda_k_tf.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_k_tf.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT lda_k_tf.lo -MD -MP -MF .deps/lda_k_tf.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/lda_k_tf.c -o lda_k_tf.o mv -f .deps/lda_k_tf.Tpo .deps/lda_k_tf.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga.lo -MD -MP -MF .deps/gga.Tpo -c -o gga.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga.lo -MD -MP -MF .deps/gga.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga.c -o gga.o mv -f .deps/gga.Tpo .deps/gga.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_lg93.lo -MD -MP -MF .deps/gga_x_lg93.Tpo -c -o gga_x_lg93.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_lg93.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_lg93.lo -MD -MP -MF .deps/gga_x_lg93.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_lg93.c -o gga_x_lg93.o mv -f .deps/gga_x_lg93.Tpo .deps/gga_x_lg93.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_pbe.lo -MD -MP -MF .deps/gga_x_pbe.Tpo -c -o gga_x_pbe.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_pbe.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_pbe.lo -MD -MP -MF .deps/gga_x_pbe.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_pbe.c -o gga_x_pbe.o mv -f .deps/gga_x_pbe.Tpo .deps/gga_x_pbe.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_rpbe.lo -MD -MP -MF .deps/gga_x_rpbe.Tpo -c -o gga_x_rpbe.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_rpbe.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_rpbe.lo -MD -MP -MF .deps/gga_x_rpbe.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_rpbe.c -o gga_x_rpbe.o mv -f .deps/gga_x_rpbe.Tpo .deps/gga_x_rpbe.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_pbea.lo -MD -MP -MF .deps/gga_x_pbea.Tpo -c -o gga_x_pbea.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_pbea.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_pbea.lo -MD -MP -MF .deps/gga_x_pbea.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_pbea.c -o gga_x_pbea.o mv -f .deps/gga_x_pbea.Tpo .deps/gga_x_pbea.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_mpbe.lo -MD -MP -MF .deps/gga_x_mpbe.Tpo -c -o gga_x_mpbe.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_mpbe.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_mpbe.lo -MD -MP -MF .deps/gga_x_mpbe.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_mpbe.c -o gga_x_mpbe.o mv -f .deps/gga_x_mpbe.Tpo .deps/gga_x_mpbe.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_herman.lo -MD -MP -MF .deps/gga_x_herman.Tpo -c -o gga_x_herman.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_herman.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_herman.lo -MD -MP -MF .deps/gga_x_herman.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_herman.c -o gga_x_herman.o mv -f .deps/gga_x_herman.Tpo .deps/gga_x_herman.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_b86.lo -MD -MP -MF .deps/gga_x_b86.Tpo -c -o gga_x_b86.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_b86.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_b86.lo -MD -MP -MF .deps/gga_x_b86.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_b86.c -o gga_x_b86.o mv -f .deps/gga_x_b86.Tpo .deps/gga_x_b86.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_b86_mgc.lo -MD -MP -MF .deps/gga_x_b86_mgc.Tpo -c -o gga_x_b86_mgc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_b86_mgc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_b86_mgc.lo -MD -MP -MF .deps/gga_x_b86_mgc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_b86_mgc.c -o gga_x_b86_mgc.o mv -f .deps/gga_x_b86_mgc.Tpo .deps/gga_x_b86_mgc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_b88.lo -MD -MP -MF .deps/gga_x_b88.Tpo -c -o gga_x_b88.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_b88.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_b88.lo -MD -MP -MF .deps/gga_x_b88.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_b88.c -o gga_x_b88.o mv -f .deps/gga_x_b88.Tpo .deps/gga_x_b88.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_g96.lo -MD -MP -MF .deps/gga_x_g96.Tpo -c -o gga_x_g96.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_g96.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_g96.lo -MD -MP -MF .deps/gga_x_g96.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_g96.c -o gga_x_g96.o mv -f .deps/gga_x_g96.Tpo .deps/gga_x_g96.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_pw86.lo -MD -MP -MF .deps/gga_x_pw86.Tpo -c -o gga_x_pw86.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_pw86.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_pw86.lo -MD -MP -MF .deps/gga_x_pw86.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_pw86.c -o gga_x_pw86.o mv -f .deps/gga_x_pw86.Tpo .deps/gga_x_pw86.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_pw91.lo -MD -MP -MF .deps/gga_x_pw91.Tpo -c -o gga_x_pw91.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_pw91.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_pw91.lo -MD -MP -MF .deps/gga_x_pw91.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_pw91.c -o gga_x_pw91.o mv -f .deps/gga_x_pw91.Tpo .deps/gga_x_pw91.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_optx.lo -MD -MP -MF .deps/gga_x_optx.Tpo -c -o gga_x_optx.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_optx.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_optx.lo -MD -MP -MF .deps/gga_x_optx.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_optx.c -o gga_x_optx.o mv -f .deps/gga_x_optx.Tpo .deps/gga_x_optx.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_airy.lo -MD -MP -MF .deps/gga_x_airy.Tpo -c -o gga_x_airy.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_airy.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_airy.lo -MD -MP -MF .deps/gga_x_airy.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_airy.c -o gga_x_airy.o mv -f .deps/gga_x_airy.Tpo .deps/gga_x_airy.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_c09x.lo -MD -MP -MF .deps/gga_x_c09x.Tpo -c -o gga_x_c09x.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_c09x.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_c09x.lo -MD -MP -MF .deps/gga_x_c09x.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_c09x.c -o gga_x_c09x.o mv -f .deps/gga_x_c09x.Tpo .deps/gga_x_c09x.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_dk87.lo -MD -MP -MF .deps/gga_x_dk87.Tpo -c -o gga_x_dk87.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_dk87.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_dk87.lo -MD -MP -MF .deps/gga_x_dk87.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_dk87.c -o gga_x_dk87.o mv -f .deps/gga_x_dk87.Tpo .deps/gga_x_dk87.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_ft97.lo -MD -MP -MF .deps/gga_x_ft97.Tpo -c -o gga_x_ft97.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_ft97.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_ft97.lo -MD -MP -MF .deps/gga_x_ft97.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_ft97.c -o gga_x_ft97.o mv -f .deps/gga_x_ft97.Tpo .deps/gga_x_ft97.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_wc.lo -MD -MP -MF .deps/gga_x_wc.Tpo -c -o gga_x_wc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_wc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_wc.lo -MD -MP -MF .deps/gga_x_wc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_wc.c -o gga_x_wc.o mv -f .deps/gga_x_wc.Tpo .deps/gga_x_wc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_am05.lo -MD -MP -MF .deps/gga_x_am05.Tpo -c -o gga_x_am05.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_am05.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_am05.lo -MD -MP -MF .deps/gga_x_am05.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_am05.c -o gga_x_am05.o mv -f .deps/gga_x_am05.Tpo .deps/gga_x_am05.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_bayesian.lo -MD -MP -MF .deps/gga_x_bayesian.Tpo -c -o gga_x_bayesian.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_bayesian.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_bayesian.lo -MD -MP -MF .deps/gga_x_bayesian.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_bayesian.c -o gga_x_bayesian.o mv -f .deps/gga_x_bayesian.Tpo .deps/gga_x_bayesian.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_kt.lo -MD -MP -MF .deps/gga_x_kt.Tpo -c -o gga_x_kt.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_kt.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_kt.lo -MD -MP -MF .deps/gga_x_kt.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_kt.c -o gga_x_kt.o mv -f .deps/gga_x_kt.Tpo .deps/gga_x_kt.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_htbs.lo -MD -MP -MF .deps/gga_x_htbs.Tpo -c -o gga_x_htbs.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_htbs.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_htbs.lo -MD -MP -MF .deps/gga_x_htbs.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_htbs.c -o gga_x_htbs.o mv -f .deps/gga_x_htbs.Tpo .deps/gga_x_htbs.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_pbe.lo -MD -MP -MF .deps/gga_c_pbe.Tpo -c -o gga_c_pbe.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_pbe.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_pbe.lo -MD -MP -MF .deps/gga_c_pbe.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_pbe.c -o gga_c_pbe.o mv -f .deps/gga_c_pbe.Tpo .deps/gga_c_pbe.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_lyp.lo -MD -MP -MF .deps/gga_c_lyp.Tpo -c -o gga_c_lyp.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_lyp.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_lyp.lo -MD -MP -MF .deps/gga_c_lyp.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_lyp.c -o gga_c_lyp.o mv -f .deps/gga_c_lyp.Tpo .deps/gga_c_lyp.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_p86.lo -MD -MP -MF .deps/gga_c_p86.Tpo -c -o gga_c_p86.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_p86.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_p86.lo -MD -MP -MF .deps/gga_c_p86.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_p86.c -o gga_c_p86.o mv -f .deps/gga_c_p86.Tpo .deps/gga_c_p86.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_pw91.lo -MD -MP -MF .deps/gga_c_pw91.Tpo -c -o gga_c_pw91.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_pw91.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_pw91.lo -MD -MP -MF .deps/gga_c_pw91.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_pw91.c -o gga_c_pw91.o mv -f .deps/gga_c_pw91.Tpo .deps/gga_c_pw91.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_am05.lo -MD -MP -MF .deps/gga_c_am05.Tpo -c -o gga_c_am05.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_am05.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_am05.lo -MD -MP -MF .deps/gga_c_am05.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_am05.c -o gga_c_am05.o mv -f .deps/gga_c_am05.Tpo .deps/gga_c_am05.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_lm.lo -MD -MP -MF .deps/gga_c_lm.Tpo -c -o gga_c_lm.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_lm.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_lm.lo -MD -MP -MF .deps/gga_c_lm.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_lm.c -o gga_c_lm.o mv -f .deps/gga_c_lm.Tpo .deps/gga_c_lm.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_wl.lo -MD -MP -MF .deps/gga_c_wl.Tpo -c -o gga_c_wl.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_wl.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_wl.lo -MD -MP -MF .deps/gga_c_wl.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_wl.c -o gga_c_wl.o mv -f .deps/gga_c_wl.Tpo .deps/gga_c_wl.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_wi.lo -MD -MP -MF .deps/gga_c_wi.Tpo -c -o gga_c_wi.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_wi.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_wi.lo -MD -MP -MF .deps/gga_c_wi.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_wi.c -o gga_c_wi.o mv -f .deps/gga_c_wi.Tpo .deps/gga_c_wi.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_lb.lo -MD -MP -MF .deps/gga_x_lb.Tpo -c -o gga_x_lb.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_lb.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_lb.lo -MD -MP -MF .deps/gga_x_lb.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_lb.c -o gga_x_lb.o mv -f .deps/gga_x_lb.Tpo .deps/gga_x_lb.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_b97.lo -MD -MP -MF .deps/gga_xc_b97.Tpo -c -o gga_xc_b97.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_b97.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_b97.lo -MD -MP -MF .deps/gga_xc_b97.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_b97.c -o gga_xc_b97.o mv -f .deps/gga_xc_b97.Tpo .deps/gga_xc_b97.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_edf1.lo -MD -MP -MF .deps/gga_xc_edf1.Tpo -c -o gga_xc_edf1.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_edf1.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_edf1.lo -MD -MP -MF .deps/gga_xc_edf1.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_edf1.c -o gga_xc_edf1.o mv -f .deps/gga_xc_edf1.Tpo .deps/gga_xc_edf1.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_1w.lo -MD -MP -MF .deps/gga_xc_1w.Tpo -c -o gga_xc_1w.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_1w.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_1w.lo -MD -MP -MF .deps/gga_xc_1w.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_1w.c -o gga_xc_1w.o mv -f .deps/gga_xc_1w.Tpo .deps/gga_xc_1w.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_optc.lo -MD -MP -MF .deps/gga_c_optc.Tpo -c -o gga_c_optc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_optc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_optc.lo -MD -MP -MF .deps/gga_c_optc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_optc.c -o gga_c_optc.o mv -f .deps/gga_c_optc.Tpo .deps/gga_c_optc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_tca.lo -MD -MP -MF .deps/gga_c_tca.Tpo -c -o gga_c_tca.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_tca.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_tca.lo -MD -MP -MF .deps/gga_c_tca.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_tca.c -o gga_c_tca.o mv -f .deps/gga_c_tca.Tpo .deps/gga_c_tca.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_bpccac.lo -MD -MP -MF .deps/gga_x_bpccac.Tpo -c -o gga_x_bpccac.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_bpccac.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_bpccac.lo -MD -MP -MF .deps/gga_x_bpccac.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_bpccac.c -o gga_x_bpccac.o mv -f .deps/gga_x_bpccac.Tpo .deps/gga_x_bpccac.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_sogga11.lo -MD -MP -MF .deps/gga_x_sogga11.Tpo -c -o gga_x_sogga11.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_sogga11.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_sogga11.lo -MD -MP -MF .deps/gga_x_sogga11.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_sogga11.c -o gga_x_sogga11.o mv -f .deps/gga_x_sogga11.Tpo .deps/gga_x_sogga11.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_sogga11.lo -MD -MP -MF .deps/gga_c_sogga11.Tpo -c -o gga_c_sogga11.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_sogga11.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_sogga11.lo -MD -MP -MF .deps/gga_c_sogga11.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_sogga11.c -o gga_c_sogga11.o mv -f .deps/gga_c_sogga11.Tpo .deps/gga_c_sogga11.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_th.lo -MD -MP -MF .deps/gga_xc_th.Tpo -c -o gga_xc_th.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_th.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_th.lo -MD -MP -MF .deps/gga_xc_th.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_th.c -o gga_xc_th.o mv -f .deps/gga_xc_th.Tpo .deps/gga_xc_th.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_wpbeh.lo -MD -MP -MF .deps/gga_x_wpbeh.Tpo -c -o gga_x_wpbeh.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_wpbeh.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_wpbeh.lo -MD -MP -MF .deps/gga_x_wpbeh.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_wpbeh.c -o gga_x_wpbeh.o mv -f .deps/gga_x_wpbeh.Tpo .deps/gga_x_wpbeh.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_hjs.lo -MD -MP -MF .deps/gga_x_hjs.Tpo -c -o gga_x_hjs.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_hjs.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_hjs.lo -MD -MP -MF .deps/gga_x_hjs.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_hjs.c -o gga_x_hjs.o mv -f .deps/gga_x_hjs.Tpo .deps/gga_x_hjs.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_ityh.lo -MD -MP -MF .deps/gga_x_ityh.Tpo -c -o gga_x_ityh.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_ityh.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_ityh.lo -MD -MP -MF .deps/gga_x_ityh.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_ityh.c -o gga_x_ityh.o mv -f .deps/gga_x_ityh.Tpo .deps/gga_x_ityh.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_sfat.lo -MD -MP -MF .deps/gga_x_sfat.Tpo -c -o gga_x_sfat.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_sfat.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_sfat.lo -MD -MP -MF .deps/gga_x_sfat.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_sfat.c -o gga_x_sfat.o mv -f .deps/gga_x_sfat.Tpo .deps/gga_x_sfat.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_ak13.lo -MD -MP -MF .deps/gga_x_ak13.Tpo -c -o gga_x_ak13.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_ak13.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_ak13.lo -MD -MP -MF .deps/gga_x_ak13.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_ak13.c -o gga_x_ak13.o mv -f .deps/gga_x_ak13.Tpo .deps/gga_x_ak13.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_q2d.lo -MD -MP -MF .deps/gga_x_q2d.Tpo -c -o gga_x_q2d.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_q2d.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_q2d.lo -MD -MP -MF .deps/gga_x_q2d.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_q2d.c -o gga_x_q2d.o mv -f .deps/gga_x_q2d.Tpo .deps/gga_x_q2d.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_q2d.lo -MD -MP -MF .deps/gga_c_q2d.Tpo -c -o gga_c_q2d.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_q2d.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_q2d.lo -MD -MP -MF .deps/gga_c_q2d.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_q2d.c -o gga_c_q2d.o mv -f .deps/gga_c_q2d.Tpo .deps/gga_c_q2d.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_ssb_sw.lo -MD -MP -MF .deps/gga_x_ssb_sw.Tpo -c -o gga_x_ssb_sw.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_ssb_sw.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_ssb_sw.lo -MD -MP -MF .deps/gga_x_ssb_sw.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_ssb_sw.c -o gga_x_ssb_sw.o mv -f .deps/gga_x_ssb_sw.Tpo .deps/gga_x_ssb_sw.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_ft97.lo -MD -MP -MF .deps/gga_c_ft97.Tpo -c -o gga_c_ft97.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_ft97.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_ft97.lo -MD -MP -MF .deps/gga_c_ft97.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_ft97.c -o gga_c_ft97.o mv -f .deps/gga_c_ft97.Tpo .deps/gga_c_ft97.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_op.lo -MD -MP -MF .deps/gga_c_op.Tpo -c -o gga_c_op.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_op.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_c_op.lo -MD -MP -MF .deps/gga_c_op.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_c_op.c -o gga_c_op.o mv -f .deps/gga_c_op.Tpo .deps/gga_c_op.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_n12.lo -MD -MP -MF .deps/gga_x_n12.Tpo -c -o gga_x_n12.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_n12.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_n12.lo -MD -MP -MF .deps/gga_x_n12.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_n12.c -o gga_x_n12.o mv -f .deps/gga_x_n12.Tpo .deps/gga_x_n12.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_lv_rpw86.lo -MD -MP -MF .deps/gga_x_lv_rpw86.Tpo -c -o gga_x_lv_rpw86.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_lv_rpw86.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_lv_rpw86.lo -MD -MP -MF .deps/gga_x_lv_rpw86.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_lv_rpw86.c -o gga_x_lv_rpw86.o mv -f .deps/gga_x_lv_rpw86.Tpo .deps/gga_x_lv_rpw86.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_2d_b86.lo -MD -MP -MF .deps/gga_x_2d_b86.Tpo -c -o gga_x_2d_b86.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_2d_b86.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_2d_b86.lo -MD -MP -MF .deps/gga_x_2d_b86.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_2d_b86.c -o gga_x_2d_b86.o mv -f .deps/gga_x_2d_b86.Tpo .deps/gga_x_2d_b86.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_2d_b86_mgc.lo -MD -MP -MF .deps/gga_x_2d_b86_mgc.Tpo -c -o gga_x_2d_b86_mgc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_2d_b86_mgc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_2d_b86_mgc.lo -MD -MP -MF .deps/gga_x_2d_b86_mgc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_2d_b86_mgc.c -o gga_x_2d_b86_mgc.o mv -f .deps/gga_x_2d_b86_mgc.Tpo .deps/gga_x_2d_b86_mgc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_2d_b88.lo -MD -MP -MF .deps/gga_x_2d_b88.Tpo -c -o gga_x_2d_b88.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_2d_b88.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_2d_b88.lo -MD -MP -MF .deps/gga_x_2d_b88.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_2d_b88.c -o gga_x_2d_b88.o mv -f .deps/gga_x_2d_b88.Tpo .deps/gga_x_2d_b88.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_2d_pbe.lo -MD -MP -MF .deps/gga_x_2d_pbe.Tpo -c -o gga_x_2d_pbe.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_2d_pbe.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_2d_pbe.lo -MD -MP -MF .deps/gga_x_2d_pbe.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_2d_pbe.c -o gga_x_2d_pbe.o mv -f .deps/gga_x_2d_pbe.Tpo .deps/gga_x_2d_pbe.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_tflw.lo -MD -MP -MF .deps/gga_k_tflw.Tpo -c -o gga_k_tflw.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_tflw.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_tflw.lo -MD -MP -MF .deps/gga_k_tflw.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_tflw.c -o gga_k_tflw.o mv -f .deps/gga_k_tflw.Tpo .deps/gga_k_tflw.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_pearson.lo -MD -MP -MF .deps/gga_k_pearson.Tpo -c -o gga_k_pearson.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_pearson.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_pearson.lo -MD -MP -MF .deps/gga_k_pearson.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_pearson.c -o gga_k_pearson.o mv -f .deps/gga_k_pearson.Tpo .deps/gga_k_pearson.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_ol1.lo -MD -MP -MF .deps/gga_k_ol1.Tpo -c -o gga_k_ol1.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_ol1.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_ol1.lo -MD -MP -MF .deps/gga_k_ol1.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_ol1.c -o gga_k_ol1.o mv -f .deps/gga_k_ol1.Tpo .deps/gga_k_ol1.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_ol2.lo -MD -MP -MF .deps/gga_k_ol2.Tpo -c -o gga_k_ol2.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_ol2.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_ol2.lo -MD -MP -MF .deps/gga_k_ol2.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_ol2.c -o gga_k_ol2.o mv -f .deps/gga_k_ol2.Tpo .deps/gga_k_ol2.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_dk.lo -MD -MP -MF .deps/gga_k_dk.Tpo -c -o gga_k_dk.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_dk.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_dk.lo -MD -MP -MF .deps/gga_k_dk.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_dk.c -o gga_k_dk.o mv -f .deps/gga_k_dk.Tpo .deps/gga_k_dk.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_meyer.lo -MD -MP -MF .deps/gga_k_meyer.Tpo -c -o gga_k_meyer.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_meyer.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_k_meyer.lo -MD -MP -MF .deps/gga_k_meyer.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_k_meyer.c -o gga_k_meyer.o mv -f .deps/gga_k_meyer.Tpo .deps/gga_k_meyer.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_vmt.lo -MD -MP -MF .deps/gga_x_vmt.Tpo -c -o gga_x_vmt.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_vmt.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_x_vmt.lo -MD -MP -MF .deps/gga_x_vmt.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_x_vmt.c -o gga_x_vmt.o mv -f .deps/gga_x_vmt.Tpo .deps/gga_x_vmt.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_oblyp_d.lo -MD -MP -MF .deps/gga_xc_oblyp_d.Tpo -c -o gga_xc_oblyp_d.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_oblyp_d.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT gga_xc_oblyp_d.lo -MD -MP -MF .deps/gga_xc_oblyp_d.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/gga_xc_oblyp_d.c -o gga_xc_oblyp_d.o mv -f .deps/gga_xc_oblyp_d.Tpo .deps/gga_xc_oblyp_d.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_b3lyp.lo -MD -MP -MF .deps/hyb_gga_xc_b3lyp.Tpo -c -o hyb_gga_xc_b3lyp.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_b3lyp.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_b3lyp.lo -MD -MP -MF .deps/hyb_gga_xc_b3lyp.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_b3lyp.c -o hyb_gga_xc_b3lyp.o mv -f .deps/hyb_gga_xc_b3lyp.Tpo .deps/hyb_gga_xc_b3lyp.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_o3lyp.lo -MD -MP -MF .deps/hyb_gga_xc_o3lyp.Tpo -c -o hyb_gga_xc_o3lyp.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_o3lyp.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_o3lyp.lo -MD -MP -MF .deps/hyb_gga_xc_o3lyp.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_o3lyp.c -o hyb_gga_xc_o3lyp.o mv -f .deps/hyb_gga_xc_o3lyp.Tpo .deps/hyb_gga_xc_o3lyp.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_pbeh.lo -MD -MP -MF .deps/hyb_gga_xc_pbeh.Tpo -c -o hyb_gga_xc_pbeh.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_pbeh.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_pbeh.lo -MD -MP -MF .deps/hyb_gga_xc_pbeh.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_pbeh.c -o hyb_gga_xc_pbeh.o mv -f .deps/hyb_gga_xc_pbeh.Tpo .deps/hyb_gga_xc_pbeh.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_b1wc.lo -MD -MP -MF .deps/hyb_gga_xc_b1wc.Tpo -c -o hyb_gga_xc_b1wc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_b1wc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_b1wc.lo -MD -MP -MF .deps/hyb_gga_xc_b1wc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_b1wc.c -o hyb_gga_xc_b1wc.o mv -f .deps/hyb_gga_xc_b1wc.Tpo .deps/hyb_gga_xc_b1wc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_b97.lo -MD -MP -MF .deps/hyb_gga_xc_b97.Tpo -c -o hyb_gga_xc_b97.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_b97.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_b97.lo -MD -MP -MF .deps/hyb_gga_xc_b97.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_b97.c -o hyb_gga_xc_b97.o mv -f .deps/hyb_gga_xc_b97.Tpo .deps/hyb_gga_xc_b97.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_hse.lo -MD -MP -MF .deps/hyb_gga_xc_hse.Tpo -c -o hyb_gga_xc_hse.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_hse.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_hse.lo -MD -MP -MF .deps/hyb_gga_xc_hse.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_hse.c -o hyb_gga_xc_hse.o mv -f .deps/hyb_gga_xc_hse.Tpo .deps/hyb_gga_xc_hse.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_cam_b3lyp.lo -MD -MP -MF .deps/hyb_gga_xc_cam_b3lyp.Tpo -c -o hyb_gga_xc_cam_b3lyp.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_cam_b3lyp.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_cam_b3lyp.lo -MD -MP -MF .deps/hyb_gga_xc_cam_b3lyp.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_cam_b3lyp.c -o hyb_gga_xc_cam_b3lyp.o mv -f .deps/hyb_gga_xc_cam_b3lyp.Tpo .deps/hyb_gga_xc_cam_b3lyp.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_camy_blyp.lo -MD -MP -MF .deps/hyb_gga_xc_camy_blyp.Tpo -c -o hyb_gga_xc_camy_blyp.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_camy_blyp.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_gga_xc_camy_blyp.lo -MD -MP -MF .deps/hyb_gga_xc_camy_blyp.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_gga_xc_camy_blyp.c -o hyb_gga_xc_camy_blyp.o mv -f .deps/hyb_gga_xc_camy_blyp.Tpo .deps/hyb_gga_xc_camy_blyp.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga.lo -MD -MP -MF .deps/mgga.Tpo -c -o mgga.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga.lo -MD -MP -MF .deps/mgga.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga.c -o mgga.o mv -f .deps/mgga.Tpo .deps/mgga.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_lta.lo -MD -MP -MF .deps/mgga_x_lta.Tpo -c -o mgga_x_lta.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_lta.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_lta.lo -MD -MP -MF .deps/mgga_x_lta.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_lta.c -o mgga_x_lta.o mv -f .deps/mgga_x_lta.Tpo .deps/mgga_x_lta.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_tpss.lo -MD -MP -MF .deps/mgga_x_tpss.Tpo -c -o mgga_x_tpss.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_tpss.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_tpss.lo -MD -MP -MF .deps/mgga_x_tpss.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_tpss.c -o mgga_x_tpss.o mv -f .deps/mgga_x_tpss.Tpo .deps/mgga_x_tpss.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_br89.lo -MD -MP -MF .deps/mgga_x_br89.Tpo -c -o mgga_x_br89.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_br89.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_br89.lo -MD -MP -MF .deps/mgga_x_br89.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_br89.c -o mgga_x_br89.o mv -f .deps/mgga_x_br89.Tpo .deps/mgga_x_br89.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_gvt4.lo -MD -MP -MF .deps/mgga_x_gvt4.Tpo -c -o mgga_x_gvt4.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_gvt4.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_gvt4.lo -MD -MP -MF .deps/mgga_x_gvt4.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_gvt4.c -o mgga_x_gvt4.o mv -f .deps/mgga_x_gvt4.Tpo .deps/mgga_x_gvt4.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_m06l.lo -MD -MP -MF .deps/mgga_x_m06l.Tpo -c -o mgga_x_m06l.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_m06l.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_m06l.lo -MD -MP -MF .deps/mgga_x_m06l.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_m06l.c -o mgga_x_m06l.o mv -f .deps/mgga_x_m06l.Tpo .deps/mgga_x_m06l.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_tau_hcth.lo -MD -MP -MF .deps/mgga_x_tau_hcth.Tpo -c -o mgga_x_tau_hcth.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_tau_hcth.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_tau_hcth.lo -MD -MP -MF .deps/mgga_x_tau_hcth.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_tau_hcth.c -o mgga_x_tau_hcth.o mv -f .deps/mgga_x_tau_hcth.Tpo .deps/mgga_x_tau_hcth.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_2d_prhg07.lo -MD -MP -MF .deps/mgga_x_2d_prhg07.Tpo -c -o mgga_x_2d_prhg07.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_2d_prhg07.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_2d_prhg07.lo -MD -MP -MF .deps/mgga_x_2d_prhg07.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_2d_prhg07.c -o mgga_x_2d_prhg07.o mv -f .deps/mgga_x_2d_prhg07.Tpo .deps/mgga_x_2d_prhg07.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_pkzb.lo -MD -MP -MF .deps/mgga_x_pkzb.Tpo -c -o mgga_x_pkzb.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_pkzb.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_pkzb.lo -MD -MP -MF .deps/mgga_x_pkzb.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_pkzb.c -o mgga_x_pkzb.o mv -f .deps/mgga_x_pkzb.Tpo .deps/mgga_x_pkzb.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_m05.lo -MD -MP -MF .deps/mgga_x_m05.Tpo -c -o mgga_x_m05.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_m05.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_m05.lo -MD -MP -MF .deps/mgga_x_m05.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_m05.c -o mgga_x_m05.o mv -f .deps/mgga_x_m05.Tpo .deps/mgga_x_m05.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_m08.lo -MD -MP -MF .deps/mgga_x_m08.Tpo -c -o mgga_x_m08.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_m08.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_m08.lo -MD -MP -MF .deps/mgga_x_m08.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_m08.c -o mgga_x_m08.o mv -f .deps/mgga_x_m08.Tpo .deps/mgga_x_m08.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_ms.lo -MD -MP -MF .deps/mgga_x_ms.Tpo -c -o mgga_x_ms.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_ms.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_ms.lo -MD -MP -MF .deps/mgga_x_ms.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_ms.c -o mgga_x_ms.o mv -f .deps/mgga_x_ms.Tpo .deps/mgga_x_ms.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_mn12.lo -MD -MP -MF .deps/mgga_x_mn12.Tpo -c -o mgga_x_mn12.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_mn12.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_mn12.lo -MD -MP -MF .deps/mgga_x_mn12.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_mn12.c -o mgga_x_mn12.o mv -f .deps/mgga_x_mn12.Tpo .deps/mgga_x_mn12.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_mk00.lo -MD -MP -MF .deps/mgga_x_mk00.Tpo -c -o mgga_x_mk00.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_mk00.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_x_mk00.lo -MD -MP -MF .deps/mgga_x_mk00.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_x_mk00.c -o mgga_x_mk00.o mv -f .deps/mgga_x_mk00.Tpo .deps/mgga_x_mk00.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_vsxc.lo -MD -MP -MF .deps/mgga_c_vsxc.Tpo -c -o mgga_c_vsxc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_vsxc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_vsxc.lo -MD -MP -MF .deps/mgga_c_vsxc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_vsxc.c -o mgga_c_vsxc.o mv -f .deps/mgga_c_vsxc.Tpo .deps/mgga_c_vsxc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_pkzb.lo -MD -MP -MF .deps/mgga_c_pkzb.Tpo -c -o mgga_c_pkzb.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_pkzb.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_pkzb.lo -MD -MP -MF .deps/mgga_c_pkzb.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_pkzb.c -o mgga_c_pkzb.o mv -f .deps/mgga_c_pkzb.Tpo .deps/mgga_c_pkzb.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_bc95.lo -MD -MP -MF .deps/mgga_c_bc95.Tpo -c -o mgga_c_bc95.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_bc95.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_bc95.lo -MD -MP -MF .deps/mgga_c_bc95.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_bc95.c -o mgga_c_bc95.o mv -f .deps/mgga_c_bc95.Tpo .deps/mgga_c_bc95.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_m08.lo -MD -MP -MF .deps/mgga_c_m08.Tpo -c -o mgga_c_m08.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_m08.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_m08.lo -MD -MP -MF .deps/mgga_c_m08.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_m08.c -o mgga_c_m08.o mv -f .deps/mgga_c_m08.Tpo .deps/mgga_c_m08.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_cc06.lo -MD -MP -MF .deps/mgga_c_cc06.Tpo -c -o mgga_c_cc06.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_cc06.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_cc06.lo -MD -MP -MF .deps/mgga_c_cc06.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_cc06.c -o mgga_c_cc06.o mv -f .deps/mgga_c_cc06.Tpo .deps/mgga_c_cc06.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_cs.lo -MD -MP -MF .deps/mgga_c_cs.Tpo -c -o mgga_c_cs.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_cs.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_c_cs.lo -MD -MP -MF .deps/mgga_c_cs.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_c_cs.c -o mgga_c_cs.o mv -f .deps/mgga_c_cs.Tpo .deps/mgga_c_cs.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_xc_otpss_d.lo -MD -MP -MF .deps/mgga_xc_otpss_d.Tpo -c -o mgga_xc_otpss_d.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_xc_otpss_d.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT mgga_xc_otpss_d.lo -MD -MP -MF .deps/mgga_xc_otpss_d.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/mgga_xc_otpss_d.c -o mgga_xc_otpss_d.o mv -f .deps/mgga_xc_otpss_d.Tpo .deps/mgga_xc_otpss_d.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_mgga_xc_m05.lo -MD -MP -MF .deps/hyb_mgga_xc_m05.Tpo -c -o hyb_mgga_xc_m05.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_mgga_xc_m05.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_mgga_xc_m05.lo -MD -MP -MF .deps/hyb_mgga_xc_m05.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_mgga_xc_m05.c -o hyb_mgga_xc_m05.o mv -f .deps/hyb_mgga_xc_m05.Tpo .deps/hyb_mgga_xc_m05.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_mgga_xc_tpssh.lo -MD -MP -MF .deps/hyb_mgga_xc_tpssh.Tpo -c -o hyb_mgga_xc_tpssh.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_mgga_xc_tpssh.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT hyb_mgga_xc_tpssh.lo -MD -MP -MF .deps/hyb_mgga_xc_tpssh.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/hyb_mgga_xc_tpssh.c -o hyb_mgga_xc_tpssh.o mv -f .deps/hyb_mgga_xc_tpssh.Tpo .deps/hyb_mgga_xc_tpssh.Plo /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -g -O2 -version-info 3:2:0 -o libxc.la -rpath /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib special_functions.lo bessel.lo expint_e1.lo integrate.lo util.lo mix_func.lo functionals.lo version.lo lda.lo lda_x.lo lda_x_1d.lo lda_x_2d.lo lda_c_wigner.lo lda_c_gombas.lo lda_c_rpa.lo lda_c_hl.lo lda_c_vwn.lo lda_c_pz.lo lda_c_pw.lo lda_c_ml1.lo lda_c_rc04.lo lda_xc_teter93.lo lda_c_1d_csc.lo lda_c_1d_loos.lo lda_c_2d_amgb.lo lda_c_2d_prm.lo stoll.lo lda_k_tf.lo gga.lo gga_x_lg93.lo gga_x_pbe.lo gga_x_rpbe.lo gga_x_pbea.lo gga_x_mpbe.lo gga_x_herman.lo gga_x_b86.lo gga_x_b86_mgc.lo gga_x_b88.lo gga_x_g96.lo gga_x_pw86.lo gga_x_pw91.lo gga_x_optx.lo gga_x_airy.lo gga_x_c09x.lo gga_x_dk87.lo gga_x_ft97.lo gga_x_wc.lo gga_x_am05.lo gga_x_bayesian.lo gga_x_kt.lo gga_x_htbs.lo gga_c_pbe.lo gga_c_lyp.lo gga_c_p86.lo gga_c_pw91.lo gga_c_am05.lo gga_c_lm.lo gga_c_wl.lo gga_c_wi.lo gga_x_lb.lo gga_xc_b97.lo gga_xc_edf1.lo gga_xc_1w.lo gga_c_optc.lo gga_c_tca.lo gga_x_bpccac.lo gga_x_sogga11.lo gga_c_sogga11.lo gga_xc_th.lo gga_x_wpbeh.lo gga_x_hjs.lo gga_x_ityh.lo gga_x_sfat.lo gga_x_ak13.lo gga_x_q2d.lo gga_c_q2d.lo gga_x_ssb_sw.lo gga_c_ft97.lo gga_c_op.lo gga_x_n12.lo gga_x_lv_rpw86.lo gga_x_2d_b86.lo gga_x_2d_b86_mgc.lo gga_x_2d_b88.lo gga_x_2d_pbe.lo gga_k_tflw.lo gga_k_pearson.lo gga_k_ol1.lo gga_k_ol2.lo gga_k_dk.lo gga_k_meyer.lo gga_x_vmt.lo gga_xc_oblyp_d.lo hyb_gga_xc_b3lyp.lo hyb_gga_xc_o3lyp.lo hyb_gga_xc_pbeh.lo hyb_gga_xc_b1wc.lo hyb_gga_xc_b97.lo hyb_gga_xc_hse.lo hyb_gga_xc_cam_b3lyp.lo hyb_gga_xc_camy_blyp.lo mgga.lo mgga_x_lta.lo mgga_x_tpss.lo mgga_x_br89.lo mgga_x_gvt4.lo mgga_x_m06l.lo mgga_x_tau_hcth.lo mgga_x_2d_prhg07.lo mgga_x_pkzb.lo mgga_x_m05.lo mgga_x_m08.lo mgga_x_ms.lo mgga_x_mn12.lo mgga_x_mk00.lo mgga_c_vsxc.lo mgga_c_pkzb.lo mgga_c_bc95.lo mgga_c_m08.lo mgga_c_cc06.lo mgga_c_cs.lo mgga_xc_otpss_d.lo hyb_mgga_xc_m05.lo hyb_mgga_xc_tpssh.lo libtool: link: ar cru .libs/libxc.a special_functions.o bessel.o expint_e1.o integrate.o util.o mix_func.o functionals.o version.o lda.o lda_x.o lda_x_1d.o lda_x_2d.o lda_c_wigner.o lda_c_gombas.o lda_c_rpa.o lda_c_hl.o lda_c_vwn.o lda_c_pz.o lda_c_pw.o lda_c_ml1.o lda_c_rc04.o lda_xc_teter93.o lda_c_1d_csc.o lda_c_1d_loos.o lda_c_2d_amgb.o lda_c_2d_prm.o stoll.o lda_k_tf.o gga.o gga_x_lg93.o gga_x_pbe.o gga_x_rpbe.o gga_x_pbea.o gga_x_mpbe.o gga_x_herman.o gga_x_b86.o gga_x_b86_mgc.o gga_x_b88.o gga_x_g96.o gga_x_pw86.o gga_x_pw91.o gga_x_optx.o gga_x_airy.o gga_x_c09x.o gga_x_dk87.o gga_x_ft97.o gga_x_wc.o gga_x_am05.o gga_x_bayesian.o gga_x_kt.o gga_x_htbs.o gga_c_pbe.o gga_c_lyp.o gga_c_p86.o gga_c_pw91.o gga_c_am05.o gga_c_lm.o gga_c_wl.o gga_c_wi.o gga_x_lb.o gga_xc_b97.o gga_xc_edf1.o gga_xc_1w.o gga_c_optc.o gga_c_tca.o gga_x_bpccac.o gga_x_sogga11.o gga_c_sogga11.o gga_xc_th.o gga_x_wpbeh.o gga_x_hjs.o gga_x_ityh.o gga_x_sfat.o gga_x_ak13.o gga_x_q2d.o gga_c_q2d.o gga_x_ssb_sw.o gga_c_ft97.o gga_c_op.o gga_x_n12.o gga_x_lv_rpw86.o gga_x_2d_b86.o gga_x_2d_b86_mgc.o gga_x_2d_b88.o gga_x_2d_pbe.o gga_k_tflw.o gga_k_pearson.o gga_k_ol1.o gga_k_ol2.o gga_k_dk.o gga_k_meyer.o gga_x_vmt.o gga_xc_oblyp_d.o hyb_gga_xc_b3lyp.o hyb_gga_xc_o3lyp.o hyb_gga_xc_pbeh.o hyb_gga_xc_b1wc.o hyb_gga_xc_b97.o hyb_gga_xc_hse.o hyb_gga_xc_cam_b3lyp.o hyb_gga_xc_camy_blyp.o mgga.o mgga_x_lta.o mgga_x_tpss.o mgga_x_br89.o mgga_x_gvt4.o mgga_x_m06l.o mgga_x_tau_hcth.o mgga_x_2d_prhg07.o mgga_x_pkzb.o mgga_x_m05.o mgga_x_m08.o mgga_x_ms.o mgga_x_mn12.o mgga_x_mk00.o mgga_c_vsxc.o mgga_c_pkzb.o mgga_c_bc95.o mgga_c_m08.o mgga_c_cc06.o mgga_c_cs.o mgga_xc_otpss_d.o hyb_mgga_xc_m05.o hyb_mgga_xc_tpssh.o libtool: link: ranlib .libs/libxc.a libtool: link: ( cd ".libs" && rm -f "libxc.la" && ln -s "../libxc.la" "libxc.la" ) /bin/sh ../libtool --tag=CC --tag=F77 --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT libxcf90_la-xc_f.lo -MD -MP -MF .deps/libxcf90_la-xc_f.Tpo -c -o libxcf90_la-xc_f.lo `test -f 'xc_f.c' || echo '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/'`xc_f.c libtool: ignoring unknown tag F77 libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT libxcf90_la-xc_f.lo -MD -MP -MF .deps/libxcf90_la-xc_f.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/xc_f.c -o libxcf90_la-xc_f.o mv -f .deps/libxcf90_la-xc_f.Tpo .deps/libxcf90_la-xc_f.Plo /bin/sh ../libtool --tag=FC --tag=F77 --mode=compile /opt/cray/craype/2.5.8/bin/ftn -O3 -c -o libxcf90_la-libxc_funcs.lo `test -f 'libxc_funcs.f90' || echo '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/'`libxc_funcs.f90 libtool: ignoring unknown tag F77 libtool: compile: /opt/cray/craype/2.5.8/bin/ftn -O3 -c libxc_funcs.f90 -o libxcf90_la-libxc_funcs.o /lib/cpp -ansi /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/libxc_master.F90 > ../src/libxc.f90 /bin/sh ../libtool --tag=FC --tag=F77 --mode=compile /opt/cray/craype/2.5.8/bin/ftn -O3 -c -o libxcf90_la-libxc.lo `test -f 'libxc.f90' || echo '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/'`libxc.f90 libtool: ignoring unknown tag F77 libtool: compile: /opt/cray/craype/2.5.8/bin/ftn -O3 -c libxc.f90 -o libxcf90_la-libxc.o /bin/sh ../libtool --tag=FC --tag=F77 --mode=link /opt/cray/craype/2.5.8/bin/ftn -O3 -version-info 3:2:0 -o libxcf90.la -rpath /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib libxcf90_la-xc_f.lo libxcf90_la-libxc_funcs.lo libxcf90_la-libxc.lo libxc.la libtool: ignoring unknown tag F77 libtool: link: ar cru .libs/libxcf90.a libxcf90_la-xc_f.o libxcf90_la-libxc_funcs.o libxcf90_la-libxc.o libtool: link: ranlib .libs/libxcf90.a libtool: link: ( cd ".libs" && rm -f "libxcf90.la" && ln -s "../libxcf90.la" "libxcf90.la" ) /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src -I.. -g -O2 -MT xc-info.o -MD -MP -MF .deps/xc-info.Tpo -c -o xc-info.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/xc-info.c mv -f .deps/xc-info.Tpo .deps/xc-info.Po /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-info xc-info.o libxc.la -lm libtool: link: /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-info xc-info.o ./.libs/libxc.a -lm make[3]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src' /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libxc.la libxcf90.la '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib' libtool: install: /usr/bin/install -c .libs/libxc.lai /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxc.la libtool: install: /usr/bin/install -c .libs/libxcf90.lai /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxcf90.la libtool: install: /usr/bin/install -c .libs/libxc.a /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxc.a libtool: install: chmod 644 /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxc.a libtool: install: ranlib /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxc.a libtool: install: /usr/bin/install -c .libs/libxcf90.a /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxcf90.a libtool: install: chmod 644 /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxcf90.a libtool: install: ranlib /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxcf90.a libtool: finish: PATH="/opt/cray/fftw/3.3.4.10/interlagos/bin:/sw/xe/cmake/3.1.3/sles11.3_gnu4.3.4/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/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-6.2p2-2/bin:/opt/java/jdk1.8.0_51/bin:/usr/local/globus-5.2.5/bin:/usr/local/globus-5.2.5/sbin:/opt/moab/9.0.2t7/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.0.2t7/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 /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib ---------------------------------------------------------------------- Libraries have been installed in: /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/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. ---------------------------------------------------------------------- /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c xc-info '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/bin' libtool: install: /usr/bin/install -c xc-info /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/bin/xc-info /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/include' /usr/bin/install -c -m 644 /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/xc.h /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/xc_config.h /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/src/xc_unconfig.h '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/include' /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/include' /usr/bin/install -c -m 644 xc_funcs.h libxc_funcs_m.mod xc_f90_lib_m.mod xc_f90_types_m.mod '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/include' make[3]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src' make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src' Making install in testsuite make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/testsuite' /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite/../src/ -I../src -g -O2 -MT xc_get_data-xc-get_data.o -MD -MP -MF .deps/xc_get_data-xc-get_data.Tpo -c -o xc_get_data-xc-get_data.o `test -f 'xc-get_data.c' || echo '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite/'`xc-get_data.c mv -f .deps/xc_get_data-xc-get_data.Tpo .deps/xc_get_data-xc-get_data.Po /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-get_data xc_get_data-xc-get_data.o -L../src/ -lxc -lm libtool: link: /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-get_data xc_get_data-xc-get_data.o -L../src/ /mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src/.libs/libxc.a -lm /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite/../src/ -I../src -g -O2 -MT xc_consistency-xc-consistency.o -MD -MP -MF .deps/xc_consistency-xc-consistency.Tpo -c -o xc_consistency-xc-consistency.o `test -f 'xc-consistency.c' || echo '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite/'`xc-consistency.c mv -f .deps/xc_consistency-xc-consistency.Tpo .deps/xc_consistency-xc-consistency.Po /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-consistency xc_consistency-xc-consistency.o -L../src/ -lxc -lm libtool: link: /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-consistency xc_consistency-xc-consistency.o -L../src/ /mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src/.libs/libxc.a -lm /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite/../src/ -I../src -g -O2 -MT xc_regression-xc-regression.o -MD -MP -MF .deps/xc_regression-xc-regression.Tpo -c -o xc_regression-xc-regression.o `test -f 'xc-regression.c' || echo '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite/'`xc-regression.c mv -f .deps/xc_regression-xc-regression.Tpo .deps/xc_regression-xc-regression.Po /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-regression xc_regression-xc-regression.o -L../src/ -lxc -lm libtool: link: /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-regression xc_regression-xc-regression.o -L../src/ /mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/src/.libs/libxc.a -lm /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite -I.. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite/../src/ -I../src -g -O2 -MT xc_error-xc-error.o -MD -MP -MF .deps/xc_error-xc-error.Tpo -c -o xc_error-xc-error.o `test -f 'xc-error.c' || echo '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/testsuite/'`xc-error.c mv -f .deps/xc_error-xc-error.Tpo .deps/xc_error-xc-error.Po /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-error xc_error-xc-error.o -lm libtool: link: /opt/cray/craype/2.5.8/bin/cc -g -O2 -o xc-error xc_error-xc-error.o -lm make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/testsuite' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/testsuite' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/testsuite' make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64' make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/include' /usr/bin/install -c -m 644 xc_version.h '/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/include' make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64' -- Found LIBXC: /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/libxc-2.2.2/lib64/lib/libxc.a -- Could NOT find LIBSPG (missing: LIBSPG_LIBRARIES) spglib-1.6.3/ spglib-1.6.3/aclocal.m4 spglib-1.6.3/AUTHORS spglib-1.6.3/ChangeLog spglib-1.6.3/compile spglib-1.6.3/config.guess spglib-1.6.3/config.h.in spglib-1.6.3/config.sub spglib-1.6.3/configure spglib-1.6.3/configure.ac spglib-1.6.3/COPYING spglib-1.6.3/depcomp spglib-1.6.3/example/ spglib-1.6.3/INSTALL spglib-1.6.3/install-sh spglib-1.6.3/ltmain.sh spglib-1.6.3/m4/ spglib-1.6.3/Makefile.am spglib-1.6.3/Makefile.in spglib-1.6.3/missing spglib-1.6.3/NEWS spglib-1.6.3/python/ spglib-1.6.3/README spglib-1.6.3/src/ spglib-1.6.3/test/ spglib-1.6.3/test/check_consistency.py spglib-1.6.3/test/data/ spglib-1.6.3/test/extconf.rb spglib-1.6.3/test/getspg.c spglib-1.6.3/test/poscar.rb spglib-1.6.3/test/poscar2findsym.rb spglib-1.6.3/test/README spglib-1.6.3/test/symPoscar.rb spglib-1.6.3/test/data/cubic/ spglib-1.6.3/test/data/hexagonal/ spglib-1.6.3/test/data/monoclinic/ spglib-1.6.3/test/data/orthorhombic/ spglib-1.6.3/test/data/others/ spglib-1.6.3/test/data/test-all.zsh spglib-1.6.3/test/data/test-cubic.zsh spglib-1.6.3/test/data/test-hexa.zsh spglib-1.6.3/test/data/test-monocli.zsh spglib-1.6.3/test/data/test-ortho.zsh spglib-1.6.3/test/data/test-refined_symmetry.zsh spglib-1.6.3/test/data/test-tetra.zsh spglib-1.6.3/test/data/test-tricli.zsh spglib-1.6.3/test/data/test-trigo.zsh spglib-1.6.3/test/data/tetragonal/ spglib-1.6.3/test/data/triclinic/ spglib-1.6.3/test/data/trigonal/ spglib-1.6.3/test/data/virtual_structure/ spglib-1.6.3/test/data/virtual_structure/poscar-221/ spglib-1.6.3/test/data/virtual_structure/poscar-222/ spglib-1.6.3/test/data/virtual_structure/poscar-223/ spglib-1.6.3/test/data/virtual_structure/poscar-224/ spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/ spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/ spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/ spglib-1.6.3/test/data/virtual_structure/poscars-1/ spglib-1.6.3/test/data/virtual_structure/poscars-2/ spglib-1.6.3/test/data/virtual_structure/rhombohedral/ spglib-1.6.3/test/data/virtual_structure/test-virtual.zsh spglib-1.6.3/test/data/virtual_structure/rhombohedral/POSCAR-1 spglib-1.6.3/test/data/virtual_structure/poscars-2/POSCAR-22 spglib-1.6.3/test/data/virtual_structure/poscars-2/POSCAR-26 spglib-1.6.3/test/data/virtual_structure/poscars-2/POSCAR-9 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-15 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-16 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-17 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-18 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-19 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-27 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-28 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-29 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-30 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-31 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-32 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-33 spglib-1.6.3/test/data/virtual_structure/poscars-1/POSCAR-6 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-01 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-02 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-03 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-04 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-05 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-06 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-07 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-08 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-09 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-10 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-11 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-12 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-13 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-14 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-15 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-16 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-17 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-18 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-19 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-20 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-21 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-22 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-23 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-24 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-25 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-26 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-27 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-28 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-29 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-30 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-31 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-32 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-33 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-34 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-35 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-36 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-37 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-38 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-39 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-40 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-41 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-42 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-43 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-44 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-45 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-46 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-47 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-48 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-49 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-50 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-51 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-52 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-53 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-54 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-55 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-56 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-57 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-58 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-59 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-60 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-61 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_unit/POSCAR-62 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-01 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-02 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-03 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-04 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-05 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-06 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-07 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-08 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-09 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-10 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-11 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-12 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-13 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-14 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-15 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-16 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-17 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-18 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-19 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-20 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-21 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-22 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-23 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-24 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-25 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-26 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-27 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-28 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-29 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-30 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-31 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-32 spglib-1.6.3/test/data/virtual_structure/poscar_Ia-3d_primitive/POSCAR-33 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-01 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-03 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-06 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-09 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-13 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-16 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-18 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-19 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-21 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-24 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-28 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-29 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-31 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-32 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-33 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-35 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-36 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-38 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-40 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-41 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-43 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-44 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-45 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-47 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-48 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-49 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-50 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-51 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-53 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-54 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-58 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-59 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-60 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-61 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-62 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-63 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-64 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-65 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-66 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-67 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-68 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-69 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-70 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-71 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-72 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-73 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-74 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-75 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-77 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-78 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-79 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-80 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-81 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-82 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-83 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-84 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-85 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-86 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-87 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-88 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-89 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-90 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-91 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-92 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-93 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-94 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-95 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-96 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-97 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-98 spglib-1.6.3/test/data/virtual_structure/poscar_Fd-3m_unit/POSCAR-99 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-01 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-02 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-03 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-04 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-05 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-06 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-07 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-08 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-09 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-10 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-11 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-12 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-13 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-14 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-15 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-16 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-17 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-18 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-19 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-20 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-21 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-22 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-23 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-24 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-25 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-26 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-27 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-28 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-29 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-30 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-31 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-32 spglib-1.6.3/test/data/virtual_structure/poscar-224/POSCAR-33 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-01 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-02 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-03 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-04 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-05 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-06 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-07 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-08 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-09 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-10 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-11 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-12 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-13 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-14 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-15 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-16 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-17 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-18 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-19 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-20 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-21 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-22 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-23 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-24 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-25 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-26 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-27 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-28 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-29 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-30 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-31 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-32 spglib-1.6.3/test/data/virtual_structure/poscar-223/POSCAR-33 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-01 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-02 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-03 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-04 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-05 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-06 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-07 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-08 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-09 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-10 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-11 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-12 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-13 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-14 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-15 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-16 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-17 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-18 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-19 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-20 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-21 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-22 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-23 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-24 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-25 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-26 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-27 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-28 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-29 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-30 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-31 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-32 spglib-1.6.3/test/data/virtual_structure/poscar-222/POSCAR-33 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-01 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-02 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-03 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-04 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-05 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-06 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-07 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-08 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-09 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-10 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-11 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-12 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-13 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-14 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-15 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-16 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-17 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-18 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-19 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-20 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-21 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-22 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-23 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-24 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-25 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-26 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-27 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-28 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-29 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-30 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-31 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-32 spglib-1.6.3/test/data/virtual_structure/poscar-221/POSCAR-33 spglib-1.6.3/test/data/trigonal/POSCAR-143 spglib-1.6.3/test/data/trigonal/POSCAR-143-2 spglib-1.6.3/test/data/trigonal/POSCAR-144 spglib-1.6.3/test/data/trigonal/POSCAR-144-2 spglib-1.6.3/test/data/trigonal/POSCAR-145 spglib-1.6.3/test/data/trigonal/POSCAR-145-2 spglib-1.6.3/test/data/trigonal/POSCAR-146 spglib-1.6.3/test/data/trigonal/POSCAR-146-2 spglib-1.6.3/test/data/trigonal/POSCAR-147 spglib-1.6.3/test/data/trigonal/POSCAR-147-2 spglib-1.6.3/test/data/trigonal/POSCAR-148 spglib-1.6.3/test/data/trigonal/POSCAR-148-2 spglib-1.6.3/test/data/trigonal/POSCAR-149 spglib-1.6.3/test/data/trigonal/POSCAR-149-2 spglib-1.6.3/test/data/trigonal/POSCAR-150 spglib-1.6.3/test/data/trigonal/POSCAR-150-2 spglib-1.6.3/test/data/trigonal/POSCAR-151 spglib-1.6.3/test/data/trigonal/POSCAR-151-2 spglib-1.6.3/test/data/trigonal/POSCAR-152 spglib-1.6.3/test/data/trigonal/POSCAR-152-2 spglib-1.6.3/test/data/trigonal/POSCAR-153 spglib-1.6.3/test/data/trigonal/POSCAR-154 spglib-1.6.3/test/data/trigonal/POSCAR-154-2 spglib-1.6.3/test/data/trigonal/POSCAR-154-3 spglib-1.6.3/test/data/trigonal/POSCAR-155 spglib-1.6.3/test/data/trigonal/POSCAR-155-2 spglib-1.6.3/test/data/trigonal/POSCAR-156 spglib-1.6.3/test/data/trigonal/POSCAR-156-2 spglib-1.6.3/test/data/trigonal/POSCAR-157 spglib-1.6.3/test/data/trigonal/POSCAR-157-2 spglib-1.6.3/test/data/trigonal/POSCAR-158 spglib-1.6.3/test/data/trigonal/POSCAR-158-2 spglib-1.6.3/test/data/trigonal/POSCAR-159 spglib-1.6.3/test/data/trigonal/POSCAR-159-2 spglib-1.6.3/test/data/trigonal/POSCAR-160 spglib-1.6.3/test/data/trigonal/POSCAR-160-2 spglib-1.6.3/test/data/trigonal/POSCAR-161 spglib-1.6.3/test/data/trigonal/POSCAR-161-2 spglib-1.6.3/test/data/trigonal/POSCAR-162 spglib-1.6.3/test/data/trigonal/POSCAR-162-2 spglib-1.6.3/test/data/trigonal/POSCAR-163 spglib-1.6.3/test/data/trigonal/POSCAR-163-2 spglib-1.6.3/test/data/trigonal/POSCAR-164 spglib-1.6.3/test/data/trigonal/POSCAR-164-2 spglib-1.6.3/test/data/trigonal/POSCAR-165 spglib-1.6.3/test/data/trigonal/POSCAR-165-2 spglib-1.6.3/test/data/trigonal/POSCAR-166 spglib-1.6.3/test/data/trigonal/POSCAR-166-2 spglib-1.6.3/test/data/trigonal/POSCAR-167 spglib-1.6.3/test/data/trigonal/POSCAR-167-2 spglib-1.6.3/test/data/trigonal/POSCAR-167-3 spglib-1.6.3/test/data/triclinic/POSCAR-001 spglib-1.6.3/test/data/triclinic/POSCAR-002 spglib-1.6.3/test/data/tetragonal/POSCAR-075 spglib-1.6.3/test/data/tetragonal/POSCAR-075-2 spglib-1.6.3/test/data/tetragonal/POSCAR-076 spglib-1.6.3/test/data/tetragonal/POSCAR-076-2 spglib-1.6.3/test/data/tetragonal/POSCAR-077 spglib-1.6.3/test/data/tetragonal/POSCAR-077-2 spglib-1.6.3/test/data/tetragonal/POSCAR-077-3 spglib-1.6.3/test/data/tetragonal/POSCAR-078 spglib-1.6.3/test/data/tetragonal/POSCAR-078-2 spglib-1.6.3/test/data/tetragonal/POSCAR-079 spglib-1.6.3/test/data/tetragonal/POSCAR-079-2 spglib-1.6.3/test/data/tetragonal/POSCAR-080 spglib-1.6.3/test/data/tetragonal/POSCAR-080-2 spglib-1.6.3/test/data/tetragonal/POSCAR-081 spglib-1.6.3/test/data/tetragonal/POSCAR-081-2 spglib-1.6.3/test/data/tetragonal/POSCAR-082 spglib-1.6.3/test/data/tetragonal/POSCAR-082-2 spglib-1.6.3/test/data/tetragonal/POSCAR-083 spglib-1.6.3/test/data/tetragonal/POSCAR-083-2 spglib-1.6.3/test/data/tetragonal/POSCAR-083-3 spglib-1.6.3/test/data/tetragonal/POSCAR-084 spglib-1.6.3/test/data/tetragonal/POSCAR-084-2 spglib-1.6.3/test/data/tetragonal/POSCAR-085 spglib-1.6.3/test/data/tetragonal/POSCAR-085-2 spglib-1.6.3/test/data/tetragonal/POSCAR-086 spglib-1.6.3/test/data/tetragonal/POSCAR-086-2 spglib-1.6.3/test/data/tetragonal/POSCAR-087 spglib-1.6.3/test/data/tetragonal/POSCAR-087-2 spglib-1.6.3/test/data/tetragonal/POSCAR-088 spglib-1.6.3/test/data/tetragonal/POSCAR-088-2 spglib-1.6.3/test/data/tetragonal/POSCAR-090 spglib-1.6.3/test/data/tetragonal/POSCAR-090-2 spglib-1.6.3/test/data/tetragonal/POSCAR-091 spglib-1.6.3/test/data/tetragonal/POSCAR-091-2 spglib-1.6.3/test/data/tetragonal/POSCAR-092 spglib-1.6.3/test/data/tetragonal/POSCAR-092-2 spglib-1.6.3/test/data/tetragonal/POSCAR-092-3 spglib-1.6.3/test/data/tetragonal/POSCAR-094 spglib-1.6.3/test/data/tetragonal/POSCAR-094-2 spglib-1.6.3/test/data/tetragonal/POSCAR-094-3 spglib-1.6.3/test/data/tetragonal/POSCAR-095 spglib-1.6.3/test/data/tetragonal/POSCAR-095-2 spglib-1.6.3/test/data/tetragonal/POSCAR-096 spglib-1.6.3/test/data/tetragonal/POSCAR-096-2 spglib-1.6.3/test/data/tetragonal/POSCAR-097 spglib-1.6.3/test/data/tetragonal/POSCAR-097-2 spglib-1.6.3/test/data/tetragonal/POSCAR-098 spglib-1.6.3/test/data/tetragonal/POSCAR-098-2 spglib-1.6.3/test/data/tetragonal/POSCAR-099 spglib-1.6.3/test/data/tetragonal/POSCAR-099-2 spglib-1.6.3/test/data/tetragonal/POSCAR-100 spglib-1.6.3/test/data/tetragonal/POSCAR-100-2 spglib-1.6.3/test/data/tetragonal/POSCAR-102 spglib-1.6.3/test/data/tetragonal/POSCAR-102-2 spglib-1.6.3/test/data/tetragonal/POSCAR-103 spglib-1.6.3/test/data/tetragonal/POSCAR-103-2 spglib-1.6.3/test/data/tetragonal/POSCAR-104 spglib-1.6.3/test/data/tetragonal/POSCAR-104-2 spglib-1.6.3/test/data/tetragonal/POSCAR-105 spglib-1.6.3/test/data/tetragonal/POSCAR-105-2 spglib-1.6.3/test/data/tetragonal/POSCAR-106 spglib-1.6.3/test/data/tetragonal/POSCAR-107 spglib-1.6.3/test/data/tetragonal/POSCAR-107-2 spglib-1.6.3/test/data/tetragonal/POSCAR-107-3 spglib-1.6.3/test/data/tetragonal/POSCAR-108 spglib-1.6.3/test/data/tetragonal/POSCAR-108-2 spglib-1.6.3/test/data/tetragonal/POSCAR-109 spglib-1.6.3/test/data/tetragonal/POSCAR-109-2 spglib-1.6.3/test/data/tetragonal/POSCAR-110 spglib-1.6.3/test/data/tetragonal/POSCAR-110-2 spglib-1.6.3/test/data/tetragonal/POSCAR-111 spglib-1.6.3/test/data/tetragonal/POSCAR-111-2 spglib-1.6.3/test/data/tetragonal/POSCAR-112 spglib-1.6.3/test/data/tetragonal/POSCAR-112-2 spglib-1.6.3/test/data/tetragonal/POSCAR-113 spglib-1.6.3/test/data/tetragonal/POSCAR-113-2 spglib-1.6.3/test/data/tetragonal/POSCAR-114 spglib-1.6.3/test/data/tetragonal/POSCAR-114-2 spglib-1.6.3/test/data/tetragonal/POSCAR-115 spglib-1.6.3/test/data/tetragonal/POSCAR-115-2 spglib-1.6.3/test/data/tetragonal/POSCAR-115-3 spglib-1.6.3/test/data/tetragonal/POSCAR-115-4 spglib-1.6.3/test/data/tetragonal/POSCAR-115-5 spglib-1.6.3/test/data/tetragonal/POSCAR-116 spglib-1.6.3/test/data/tetragonal/POSCAR-116-2 spglib-1.6.3/test/data/tetragonal/POSCAR-117 spglib-1.6.3/test/data/tetragonal/POSCAR-117-2 spglib-1.6.3/test/data/tetragonal/POSCAR-118 spglib-1.6.3/test/data/tetragonal/POSCAR-118-2 spglib-1.6.3/test/data/tetragonal/POSCAR-119 spglib-1.6.3/test/data/tetragonal/POSCAR-119-2 spglib-1.6.3/test/data/tetragonal/POSCAR-120 spglib-1.6.3/test/data/tetragonal/POSCAR-120-2 spglib-1.6.3/test/data/tetragonal/POSCAR-121 spglib-1.6.3/test/data/tetragonal/POSCAR-121-2 spglib-1.6.3/test/data/tetragonal/POSCAR-122 spglib-1.6.3/test/data/tetragonal/POSCAR-122-2 spglib-1.6.3/test/data/tetragonal/POSCAR-122-3 spglib-1.6.3/test/data/tetragonal/POSCAR-123 spglib-1.6.3/test/data/tetragonal/POSCAR-123-2 spglib-1.6.3/test/data/tetragonal/POSCAR-123-3 spglib-1.6.3/test/data/tetragonal/POSCAR-124 spglib-1.6.3/test/data/tetragonal/POSCAR-124-2 spglib-1.6.3/test/data/tetragonal/POSCAR-125 spglib-1.6.3/test/data/tetragonal/POSCAR-125-2 spglib-1.6.3/test/data/tetragonal/POSCAR-126 spglib-1.6.3/test/data/tetragonal/POSCAR-126-2 spglib-1.6.3/test/data/tetragonal/POSCAR-127 spglib-1.6.3/test/data/tetragonal/POSCAR-127-2 spglib-1.6.3/test/data/tetragonal/POSCAR-128 spglib-1.6.3/test/data/tetragonal/POSCAR-128-2 spglib-1.6.3/test/data/tetragonal/POSCAR-129 spglib-1.6.3/test/data/tetragonal/POSCAR-129-2 spglib-1.6.3/test/data/tetragonal/POSCAR-129-3 spglib-1.6.3/test/data/tetragonal/POSCAR-130 spglib-1.6.3/test/data/tetragonal/POSCAR-130-2 spglib-1.6.3/test/data/tetragonal/POSCAR-131 spglib-1.6.3/test/data/tetragonal/POSCAR-131-2 spglib-1.6.3/test/data/tetragonal/POSCAR-132 spglib-1.6.3/test/data/tetragonal/POSCAR-132-2 spglib-1.6.3/test/data/tetragonal/POSCAR-133 spglib-1.6.3/test/data/tetragonal/POSCAR-133-2 spglib-1.6.3/test/data/tetragonal/POSCAR-134 spglib-1.6.3/test/data/tetragonal/POSCAR-134-2 spglib-1.6.3/test/data/tetragonal/POSCAR-135 spglib-1.6.3/test/data/tetragonal/POSCAR-135-2 spglib-1.6.3/test/data/tetragonal/POSCAR-136 spglib-1.6.3/test/data/tetragonal/POSCAR-136-2 spglib-1.6.3/test/data/tetragonal/POSCAR-136-3 spglib-1.6.3/test/data/tetragonal/POSCAR-136-4 spglib-1.6.3/test/data/tetragonal/POSCAR-136-5 spglib-1.6.3/test/data/tetragonal/POSCAR-137 spglib-1.6.3/test/data/tetragonal/POSCAR-137-2 spglib-1.6.3/test/data/tetragonal/POSCAR-137-3 spglib-1.6.3/test/data/tetragonal/POSCAR-138 spglib-1.6.3/test/data/tetragonal/POSCAR-138-2 spglib-1.6.3/test/data/tetragonal/POSCAR-139 spglib-1.6.3/test/data/tetragonal/POSCAR-139-2 spglib-1.6.3/test/data/tetragonal/POSCAR-140 spglib-1.6.3/test/data/tetragonal/POSCAR-140-2 spglib-1.6.3/test/data/tetragonal/POSCAR-141 spglib-1.6.3/test/data/tetragonal/POSCAR-141-2 spglib-1.6.3/test/data/tetragonal/POSCAR-142 spglib-1.6.3/test/data/tetragonal/POSCAR-142-2 spglib-1.6.3/test/data/tetragonal/POSCAR-142-3 spglib-1.6.3/test/data/others/spg/ spglib-1.6.3/test/data/others/spg/CONTCAR_1 spglib-1.6.3/test/data/others/spg/CONTCAR_2 spglib-1.6.3/test/data/others/spg/CONTCAR_3 spglib-1.6.3/test/data/others/spg/CONTCAR_4 spglib-1.6.3/test/data/others/spg/CONTCAR_5 spglib-1.6.3/test/data/others/spg/CONTCAR_6 spglib-1.6.3/test/data/others/spg/CONTCAR_7 spglib-1.6.3/test/data/others/spg/CONTCAR_8 spglib-1.6.3/test/data/others/spg/README spglib-1.6.3/test/data/orthorhombic/POSCAR-016 spglib-1.6.3/test/data/orthorhombic/POSCAR-016-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-017-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-018 spglib-1.6.3/test/data/orthorhombic/POSCAR-018-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-019 spglib-1.6.3/test/data/orthorhombic/POSCAR-019-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-020 spglib-1.6.3/test/data/orthorhombic/POSCAR-021 spglib-1.6.3/test/data/orthorhombic/POSCAR-021-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-022 spglib-1.6.3/test/data/orthorhombic/POSCAR-023 spglib-1.6.3/test/data/orthorhombic/POSCAR-023-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-024 spglib-1.6.3/test/data/orthorhombic/POSCAR-024-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-025 spglib-1.6.3/test/data/orthorhombic/POSCAR-025-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-026 spglib-1.6.3/test/data/orthorhombic/POSCAR-026-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-027 spglib-1.6.3/test/data/orthorhombic/POSCAR-027-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-028 spglib-1.6.3/test/data/orthorhombic/POSCAR-028-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-029 spglib-1.6.3/test/data/orthorhombic/POSCAR-029-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-030 spglib-1.6.3/test/data/orthorhombic/POSCAR-030-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-031 spglib-1.6.3/test/data/orthorhombic/POSCAR-031-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-032 spglib-1.6.3/test/data/orthorhombic/POSCAR-032-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-033 spglib-1.6.3/test/data/orthorhombic/POSCAR-033-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-033-3 spglib-1.6.3/test/data/orthorhombic/POSCAR-034 spglib-1.6.3/test/data/orthorhombic/POSCAR-034-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-035 spglib-1.6.3/test/data/orthorhombic/POSCAR-035-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-036 spglib-1.6.3/test/data/orthorhombic/POSCAR-036-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-037 spglib-1.6.3/test/data/orthorhombic/POSCAR-037-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-038 spglib-1.6.3/test/data/orthorhombic/POSCAR-038-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-039 spglib-1.6.3/test/data/orthorhombic/POSCAR-039-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-040 spglib-1.6.3/test/data/orthorhombic/POSCAR-040-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-041 spglib-1.6.3/test/data/orthorhombic/POSCAR-041-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-042 spglib-1.6.3/test/data/orthorhombic/POSCAR-043 spglib-1.6.3/test/data/orthorhombic/POSCAR-043-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-044 spglib-1.6.3/test/data/orthorhombic/POSCAR-044-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-045 spglib-1.6.3/test/data/orthorhombic/POSCAR-045-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-046 spglib-1.6.3/test/data/orthorhombic/POSCAR-046-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-047 spglib-1.6.3/test/data/orthorhombic/POSCAR-047-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-048 spglib-1.6.3/test/data/orthorhombic/POSCAR-048-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-049 spglib-1.6.3/test/data/orthorhombic/POSCAR-049-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-050 spglib-1.6.3/test/data/orthorhombic/POSCAR-050-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-051 spglib-1.6.3/test/data/orthorhombic/POSCAR-051-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-051-3 spglib-1.6.3/test/data/orthorhombic/POSCAR-052 spglib-1.6.3/test/data/orthorhombic/POSCAR-052-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-053 spglib-1.6.3/test/data/orthorhombic/POSCAR-053-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-054 spglib-1.6.3/test/data/orthorhombic/POSCAR-054-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-055 spglib-1.6.3/test/data/orthorhombic/POSCAR-055-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-056 spglib-1.6.3/test/data/orthorhombic/POSCAR-056-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-057 spglib-1.6.3/test/data/orthorhombic/POSCAR-057-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-058 spglib-1.6.3/test/data/orthorhombic/POSCAR-058-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-058-3 spglib-1.6.3/test/data/orthorhombic/POSCAR-059 spglib-1.6.3/test/data/orthorhombic/POSCAR-059-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-060 spglib-1.6.3/test/data/orthorhombic/POSCAR-060-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-060-3 spglib-1.6.3/test/data/orthorhombic/POSCAR-061 spglib-1.6.3/test/data/orthorhombic/POSCAR-061-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-062 spglib-1.6.3/test/data/orthorhombic/POSCAR-062-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-063 spglib-1.6.3/test/data/orthorhombic/POSCAR-063-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-063-3 spglib-1.6.3/test/data/orthorhombic/POSCAR-064 spglib-1.6.3/test/data/orthorhombic/POSCAR-064-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-064-3 spglib-1.6.3/test/data/orthorhombic/POSCAR-065 spglib-1.6.3/test/data/orthorhombic/POSCAR-065-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-065-3 spglib-1.6.3/test/data/orthorhombic/POSCAR-066 spglib-1.6.3/test/data/orthorhombic/POSCAR-066-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-067 spglib-1.6.3/test/data/orthorhombic/POSCAR-067-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-067-3 spglib-1.6.3/test/data/orthorhombic/POSCAR-068 spglib-1.6.3/test/data/orthorhombic/POSCAR-068-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-069 spglib-1.6.3/test/data/orthorhombic/POSCAR-069-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-070 spglib-1.6.3/test/data/orthorhombic/POSCAR-070-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-071 spglib-1.6.3/test/data/orthorhombic/POSCAR-071-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-072 spglib-1.6.3/test/data/orthorhombic/POSCAR-072-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-073 spglib-1.6.3/test/data/orthorhombic/POSCAR-073-2 spglib-1.6.3/test/data/orthorhombic/POSCAR-074 spglib-1.6.3/test/data/orthorhombic/POSCAR-074-2 spglib-1.6.3/test/data/monoclinic/POSCAR-003 spglib-1.6.3/test/data/monoclinic/POSCAR-004 spglib-1.6.3/test/data/monoclinic/POSCAR-004-2 spglib-1.6.3/test/data/monoclinic/POSCAR-005 spglib-1.6.3/test/data/monoclinic/POSCAR-005-2 spglib-1.6.3/test/data/monoclinic/POSCAR-006 spglib-1.6.3/test/data/monoclinic/POSCAR-006-2 spglib-1.6.3/test/data/monoclinic/POSCAR-007 spglib-1.6.3/test/data/monoclinic/POSCAR-007-2 spglib-1.6.3/test/data/monoclinic/POSCAR-008 spglib-1.6.3/test/data/monoclinic/POSCAR-008-2 spglib-1.6.3/test/data/monoclinic/POSCAR-009 spglib-1.6.3/test/data/monoclinic/POSCAR-009-2 spglib-1.6.3/test/data/monoclinic/POSCAR-010 spglib-1.6.3/test/data/monoclinic/POSCAR-010-2 spglib-1.6.3/test/data/monoclinic/POSCAR-011 spglib-1.6.3/test/data/monoclinic/POSCAR-011-2 spglib-1.6.3/test/data/monoclinic/POSCAR-012 spglib-1.6.3/test/data/monoclinic/POSCAR-012-2 spglib-1.6.3/test/data/monoclinic/POSCAR-012-3 spglib-1.6.3/test/data/monoclinic/POSCAR-013 spglib-1.6.3/test/data/monoclinic/POSCAR-013-2 spglib-1.6.3/test/data/monoclinic/POSCAR-013-3 spglib-1.6.3/test/data/monoclinic/POSCAR-014 spglib-1.6.3/test/data/monoclinic/POSCAR-014-2 spglib-1.6.3/test/data/monoclinic/POSCAR-015 spglib-1.6.3/test/data/monoclinic/POSCAR-015-2 spglib-1.6.3/test/data/monoclinic/POSCAR-015-3 spglib-1.6.3/test/data/hexagonal/POSCAR-168 spglib-1.6.3/test/data/hexagonal/POSCAR-169 spglib-1.6.3/test/data/hexagonal/POSCAR-169-2 spglib-1.6.3/test/data/hexagonal/POSCAR-170 spglib-1.6.3/test/data/hexagonal/POSCAR-170-2 spglib-1.6.3/test/data/hexagonal/POSCAR-171 spglib-1.6.3/test/data/hexagonal/POSCAR-171-2 spglib-1.6.3/test/data/hexagonal/POSCAR-172 spglib-1.6.3/test/data/hexagonal/POSCAR-173 spglib-1.6.3/test/data/hexagonal/POSCAR-173-2 spglib-1.6.3/test/data/hexagonal/POSCAR-174 spglib-1.6.3/test/data/hexagonal/POSCAR-174-2 spglib-1.6.3/test/data/hexagonal/POSCAR-175 spglib-1.6.3/test/data/hexagonal/POSCAR-175-2 spglib-1.6.3/test/data/hexagonal/POSCAR-176 spglib-1.6.3/test/data/hexagonal/POSCAR-176-2 spglib-1.6.3/test/data/hexagonal/POSCAR-177 spglib-1.6.3/test/data/hexagonal/POSCAR-179 spglib-1.6.3/test/data/hexagonal/POSCAR-179-2 spglib-1.6.3/test/data/hexagonal/POSCAR-180 spglib-1.6.3/test/data/hexagonal/POSCAR-180-2 spglib-1.6.3/test/data/hexagonal/POSCAR-181 spglib-1.6.3/test/data/hexagonal/POSCAR-181-2 spglib-1.6.3/test/data/hexagonal/POSCAR-182 spglib-1.6.3/test/data/hexagonal/POSCAR-182-2 spglib-1.6.3/test/data/hexagonal/POSCAR-183 spglib-1.6.3/test/data/hexagonal/POSCAR-183-2 spglib-1.6.3/test/data/hexagonal/POSCAR-184 spglib-1.6.3/test/data/hexagonal/POSCAR-184-2 spglib-1.6.3/test/data/hexagonal/POSCAR-185 spglib-1.6.3/test/data/hexagonal/POSCAR-185-2 spglib-1.6.3/test/data/hexagonal/POSCAR-186 spglib-1.6.3/test/data/hexagonal/POSCAR-186-2 spglib-1.6.3/test/data/hexagonal/POSCAR-187 spglib-1.6.3/test/data/hexagonal/POSCAR-187-2 spglib-1.6.3/test/data/hexagonal/POSCAR-188 spglib-1.6.3/test/data/hexagonal/POSCAR-188-2 spglib-1.6.3/test/data/hexagonal/POSCAR-189 spglib-1.6.3/test/data/hexagonal/POSCAR-189-2 spglib-1.6.3/test/data/hexagonal/POSCAR-190 spglib-1.6.3/test/data/hexagonal/POSCAR-190-2 spglib-1.6.3/test/data/hexagonal/POSCAR-191 spglib-1.6.3/test/data/hexagonal/POSCAR-191-2 spglib-1.6.3/test/data/hexagonal/POSCAR-192 spglib-1.6.3/test/data/hexagonal/POSCAR-192-2 spglib-1.6.3/test/data/hexagonal/POSCAR-193 spglib-1.6.3/test/data/hexagonal/POSCAR-193-2 spglib-1.6.3/test/data/hexagonal/POSCAR-194 spglib-1.6.3/test/data/hexagonal/POSCAR-194-2 spglib-1.6.3/test/data/cubic/POSCAR-195 spglib-1.6.3/test/data/cubic/POSCAR-195-2 spglib-1.6.3/test/data/cubic/POSCAR-196 spglib-1.6.3/test/data/cubic/POSCAR-196-2 spglib-1.6.3/test/data/cubic/POSCAR-197 spglib-1.6.3/test/data/cubic/POSCAR-197-2 spglib-1.6.3/test/data/cubic/POSCAR-198 spglib-1.6.3/test/data/cubic/POSCAR-198-2 spglib-1.6.3/test/data/cubic/POSCAR-199 spglib-1.6.3/test/data/cubic/POSCAR-199-2 spglib-1.6.3/test/data/cubic/POSCAR-200 spglib-1.6.3/test/data/cubic/POSCAR-200-2 spglib-1.6.3/test/data/cubic/POSCAR-205 spglib-1.6.3/test/data/cubic/POSCAR-205-3 spglib-1.6.3/test/data/cubic/POSCAR-206 spglib-1.6.3/test/data/cubic/POSCAR-206-2 spglib-1.6.3/test/data/cubic/POSCAR-207 spglib-1.6.3/test/data/cubic/POSCAR-208 spglib-1.6.3/test/data/cubic/POSCAR-208-2 spglib-1.6.3/test/data/cubic/POSCAR-209 spglib-1.6.3/test/data/cubic/POSCAR-210 spglib-1.6.3/test/data/cubic/POSCAR-210-2 spglib-1.6.3/test/data/cubic/POSCAR-211 spglib-1.6.3/test/data/cubic/POSCAR-212 spglib-1.6.3/test/data/cubic/POSCAR-212-2 spglib-1.6.3/test/data/cubic/POSCAR-213 spglib-1.6.3/test/data/cubic/POSCAR-213-2 spglib-1.6.3/test/data/cubic/POSCAR-214 spglib-1.6.3/test/data/cubic/POSCAR-214-2 spglib-1.6.3/test/data/cubic/POSCAR-215 spglib-1.6.3/test/data/cubic/POSCAR-215-2 spglib-1.6.3/test/data/cubic/POSCAR-216 spglib-1.6.3/test/data/cubic/POSCAR-216-2 spglib-1.6.3/test/data/cubic/POSCAR-217 spglib-1.6.3/test/data/cubic/POSCAR-217-2 spglib-1.6.3/test/data/cubic/POSCAR-218 spglib-1.6.3/test/data/cubic/POSCAR-218-2 spglib-1.6.3/test/data/cubic/POSCAR-219 spglib-1.6.3/test/data/cubic/POSCAR-219-2 spglib-1.6.3/test/data/cubic/POSCAR-220 spglib-1.6.3/test/data/cubic/POSCAR-220-2 spglib-1.6.3/test/data/cubic/POSCAR-221 spglib-1.6.3/test/data/cubic/POSCAR-221-2 spglib-1.6.3/test/data/cubic/POSCAR-222 spglib-1.6.3/test/data/cubic/POSCAR-222-2 spglib-1.6.3/test/data/cubic/POSCAR-223 spglib-1.6.3/test/data/cubic/POSCAR-223-2 spglib-1.6.3/test/data/cubic/POSCAR-224 spglib-1.6.3/test/data/cubic/POSCAR-224-2 spglib-1.6.3/test/data/cubic/POSCAR-225 spglib-1.6.3/test/data/cubic/POSCAR-225-2 spglib-1.6.3/test/data/cubic/POSCAR-226 spglib-1.6.3/test/data/cubic/POSCAR-226-2 spglib-1.6.3/test/data/cubic/POSCAR-227 spglib-1.6.3/test/data/cubic/POSCAR-227-2 spglib-1.6.3/test/data/cubic/POSCAR-228 spglib-1.6.3/test/data/cubic/POSCAR-228-2 spglib-1.6.3/test/data/cubic/POSCAR-229 spglib-1.6.3/test/data/cubic/POSCAR-229-2 spglib-1.6.3/test/data/cubic/POSCAR-230 spglib-1.6.3/test/data/cubic/POSCAR-230-2 spglib-1.6.3/test/data/cubic/POSCAR-230-3 spglib-1.6.3/test/data/cubic/POSCAR-230-4 spglib-1.6.3/src/cell.c spglib-1.6.3/src/cell.h spglib-1.6.3/src/debug.c spglib-1.6.3/src/debug.h spglib-1.6.3/src/hall_symbol.c spglib-1.6.3/src/hall_symbol.h spglib-1.6.3/src/kpoint.c spglib-1.6.3/src/kpoint.h spglib-1.6.3/src/lattice.c spglib-1.6.3/src/lattice.h spglib-1.6.3/src/Makefile.am spglib-1.6.3/src/Makefile.in spglib-1.6.3/src/mathfunc.c spglib-1.6.3/src/mathfunc.h spglib-1.6.3/src/pointgroup.c spglib-1.6.3/src/pointgroup.h spglib-1.6.3/src/primitive.c spglib-1.6.3/src/primitive.h spglib-1.6.3/src/refinement.c spglib-1.6.3/src/refinement.h spglib-1.6.3/src/site_symmetry.c spglib-1.6.3/src/site_symmetry.h spglib-1.6.3/src/sitesym_database.c spglib-1.6.3/src/sitesym_database.h spglib-1.6.3/src/spacegroup.c spglib-1.6.3/src/spacegroup.h spglib-1.6.3/src/spg_database.c spglib-1.6.3/src/spg_database.h spglib-1.6.3/src/spglib.c spglib-1.6.3/src/spglib.h spglib-1.6.3/src/spglib_f.c spglib-1.6.3/src/spin.c spglib-1.6.3/src/spin.h spglib-1.6.3/src/symmetry.c spglib-1.6.3/src/symmetry.h spglib-1.6.3/src/tetrahedron_method.c spglib-1.6.3/src/tetrahedron_method.h spglib-1.6.3/python/ase/ spglib-1.6.3/python/ase/_spglib.c spglib-1.6.3/python/ase/doc/ spglib-1.6.3/python/ase/examples/ spglib-1.6.3/python/ase/MANIFEST.in spglib-1.6.3/python/ase/pyspglib/ spglib-1.6.3/python/ase/setup.py spglib-1.6.3/python/ase/test/ spglib-1.6.3/python/ase/test/atoms.py spglib-1.6.3/python/ase/test/test_ir_triplets_at_q.py spglib-1.6.3/python/ase/test/test_stabilized_reciprocal_mesh.py spglib-1.6.3/python/ase/test/test_symmetry_with_spin.py spglib-1.6.3/python/ase/test/vasp.py spglib-1.6.3/python/ase/pyspglib/__init__.py spglib-1.6.3/python/ase/pyspglib/spglib.py spglib-1.6.3/python/ase/examples/example_ase.py spglib-1.6.3/python/ase/examples/example_atoms.py spglib-1.6.3/python/ase/doc/conf.py spglib-1.6.3/python/ase/doc/index.rst spglib-1.6.3/python/ase/doc/Makefile spglib-1.6.3/m4/libtool.m4 spglib-1.6.3/m4/ltoptions.m4 spglib-1.6.3/m4/ltsugar.m4 spglib-1.6.3/m4/ltversion.m4 spglib-1.6.3/m4/lt~obsolete.m4 spglib-1.6.3/example/example.c spglib-1.6.3/example/example.f90 spglib-1.6.3/example/example_f08.f90 spglib-1.6.3/example/frequency.dat spglib-1.6.3/example/Makefile_f08 spglib-1.6.3/example/README spglib-1.6.3/example/spglib_f08.f90 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)... yes checking whether make supports nested variables... yes checking for gcc... /opt/cray/craype/2.5.8/bin/cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /opt/cray/craype/2.5.8/bin/cc accepts -g... yes checking for /opt/cray/craype/2.5.8/bin/cc option to accept ISO C89... none needed checking whether /opt/cray/craype/2.5.8/bin/cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /opt/cray/craype/2.5.8/bin/cc... gcc3 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /opt/cray/craype/2.5.8/bin/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 ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /opt/cray/craype/2.5.8/bin/cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /opt/cray/craype/2.5.8/bin/cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /opt/cray/craype/2.5.8/bin/cc supports -fno-rtti -fno-exceptions... no checking for /opt/cray/craype/2.5.8/bin/cc option to produce PIC... -fPIC -DPIC checking if /opt/cray/craype/2.5.8/bin/cc PIC flag -fPIC -DPIC works... yes checking if /opt/cray/craype/2.5.8/bin/cc static flag -static works... yes checking if /opt/cray/craype/2.5.8/bin/cc supports -c -o file.o... yes checking if /opt/cray/craype/2.5.8/bin/cc supports -c -o file.o... (cached) yes checking whether the /opt/cray/craype/2.5.8/bin/cc linker (/opt/xalt/0.7.6/sles11.3/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for sqrt... yes checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking for an ANSI C-conforming const... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/lib64' Making all in src make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/lib64/src' /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT cell.lo -MD -MP -MF .deps/cell.Tpo -c -o cell.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/cell.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT cell.lo -MD -MP -MF .deps/cell.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/cell.c -fPIC -DPIC -o .libs/cell.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT cell.lo -MD -MP -MF .deps/cell.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/cell.c -o cell.o >/dev/null 2>&1 mv -f .deps/cell.Tpo .deps/cell.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/debug.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/debug.c -fPIC -DPIC -o .libs/debug.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/debug.c -o debug.o >/dev/null 2>&1 mv -f .deps/debug.Tpo .deps/debug.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT hall_symbol.lo -MD -MP -MF .deps/hall_symbol.Tpo -c -o hall_symbol.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/hall_symbol.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT hall_symbol.lo -MD -MP -MF .deps/hall_symbol.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/hall_symbol.c -fPIC -DPIC -o .libs/hall_symbol.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT hall_symbol.lo -MD -MP -MF .deps/hall_symbol.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/hall_symbol.c -o hall_symbol.o >/dev/null 2>&1 mv -f .deps/hall_symbol.Tpo .deps/hall_symbol.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT kpoint.lo -MD -MP -MF .deps/kpoint.Tpo -c -o kpoint.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/kpoint.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT kpoint.lo -MD -MP -MF .deps/kpoint.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/kpoint.c -fPIC -DPIC -o .libs/kpoint.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT kpoint.lo -MD -MP -MF .deps/kpoint.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/kpoint.c -o kpoint.o >/dev/null 2>&1 mv -f .deps/kpoint.Tpo .deps/kpoint.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT lattice.lo -MD -MP -MF .deps/lattice.Tpo -c -o lattice.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/lattice.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT lattice.lo -MD -MP -MF .deps/lattice.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/lattice.c -fPIC -DPIC -o .libs/lattice.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT lattice.lo -MD -MP -MF .deps/lattice.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/lattice.c -o lattice.o >/dev/null 2>&1 mv -f .deps/lattice.Tpo .deps/lattice.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT mathfunc.lo -MD -MP -MF .deps/mathfunc.Tpo -c -o mathfunc.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/mathfunc.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT mathfunc.lo -MD -MP -MF .deps/mathfunc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/mathfunc.c -fPIC -DPIC -o .libs/mathfunc.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT mathfunc.lo -MD -MP -MF .deps/mathfunc.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/mathfunc.c -o mathfunc.o >/dev/null 2>&1 mv -f .deps/mathfunc.Tpo .deps/mathfunc.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT pointgroup.lo -MD -MP -MF .deps/pointgroup.Tpo -c -o pointgroup.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/pointgroup.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT pointgroup.lo -MD -MP -MF .deps/pointgroup.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/pointgroup.c -fPIC -DPIC -o .libs/pointgroup.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT pointgroup.lo -MD -MP -MF .deps/pointgroup.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/pointgroup.c -o pointgroup.o >/dev/null 2>&1 mv -f .deps/pointgroup.Tpo .deps/pointgroup.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT primitive.lo -MD -MP -MF .deps/primitive.Tpo -c -o primitive.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/primitive.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT primitive.lo -MD -MP -MF .deps/primitive.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/primitive.c -fPIC -DPIC -o .libs/primitive.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT primitive.lo -MD -MP -MF .deps/primitive.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/primitive.c -o primitive.o >/dev/null 2>&1 mv -f .deps/primitive.Tpo .deps/primitive.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT refinement.lo -MD -MP -MF .deps/refinement.Tpo -c -o refinement.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/refinement.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT refinement.lo -MD -MP -MF .deps/refinement.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/refinement.c -fPIC -DPIC -o .libs/refinement.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT refinement.lo -MD -MP -MF .deps/refinement.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/refinement.c -o refinement.o >/dev/null 2>&1 mv -f .deps/refinement.Tpo .deps/refinement.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT site_symmetry.lo -MD -MP -MF .deps/site_symmetry.Tpo -c -o site_symmetry.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/site_symmetry.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT site_symmetry.lo -MD -MP -MF .deps/site_symmetry.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/site_symmetry.c -fPIC -DPIC -o .libs/site_symmetry.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT site_symmetry.lo -MD -MP -MF .deps/site_symmetry.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/site_symmetry.c -o site_symmetry.o >/dev/null 2>&1 mv -f .deps/site_symmetry.Tpo .deps/site_symmetry.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT sitesym_database.lo -MD -MP -MF .deps/sitesym_database.Tpo -c -o sitesym_database.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/sitesym_database.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT sitesym_database.lo -MD -MP -MF .deps/sitesym_database.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/sitesym_database.c -fPIC -DPIC -o .libs/sitesym_database.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT sitesym_database.lo -MD -MP -MF .deps/sitesym_database.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/sitesym_database.c -o sitesym_database.o >/dev/null 2>&1 mv -f .deps/sitesym_database.Tpo .deps/sitesym_database.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spacegroup.lo -MD -MP -MF .deps/spacegroup.Tpo -c -o spacegroup.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spacegroup.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spacegroup.lo -MD -MP -MF .deps/spacegroup.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spacegroup.c -fPIC -DPIC -o .libs/spacegroup.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spacegroup.lo -MD -MP -MF .deps/spacegroup.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spacegroup.c -o spacegroup.o >/dev/null 2>&1 mv -f .deps/spacegroup.Tpo .deps/spacegroup.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spg_database.lo -MD -MP -MF .deps/spg_database.Tpo -c -o spg_database.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spg_database.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spg_database.lo -MD -MP -MF .deps/spg_database.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spg_database.c -fPIC -DPIC -o .libs/spg_database.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spg_database.lo -MD -MP -MF .deps/spg_database.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spg_database.c -o spg_database.o >/dev/null 2>&1 mv -f .deps/spg_database.Tpo .deps/spg_database.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spglib.lo -MD -MP -MF .deps/spglib.Tpo -c -o spglib.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spglib.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spglib.lo -MD -MP -MF .deps/spglib.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spglib.c -fPIC -DPIC -o .libs/spglib.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spglib.lo -MD -MP -MF .deps/spglib.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spglib.c -o spglib.o >/dev/null 2>&1 mv -f .deps/spglib.Tpo .deps/spglib.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spglib_f.lo -MD -MP -MF .deps/spglib_f.Tpo -c -o spglib_f.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spglib_f.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spglib_f.lo -MD -MP -MF .deps/spglib_f.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spglib_f.c -fPIC -DPIC -o .libs/spglib_f.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spglib_f.lo -MD -MP -MF .deps/spglib_f.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spglib_f.c -o spglib_f.o >/dev/null 2>&1 mv -f .deps/spglib_f.Tpo .deps/spglib_f.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spin.lo -MD -MP -MF .deps/spin.Tpo -c -o spin.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spin.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spin.lo -MD -MP -MF .deps/spin.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spin.c -fPIC -DPIC -o .libs/spin.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT spin.lo -MD -MP -MF .deps/spin.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/spin.c -o spin.o >/dev/null 2>&1 mv -f .deps/spin.Tpo .deps/spin.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT symmetry.lo -MD -MP -MF .deps/symmetry.Tpo -c -o symmetry.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/symmetry.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT symmetry.lo -MD -MP -MF .deps/symmetry.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/symmetry.c -fPIC -DPIC -o .libs/symmetry.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT symmetry.lo -MD -MP -MF .deps/symmetry.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/symmetry.c -o symmetry.o >/dev/null 2>&1 mv -f .deps/symmetry.Tpo .deps/symmetry.Plo /bin/sh ../libtool --tag=CC --mode=compile /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT tetrahedron_method.lo -MD -MP -MF .deps/tetrahedron_method.Tpo -c -o tetrahedron_method.lo /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/tetrahedron_method.c libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT tetrahedron_method.lo -MD -MP -MF .deps/tetrahedron_method.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/tetrahedron_method.c -fPIC -DPIC -o .libs/tetrahedron_method.o libtool: compile: /opt/cray/craype/2.5.8/bin/cc -DHAVE_CONFIG_H -I. -I/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src -I.. -g -O2 -MT tetrahedron_method.lo -MD -MP -MF .deps/tetrahedron_method.Tpo -c /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/src/tetrahedron_method.c -o tetrahedron_method.o >/dev/null 2>&1 mv -f .deps/tetrahedron_method.Tpo .deps/tetrahedron_method.Plo /bin/sh ../libtool --tag=CC --mode=link /opt/cray/craype/2.5.8/bin/cc -g -O2 -o libsymspg.la -rpath /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/lib64 cell.lo debug.lo hall_symbol.lo kpoint.lo lattice.lo mathfunc.lo pointgroup.lo primitive.lo refinement.lo site_symmetry.lo sitesym_database.lo spacegroup.lo spg_database.lo spglib.lo spglib_f.lo spin.lo symmetry.lo tetrahedron_method.lo -lm libtool: link: /opt/cray/craype/2.5.8/bin/cc -shared -fPIC -DPIC .libs/cell.o .libs/debug.o .libs/hall_symbol.o .libs/kpoint.o .libs/lattice.o .libs/mathfunc.o .libs/pointgroup.o .libs/primitive.o .libs/refinement.o .libs/site_symmetry.o .libs/sitesym_database.o .libs/spacegroup.o .libs/spg_database.o .libs/spglib.o .libs/spglib_f.o .libs/spin.o .libs/symmetry.o .libs/tetrahedron_method.o -lm -O2 -Wl,-soname -Wl,libsymspg.so.0 -o .libs/libsymspg.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libsymspg.so.0" && ln -s "libsymspg.so.0.0.0" "libsymspg.so.0") libtool: link: (cd ".libs" && rm -f "libsymspg.so" && ln -s "libsymspg.so.0.0.0" "libsymspg.so") libtool: link: ar cru .libs/libsymspg.a cell.o debug.o hall_symbol.o kpoint.o lattice.o mathfunc.o pointgroup.o primitive.o refinement.o site_symmetry.o sitesym_database.o spacegroup.o spg_database.o spglib.o spglib_f.o spin.o symmetry.o tetrahedron_method.o libtool: link: ranlib .libs/libsymspg.a libtool: link: ( cd ".libs" && rm -f "libsymspg.la" && ln -s "../libsymspg.la" "libsymspg.la" ) make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/lib64/src' make[2]: Entering directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/lib64' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/lib64' make[1]: Leaving directory `/mnt/a/u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/lib64' -- Found LIBSPG: /u/system/bwjenkins/rmg-spp/rmg-release_2.1/lib/spglib-1.6.3/lib64/libsymspg.a -- Found Subversion: /usr/bin/svn (found version "1.6.17") CMake Warning (dev) at SubprojectIncludes/CMakeLists.txt.rmg.inc:5 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "libspg" of target "rmg-cpu" does not exist. Call Stack (most recent call first): CMakeLists.txt:589 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done nice make -j12 rmg-cpu -- Generating done -- Build files have been written to: /u/system/bwjenkins/rmg-spp/rmg-release_2.1/build-cpu Scanning dependencies of target XC1 Scanning dependencies of target InternalPseudo Scanning dependencies of target XC [ 1%] [ 1%] Building Fortran object XC/CMakeFiles/XC1.dir/kind.f90.o Building CXX object InternalPseudo/CMakeFiles/InternalPseudo.dir/InternalPseudo.cpp.o [ 1%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/xclda_libxc.c.o Scanning dependencies of target RmgLib Scanning dependencies of target MG Scanning dependencies of target RMG_Subdiag Scanning dependencies of target RMG_Spin [ 1%] Scanning dependencies of target RMG_Spin_XC Building CXX object MG/CMakeFiles/MG.dir/Mgrid_Cbindings.cpp.o Scanning dependencies of target Force [ 1%] Building CXX object RMG/Spin/CMakeFiles/RMG_Spin.dir/GetOppositeEigvals.cpp.o [ 1%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/ApplyOperators.cpp.o [ 2%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/TradeImages.cpp.o [ 2%] Building CXX object Force/CMakeFiles/Force.dir/CorrectForces.cpp.o [ 2%] [ 3%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/xcgga.c.o Building Fortran object XC/CMakeFiles/XC1.dir/io_global.f90.o [ 4%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/xclsda_spin_libxc.c.o Scanning dependencies of target Finite_diff [ 4%] Building Fortran object XC/CMakeFiles/XC1.dir/constants.f90.o [ 4%] [ 4%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/xcgga_spin.c.o Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/ApplyGradient.cpp.o [ 4%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/xcgga_libxc.c.o Scanning dependencies of target Input /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/xcgga_libxc.c: In function 'xcgga_libxc': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/xcgga_libxc.c:98:8: warning: 'func_id_c' may be used uninitialized in this function [-Wmaybe-uninitialized] if(xc_func_init(&func_c, func_id_c, XC_UNPOLARIZED) != 0) ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/xcgga_libxc.c:95:8: warning: 'func_id_x' may be used uninitialized in this function [-Wmaybe-uninitialized] if(xc_func_init(&func_x, func_id_x, XC_UNPOLARIZED) != 0) ^ [ 4%] Building Fortran object XC/CMakeFiles/XC1.dir/funct.f90.o [ 4%] Building CXX object Input/CMakeFiles/Input.dir/AutoSet.cpp.o [ 5%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/xclda.c.o [ 5%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/xcgga_spin_libxc.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/xcgga_spin_libxc.c: In function 'xcgga_spin_libxc': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/xcgga_spin_libxc.c:108:8: warning: 'func_id_c' may be used uninitialized in this function [-Wmaybe-uninitialized] if(xc_func_init(&func_c, func_id_c, XC_POLARIZED) != 0) ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/xcgga_spin_libxc.c:101:8: warning: 'func_id_x' may be used uninitialized in this function [-Wmaybe-uninitialized] if(xc_func_init(&func_x, func_id_x, XC_POLARIZED) != 0) ^ [ 5%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/xclsda_spin.c.o [ 6%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/get_vxc.c.o [ 6%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/gcxcblyp.c.o [ 6%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/get_vxc_exc.c.o [ 7%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/gcxcpw91.c.o [ 7%] Building Fortran object XC_useLIBXC/CMakeFiles/XC.dir/pbe.f.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcpw91.c: In function 'gcxcpw91': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcpw91.c:34:6: warning: variable 'iflag' set but not used [-Wunused-but-set-variable] int iflag; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcpw91.c: In function 'ggac_spin': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/gcxcpw91.c:149:52: warning: variable 'dh0dw' set but not used [-Wunused-but-set-variable] double fz, fz2, fz3, fz4, dfz, bfup, bfdw, dh0up, dh0dw, dh0zup, dh0zdw, dh1zup, dh1zdw; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Force/CorrectForces.cpp: In function 'void CorrectForces(double*, double*, double*, double*, double*)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Force/CorrectForces.cpp:57:45: warning: unused variable 'mone' [-Wunused-variable] double alpha = get_vel_f(), zero = 0.0, mone = -1.0; ^ [ 7%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/gcxcblyp_spin.c.o [ 7%] Building Fortran object XC_useLIBXC/CMakeFiles/XC.dir/bpgcxc.f.o [ 7%] Building Fortran object XC/CMakeFiles/XC1.dir/vdw_splines.f90.o [ 7%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/gcxcpbe.c.o [ 8%] Building Fortran object XC_useLIBXC/CMakeFiles/XC.dir/gga91_sr.f.o [ 8%] Building Fortran object XC/CMakeFiles/XC1.dir/functionals.F90.o [ 9%] [ 9%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/lsd_glyp.c.o Building C object XC_useLIBXC/CMakeFiles/XC.dir/corlyp.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/get_mgga_vxc.c: In function 'get_mgga_vxc': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/get_mgga_vxc.c:14:26: warning: 'nrho_oppo' may be used uninitialized in this function [-Wmaybe-uninitialized] double *exc, *nrho, *nrho_oppo; ^ [ 9%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/lyp.c.o [ 9%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/get_mgga_vxc.c.o [ 9%] [ 9%] Building Fortran object XC/CMakeFiles/XC1.dir/lsda_functionals.F90.o Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/gcxcpw91_spin.c.o Scanning dependencies of target RMG_Common [ 9%] Building C object MG/CMakeFiles/MG.dir/find_grid_owner.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/pbex.c: In function 'pbec_spin': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Spin/XC_notuseLIBXC/pbex.c:84:23: warning: variable 'fz4' set but not used [-Wunused-but-set-variable] double fz, fz2, fz3, fz4, dfz, bfup, bfdw, dh0up, dh0dw, dh0zup, dh0zdw; ^ [ 11%] [ 11%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/get_mgga_exc_vxc.c.o Building CXX object RMG/Spin/CMakeFiles/RMG_Spin.dir/GetOppositeOccupancies.cpp.o [ 12%] Building CXX object Force/CMakeFiles/Force.dir/Lforce.cpp.o [ 12%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/pbex.c.o [ 12%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Subdiag.cpp.o Linking CXX static library libMG.a [ 13%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/GetPhase.cpp.o [ 13%] Building Fortran object XC/CMakeFiles/XC1.dir/metagga.F90.o [ 13%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/get_te_tau.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/get_te_tau.c: In function 'get_te_tau': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/get_te_tau.c:16:26: warning: 'nrho_oppo' may be used uninitialized in this function [-Wmaybe-uninitialized] double *exc, *nrho, *nrho_oppo; ^ [ 14%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/ApplyLaplacian.cpp.o [ 14%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/perdew86.c.o [ 14%] Built target MG [ 14%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/gcxcpbe_spin.c.o [ 14%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/mgga_libxc.c.o [ 14%] Building Fortran object XC/CMakeFiles/XC1.dir/capital.f90.o [ 14%] Building Fortran object XC/CMakeFiles/XC1.dir/expint.f90.o [ 14%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/gcxbcp.c.o [ 16%] [ 16%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/gcxbcp_spin.c.o Building Fortran object XC/CMakeFiles/XC1.dir/erf.f90.o [ 16%] Building C object XC_useLIBXC/CMakeFiles/XC.dir/mix_tau.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/mix_tau.c: In function 'mix_tau': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/mix_tau.c:14:37: warning: unused variable 'residhist' [-Wunused-variable] static double **rhohist=NULL, **residhist=NULL; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/mix_tau.c:14:21: warning: unused variable 'rhohist' [-Wunused-variable] static double **rhohist=NULL, **residhist=NULL; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC_useLIBXC/mix_tau.c:13:9: warning: unused variable 'step' [-Wunused-variable] int step, inc = 1; ^ [ 17%] Building Fortran object XC/CMakeFiles/XC1.dir/matches.f90.o [ 17%] Building C object RMG/Spin/XC_notuseLIBXC/CMakeFiles/RMG_Spin_XC.dir/xclda_pz81.c.o [ 17%] Linking Fortran static library libXC.a Building Fortran object XC/CMakeFiles/XC1.dir/more_functionals.F90.o [ 17%] Built target XC [ 18%] Building CXX object XC/CMakeFiles/XC1.dir/vdw_correlation.cpp.o [ 18%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/EnergyCorrection.cpp.o Linking C static library libRMG_Spin_XC.a [ 18%] Built target RMG_Spin_XC [ 18%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/BroydenPotential.cpp.o [ 18%] Building CXX object Input/CMakeFiles/Input.dir/SetupGrids.cpp.o [ 20%] Building CXX object Input/CMakeFiles/Input.dir/GetPrimeFactors.cpp.o [ 20%] Building C object RMG/Spin/CMakeFiles/RMG_Spin.dir/get_rho_oppo.c.o [ 20%] Building C object Force/CMakeFiles/Force.dir/constrain.c.o [ 20%] Linking CXX static library libRMG_Spin.a Building CXX object Input/CMakeFiles/Input.dir/ReadForces.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Force/constrain.c: In function 'constrain': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Force/constrain.c:443:51: warning: 'iptr' may be used uninitialized in this function [-Wmaybe-uninitialized] iptr->constraint.forcemask[Y] = (Mag_T - FdotT) * Tau[3*ion+Y]; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC/vdw_correlation.cpp: In constructor 'Vdw::Vdw(BaseGrid&, Lattice&, TradeImages&, int, double*, double*, double&, double&, double*, bool)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC/vdw_correlation.cpp:192:10: warning: variable 'filter_ratio' set but not used [-Wunused-but-set-variable] double filter_ratio = 1.0; ^ [ 21%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Subdiag_Lapack.cpp.o [ 21%] Built target RMG_Spin [ 21%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Subdiag_Magma.cpp.o [ 21%] Building CXX object Force/CMakeFiles/Force.dir/Force.cpp.o [ 21%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/ApplyAOperator.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC/vdw_correlation.cpp: In constructor 'Vdw::Vdw(BaseGrid&, Lattice&, TradeImages&, int, double*, double*, double&, double&, double*, bool)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC/vdw_correlation.cpp:393:59: warning: 'calc_rho' may be used uninitialized in this function [-Wmaybe-uninitialized] GetVtotPsi (calc_rho, total_rho, G.default_FG_RATIO); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC/vdw_correlation.cpp:394:51: warning: 'calc_gx' may be used uninitialized in this function [-Wmaybe-uninitialized] GetVtotPsi (calc_gx, gx, G.default_FG_RATIO); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC/vdw_correlation.cpp:395:51: warning: 'calc_gy' may be used uninitialized in this function [-Wmaybe-uninitialized] GetVtotPsi (calc_gy, gy, G.default_FG_RATIO); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/XC/vdw_correlation.cpp:396:51: warning: 'calc_gz' may be used uninitialized in this function [-Wmaybe-uninitialized] GetVtotPsi (calc_gz, gz, G.default_FG_RATIO); ^ [ 22%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/ApplyBOperator.cpp.o [ 22%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/Lattice.cpp.o [ 22%] Building CXX object XC/CMakeFiles/XC1.dir/Functional.cpp.o [ 22%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/BaseThread.cpp.o [ 23%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/DavPreconditioner.cpp.o [ 23%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/BaseGrid.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Input/ReadForces.cpp: In function 'void ReadForces(char*, CONTROL&, std::unordered_map, InputKey*>&)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Input/ReadForces.cpp:62:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(Forces.size() != 4 * lc.num_ions) { ^ [ 23%] Building CXX object Input/CMakeFiles/Input.dir/ReadVelocities.cpp.o [ 23%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Subdiag_Scalapack.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RmgLib/src/BaseThread.cpp: In constructor 'BaseThread::BaseThread(int)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RmgLib/src/BaseThread.cpp:62:9: warning: unused variable 'ncpus' [-Wunused-variable] int ncpus; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Force/iiforce.c: In function 'iiforce': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Force/iiforce.c:49:20: warning: unused variable 'tz' [-Wunused-variable] double tx, ty, tz; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Force/iiforce.c:49:16: warning: unused variable 'ty' [-Wunused-variable] double tx, ty, tz; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Force/iiforce.c:49:12: warning: unused variable 'tx' [-Wunused-variable] double tx, ty, tz; ^ [ 24%] Building CXX object Force/CMakeFiles/Force.dir/Nlccforce.cpp.o [ 24%] Building C object Force/CMakeFiles/Force.dir/iiforce.c.o [ 25%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/Mgrid.cpp.o [ 25%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/AppCir.cpp.o [ 25%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/app_cir_driver.cpp.o [ 25%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/ApplyHamiltonian.cpp.o Linking CXX static library libXC1.a /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp: In instantiation of 'char* Subdiag_Scalapack(Kpoint*, KpointType*, KpointType*, KpointType*, double*, KpointType*) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp:50:137: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp:228:23: warning: unused variable 'range' [-Wunused-variable] char *range = "a"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp:68:18: warning: unused variable 'trans_t' [-Wunused-variable] static char *trans_t = "t"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp:75:9: warning: variable 'izero' set but not used [-Wunused-but-set-variable] int izero = 0; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp: In instantiation of 'char* Subdiag_Scalapack(Kpoint*, KpointType*, KpointType*, KpointType*, double*, KpointType*) [with KpointType = std::complex]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp:51:222: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp:228:23: warning: unused variable 'range' [-Wunused-variable] char *range = "a"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp:68:18: warning: unused variable 'trans_t' [-Wunused-variable] static char *trans_t = "t"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/Subdiag_Scalapack.cpp:75:9: warning: variable 'izero' set but not used [-Wunused-but-set-variable] int izero = 0; ^ [ 25%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/ApplyHamiltonianBlock.cpp.o [ 25%] Built target XC1 [ 26%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Davidson.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Input/ReadVelocities.cpp: In function 'void ReadVelocities(char*, CONTROL&, std::unordered_map, InputKey*>&)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Input/ReadVelocities.cpp:62:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(Velocities.size() != lc.num_ions) { ^ [ 27%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrum.cpp.o Linking CXX static library libForce.a [ 27%] Built target Force [ 27%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumScalapack.cpp.o Scanning dependencies of target Misc [ 28%] Building CXX object Misc/CMakeFiles/Misc.dir/InitPe4image.cpp.o [ 28%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/AppCilrFourth.cpp.o [ 29%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/AppCilrSixth.cpp.o [ 29%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/app_cil_driver.cpp.o [ 30%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/app_cil_driver_threaded.cpp.o [ 31%] Building CXX object Input/CMakeFiles/Input.dir/ReadInit.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp: In instantiation of 'int FoldedSpectrum(Kpoint*, int, KpointType*, int, KpointType*, int, double*, double*, int, int*, int, KpointType*, int) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:71:141: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:81:16: warning: unused variable 'ZERO_t' [-Wunused-variable] KpointType ZERO_t(0.0); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:85:14: warning: unused variable 'L' [-Wunused-variable] Lattice *L = kptr->L; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:88:11: warning: unused variable 'trans_t' [-Wunused-variable] char *trans_t="t", *trans_n="n"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:88:25: warning: unused variable 'trans_n' [-Wunused-variable] char *trans_t="t", *trans_n="n"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:89:25: warning: unused variable 'side' [-Wunused-variable] char *cuplo = "l", *side="l", *diag="n", *jobz="V"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:89:36: warning: unused variable 'diag' [-Wunused-variable] char *cuplo = "l", *side="l", *diag="n", *jobz="V"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:91:9: warning: unused variable 'ione' [-Wunused-variable] int ione=1, itype=1, info=0; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:91:17: warning: unused variable 'itype' [-Wunused-variable] int ione=1, itype=1, info=0; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:92:12: warning: unused variable 'rone' [-Wunused-variable] double rone = 1.0; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrum.cpp:140:17: warning: unused variable 'NULLptr' [-Wunused-variable] KpointType *NULLptr = NULL; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp: In instantiation of 'int FoldedSpectrumScalapack(Kpoint*, int, KpointType*, KpointType*, int, KpointType*, int, double*, KpointType*, Scalapack*, int, int) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:73:150: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:82:15: warning: unused variable 'RT1' [-Wunused-variable] RmgTimer *RT1, *RT2; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:86:17: warning: unused variable 'NULLptr' [-Wunused-variable] KpointType *NULLptr = NULL; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:88:11: warning: unused variable 'trans_t' [-Wunused-variable] char *trans_t="t", *trans_n="n"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:88:25: warning: unused variable 'trans_n' [-Wunused-variable] char *trans_t="t", *trans_n="n"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:91:17: warning: unused variable 'itype' [-Wunused-variable] int ione=1, itype=1, info=0, izero=0; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:94:15: warning: unused variable 'Grid' [-Wunused-variable] BaseGrid *Grid = kptr->G; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:95:14: warning: unused variable 'L' [-Wunused-variable] Lattice *L = kptr->L; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:105:9: warning: unused variable 'FSp_my_col' [-Wunused-variable] int FSp_my_col = FSp->GetCol(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:111:14: warning: unused variable 'scalapack_comm' [-Wunused-variable] MPI_Comm scalapack_comm = FSp->GetComm(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:118:10: warning: unused variable 'm_f_desca' [-Wunused-variable] int *m_f_desca = MainSp->GetDistDesca(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapack.cpp:147:9: warning: unused variable 's_s_dist_length' [-Wunused-variable] int s_s_dist_length = FSp->ComputeDesca(n_win, n_win, s_s_desca); ^ Scanning dependencies of target US_PP [ 31%] Building CXX object US_PP/CMakeFiles/US_PP.dir/PackGftoc.cpp.o [ 31%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/MgridSubspace.cpp.o [ 31%] Building CXX object US_PP/CMakeFiles/US_PP.dir/GetPhaseSpecies.cpp.o [ 31%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/MolecularDynamics.cpp.o [ 31%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumIterator.cpp.o [ 32%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumSetup.cpp.o [ 32%] Building CXX object Misc/CMakeFiles/Misc.dir/InitPe4kpspin.cpp.o Linking CXX static library libInternalPseudo.a [ 32%] Built target InternalPseudo [ 32%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Rmg_dsygvd_gpu.cpp.o [ 32%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/Rmg_zhegvd_gpu.cpp.o [ 32%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumGSE.cpp.o [ 32%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/app_grad_driver.cpp.o [ 32%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/AppCilrDriver.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumIterator.cpp: In function 'void FoldedSpectrumIterator(double*, int, double*, int, double*, double, int, int)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumIterator.cpp:59:9: warning: unused variable 'ione' [-Wunused-variable] int ione = 1; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumIterator.cpp:65:9: warning: unused variable 'sizr' [-Wunused-variable] int sizr = n * k; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumIterator.cpp:68:13: warning: unused variable 'Tgpu' [-Wunused-variable] double *Tgpu = NULL; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumIterator.cpp:69:13: warning: unused variable 'eigs_gpu' [-Wunused-variable] double *eigs_gpu = NULL; ^ [ 33%] Building CXX object US_PP/CMakeFiles/US_PP.dir/InitClebschGordan.cpp.o [ 34%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/GetAugRho.cpp.o [ 34%] [ 35%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumScalapackGSE.cpp.o Building CXX object US_PP/CMakeFiles/US_PP.dir/Ylm.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumGSE.cpp: In instantiation of 'void FoldedSpectrumGSE(DataType*, DataType*, DataType*, int, int, int, int*, int*, int, int, MPI_Comm&) [with DataType = double; MPI_Comm = int]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumGSE.cpp:61:121: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumGSE.cpp:77:11: warning: unused variable 'trans_t' [-Wunused-variable] char *trans_t = "t"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumGSE.cpp:78:10: warning: unused variable 'usecuxt' [-Wunused-variable] bool usecuxt = true; ^ [ 35%] Building CXX object US_PP/CMakeFiles/US_PP.dir/CubicHarmonic.cpp.o [ 35%] Building CXX object Input/CMakeFiles/Input.dir/ReadRmgAtoms.cpp.o [ 35%] Building CXX object Misc/CMakeFiles/Misc.dir/SharedMemory.cpp.o [ 35%] Building CXX object Misc/CMakeFiles/Misc.dir/VhDriver.cpp.o [ 36%] Building CXX object Misc/CMakeFiles/Misc.dir/Pw.cpp.o [ 36%] [ 36%] Building CXX object Misc/CMakeFiles/Misc.dir/PfftForward.cpp.o Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/app_del2_driver.cpp.o [ 36%] Building C object Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_beta_fourth.c.o [ 36%] Building C object Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_fcc.c.o [ 36%] /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp: In instantiation of 'void FoldedSpectrumScalapackGSE(DataType*, DataType*, DataType*, int, int, int, int*, int*, int, Scalapack*) [with DataType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp:62:132: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp:81:11: warning: unused variable 'trans_t' [-Wunused-variable] char *trans_t = "t"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp:85:9: warning: unused variable 'THIS_PE' [-Wunused-variable] int THIS_PE = FSp->GetGroupIndex(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp:86:9: warning: unused variable 'my_root_index' [-Wunused-variable] int my_root_index = MainSp->GetCommRank(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp:89:10: warning: unused variable 'm_f_desca' [-Wunused-variable] int *m_f_desca = MainSp->GetDistDesca(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp:90:9: warning: unused variable 'm_f_dist_length' [-Wunused-variable] int m_f_dist_length = MainSp->ComputeMdim(n) * MainSp->ComputeNdim(n); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackGSE.cpp:96:9: warning: unused variable 's_f_dist_length' [-Wunused-variable] int s_f_dist_length = FSp->ComputeDesca(n, n, s_f_desca); ^ Building CXX object Input/CMakeFiles/Input.dir/ReadDynamics.cpp.o [ 37%] Building C object Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_ortho.c.o [ 37%] Building C object Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_bcc.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/CubicHarmonic.cpp: In function 'double CubicHarmonic(int, int, double*)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/CubicHarmonic.cpp:21:37: warning: unused variable 'm_spherical' [-Wunused-variable] double xymod, rmod, theta, phi, m_spherical; ^ [ 38%] [ 38%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/MixRho.cpp.o Building CXX object US_PP/CMakeFiles/US_PP.dir/InitWeight.cpp.o [ 38%] Building C object Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_beta_sixth.c.o [ 40%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/FiniteDiff_Cbindings.cpp.o [ 40%] Building C object Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_driver.c.o [ 40%] Building CXX object Misc/CMakeFiles/Misc.dir/PfftInverse.cpp.o [ 40%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumOrtho.cpp.o [ 40%] Building CXX object RMG/Subdiag/CMakeFiles/RMG_Subdiag.dir/FoldedSpectrumScalapackOrtho.cpp.o [ 40%] Building CXX object US_PP/CMakeFiles/US_PP.dir/InitWeightOne.cpp.o [ 41%] Building CXX object Misc/CMakeFiles/Misc.dir/GeneralDiag.cpp.o [ 41%] Building CXX object US_PP/CMakeFiles/US_PP.dir/InitLocalForward.cpp.o [ 41%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/FiniteDiff.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumOrtho.cpp: In instantiation of 'void FoldedSpectrumOrtho(int, int, int, int*, int*, KpointType*, KpointType*, int, MPI_Comm&) [with KpointType = double; MPI_Comm = int]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumOrtho.cpp:57:108: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumOrtho.cpp:64:12: warning: unused variable 'rzero' [-Wunused-variable] double rzero = 0.0; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumOrtho.cpp:65:12: warning: unused variable 'rone' [-Wunused-variable] double rone = 1.0; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumOrtho.cpp:82:53: warning: unused variable 'side' [-Wunused-variable] char *trans_t="t", *trans_n="n", *cuplo = "l", *side = "l"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumOrtho.cpp:140:14: warning: variable 'omp_tid' set but not used [-Wunused-but-set-variable] int idx, omp_tid; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumOrtho.cpp:142:13: warning: variable 'st1' set but not used [-Wunused-but-set-variable] int st, st1; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp: In instantiation of 'void FoldedSpectrumScalapackOrtho(int, int, int, int*, int*, KpointType*, KpointType*, KpointType*, KpointType*, KpointType*, Scalapack*) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp:57:143: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp:65:17: warning: unused variable 'NULLptr' [-Wunused-variable] KpointType *NULLptr = NULL; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp:86:53: warning: unused variable 'side' [-Wunused-variable] char *trans_t="t", *trans_n="n", *cuplo = "l", *side = "l"; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp:102:9: warning: unused variable 'FSp_nodes' [-Wunused-variable] int FSp_nodes = FSp_rows * FSp_cols; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp:103:9: warning: unused variable 'FSp_context' [-Wunused-variable] int FSp_context = FSp->GetContext(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp:104:9: warning: unused variable 'FSp_my_index' [-Wunused-variable] int FSp_my_index = FSp_my_row*FSp_cols + FSp_my_col; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp:166:14: warning: variable 'omp_tid' set but not used [-Wunused-but-set-variable] int idx, omp_tid; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Subdiag/FoldedSpectrumScalapackOrtho.cpp:168:13: warning: variable 'st1' set but not used [-Wunused-but-set-variable] int st, st1; ^ [ 41%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/WriteData.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitWeightOne.cpp: In function 'void InitWeightOne(SPECIES*, double (*)[2], std::complex*, int, int, int, fftw_plan, fftw_plan)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitWeightOne.cpp:29:12: warning: unused variable 'r' [-Wunused-variable] double r, ax[3], bx[3]; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitWeightOne.cpp:29:22: warning: unused variable 'bx' [-Wunused-variable] double r, ax[3], bx[3]; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitWeightOne.cpp:38:12: warning: unused variable 'xside' [-Wunused-variable] double xside = get_xside(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitWeightOne.cpp:39:12: warning: unused variable 'yside' [-Wunused-variable] double yside = get_yside(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitWeightOne.cpp:40:12: warning: unused variable 'zside' [-Wunused-variable] double zside = get_zside(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp: In function 'int GeneralDiagScaLapack(double*, double*, double*, double*, int, int, int)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp:218:9: warning: unused variable 'scalapack_npes' [-Wunused-variable] int scalapack_npes = scalapack_nprow * scalapack_npcol; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp:219:9: warning: unused variable 'root_npes' [-Wunused-variable] int root_npes = MainSp->GetRootNpes(); ^ [ 41%] Building CXX object Input/CMakeFiles/Input.dir/ReadKpoints.cpp.o [ 41%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_fcc.cpp.o [ 41%] Building CXX object Finite_diff/CMakeFiles/Finite_diff.dir/app_cir_bcc.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp: In instantiation of 'int GeneralDiagLapack(KpointType*, KpointType*, double*, KpointType*, int, int, int) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp:111:107: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp:119:10: warning: unused variable 'use_folded' [-Wunused-variable] bool use_folded = ((ct.use_folded_spectrum && (ct.scf_steps > 6)) || (ct.use_folded_spectrum && (ct.runflag == RESTART))); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp: In instantiation of 'int GeneralDiagLapack(KpointType*, KpointType*, double*, KpointType*, int, int, int) [with KpointType = std::complex]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp:113:21: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/GeneralDiag.cpp:119:10: warning: unused variable 'use_folded' [-Wunused-variable] [ 42%] Building C object Finite_diff/CMakeFiles/Finite_diff.dir/app_grad.c.o [ 42%] Building C object Finite_diff/CMakeFiles/Finite_diff.dir/app6_del2.c.o Linking CXX static library libRMG_Subdiag.a [ 43%] Built target RMG_Subdiag [ 43%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/RmgPrintTimings.cpp.o [ 43%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/RmgSumAll.cpp.o [ 43%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/RmgTimer.cpp.o [ 44%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/RmgMaxAll.cpp.o [ 44%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/rmg_error.cpp.o [ 44%] [ 44%] Building CXX object Misc/CMakeFiles/Misc.dir/VhPfft.cpp.o Building CXX object Misc/CMakeFiles/Misc.dir/Fft_Cbindings.cpp.o [ 44%] Building CXX object US_PP/CMakeFiles/US_PP.dir/InitLocalBackward.cpp.o [ 44%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/WriteBGW.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RmgLib/src/RmgPrintTimings.cpp: In function 'void RmgPrintTimings(MPI_Comm, const char*, int, int)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RmgLib/src/RmgPrintTimings.cpp:21:12: warning: unused variable 'time1' [-Wunused-variable] double time1, time2; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RmgLib/src/RmgPrintTimings.cpp:21:19: warning: unused variable 'time2' [-Wunused-variable] double time1, time2; ^ [ 45%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/MixBetaxpsi1.cpp.o Linking CXX static library libFinite_diff.a /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp: In function 'void InitLocalBackward(double*, double*, double*)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:42:15: warning: variable 'Zv' set but not used [-Wunused-but-set-variable] double r, Zv, rc, rc2, rcnorm, t1; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:42:23: warning: variable 'rc2' set but not used [-Wunused-but-set-variable] double r, Zv, rc, rc2, rcnorm, t1; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:43:12: warning: unused variable 'x' [-Wunused-variable] double x[3]; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:45:12: warning: variable 'xside' set but not used [-Wunused-but-set-variable] double xside, yside, zside; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:45:19: warning: variable 'yside' set but not used [-Wunused-but-set-variable] double xside, yside, zside; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:45:26: warning: variable 'zside' set but not used [-Wunused-but-set-variable] double xside, yside, zside; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:53:9: warning: unused variable 'npes' [-Wunused-variable] int npes = get_PE_X() * get_PE_Y() * get_PE_Z(); ^ [ 45%] Built target Finite_diff [ 46%] Building CXX object Input/CMakeFiles/Input.dir/ReadKpointsBandstructure.cpp.o [ 46%] Building CXX object Input/CMakeFiles/Input.dir/Verify.cpp.o [ 46%] Building CXX object Input/CMakeFiles/Input.dir/InputKey.cpp.o [ 47%] [ 47%] Building CXX object Input/CMakeFiles/Input.dir/RmgInputFile.cpp.o Building CXX object Input/CMakeFiles/Input.dir/CheckValue.cpp.o In file included from /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:21:0: /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/AtomicInterpolate.h:42:5: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized] if((r < LOGGRID_START)) { ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/InitLocalBackward.cpp:42:12: note: 'r' was declared here double r, Zv, rc, rc2, rcnorm, t1; ^ [ 47%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/get_vh.cpp.o [ 48%] Building CXX object Misc/CMakeFiles/Misc.dir/GetVtotPsi.cpp.o [ 48%] Building CXX object RmgLib/CMakeFiles/RmgLib.dir/src/packfuncs.cpp.o [ 48%] Building CXX object Input/CMakeFiles/Input.dir/ReadCommon.cpp.o [ 49%] Building CXX object US_PP/CMakeFiles/US_PP.dir/FindFftwPhaseLocalpp.cpp.o [ 49%] Building CXX object US_PP/CMakeFiles/US_PP.dir/Radius2grid.cpp.o [ 49%] Building CXX object US_PP/CMakeFiles/US_PP.dir/FindPhase.cpp.o [ 50%] Building CXX object US_PP/CMakeFiles/US_PP.dir/Atomic.cpp.o [ 50%] Building CXX object US_PP/CMakeFiles/US_PP.dir/Atomic_Cbindings.cpp.o [ 50%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/WriteRestart.cpp.o [ 50%] Building CXX object US_PP/CMakeFiles/US_PP.dir/InitPseudo.cpp.o [ 51%] Building CXX object Misc/CMakeFiles/Misc.dir/FftInitPlans.cpp.o [ 51%] Building CXX object Misc/CMakeFiles/Misc.dir/FftFreqBin.cpp.o [ 51%] Building CXX object Misc/CMakeFiles/Misc.dir/FftFilter.cpp.o [ 52%] Building CXX object Misc/CMakeFiles/Misc.dir/FftLaplacian.cpp.o [ 52%] Building CXX object Misc/CMakeFiles/Misc.dir/FftGradient.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/Atomic.cpp: In member function 'void Atomic::InitBessel(double*, int, int, double*)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/Atomic.cpp:592:9: warning: unused variable 'istep' [-Wunused-variable] int istep; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/Atomic.cpp:594:9: warning: unused variable 'npes' [-Wunused-variable] int npes = Rmg_G->get_PE_X() * Rmg_G->get_PE_Y() * Rmg_G->get_PE_Z(); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Input/RmgInputFile.cpp: In member function 'void RmgInputFile::PreprocessInputFile(char*, MPI_Comm)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Input/RmgInputFile.cpp:335:42: warning: 'input_buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] std::string input_string(input_buffer); ^ [ 52%] Building CXX object Misc/CMakeFiles/Misc.dir/FftInterpolation.cpp.o [ 52%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/LcaoGetAwave.cpp.o [ 53%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/LcaoGetPsi.cpp.o Linking CXX static library libRmgLib.a [ 53%] Building CXX object Input/CMakeFiles/Input.dir/MapElements.cpp.o [ 53%] Built target RmgLib [ 54%] Building CXX object Input/CMakeFiles/Input.dir/Upf.cpp.o [ 55%] Building CXX object Misc/CMakeFiles/Misc.dir/FftRestrict.cpp.o [ 55%] Building CXX object Input/CMakeFiles/Input.dir/ReadPseudo.cpp.o [ 55%] Building CXX object Input/CMakeFiles/Input.dir/ReadTFAtoms.cpp.o [ 55%] Building CXX object Misc/CMakeFiles/Misc.dir/CountAtomicOrbitals.cpp.o [ 55%] Building CXX object US_PP/CMakeFiles/US_PP.dir/InitQfunct.cpp.o [ 56%] [ 56%] Building CXX object US_PP/CMakeFiles/US_PP.dir/US_Cbindings.cpp.o Building C object US_PP/CMakeFiles/US_PP.dir/lcao_get_rho.c.o [ 56%] Building CXX object Misc/CMakeFiles/Misc.dir/FilenameIncrement.cpp.o [ 56%] Building CXX object Misc/CMakeFiles/Misc.dir/Scalapack.cpp.o [ 56%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/ReadData.cpp.o [ 57%] Building C object Misc/CMakeFiles/Misc.dir/open_restart_file.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Scalapack.cpp: In constructor 'Scalapack::Scalapack(int, int, int, int, int, int, MPI_Comm)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Scalapack.cpp:115:9: warning: unused variable 'item' [-Wunused-variable] int item = thisimg % images_per_node; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/open_restart_file.c: In function 'open_restart_file': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/open_restart_file.c:67:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (!mkdir (dirname (tmpname), S_IRWXU)) ^ [ 57%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/OutputBandPlot.cpp.o [ 57%] Building C object US_PP/CMakeFiles/US_PP.dir/init_nuc.c.o [ 58%] Building C object US_PP/CMakeFiles/US_PP.dir/init_efield.c.o [ 58%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/AppCirDriverBeta.cpp.o [ 60%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/AssignWeight.cpp.o [ 60%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/GetWeight.cpp.o [ 60%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/GetWeightLocal.cpp.o [ 61%] Building C object US_PP/CMakeFiles/US_PP.dir/weight_shift_center.c.o [ 61%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/GetNlop.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/OutputBandPlot.cpp: In instantiation of 'void OutputBandPlot(Kpoint**) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/OutputBandPlot.cpp:51:47: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/OutputBandPlot.cpp:142:19: warning: unused variable 'line_object' [-Wunused-variable] char *line_object; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/OutputBandPlot.cpp:59:30: warning: unused variable 'pngfile' [-Wunused-variable] char filename[MAX_PATH], pngfile[MAX_PATH]; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/OutputBandPlot.cpp: In instantiation of 'void OutputBandPlot(Kpoint**) [with KpointType = std::complex]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/OutputBandPlot.cpp:52:62: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/OutputBandPlot.cpp:142:19: warning: unused variable 'line_object' [-Wunused-variable] char *line_object; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/OutputBandPlot.cpp:59:30: warning: unused variable 'pngfile' [-Wunused-variable] char filename[MAX_PATH], pngfile[MAX_PATH]; ^ [ 61%] Building C object US_PP/CMakeFiles/US_PP.dir/ylmr2.c.o [ 61%] Building CXX object Misc/CMakeFiles/Misc.dir/cnpy.cpp.o [ 62%] Building C object US_PP/CMakeFiles/US_PP.dir/linint.c.o [ 62%] Building C object US_PP/CMakeFiles/US_PP.dir/get_QnmL.c.o [ 62%] Building CXX object Misc/CMakeFiles/Misc.dir/LinePlot.cpp.o [ 63%] Building C object Misc/CMakeFiles/Misc.dir/prime_factors.c.o [ 63%] Building C object US_PP/CMakeFiles/US_PP.dir/radiff.c.o [ 63%] Building C object US_PP/CMakeFiles/US_PP.dir/ylm.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetWeight.cpp: In instantiation of 'void GetWeight(Kpoint**) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetWeight.cpp:38:55: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetWeight.cpp:105:17: warning: unused variable 'size' [-Wunused-variable] int size = nlxdim * nlydim * nlzdim; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetWeight.cpp: In instantiation of 'void GetWeight(Kpoint**) [with KpointType = std::complex]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetWeight.cpp:39:83: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetWeight.cpp:105:17: warning: unused variable 'size' [-Wunused-variable] [ 64%] Building CXX object US_PP/CMakeFiles/US_PP.dir/GetQI.cpp.o [ 64%] Building C object US_PP/CMakeFiles/US_PP.dir/get_qqq.c.o [ 64%] Building CXX object Misc/CMakeFiles/Misc.dir/InitIo.cpp.o [ 64%] Building CXX object Misc/CMakeFiles/Misc.dir/Output_rho_xsf.cpp.o [ 64%] Building C object US_PP/CMakeFiles/US_PP.dir/radint1.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetNlop.cpp: In instantiation of 'void GetNlop(Kpoint**) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetNlop.cpp:41:49: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetNlop.cpp:49:21: warning: variable 'prj_per_ion' set but not used [-Wunused-but-set-variable] int ix, iy, iz, prj_per_ion; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetNlop.cpp: In instantiation of 'void GetNlop(Kpoint**) [with KpointType = std::complex]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetNlop.cpp:42:78: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/GetNlop.cpp:49:21: warning: variable 'prj_per_ion' set but not used [-Wunused-but-set-variable] [ 64%] Building CXX object Misc/CMakeFiles/Misc.dir/InitHybridModel.cpp.o [ 65%] [ 65%] Building C object US_PP/CMakeFiles/US_PP.dir/get_ddd.c.o Building C object US_PP/CMakeFiles/US_PP.dir/radint.c.o [ 65%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/ReinitIonicPotentials.cpp.o [ 65%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/transition_rmg.cpp.o [ 65%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/PotentialAcceleration.cpp.o [ 66%] Linking CXX static library libInput.a Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/GetNewRho.cpp.o [ 66%] Built target Input [ 66%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Betaxpsi.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/pack_gftoc.c: In function 'pack_gftoc': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/US_PP/pack_gftoc.c:24:9: warning: variable 'ixstart' set but not used [-Wunused-but-set-variable] int ixstart = -(nlxdim )/2; ^ [ 66%] Building C object US_PP/CMakeFiles/US_PP.dir/pack_gftoc.c.o [ 67%] Building CXX object Misc/CMakeFiles/Misc.dir/Fill.cpp.o [ 67%] Building CXX object Misc/CMakeFiles/Misc.dir/GetTe.cpp.o [ 67%] Building C object Misc/CMakeFiles/Misc.dir/init_kpoints.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/init_kpoints.c: In function 'init_kpoints': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/init_kpoints.c:97:31: warning: passing argument 6 of 'spg_get_ir_reciprocal_mesh' from incompatible pointer type is_time_reversal, lattice, tau, ityp, ct.num_ions, symprec); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/init_kpoints.c:41:5: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' int spg_get_ir_reciprocal_mesh(int *grid_address, ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp: In function 'void Output_rho_xsf(double*, MPI_Comm)': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:193:43: warning: narrowing conversion of 'sizes[0]' from 'int' to 'const unsigned int' inside { } [-Wnarrowing] const unsigned int shape1[] = {sizes[0], sizes[1], sizes[2]}; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:193:53: warning: narrowing conversion of 'sizes[1]' from 'int' to 'const unsigned int' inside { } [-Wnarrowing] const unsigned int shape1[] = {sizes[0], sizes[1], sizes[2]}; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:193:63: warning: narrowing conversion of 'sizes[2]' from 'int' to 'const unsigned int' inside { } [-Wnarrowing] const unsigned int shape1[] = {sizes[0], sizes[1], sizes[2]}; ^ In file included from /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:10:0: /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h: In instantiation of 'void cnpy::npz_save(std::string, std::string, const T*, const unsigned int*, unsigned int, std::string) [with T = double; std::string = std::basic_string]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:176:56: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:151:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int m=0; m cnpy::create_npy_header(const T*, const unsigned int*, unsigned int) [with T = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:148:74: required from 'void cnpy::npz_save(std::string, std::string, const T*, const unsigned int*, unsigned int, std::string) [with T = double; std::string = std::basic_string]' /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:176:56: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:216:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 1;i < ndims;i++) { ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h: In instantiation of 'std::vector& cnpy::operator+=(std::vector&, T) [with T = short unsigned int]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:161:22: required from 'void cnpy::npz_save(std::string, std::string, const T*, const unsigned int*, unsigned int, std::string) [with T = double; std::string = std::basic_string]' /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:176:56: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:49:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(char byte = 0; byte < sizeof(T); byte++) { ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h: In instantiation of 'std::vector& cnpy::operator+=(std::vector&, T) [with T = unsigned int]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:167:22: required from 'void cnpy::npz_save(std::string, std::string, const T*, const unsigned int*, unsigned int, std::string) [with T = double; std::string = std::basic_string]' /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:176:56: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:49:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h: In instantiation of 'std::vector& cnpy::operator+=(std::vector&, T) [with T = char]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:211:14: required from 'std::vector cnpy::create_npy_header(const T*, const unsigned int*, unsigned int) [with T = double]' /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:148:74: required from 'void cnpy::npz_save(std::string, std::string, const T*, const unsigned int*, unsigned int, std::string) [with T = double; std::string = std::basic_string]' /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Output_rho_xsf.cpp:176:56: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Headers/cnpy.h:49:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [ 67%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Init.cpp.o Linking CXX static library libUS_PP.a /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Fill.cpp: In instantiation of 'double Fill(Kpoint**, double, double, double, int, int) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Fill.cpp:65:74: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Fill.cpp:76:24: warning: unused variable 'kpt' [-Wunused-variable] int iter, st, st1, kpt, idx, nks, nspin = (ct.spin_flag + 1); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Fill.cpp:78:40: warning: unused variable 'eig' [-Wunused-variable] double mu, dmu, mu1, mu2, f, fmid, eig; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Fill.cpp: In instantiation of 'double Fill(Kpoint**, double, double, double, int, int) [with KpointType = std::complex]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Fill.cpp:66:89: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Fill.cpp:76:24: warning: unused variable 'kpt' [-Wunused-variable] int iter, st, st1, kpt, idx, nks, nspin = (ct.spin_flag + 1); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/Fill.cpp:78:40: warning: unused variable 'eig' [-Wunused-variable] double mu, dmu, mu1, mu2, f, fmid, eig; ^ [ 67%] Built target US_PP [ 68%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Main.cpp.o [ 68%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/AppNls.cpp.o [ 68%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Kpoint.cpp.o [ 69%] Building CXX object Misc/CMakeFiles/Misc.dir/RmgCudaError.cpp.o [ 70%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/State.cpp.o [ 70%] Building CXX object Misc/CMakeFiles/Misc.dir/RmgGemm.cpp.o [ 70%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Quench.cpp.o [ 70%] Building CXX object Misc/CMakeFiles/Misc.dir/RmgSymm.cpp.o [ 70%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Relax.cpp.o [ 70%] [ 70%] Building CXX object Misc/CMakeFiles/Misc.dir/GpuAlloc.cpp.o Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/RmgThread.cpp.o [ 71%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/OutputEigenvalues.cpp.o [ 71%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Scf.cpp.o [ 71%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/pack_stop_axpy.cpp.o [ 72%] Building CXX object Misc/CMakeFiles/Misc.dir/GpuAllocHost.cpp.o [ 72%] Building CXX object Misc/CMakeFiles/Misc.dir/RmgTimer_Cbindings.cpp.o [ 72%] Building CXX object Misc/CMakeFiles/Misc.dir/GlobalSums.cpp.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/Relax.cpp: In function 'void Relax(int, double*, double*, double*, double*, double*, double*, double*, Kpoint**) [with OrbitalType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/Relax.cpp:146:9: warning: 'CONV_FORCE' may be used uninitialized in this function [-Wmaybe-uninitialized] if (CONV_FORCE) ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/Relax.cpp: In function 'void Relax(int, double*, double*, double*, double*, double*, double*, double*, Kpoint**) [with OrbitalType = std::complex]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/Relax.cpp:146:9: warning: 'CONV_FORCE' may be used uninitialized in this function [-Wmaybe-uninitialized] [ 73%] Building CXX object Misc/CMakeFiles/Misc.dir/GlobalSums_Cbindings.cpp.o [ 73%] Building CXX object Misc/CMakeFiles/Misc.dir/BaseThread_Cbindings.cpp.o [ 73%] Building CXX object Misc/CMakeFiles/Misc.dir/TradeImages_Cbindings.cpp.o [ 74%] Building CXX object Misc/CMakeFiles/Misc.dir/RmgSumAll_Cbindings.cpp.o [ 75%] [ 75%] [ 75%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/MgEigState.cpp.o Building CXX object Misc/CMakeFiles/Misc.dir/packfuncs_Cbindings.cpp.o Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/genvpsi.cpp.o [ 75%] Building CXX object Misc/CMakeFiles/Misc.dir/pack_dtos.cpp.o [ 75%] Building CXX object Misc/CMakeFiles/Misc.dir/pack_stod.cpp.o [ 75%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/write_occ.c.o [ 75%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/GetGamma.cpp.o [ 76%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/fastrelax.c.o [ 76%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/scalapack_tools.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/scalapack_tools.c: In function 'matsum_packbuffer': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/scalapack_tools.c:511:56: warning: unused variable 'idx' [-Wunused-variable] int i, j, ii, jj, iii, jjj, li, lj, maxrow, maxcol,idx; ^ [ 77%] Building CXX object Misc/CMakeFiles/Misc.dir/BaseGrid_Cbindings.cpp.o [ 77%] Building CXX object Misc/CMakeFiles/Misc.dir/Lattice_Cbindings.cpp.o [ 77%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/lbfgs_init.c.o [ 77%] Building CXX object Misc/CMakeFiles/Misc.dir/transition.cpp.o [ 78%] Building C object Misc/CMakeFiles/Misc.dir/init_pestr.c.o [ 80%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/Nlforce.cpp.o [ 80%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/pack_rho_ctof.c.o [ 80%] Building C object Misc/CMakeFiles/Misc.dir/init_states.c.o [ 80%] [ 81%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/write_force.c.o Building C object RMG/Common/CMakeFiles/RMG_Common.dir/getpoi_bc.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/getpoi_bc.c: In function 'getpoi_bc': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/getpoi_bc.c:44:12: warning: variable 'r' set but not used [-Wunused-but-set-variable] double r, xc, yc, zc, x, y, z; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/nlforce_par_gamma.c: In function 'nlforce_par_gamma': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/nlforce_par_gamma.c:31:32: warning: unused variable 'three' [-Wunused-variable] int idx, idx1, size, n, m, three = 3; ^ [ 81%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/nlforce_par_gamma.c.o [ 81%] Building C object Misc/CMakeFiles/Misc.dir/get_index.c.o [ 81%] Building C object Misc/CMakeFiles/Misc.dir/get_te.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/get_te.c: In function 'get_te': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/get_te.c:75:26: warning: 'nrho_oppo' may be used uninitialized in this function [-Wmaybe-uninitialized] double *exc, *nrho, *nrho_oppo; ^ [ 82%] Building C object Misc/CMakeFiles/Misc.dir/minimage.c.o [ 82%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/app_smooth1.cpp.o [ 82%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/rand0.c.o [ 83%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/get_extrapolation_constants.c.o [ 83%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/output_wave.c.o [ 83%] Building C object Misc/CMakeFiles/Misc.dir/get_vtot_psi.c.o [ 83%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/write_header.c.o [ 83%] Building C object Misc/CMakeFiles/Misc.dir/my_mpi.c.o [ 84%] Building C object Misc/CMakeFiles/Misc.dir/blaswrappers.c.o [ 85%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/BandStructure.cpp.o [ 85%] Building C object Misc/CMakeFiles/Misc.dir/set_bc.c.o [ 85%] Building C object Misc/CMakeFiles/Misc.dir/cgen_prolong.c.o [ 85%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/wvfn_residual.c.o [ 85%] Building C object Misc/CMakeFiles/Misc.dir/mg_restrict_6.c.o [ 86%] Building C object Misc/CMakeFiles/Misc.dir/ATL_assert.c.o [ 86%] /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/bsplines.c: In function 'dbsint': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/bsplines.c:239:16: warning: variable 'ilp1mx' set but not used [-Wunused-but-set-variable] int leftx, ilp1mx; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/bsplines.c: In function 'spli2d': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/bsplines.c:962:55: warning: variable 'ilp1mx' set but not used [-Wunused-but-set-variable] int i, j, jj, km1, np1, left, lenq, kpkm2, iflag, ilp1mx; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/bsplines.c: In function 'spli3d': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/bsplines.c:1357:59: warning: variable 'ilp1mx' set but not used [-Wunused-but-set-variable] int i, j, jj, in, km1, np1, left, lenq, kpkm2, iflag, ilp1mx; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/bsplines.c: At top level: /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/bsplines.c:1495:15: warning: 'dbs3vl' defined but not used [-Wunused-function] static double dbs3vl (double x, double y, double z__, int kx, ^ Building C object RMG/Common/CMakeFiles/RMG_Common.dir/write_avgd.c.o [ 86%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/bsplines.c.o [ 87%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/claim_ion.c.o [ 87%] [ 87%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/debug_write_rho_z.c.o Building C object Misc/CMakeFiles/Misc.dir/mg_prolong_MAX10.c.o [ 87%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/write_pdb.c.o [ 88%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/nlforce_par_omega.c.o [ 88%] Building C object Misc/CMakeFiles/Misc.dir/init_pos.c.o [ 89%] Building C object Misc/CMakeFiles/Misc.dir/rmg_error.c.o [ 89%] [ 89%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/real_min_all.c.o Building C object Misc/CMakeFiles/Misc.dir/rmg_alloc.c.o [ 89%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/neb_relax.c.o [ 89%] Building C object Misc/CMakeFiles/Misc.dir/ions.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/rmg_alloc.c: In function 'rmg_malloc': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/rmg_alloc.c:16:12: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] printf("\n memory size required %d x %d", n, size); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/rmg_alloc.c: In function 'rmg_malloc_init': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/rmg_alloc.c:26:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] printf("\n memory size required %d x %d", n, size); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/rmg_alloc.c: In function 'rmg_calloc': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/rmg_alloc.c:37:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] printf("\n memory size required %d x %d", n, size); ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/rmg_alloc.c: In function 'rmg_alloc_initialize': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/rmg_alloc.c:101:9: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat=] printf ("!!!! warning: requested initialization of data pointed to by '%s' not done.\n", ptr); ^ [ 90%] Building C object Misc/CMakeFiles/Misc.dir/sl_init_comm.c.o [ 90%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/app_smooth.cpp.o [ 90%] Building C object Misc/CMakeFiles/Misc.dir/get_opposite_occupancies.c.o [ 91%] [ 91%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/xbsmovie.c.o Building C object RMG/Common/CMakeFiles/RMG_Common.dir/init_gpu.c.o [ 91%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/write_zstates.c.o [ 91%] Building C object Misc/CMakeFiles/Misc.dir/get_opposite_eigvals.c.o [ 92%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/symmetry.c.o [ 92%] Building C object Misc/CMakeFiles/Misc.dir/fill_on.c.o [ 92%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/lbfgs.c.o [ 92%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/nlforce_par_Q.c.o [ 93%] [ 93%] Building C object Misc/CMakeFiles/Misc.dir/remap_3d.c.o /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/nlforce_par_Q.c: In function 'nlforce_par_Q': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/nlforce_par_Q.c:35:12: warning: unused variable 'tmp' [-Wunused-variable] double tmp; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/nlforce_par_Q.c:33:9: warning: unused variable 'idx1' [-Wunused-variable] int idx1, idx2, n, m, count, icount, size; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/remap_3d.c: In function 'remap_3d_create_plan': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/Misc/remap_3d.c:150:12: warning: unused variable 'newcomm' [-Wunused-variable] MPI_Comm newcomm; ^ [ 93%] Building C object Misc/CMakeFiles/Misc.dir/pack_3d.c.o Building C object Misc/CMakeFiles/Misc.dir/factor.c.o [ 95%] [ 95%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/rmg_lbfgs.c.o Building C object Misc/CMakeFiles/Misc.dir/get_tf_rho.c.o [ 95%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/test_overlap.c.o [ 95%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/write_avgv.c.o [ 95%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/move_ions.c.o [ 96%] [ 96%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/ranv.c.o Building C object RMG/Common/CMakeFiles/RMG_Common.dir/print_density_z_direction.c.o [ 96%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/set_pbc.c.o [ 97%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/pulay_rho.c.o [ 97%] Building CXX object RMG/Common/CMakeFiles/RMG_Common.dir/PartialGamma.cpp.o [ 97%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/fire.c.o [ 97%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/mg_prolong_6.c.o Linking CXX static library libMisc.a /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/print_density_z_direction.c: In function 'print_density_z_direction': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/print_density_z_direction.c:48:69: warning: variable 'max_grid_z' set but not used [-Wunused-but-set-variable] int min_grid_x, min_grid_y, min_grid_z, max_grid_x, max_grid_y, max_grid_z; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/print_density_z_direction.c:47:33: warning: variable 'zgrid' set but not used [-Wunused-but-set-variable] int p0_basis, xgrid, ygrid, zgrid; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/pulay_rho.c: In function 'pulay_rho': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/pulay_rho.c:68:12: warning: unused variable 'work' [-Wunused-variable] double work[MAX_STEPS*20]; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/pulay_rho.c:67:9: warning: unused variable 'lwork' [-Wunused-variable] int lwork = MAX_STEPS*20; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/fire.c: In function 'fire': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/fire.c:136:2: warning: value computed is not used [-Wunused-value] *n_count ++; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/pulay_rho.c:151:4: warning: 'trade_space' may be used uninitialized in this function [-Wmaybe-uninitialized] special_dot_product(fi, fj, trade_space, weight, N_x, N_y, N_z); ^ [ 98%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/partial_beta_fdiff.c.o [ 98%] Building C object RMG/Common/CMakeFiles/RMG_Common.dir/get_dipole.c.o [ 98%] Built target Misc /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp: In instantiation of 'void BandStructure(Kpoint**, double*, double*, double*) [with KpointType = double]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp:50:85: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp:61:14: warning: unused variable 'istop' [-Wunused-variable] int idx, istop, st1, ist; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp:61:21: warning: unused variable 'st1' [-Wunused-variable] int idx, istop, st1, ist; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp:61:26: warning: unused variable 'ist' [-Wunused-variable] int idx, istop, st1, ist; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp: In instantiation of 'void BandStructure(Kpoint**, double*, double*, double*) [with KpointType = std::complex]': /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp:51:100: required from here /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp:61:14: warning: unused variable 'istop' [-Wunused-variable] int idx, istop, st1, ist; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp:61:21: warning: unused variable 'st1' [-Wunused-variable] int idx, istop, st1, ist; ^ /u/system/bwjenkins/rmg-spp/rmg-release_2.1/RMG/Common/BandStructure.cpp:61:26: warning: unused variable 'ist' [-Wunused-variable] int idx, istop, st1, ist; ^ Linking CXX static library libRMG_Common.a [ 98%] Built target RMG_Common Scanning dependencies of target rmg-cpu [100%] Building CXX object CMakeFiles/rmg-cpu.dir/RMG/Common/Main.cpp.o Linking CXX executable rmg-cpu rm -rf ~/scratch/rmg-spp mkdir -p ~/scratch/rmg-spp cp /projects/bluewaters/benchmarking/SPP/rmg/test-0100-cpu/run.pbs ~/scratch/rmg-spp/run.pbs cp: cannot stat `/projects/bluewaters/benchmarking/SPP/rmg/test-0100-cpu/run.pbs': No such file or directory cp /projects/bluewaters/benchmarking/SPP/rmg/test-0100-cpu/302waters.rmg_cpu ~/scratch/rmg-spp/ cp: cannot stat `/projects/bluewaters/benchmarking/SPP/rmg/test-0100-cpu/302waters.rmg_cpu': No such file or directory cd ~/scratch/rmg-spp cat run.pbs | grep -v aprun > myrun.pbs cat: run.pbs: No such file or directory echo "time aprun -n 400 -N 4 -d 8 -cc numa_node ~/rmg-spp/rmg-release_2.1/build-cpu/rmg-cpu 302waters.rmg_cpu" >> myrun.pbs cat -n myrun.pbs MYJOBID=`qsub myrun.pbs` qsub myrun.pbs [100%] Built target rmg-cpu 1 time aprun -n 400 -N 4 -d 8 -cc numa_node ~/rmg-spp/rmg-release_2.1/build-cpu/rmg-cpu 302waters.rmg_cpu ERROR: Neither 'nodes=<#nodes>:ppn=<#ppn>' nor 'procs=<#ppn>' attribute is specified in job submission. Please specify either '-l nodes=<#nodes>:ppn=<#ppn>' or '-l procs=<#procs>' to indicate the compute resources required for the job. qsub: Your job has been administratively rejected by the queueing system. qsub: There may be a more detailed explanation prior to this notice. echo MYJOBID=$MYJOBID ~arnoldg/ior/wait_for.sh $MYJOBID tail *.log > ~/rmg-spp/rmg.logtail.txt tail: cannot open `*.log' for reading: No such file or directory grep "real" z302water_cpu100.o* grep: z302water_cpu100.o*: No such file or directory MYREALTIME=`egrep "real\s" z302water_cpu100.o* | cut -dl -f2 | cut -dm -f1` egrep "real\s" z302water_cpu100.o* | cut -dl -f2 | cut -dm -f1 egrep: z302water_cpu100.o*: No such file or directory echo "YVALUE= $MYREALTIME" > ~/rmg-spp/rmg.realtime cat -n ~/rmg-spp/rmg.realtime MYJOBID= === RUNNING /u/staff/arnoldg/ior/wait_for.sh === /u/staff/arnoldg/ior/wait_for.sh: missing argument for jobid 1 YVALUE= [SSH] exit-status: 0 [rmg-spp] $ /bin/sh -xe /tmp/jenkins6802783953326840983.sh + scp 'BW_REMOTE:~/rmg-spp/*.txt' /var/lib/jenkins/workspace/rmg-spp 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. Blue Waters Admin Team + scp 'BW_REMOTE:~/rmg-spp/rmg.realtime' /var/lib/jenkins/workspace/rmg-spp 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. Blue Waters Admin Team Recording plot data Saving plot series data from: /var/lib/jenkins/workspace/rmg-spp/rmg.realtime Finished: SUCCESS