Skip to content
Failed

Console Output

Started by GitHub push by TidbitSoftware
Running as SYSTEM
Building remotely on macOS-Intel (mac) in workspace /Users/jenkins/workspace/macOS-Intel-Dakota
The recommended git tool is: NONE
using credential 3c85c82b-fb35-4fea-b703-0aa4f155f9c7
 > git rev-parse --resolve-git-dir /Users/jenkins/workspace/macOS-Intel-Dakota/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:ISSMteam/ISSM.git # timeout=10
Fetching upstream changes from git@github.com:ISSMteam/ISSM.git
 > git --version # timeout=10
 > git --version # 'git version 2.37.1 (Apple Git-137.1)'
using GIT_SSH to set credentials GitHub Deploy Key - ISSMteam/ISSM - Jenkins
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:ISSMteam/ISSM.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 0f0b973f068f5633bec3ffc8a1e7003a450a2133 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f0b973f068f5633bec3ffc8a1e7003a450a2133 # timeout=10
Commit message: "CHG: Standardizing MATLAB and Python wrapper makefiles; adding more possible NumPy header file locations"
 > git rev-list --no-walk 4157c9d13da46fc01d13c3b8ff18511fcaf4b72c # timeout=10
[macOS-Intel-Dakota] $ /bin/bash /var/folders/j6/3xhtbkbs3kj24wm4s4s4b99w0000gp/T/jenkins15549811320376609099.sh
Cleaning up execution directory
======================================================
             Determining installation type            
======================================================
   
List of changed files
---------------------
m4/issm_options.m4
src/wrappers/python/Makefile.am
   
-- checking for changed externalpackages... no
-- checking for reconfiguration... yes
-- checking for recompilation... yes
======================================================
       Skipping autotools                          
======================================================
======================================================
       Skipping cmake                          
======================================================
======================================================
       Skipping petsc                          
======================================================
======================================================
       Skipping gsl                          
======================================================
======================================================
       Skipping boost                          
======================================================
======================================================
       Skipping dakota                          
======================================================
======================================================
       Skipping chaco                          
======================================================
======================================================
       Skipping curl                          
======================================================
======================================================
       Skipping hdf5                          
======================================================
======================================================
       Skipping netcdf                          
======================================================
======================================================
       Skipping proj                          
======================================================
======================================================
       Skipping gdal                          
======================================================
======================================================
       Skipping gshhg                          
======================================================
======================================================
       Skipping gmt                          
======================================================
======================================================
       Skipping gmsh                          
======================================================
======================================================
       Skipping triangle                          
======================================================
======================================================
       Skipping m1qn3                          
======================================================
======================================================
       Skipping semic                          
======================================================
======================================================
       Skipping shell2junit                          
======================================================
======================================================
             Cleaning up and reconfiguring            
======================================================
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/jenkins/workspace/macOS-Intel-Dakota/aux-config/missing aclocal-1.16 -I m4
 cd . && /bin/sh /Users/jenkins/workspace/macOS-Intel-Dakota/aux-config/missing automake-1.16 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/jenkins/workspace/macOS-Intel-Dakota/aux-config/missing autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/Users/jenkins/workspace/macOS-Intel-Dakota --disable-static --enable-development --enable-debugging --with-numthreads=4 --with-matlab-dir=/Applications/MATLAB_R2023b.app --with-python-version=3.9 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy --with-fortran-lib=-L/usr/local/Cellar/gcc/13.2.0/lib/gcc/current -lgfortran --with-mpi-include=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include --with-mpi-libflags=-L/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort --with-blas-lapack-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install --with-metis-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install --with-parmetis-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install --with-scalapack-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install --with-mumps-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install --with-hdf5-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/hdf5/install --with-petsc-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install --with-gsl-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/gsl/install --with-boost-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/boost/install --with-dakota-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install --with-chaco-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/chaco/install --with-proj-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/proj/install --with-triangle-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/triangle/install --with-m1qn3-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/m1qn3/install --with-semic-dir=/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/semic/install LDFLAGS= --no-create --no-recursion
configure: ============================================================================
configure: =      Ice-sheet and Sea-level System Model (ISSM) 4.24 configuration      =
configure: ============================================================================
checking build system type... x86_64-apple-darwin21.6.0
checking host system type... x86_64-apple-darwin21.6.0
checking target system type... x86_64-apple-darwin21.6.0
checking for icc... no
checking for cl... no
checking for icl... no
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for icpc... no
checking for cl... no
checking for icl... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ifort... no
checking for g77... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking for ifort... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./aux-config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether make supports nested variables... (cached) yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/opt/gnu-sed/libexec/gnubin/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 gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
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... 786432
checking how to convert x86_64-apple-darwin21.6.0 file names to x86_64-apple-darwin21.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin21.6.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
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 gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
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... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
checking how to hardcode library paths into programs... immediate
configure: ============================================================================
configure: =                      Checking ISSM specific options                      =
configure: ============================================================================
checking for date... /bin/date
checking for build date... Wed Jul 31 20:42:01 PDT 2024
checking user name... jenkins
checking host full OS name and version... darwin21.6.0
checking host cpu... x86_64
checking vendor... apple
checking host OS name... darwin21
checking host OS version... 21.6.0
checking host OS architecture... x86_64
checking for debugging support... yes
checking for development support... yes
checking for standalone modules build... no
checking for standalone executables build... no
checking for standalone libraries build... no
checking for wrappers compilation... yes
checking operating system type... macOS
checking if system copy of libc has fmemopen (macOS-only check)... yes
checking for MATLAB... yes
checking MATLAB's mex compilation flags... done
checking for JavaScript... no
checking for triangle... yes
checking for Boost... yes
checking for Boost version... 1.73
checking for Dakota... yes
checking for Dakota version... 6.2
checking for Dakota major version... 6
checking for Dakota minor version... 2
checking for Dakota build version... 0
checking for Python... yes
enforced Python version is 3.9
checking for Python header file Python.h... found
checking for Python library libpython... found
checking for python-numpy... yes
checking for Chaco... yes
checking for ESMF... no
checking for CoDiPack... no
checking for tape allocation... no
checking for ADOL-C... no
checking for ADOL-C version... 2
checking for ATLAS and CBLAS libraries... no
checking for GSL... yes
checking for AMPI... no
checking for Adjoint MPI... no
checking for MeDiPack... no
checking for HDF5 libraries... yes
checking for PETSc... yes
checking for PETSc version... 3.20
checking whether PETSc is the development version... no
checking for PETSc libraries and header files in /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install... done
checking for MPI... yes
checking for SCOTCH... no
checking for METIS... yes
checking for ParMETIS... yes
checking for TAO... yes
checking for M1QN3... yes
checking for PROJ... yes
checking for shapelib... no
checking for ScaLAPACK... yes
checking for BLAS/LAPACK... yes
checking for MKL... no
checking for PlaLAPACK... no
checking for MPLAPACK... no
checking for MUMPS... yes
checking for BLACS... no
checking for HYPRE... no
checking for Prometheus... no
checking for SEMIC... yes
checking for SPAI... no
checking for SuperLU... no
checking for SPOOLES... no
checking for PaStiX... no
checking for ml... no
checking for UMFPACK... no
checking for libm... done
checking for MATH77... no
checking for Fortran compilation... yes
checking for Fortran library... done
checking for MeteoIO... no
checking for SNOWPACK... no
checking for NeoPZ... no
checking for Gmsh... no
checking for BAMG capability compilation... yes
checking for ice/ocean coupling capability compilation... no
checking for kml capability compilation... no
checking for kriging capability compilation... yes
checking for HydrologyTws capability compilation... yes
checking for AdjointBalancethickness2 capability compilation... yes
checking for AdjointBalancethickness capability compilation... yes
checking for AdjointHoriz capability compilation... yes
checking for Age capability compilation... yes
checking for Balancethickness2 capability compilation... yes
checking for Balancethickness capability compilation... yes
checking for BalancethicknessSoft capability compilation... yes
checking for Balancevelocity capability compilation... yes
checking for DamageEvolution capability compilation... yes
checking for Debris capability compilation... yes
checking for DepthAverage capability compilation... yes
checking for Enthalpy capability compilation... yes
checking for Esa capability compilation... yes
checking for Extrapolation capability compilation... yes
checking for ExtrudeFromBase capability compilation... yes
checking for ExtrudeFromTop capability compilation... yes
checking for FreeSurfaceBase capability compilation... yes
checking for FreeSurfaceTop capability compilation... yes
checking for GLheightadvection capability compilation... yes
checking for HydrologyDCEfficient capability compilation... yes
checking for HydrologyDCInefficient capability compilation... yes
checking for HydrologyGlaDS capability compilation... yes
checking for HydrologyPism capability compilation... yes
checking for HydrologyShakti capability compilation... yes
checking for HydrologyShreve capability compilation... yes
checking for HydrologyArmapw capability compilation... yes
checking for L2ProjectionBase capability compilation... yes
checking for L2ProjectionEPL capability compilation... yes
checking for Levelset capability compilation... yes
checking for Love capability compilation... yes
checking for Masstransport capability compilation... yes
checking for Melting capability compilation... yes
checking for Oceantransport capability compilation... yes
checking for Recovery capability compilation... yes
checking for Sampling capability compilation... yes
checking for Sealevelchange capability compilation... yes
checking for Smb capability compilation... yes
checking for Smooth capability compilation... yes
checking for Stressbalance capability compilation... yes
checking for StressbalanceSIA capability compilation... yes
checking for StressbalanceVertical capability compilation... yes
checking for Thermal capability compilation... yes
checking for UzawaPressure capability compilation... yes
checking for number of threads... 4
checking for 64-bit indices... 0
checking consistency between all external packages... done
checking that generated files are newer than configure... done
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/c/Makefile
config.status: creating src/wrappers/Makefile
config.status: creating src/wrappers/python/Makefile
config.status: creating src/wrappers/matlab/Makefile
config.status: creating src/wrappers/javascript/Makefile
config.status: creating src/m/Makefile
config.status: creating ./config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making uninstall in src
Making uninstall in c
 ( cd '/Users/jenkins/workspace/macOS-Intel-Dakota/bin' && rm -f issm.exe issm_slc.exe kriging.exe issm_dakota.exe issm_post.exe )
 /bin/sh ../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMCore.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMCore.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMCore.dylib /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMCore.dylib
 /bin/sh ../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMOverload.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMOverload.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMOverload.dylib /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMOverload.dylib
 /bin/sh ../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMModules.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMModules.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMModules.dylib /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMModules.dylib
Making uninstall in m
Making uninstall in wrappers
Making uninstall in matlab
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMMatlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMMatlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMMatlab.dylib /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMMatlab.dylib
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMApi.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMApi.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMApi.0.dylib /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMApi.dylib
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgConvertMesh_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgConvertMesh_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgConvertMesh_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgConvertMesh_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgMesher_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgMesher_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgMesher_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgMesher_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgTriangulate_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgTriangulate_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgTriangulate_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgTriangulate_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToMesh_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToMesh_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToMesh_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToMesh_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToNodes_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToNodes_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToNodes_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToNodes_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/DistanceToMaskBoundary_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/DistanceToMaskBoundary_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/DistanceToMaskBoundary_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/DistanceToMaskBoundary_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ElementConnectivity_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ElementConnectivity_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ElementConnectivity_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ElementConnectivity_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpSimplify_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpSimplify_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpSimplify_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpSimplify_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpToLevelSet_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpToLevelSet_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpToLevelSet_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpToLevelSet_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromGridToMesh_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromGridToMesh_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromGridToMesh_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromGridToMesh_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMesh2d_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMesh2d_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMesh2d_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMesh2d_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToGrid_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToGrid_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToGrid_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToGrid_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh2d_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh2d_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh2d_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh2d_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh3d_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh3d_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh3d_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh3d_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/IssmConfig_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/IssmConfig_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/IssmConfig_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/IssmConfig_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/M1qn3_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/M1qn3_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/M1qn3_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/M1qn3_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshPartition_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshPartition_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshPartition_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshPartition_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshProfileIntersection_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshProfileIntersection_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshProfileIntersection_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshProfileIntersection_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/NodeConnectivity_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/NodeConnectivity_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/NodeConnectivity_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/NodeConnectivity_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/PointCloudFindNeighbors_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/PointCloudFindNeighbors_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/PointCloudFindNeighbors_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/PointCloudFindNeighbors_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ProcessRifts_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ProcessRifts_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ProcessRifts_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ProcessRifts_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/PropagateFlagsFromConnectivity_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/PropagateFlagsFromConnectivity_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/PropagateFlagsFromConnectivity_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/PropagateFlagsFromConnectivity_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/Scotch_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Scotch_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Scotch_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Scotch_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/Triangle_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Triangle_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Triangle_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Triangle_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/Chaco_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Chaco_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Chaco_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Chaco_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/Kriging_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Kriging_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Kriging_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Kriging_matlab.mexmaci64
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/CoordTransform_matlab.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/CoordTransform_matlab.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/CoordTransform_matlab.mexmaci64 /Users/jenkins/workspace/macOS-Intel-Dakota/lib/CoordTransform_matlab.mexmaci64
Making uninstall in python
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMPython.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMPython.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMPython.0.dylib /Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMPython.dylib
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/libISSMApi.la'
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgConvertMesh_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgConvertMesh_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgConvertMesh_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgConvertMesh_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgMesher_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgMesher_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgMesher_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgMesher_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgTriangulate_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgTriangulate_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgTriangulate_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/BamgTriangulate_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToMesh_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToMesh_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToMesh_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToMesh_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToNodes_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToNodes_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToNodes_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ContourToNodes_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ElementConnectivity_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ElementConnectivity_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ElementConnectivity_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ElementConnectivity_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpToLevelSet_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpToLevelSet_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpToLevelSet_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ExpToLevelSet_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromGridToMesh_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromGridToMesh_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromGridToMesh_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromGridToMesh_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMesh2d_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMesh2d_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMesh2d_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMesh2d_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToGrid_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToGrid_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToGrid_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToGrid_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh2d_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh2d_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh2d_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh2d_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh3d_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh3d_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh3d_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/InterpFromMeshToMesh3d_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/IssmConfig_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/IssmConfig_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/IssmConfig_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/IssmConfig_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshPartition_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshPartition_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshPartition_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshPartition_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshProfileIntersection_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshProfileIntersection_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshProfileIntersection_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/MeshProfileIntersection_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/NodeConnectivity_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/NodeConnectivity_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/NodeConnectivity_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/NodeConnectivity_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/Triangle_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Triangle_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Triangle_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Triangle_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/ProcessRifts_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ProcessRifts_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ProcessRifts_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/ProcessRifts_python.so
 /bin/sh ../../../libtool   --mode=uninstall rm -f '/Users/jenkins/workspace/macOS-Intel-Dakota/lib/Chaco_python.la'
libtool: uninstall: rm -f /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Chaco_python.la /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Chaco_python.so /Users/jenkins/workspace/macOS-Intel-Dakota/lib/Chaco_python.so
make[3]: Nothing to be done for `uninstall-am'.
make[2]: Nothing to be done for `uninstall-am'.
make[1]: Nothing to be done for `uninstall-am'.
Making distclean in src
Making distclean in c
 rm -f issm.exe issm_slc.exe kriging.exe issm_dakota.exe issm_post.exe
 rm -f issm issm_slc kriging issm_dakota issm_post
test -z "libISSMCore.la libISSMOverload.la libISSMModules.la" || rm -f libISSMCore.la libISSMOverload.la libISSMModules.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf ./analyses/.libs ./analyses/_libs
rm -rf ./bamg/.libs ./bamg/_libs
rm -rf ./classes/.libs ./classes/_libs
rm -rf ./classes/Constraints/.libs ./classes/Constraints/_libs
rm -rf ./classes/Dakota/.libs ./classes/Dakota/_libs
rm -rf ./classes/Elements/.libs ./classes/Elements/_libs
rm -rf ./classes/ExternalResults/.libs ./classes/ExternalResults/_libs
rm -rf ./classes/Inputs/.libs ./classes/Inputs/_libs
rm -rf ./classes/Loads/.libs ./classes/Loads/_libs
rm -rf ./classes/Materials/.libs ./classes/Materials/_libs
rm -rf ./classes/Options/.libs ./classes/Options/_libs
rm -rf ./classes/Params/.libs ./classes/Params/_libs
rm -rf ./classes/gauss/.libs ./classes/gauss/_libs
rm -rf ./classes/kriging/.libs ./classes/kriging/_libs
rm -rf ./classes/matrix/.libs ./classes/matrix/_libs
rm -rf ./cores/.libs ./cores/_libs
rm -rf ./datastructures/.libs ./datastructures/_libs
rm -rf ./kml/.libs ./kml/_libs
rm -rf ./main/.libs ./main/_libs
rm -rf ./modules/AllocateSystemMatricesx/.libs ./modules/AllocateSystemMatricesx/_libs
rm -rf ./modules/AverageOntoPartitionx/.libs ./modules/AverageOntoPartitionx/_libs
rm -rf ./modules/BamgConvertMeshx/.libs ./modules/BamgConvertMeshx/_libs
rm -rf ./modules/BamgTriangulatex/.libs ./modules/BamgTriangulatex/_libs
rm -rf ./modules/Bamgx/.libs ./modules/Bamgx/_libs
rm -rf ./modules/Calvingx/.libs ./modules/Calvingx/_libs
rm -rf ./modules/Chacox/.libs ./modules/Chacox/_libs
rm -rf ./modules/ConfigureObjectsx/.libs ./modules/ConfigureObjectsx/_libs
rm -rf ./modules/ConstraintsStatex/.libs ./modules/ConstraintsStatex/_libs
rm -rf ./modules/ContourToMeshx/.libs ./modules/ContourToMeshx/_libs
rm -rf ./modules/ContourToNodesx/.libs ./modules/ContourToNodesx/_libs
rm -rf ./modules/ControlInputSetGradientx/.libs ./modules/ControlInputSetGradientx/_libs
rm -rf ./modules/CoordinateSystemTransformx/.libs ./modules/CoordinateSystemTransformx/_libs
rm -rf ./modules/CreateJacobianMatrixx/.libs ./modules/CreateJacobianMatrixx/_libs
rm -rf ./modules/CreateNodalConstraintsx/.libs ./modules/CreateNodalConstraintsx/_libs
rm -rf ./modules/Damagex/.libs ./modules/Damagex/_libs
rm -rf ./modules/DistanceToMaskBoundaryx/.libs ./modules/DistanceToMaskBoundaryx/_libs
rm -rf ./modules/DragCoefficientAbsGradientx/.libs ./modules/DragCoefficientAbsGradientx/_libs
rm -rf ./modules/ElementConnectivityx/.libs ./modules/ElementConnectivityx/_libs
rm -rf ./modules/ElementCoordinatesx/.libs ./modules/ElementCoordinatesx/_libs
rm -rf ./modules/Exp2Kmlx/.libs ./modules/Exp2Kmlx/_libs
rm -rf ./modules/ExpToLevelSetx/.libs ./modules/ExpToLevelSetx/_libs
rm -rf ./modules/FloatingiceMeltingRatePicox/.libs ./modules/FloatingiceMeltingRatePicox/_libs
rm -rf ./modules/FloatingiceMeltingRatex/.libs ./modules/FloatingiceMeltingRatex/_libs
rm -rf ./modules/FrontalForcingsx/.libs ./modules/FrontalForcingsx/_libs
rm -rf ./modules/GeothermalFluxx/.libs ./modules/GeothermalFluxx/_libs
rm -rf ./modules/GetSolutionFromInputsx/.libs ./modules/GetSolutionFromInputsx/_libs
rm -rf ./modules/GetVectorFromControlInputsx/.libs ./modules/GetVectorFromControlInputsx/_libs
rm -rf ./modules/GetVectorFromInputsx/.libs ./modules/GetVectorFromInputsx/_libs
rm -rf ./modules/GiaDeflectionCorex/.libs ./modules/GiaDeflectionCorex/_libs
rm -rf ./modules/Gradjx/.libs ./modules/Gradjx/_libs
rm -rf ./modules/GroundinglineMigrationx/.libs ./modules/GroundinglineMigrationx/_libs
rm -rf ./modules/InputDepthAverageAtBasex/.libs ./modules/InputDepthAverageAtBasex/_libs
rm -rf ./modules/InputDuplicatex/.libs ./modules/InputDuplicatex/_libs
rm -rf ./modules/InputExtrudex/.libs ./modules/InputExtrudex/_libs
rm -rf ./modules/InputUpdateFromConstantx/.libs ./modules/InputUpdateFromConstantx/_libs
rm -rf ./modules/InputUpdateFromDakotax/.libs ./modules/InputUpdateFromDakotax/_libs
rm -rf ./modules/InputUpdateFromMatrixDakotax/.libs ./modules/InputUpdateFromMatrixDakotax/_libs
rm -rf ./modules/InputUpdateFromSolutionx/.libs ./modules/InputUpdateFromSolutionx/_libs
rm -rf ./modules/InputUpdateFromVectorDakotax/.libs ./modules/InputUpdateFromVectorDakotax/_libs
rm -rf ./modules/InputUpdateFromVectorx/.libs ./modules/InputUpdateFromVectorx/_libs
rm -rf ./modules/InterpFromGridToMeshx/.libs ./modules/InterpFromGridToMeshx/_libs
rm -rf ./modules/InterpFromMesh2dx/.libs ./modules/InterpFromMesh2dx/_libs
rm -rf ./modules/InterpFromMeshToGridx/.libs ./modules/InterpFromMeshToGridx/_libs
rm -rf ./modules/InterpFromMeshToMesh2dx/.libs ./modules/InterpFromMeshToMesh2dx/_libs
rm -rf ./modules/InterpFromMeshToMesh3dx/.libs ./modules/InterpFromMeshToMesh3dx/_libs
rm -rf ./modules/IoModelToConstraintsx/.libs ./modules/IoModelToConstraintsx/_libs
rm -rf ./modules/KMLFileReadx/.libs ./modules/KMLFileReadx/_libs
rm -rf ./modules/KMLMeshWritex/.libs ./modules/KMLMeshWritex/_libs
rm -rf ./modules/KMLOverlayx/.libs ./modules/KMLOverlayx/_libs
rm -rf ./modules/KillIcebergsx/.libs ./modules/KillIcebergsx/_libs
rm -rf ./modules/Kml2Expx/.libs ./modules/Kml2Expx/_libs
rm -rf ./modules/Krigingx/.libs ./modules/Krigingx/_libs
rm -rf ./modules/Mergesolutionfromftogx/.libs ./modules/Mergesolutionfromftogx/_libs
rm -rf ./modules/MeshPartitionx/.libs ./modules/MeshPartitionx/_libs
rm -rf ./modules/MeshProfileIntersectionx/.libs ./modules/MeshProfileIntersectionx/_libs
rm -rf ./modules/MmeToInputFromIdx/.libs ./modules/MmeToInputFromIdx/_libs
rm -rf ./modules/ModelProcessorx/.libs ./modules/ModelProcessorx/_libs
rm -rf ./modules/ModelProcessorx/Autodiff/.libs ./modules/ModelProcessorx/Autodiff/_libs
rm -rf ./modules/ModelProcessorx/Control/.libs ./modules/ModelProcessorx/Control/_libs
rm -rf ./modules/ModelProcessorx/Dakota/.libs ./modules/ModelProcessorx/Dakota/_libs
rm -rf ./modules/ModelProcessorx/Transient/.libs ./modules/ModelProcessorx/Transient/_libs
rm -rf ./modules/NodalValuex/.libs ./modules/NodalValuex/_libs
rm -rf ./modules/NodeConnectivityx/.libs ./modules/NodeConnectivityx/_libs
rm -rf ./modules/NodesDofx/.libs ./modules/NodesDofx/_libs
rm -rf ./modules/OceanExchangeDatax/.libs ./modules/OceanExchangeDatax/_libs
rm -rf ./modules/OutputDefinitionsResponsex/.libs ./modules/OutputDefinitionsResponsex/_libs
rm -rf ./modules/OutputResultsx/.libs ./modules/OutputResultsx/_libs
rm -rf ./modules/ParseToolkitsOptionsx/.libs ./modules/ParseToolkitsOptionsx/_libs
rm -rf ./modules/PointCloudFindNeighborsx/.libs ./modules/PointCloudFindNeighborsx/_libs
rm -rf ./modules/ProcessRiftsx/.libs ./modules/ProcessRiftsx/_libs
rm -rf ./modules/PropagateFlagsFromConnectivityx/.libs ./modules/PropagateFlagsFromConnectivityx/_libs
rm -rf ./modules/QmuStatisticsx/.libs ./modules/QmuStatisticsx/_libs
rm -rf ./modules/Reduceloadx/.libs ./modules/Reduceloadx/_libs
rm -rf ./modules/Reducevectorgtofx/.libs ./modules/Reducevectorgtofx/_libs
rm -rf ./modules/ResetConstraintsx/.libs ./modules/ResetConstraintsx/_libs
rm -rf ./modules/ResetFSBasalBoundaryConditionx/.libs ./modules/ResetFSBasalBoundaryConditionx/_libs
rm -rf ./modules/RheologyBAbsGradientx/.libs ./modules/RheologyBAbsGradientx/_libs
rm -rf ./modules/RheologyBbarAbsGradientx/.libs ./modules/RheologyBbarAbsGradientx/_libs
rm -rf ./modules/Scotchx/.libs ./modules/Scotchx/_libs
rm -rf ./modules/SetActiveNodesLSMx/.libs ./modules/SetActiveNodesLSMx/_libs
rm -rf ./modules/SetControlInputsFromVectorx/.libs ./modules/SetControlInputsFromVectorx/_libs
rm -rf ./modules/Shp2Kmlx/.libs ./modules/Shp2Kmlx/_libs
rm -rf ./modules/Solverx/.libs ./modules/Solverx/_libs
rm -rf ./modules/SpcNodesx/.libs ./modules/SpcNodesx/_libs
rm -rf ./modules/StochasticForcingx/.libs ./modules/StochasticForcingx/_libs
rm -rf ./modules/SurfaceAbsVelMisfitx/.libs ./modules/SurfaceAbsVelMisfitx/_libs
rm -rf ./modules/SurfaceAreax/.libs ./modules/SurfaceAreax/_libs
rm -rf ./modules/SurfaceAverageVelMisfitx/.libs ./modules/SurfaceAverageVelMisfitx/_libs
rm -rf ./modules/SurfaceLogVelMisfitx/.libs ./modules/SurfaceLogVelMisfitx/_libs
rm -rf ./modules/SurfaceLogVxVyMisfitx/.libs ./modules/SurfaceLogVxVyMisfitx/_libs
rm -rf ./modules/SurfaceMassBalancex/.libs ./modules/SurfaceMassBalancex/_libs
rm -rf ./modules/SurfaceRelVelMisfitx/.libs ./modules/SurfaceRelVelMisfitx/_libs
rm -rf ./modules/SystemMatricesx/.libs ./modules/SystemMatricesx/_libs
rm -rf ./modules/ThicknessAbsMisfitx/.libs ./modules/ThicknessAbsMisfitx/_libs
rm -rf ./modules/ThicknessAcrossGradientx/.libs ./modules/ThicknessAcrossGradientx/_libs
rm -rf ./modules/ThicknessAlongGradientx/.libs ./modules/ThicknessAlongGradientx/_libs
rm -rf ./modules/Trianglex/.libs ./modules/Trianglex/_libs
rm -rf ./modules/UpdateDynamicConstraintsx/.libs ./modules/UpdateDynamicConstraintsx/_libs
rm -rf ./modules/VertexCoordinatesx/.libs ./modules/VertexCoordinatesx/_libs
rm -rf ./shared/Bamg/.libs ./shared/Bamg/_libs
rm -rf ./shared/Elements/.libs ./shared/Elements/_libs
rm -rf ./shared/Enum/.libs ./shared/Enum/_libs
rm -rf ./shared/Exceptions/.libs ./shared/Exceptions/_libs
rm -rf ./shared/Exp/.libs ./shared/Exp/_libs
rm -rf ./shared/FSanalyticals/.libs ./shared/FSanalyticals/_libs
rm -rf ./shared/LatLong/.libs ./shared/LatLong/_libs
rm -rf ./shared/Matrix/.libs ./shared/Matrix/_libs
rm -rf ./shared/MemOps/.libs ./shared/MemOps/_libs
rm -rf ./shared/Numerics/.libs ./shared/Numerics/_libs
rm -rf ./shared/Random/.libs ./shared/Random/_libs
rm -rf ./shared/Sorting/.libs ./shared/Sorting/_libs
rm -rf ./shared/String/.libs ./shared/String/_libs
rm -rf ./shared/Threads/.libs ./shared/Threads/_libs
rm -rf ./shared/Triangle/.libs ./shared/Triangle/_libs
rm -rf ./shared/io/Comm/.libs ./shared/io/Comm/_libs
rm -rf ./shared/io/Disk/.libs ./shared/io/Disk/_libs
rm -rf ./shared/io/Marshalling/.libs ./shared/io/Marshalling/_libs
rm -rf ./shared/io/Print/.libs ./shared/io/Print/_libs
rm -rf ./solutionsequences/.libs ./solutionsequences/_libs
rm -rf ./toolkits/.libs ./toolkits/_libs
rm -rf ./toolkits/codipack/.libs ./toolkits/codipack/_libs
rm -rf ./toolkits/gsl/.libs ./toolkits/gsl/_libs
rm -rf ./toolkits/issm/.libs ./toolkits/issm/_libs
rm -rf ./toolkits/metis/patches/.libs ./toolkits/metis/patches/_libs
rm -rf ./toolkits/mpi/.libs ./toolkits/mpi/_libs
rm -rf ./toolkits/mpi/commops/.libs ./toolkits/mpi/commops/_libs
rm -rf ./toolkits/mumps/.libs ./toolkits/mumps/_libs
rm -rf ./toolkits/petsc/objects/.libs ./toolkits/petsc/objects/_libs
rm -rf ./toolkits/petsc/patches/.libs ./toolkits/petsc/patches/_libs
rm -f *.o
rm -f ./analyses/*.o
rm -f ./analyses/*.lo
rm -f ./bamg/*.o
rm -f ./bamg/*.lo
rm -f ./classes/*.o
rm -f ./classes/*.lo
rm -f ./classes/Constraints/*.o
rm -f ./classes/Constraints/*.lo
rm -f ./classes/Dakota/*.o
rm -f ./classes/Dakota/*.lo
rm -f ./classes/Elements/*.o
rm -f ./classes/Elements/*.lo
rm -f ./classes/ExternalResults/*.o
rm -f ./classes/ExternalResults/*.lo
rm -f ./classes/Inputs/*.o
rm -f ./classes/Inputs/*.lo
rm -f ./classes/Loads/*.o
rm -f ./classes/Loads/*.lo
rm -f ./classes/Materials/*.o
rm -f ./classes/Materials/*.lo
rm -f ./classes/Options/*.o
rm -f ./classes/Options/*.lo
rm -f ./classes/Params/*.o
rm -f ./classes/Params/*.lo
rm -f ./classes/gauss/*.o
rm -f ./classes/gauss/*.lo
rm -f ./classes/kriging/*.o
rm -f ./classes/kriging/*.lo
rm -f ./classes/matrix/*.o
rm -f ./classes/matrix/*.lo
rm -f ./cores/*.o
rm -f ./cores/*.lo
rm -f ./datastructures/*.o
rm -f ./datastructures/*.lo
rm -f ./kml/*.o
rm -f ./kml/*.lo
rm -f ./main/*.o
rm -f ./main/*.lo
rm -f ./modules/AllocateSystemMatricesx/*.o
rm -f ./modules/AllocateSystemMatricesx/*.lo
rm -f ./modules/AverageOntoPartitionx/*.o
rm -f ./modules/AverageOntoPartitionx/*.lo
rm -f ./modules/BamgConvertMeshx/*.o
rm -f ./modules/BamgConvertMeshx/*.lo
rm -f ./modules/BamgTriangulatex/*.o
rm -f ./modules/BamgTriangulatex/*.lo
rm -f ./modules/Bamgx/*.o
rm -f ./modules/Bamgx/*.lo
rm -f ./modules/Calvingx/*.o
rm -f ./modules/Calvingx/*.lo
rm -f ./modules/Chacox/*.o
rm -f ./modules/Chacox/*.lo
rm -f ./modules/ConfigureObjectsx/*.o
rm -f ./modules/ConfigureObjectsx/*.lo
rm -f ./modules/ConstraintsStatex/*.o
rm -f ./modules/ConstraintsStatex/*.lo
rm -f ./modules/ContourToMeshx/*.o
rm -f ./modules/ContourToMeshx/*.lo
rm -f ./modules/ContourToNodesx/*.o
rm -f ./modules/ContourToNodesx/*.lo
rm -f ./modules/ControlInputSetGradientx/*.o
rm -f ./modules/ControlInputSetGradientx/*.lo
rm -f ./modules/CoordinateSystemTransformx/*.o
rm -f ./modules/CoordinateSystemTransformx/*.lo
rm -f ./modules/CreateJacobianMatrixx/*.o
rm -f ./modules/CreateJacobianMatrixx/*.lo
rm -f ./modules/CreateNodalConstraintsx/*.o
rm -f ./modules/CreateNodalConstraintsx/*.lo
rm -f ./modules/Damagex/*.o
rm -f ./modules/Damagex/*.lo
rm -f ./modules/DistanceToMaskBoundaryx/*.o
rm -f ./modules/DistanceToMaskBoundaryx/*.lo
rm -f ./modules/DragCoefficientAbsGradientx/*.o
rm -f ./modules/DragCoefficientAbsGradientx/*.lo
rm -f ./modules/ElementConnectivityx/*.o
rm -f ./modules/ElementConnectivityx/*.lo
rm -f ./modules/ElementCoordinatesx/*.o
rm -f ./modules/ElementCoordinatesx/*.lo
rm -f ./modules/Exp2Kmlx/*.o
rm -f ./modules/Exp2Kmlx/*.lo
rm -f ./modules/ExpToLevelSetx/*.o
rm -f ./modules/ExpToLevelSetx/*.lo
rm -f ./modules/FloatingiceMeltingRatePicox/*.o
rm -f ./modules/FloatingiceMeltingRatePicox/*.lo
rm -f ./modules/FloatingiceMeltingRatex/*.o
rm -f ./modules/FloatingiceMeltingRatex/*.lo
rm -f ./modules/FrontalForcingsx/*.o
rm -f ./modules/FrontalForcingsx/*.lo
rm -f ./modules/GeothermalFluxx/*.o
rm -f ./modules/GeothermalFluxx/*.lo
rm -f ./modules/GetSolutionFromInputsx/*.o
rm -f ./modules/GetSolutionFromInputsx/*.lo
rm -f ./modules/GetVectorFromControlInputsx/*.o
rm -f ./modules/GetVectorFromControlInputsx/*.lo
rm -f ./modules/GetVectorFromInputsx/*.o
rm -f ./modules/GetVectorFromInputsx/*.lo
rm -f ./modules/GiaDeflectionCorex/*.o
rm -f ./modules/GiaDeflectionCorex/*.lo
rm -f ./modules/Gradjx/*.o
rm -f ./modules/Gradjx/*.lo
rm -f ./modules/GroundinglineMigrationx/*.o
rm -f ./modules/GroundinglineMigrationx/*.lo
rm -f ./modules/InputDepthAverageAtBasex/*.o
rm -f ./modules/InputDepthAverageAtBasex/*.lo
rm -f ./modules/InputDuplicatex/*.o
rm -f ./modules/InputDuplicatex/*.lo
rm -f ./modules/InputExtrudex/*.o
rm -f ./modules/InputExtrudex/*.lo
rm -f ./modules/InputUpdateFromConstantx/*.o
rm -f ./modules/InputUpdateFromConstantx/*.lo
rm -f ./modules/InputUpdateFromDakotax/*.o
rm -f ./modules/InputUpdateFromDakotax/*.lo
rm -f ./modules/InputUpdateFromMatrixDakotax/*.o
rm -f ./modules/InputUpdateFromMatrixDakotax/*.lo
rm -f ./modules/InputUpdateFromSolutionx/*.o
rm -f ./modules/InputUpdateFromSolutionx/*.lo
rm -f ./modules/InputUpdateFromVectorDakotax/*.o
rm -f ./modules/InputUpdateFromVectorDakotax/*.lo
rm -f ./modules/InputUpdateFromVectorx/*.o
rm -f ./modules/InputUpdateFromVectorx/*.lo
rm -f ./modules/InterpFromGridToMeshx/*.o
rm -f ./modules/InterpFromGridToMeshx/*.lo
rm -f ./modules/InterpFromMesh2dx/*.o
rm -f ./modules/InterpFromMesh2dx/*.lo
rm -f ./modules/InterpFromMeshToGridx/*.o
rm -f ./modules/InterpFromMeshToGridx/*.lo
rm -f ./modules/InterpFromMeshToMesh2dx/*.o
rm -f ./modules/InterpFromMeshToMesh2dx/*.lo
rm -f ./modules/InterpFromMeshToMesh3dx/*.o
rm -f ./modules/InterpFromMeshToMesh3dx/*.lo
rm -f ./modules/IoModelToConstraintsx/*.o
rm -f ./modules/IoModelToConstraintsx/*.lo
rm -f ./modules/KMLFileReadx/*.o
rm -f ./modules/KMLFileReadx/*.lo
rm -f ./modules/KMLMeshWritex/*.o
rm -f ./modules/KMLMeshWritex/*.lo
rm -f ./modules/KMLOverlayx/*.o
rm -f ./modules/KMLOverlayx/*.lo
rm -f ./modules/KillIcebergsx/*.o
rm -f ./modules/KillIcebergsx/*.lo
rm -f ./modules/Kml2Expx/*.o
rm -f ./modules/Kml2Expx/*.lo
rm -f ./modules/Krigingx/*.o
rm -f ./modules/Krigingx/*.lo
rm -f ./modules/Mergesolutionfromftogx/*.o
rm -f ./modules/Mergesolutionfromftogx/*.lo
rm -f ./modules/MeshPartitionx/*.o
rm -f ./modules/MeshPartitionx/*.lo
rm -f ./modules/MeshProfileIntersectionx/*.o
rm -f ./modules/MeshProfileIntersectionx/*.lo
rm -f ./modules/MmeToInputFromIdx/*.o
rm -f ./modules/MmeToInputFromIdx/*.lo
rm -f ./modules/ModelProcessorx/*.o
rm -f ./modules/ModelProcessorx/*.lo
rm -f ./modules/ModelProcessorx/Autodiff/*.o
rm -f ./modules/ModelProcessorx/Autodiff/*.lo
rm -f ./modules/ModelProcessorx/Control/*.o
rm -f ./modules/ModelProcessorx/Control/*.lo
rm -f ./modules/ModelProcessorx/Dakota/*.o
rm -f ./modules/ModelProcessorx/Dakota/*.lo
rm -f ./modules/ModelProcessorx/Transient/*.o
rm -f ./modules/ModelProcessorx/Transient/*.lo
rm -f ./modules/NodalValuex/*.o
rm -f ./modules/NodalValuex/*.lo
rm -f ./modules/NodeConnectivityx/*.o
rm -f ./modules/NodeConnectivityx/*.lo
rm -f ./modules/NodesDofx/*.o
rm -f ./modules/NodesDofx/*.lo
rm -f ./modules/OceanExchangeDatax/*.o
rm -f ./modules/OceanExchangeDatax/*.lo
rm -f ./modules/OutputDefinitionsResponsex/*.o
rm -f ./modules/OutputDefinitionsResponsex/*.lo
rm -f ./modules/OutputResultsx/*.o
rm -f ./modules/OutputResultsx/*.lo
rm -f ./modules/ParseToolkitsOptionsx/*.o
rm -f ./modules/ParseToolkitsOptionsx/*.lo
rm -f ./modules/PointCloudFindNeighborsx/*.o
rm -f ./modules/PointCloudFindNeighborsx/*.lo
rm -f ./modules/ProcessRiftsx/*.o
rm -f ./modules/ProcessRiftsx/*.lo
rm -f ./modules/PropagateFlagsFromConnectivityx/*.o
rm -f ./modules/PropagateFlagsFromConnectivityx/*.lo
rm -f ./modules/QmuStatisticsx/*.o
rm -f ./modules/QmuStatisticsx/*.lo
rm -f ./modules/Reduceloadx/*.o
rm -f ./modules/Reduceloadx/*.lo
rm -f ./modules/Reducevectorgtofx/*.o
rm -f ./modules/Reducevectorgtofx/*.lo
rm -f ./modules/ResetConstraintsx/*.o
rm -f ./modules/ResetConstraintsx/*.lo
rm -f ./modules/ResetFSBasalBoundaryConditionx/*.o
rm -f ./modules/ResetFSBasalBoundaryConditionx/*.lo
rm -f ./modules/RheologyBAbsGradientx/*.o
rm -f ./modules/RheologyBAbsGradientx/*.lo
rm -f ./modules/RheologyBbarAbsGradientx/*.o
rm -f ./modules/RheologyBbarAbsGradientx/*.lo
rm -f ./modules/Scotchx/*.o
rm -f ./modules/Scotchx/*.lo
rm -f ./modules/SetActiveNodesLSMx/*.o
rm -f ./modules/SetActiveNodesLSMx/*.lo
rm -f ./modules/SetControlInputsFromVectorx/*.o
rm -f ./modules/SetControlInputsFromVectorx/*.lo
rm -f ./modules/Shp2Kmlx/*.o
rm -f ./modules/Shp2Kmlx/*.lo
rm -f ./modules/Solverx/*.o
rm -f ./modules/Solverx/*.lo
rm -f ./modules/SpcNodesx/*.o
rm -f ./modules/SpcNodesx/*.lo
rm -f ./modules/StochasticForcingx/*.o
rm -f ./modules/StochasticForcingx/*.lo
rm -f ./modules/SurfaceAbsVelMisfitx/*.o
rm -f ./modules/SurfaceAbsVelMisfitx/*.lo
rm -f ./modules/SurfaceAreax/*.o
rm -f ./modules/SurfaceAreax/*.lo
rm -f ./modules/SurfaceAverageVelMisfitx/*.o
rm -f ./modules/SurfaceAverageVelMisfitx/*.lo
rm -f ./modules/SurfaceLogVelMisfitx/*.o
rm -f ./modules/SurfaceLogVelMisfitx/*.lo
rm -f ./modules/SurfaceLogVxVyMisfitx/*.o
rm -f ./modules/SurfaceLogVxVyMisfitx/*.lo
rm -f ./modules/SurfaceMassBalancex/*.o
rm -f ./modules/SurfaceMassBalancex/*.lo
rm -f ./modules/SurfaceRelVelMisfitx/*.o
rm -f ./modules/SurfaceRelVelMisfitx/*.lo
rm -f ./modules/SystemMatricesx/*.o
rm -f ./modules/SystemMatricesx/*.lo
rm -f ./modules/ThicknessAbsMisfitx/*.o
rm -f ./modules/ThicknessAbsMisfitx/*.lo
rm -f ./modules/ThicknessAcrossGradientx/*.o
rm -f ./modules/ThicknessAcrossGradientx/*.lo
rm -f ./modules/ThicknessAlongGradientx/*.o
rm -f ./modules/ThicknessAlongGradientx/*.lo
rm -f ./modules/Trianglex/*.o
rm -f ./modules/Trianglex/*.lo
rm -f ./modules/UpdateDynamicConstraintsx/*.o
rm -f ./modules/UpdateDynamicConstraintsx/*.lo
rm -f ./modules/VertexCoordinatesx/*.o
rm -f ./modules/VertexCoordinatesx/*.lo
rm -f ./shared/Bamg/*.o
rm -f ./shared/Bamg/*.lo
rm -f ./shared/Elements/*.o
rm -f ./shared/Elements/*.lo
rm -f ./shared/Enum/*.o
rm -f ./shared/Enum/*.lo
rm -f ./shared/Exceptions/*.o
rm -f ./shared/Exceptions/*.lo
rm -f ./shared/Exp/*.o
rm -f ./shared/Exp/*.lo
rm -f ./shared/FSanalyticals/*.o
rm -f ./shared/FSanalyticals/*.lo
rm -f ./shared/LatLong/*.o
rm -f ./shared/LatLong/*.lo
rm -f ./shared/Matrix/*.o
rm -f ./shared/Matrix/*.lo
rm -f ./shared/MemOps/*.o
rm -f ./shared/MemOps/*.lo
rm -f ./shared/Numerics/*.o
rm -f ./shared/Numerics/*.lo
rm -f ./shared/Random/*.o
rm -f ./shared/Random/*.lo
rm -f ./shared/Sorting/*.o
rm -f ./shared/Sorting/*.lo
rm -f ./shared/String/*.o
rm -f ./shared/String/*.lo
rm -f ./shared/Threads/*.o
rm -f ./shared/Threads/*.lo
rm -f ./shared/Triangle/*.o
rm -f ./shared/Triangle/*.lo
rm -f ./shared/io/Comm/*.o
rm -f ./shared/io/Comm/*.lo
rm -f ./shared/io/Disk/*.o
rm -f ./shared/io/Disk/*.lo
rm -f ./shared/io/Marshalling/*.o
rm -f ./shared/io/Marshalling/*.lo
rm -f ./shared/io/Print/*.o
rm -f ./shared/io/Print/*.lo
rm -f ./solutionsequences/*.o
rm -f ./solutionsequences/*.lo
rm -f ./toolkits/*.o
rm -f ./toolkits/*.lo
rm -f ./toolkits/codipack/*.o
rm -f ./toolkits/codipack/*.lo
rm -f ./toolkits/gsl/*.o
rm -f ./toolkits/gsl/*.lo
rm -f ./toolkits/issm/*.o
rm -f ./toolkits/issm/*.lo
rm -f ./toolkits/metis/patches/*.o
rm -f ./toolkits/metis/patches/*.lo
rm -f ./toolkits/mpi/*.o
rm -f ./toolkits/mpi/*.lo
rm -f ./toolkits/mpi/commops/*.o
rm -f ./toolkits/mpi/commops/*.lo
rm -f ./toolkits/mumps/*.o
rm -f ./toolkits/mumps/*.lo
rm -f ./toolkits/petsc/objects/*.o
rm -f ./toolkits/petsc/objects/*.lo
rm -f ./toolkits/petsc/patches/*.o
rm -f ./toolkits/petsc/patches/*.lo
rm -f main/*.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f analyses/.deps/.dirstamp
rm -f analyses/.dirstamp
rm -f bamg/.deps/.dirstamp
rm -f bamg/.dirstamp
rm -f classes/.deps/.dirstamp
rm -f classes/.dirstamp
rm -f classes/Constraints/.deps/.dirstamp
rm -f classes/Constraints/.dirstamp
rm -f classes/Dakota/.deps/.dirstamp
rm -f classes/Dakota/.dirstamp
rm -f classes/Elements/.deps/.dirstamp
rm -f classes/Elements/.dirstamp
rm -f classes/ExternalResults/.deps/.dirstamp
rm -f classes/ExternalResults/.dirstamp
rm -f classes/Inputs/.deps/.dirstamp
rm -f classes/Inputs/.dirstamp
rm -f classes/Loads/.deps/.dirstamp
rm -f classes/Loads/.dirstamp
rm -f classes/Materials/.deps/.dirstamp
rm -f classes/Materials/.dirstamp
rm -f classes/Options/.deps/.dirstamp
rm -f classes/Options/.dirstamp
rm -f classes/Params/.deps/.dirstamp
rm -f classes/Params/.dirstamp
rm -f classes/gauss/.deps/.dirstamp
rm -f classes/gauss/.dirstamp
rm -f classes/kriging/.deps/.dirstamp
rm -f classes/kriging/.dirstamp
rm -f classes/matrix/.deps/.dirstamp
rm -f classes/matrix/.dirstamp
rm -f cores/.deps/.dirstamp
rm -f cores/.dirstamp
rm -f datastructures/.deps/.dirstamp
rm -f datastructures/.dirstamp
rm -f kml/.deps/.dirstamp
rm -f kml/.dirstamp
rm -f main/.deps/.dirstamp
rm -f main/.dirstamp
rm -f modules/AllocateSystemMatricesx/.deps/.dirstamp
rm -f modules/AllocateSystemMatricesx/.dirstamp
rm -f modules/AverageOntoPartitionx/.deps/.dirstamp
rm -f modules/AverageOntoPartitionx/.dirstamp
rm -f modules/BamgConvertMeshx/.deps/.dirstamp
rm -f modules/BamgConvertMeshx/.dirstamp
rm -f modules/BamgTriangulatex/.deps/.dirstamp
rm -f modules/BamgTriangulatex/.dirstamp
rm -f modules/Bamgx/.deps/.dirstamp
rm -f modules/Bamgx/.dirstamp
rm -f modules/Calvingx/.deps/.dirstamp
rm -f modules/Calvingx/.dirstamp
rm -f modules/Chacox/.deps/.dirstamp
rm -f modules/Chacox/.dirstamp
rm -f modules/ConfigureObjectsx/.deps/.dirstamp
rm -f modules/ConfigureObjectsx/.dirstamp
rm -f modules/ConstraintsStatex/.deps/.dirstamp
rm -f modules/ConstraintsStatex/.dirstamp
rm -f modules/ContourToMeshx/.deps/.dirstamp
rm -f modules/ContourToMeshx/.dirstamp
rm -f modules/ContourToNodesx/.deps/.dirstamp
rm -f modules/ContourToNodesx/.dirstamp
rm -f modules/ControlInputSetGradientx/.deps/.dirstamp
rm -f modules/ControlInputSetGradientx/.dirstamp
rm -f modules/CoordinateSystemTransformx/.deps/.dirstamp
rm -f modules/CoordinateSystemTransformx/.dirstamp
rm -f modules/CreateJacobianMatrixx/.deps/.dirstamp
rm -f modules/CreateJacobianMatrixx/.dirstamp
rm -f modules/CreateNodalConstraintsx/.deps/.dirstamp
rm -f modules/CreateNodalConstraintsx/.dirstamp
rm -f modules/Damagex/.deps/.dirstamp
rm -f modules/Damagex/.dirstamp
rm -f modules/DistanceToMaskBoundaryx/.deps/.dirstamp
rm -f modules/DistanceToMaskBoundaryx/.dirstamp
rm -f modules/DragCoefficientAbsGradientx/.deps/.dirstamp
rm -f modules/DragCoefficientAbsGradientx/.dirstamp
rm -f modules/ElementConnectivityx/.deps/.dirstamp
rm -f modules/ElementConnectivityx/.dirstamp
rm -f modules/ElementCoordinatesx/.deps/.dirstamp
rm -f modules/ElementCoordinatesx/.dirstamp
rm -f modules/Exp2Kmlx/.deps/.dirstamp
rm -f modules/Exp2Kmlx/.dirstamp
rm -f modules/ExpToLevelSetx/.deps/.dirstamp
rm -f modules/ExpToLevelSetx/.dirstamp
rm -f modules/FloatingiceMeltingRatePicox/.deps/.dirstamp
rm -f modules/FloatingiceMeltingRatePicox/.dirstamp
rm -f modules/FloatingiceMeltingRatex/.deps/.dirstamp
rm -f modules/FloatingiceMeltingRatex/.dirstamp
rm -f modules/FrontalForcingsx/.deps/.dirstamp
rm -f modules/FrontalForcingsx/.dirstamp
rm -f modules/GeothermalFluxx/.deps/.dirstamp
rm -f modules/GeothermalFluxx/.dirstamp
rm -f modules/GetSolutionFromInputsx/.deps/.dirstamp
rm -f modules/GetSolutionFromInputsx/.dirstamp
rm -f modules/GetVectorFromControlInputsx/.deps/.dirstamp
rm -f modules/GetVectorFromControlInputsx/.dirstamp
rm -f modules/GetVectorFromInputsx/.deps/.dirstamp
rm -f modules/GetVectorFromInputsx/.dirstamp
rm -f modules/GiaDeflectionCorex/.deps/.dirstamp
rm -f modules/GiaDeflectionCorex/.dirstamp
rm -f modules/Gradjx/.deps/.dirstamp
rm -f modules/Gradjx/.dirstamp
rm -f modules/GroundinglineMigrationx/.deps/.dirstamp
rm -f modules/GroundinglineMigrationx/.dirstamp
rm -f modules/InputDepthAverageAtBasex/.deps/.dirstamp
rm -f modules/InputDepthAverageAtBasex/.dirstamp
rm -f modules/InputDuplicatex/.deps/.dirstamp
rm -f modules/InputDuplicatex/.dirstamp
rm -f modules/InputExtrudex/.deps/.dirstamp
rm -f modules/InputExtrudex/.dirstamp
rm -f modules/InputUpdateFromConstantx/.deps/.dirstamp
rm -f modules/InputUpdateFromConstantx/.dirstamp
rm -f modules/InputUpdateFromDakotax/.deps/.dirstamp
rm -f modules/InputUpdateFromDakotax/.dirstamp
rm -f modules/InputUpdateFromMatrixDakotax/.deps/.dirstamp
rm -f modules/InputUpdateFromMatrixDakotax/.dirstamp
rm -f modules/InputUpdateFromSolutionx/.deps/.dirstamp
rm -f modules/InputUpdateFromSolutionx/.dirstamp
rm -f modules/InputUpdateFromVectorDakotax/.deps/.dirstamp
rm -f modules/InputUpdateFromVectorDakotax/.dirstamp
rm -f modules/InputUpdateFromVectorx/.deps/.dirstamp
rm -f modules/InputUpdateFromVectorx/.dirstamp
rm -f modules/InterpFromGridToMeshx/.deps/.dirstamp
rm -f modules/InterpFromGridToMeshx/.dirstamp
rm -f modules/InterpFromMesh2dx/.deps/.dirstamp
rm -f modules/InterpFromMesh2dx/.dirstamp
rm -f modules/InterpFromMeshToGridx/.deps/.dirstamp
rm -f modules/InterpFromMeshToGridx/.dirstamp
rm -f modules/InterpFromMeshToMesh2dx/.deps/.dirstamp
rm -f modules/InterpFromMeshToMesh2dx/.dirstamp
rm -f modules/InterpFromMeshToMesh3dx/.deps/.dirstamp
rm -f modules/InterpFromMeshToMesh3dx/.dirstamp
rm -f modules/IoModelToConstraintsx/.deps/.dirstamp
rm -f modules/IoModelToConstraintsx/.dirstamp
rm -f modules/KMLFileReadx/.deps/.dirstamp
rm -f modules/KMLFileReadx/.dirstamp
rm -f modules/KMLMeshWritex/.deps/.dirstamp
rm -f modules/KMLMeshWritex/.dirstamp
rm -f modules/KMLOverlayx/.deps/.dirstamp
rm -f modules/KMLOverlayx/.dirstamp
rm -f modules/KillIcebergsx/.deps/.dirstamp
rm -f modules/KillIcebergsx/.dirstamp
rm -f modules/Kml2Expx/.deps/.dirstamp
rm -f modules/Kml2Expx/.dirstamp
rm -f modules/Krigingx/.deps/.dirstamp
rm -f modules/Krigingx/.dirstamp
rm -f modules/Mergesolutionfromftogx/.deps/.dirstamp
rm -f modules/Mergesolutionfromftogx/.dirstamp
rm -f modules/MeshPartitionx/.deps/.dirstamp
rm -f modules/MeshPartitionx/.dirstamp
rm -f modules/MeshProfileIntersectionx/.deps/.dirstamp
rm -f modules/MeshProfileIntersectionx/.dirstamp
rm -f modules/MmeToInputFromIdx/.deps/.dirstamp
rm -f modules/MmeToInputFromIdx/.dirstamp
rm -f modules/ModelProcessorx/.deps/.dirstamp
rm -f modules/ModelProcessorx/.dirstamp
rm -f modules/ModelProcessorx/Autodiff/.deps/.dirstamp
rm -f modules/ModelProcessorx/Autodiff/.dirstamp
rm -f modules/ModelProcessorx/Control/.deps/.dirstamp
rm -f modules/ModelProcessorx/Control/.dirstamp
rm -f modules/ModelProcessorx/Dakota/.deps/.dirstamp
rm -f modules/ModelProcessorx/Dakota/.dirstamp
rm -f modules/ModelProcessorx/Transient/.deps/.dirstamp
rm -f modules/ModelProcessorx/Transient/.dirstamp
rm -f modules/NodalValuex/.deps/.dirstamp
rm -f modules/NodalValuex/.dirstamp
rm -f modules/NodeConnectivityx/.deps/.dirstamp
rm -f modules/NodeConnectivityx/.dirstamp
rm -f modules/NodesDofx/.deps/.dirstamp
rm -f modules/NodesDofx/.dirstamp
rm -f modules/OceanExchangeDatax/.deps/.dirstamp
rm -f modules/OceanExchangeDatax/.dirstamp
rm -f modules/OutputDefinitionsResponsex/.deps/.dirstamp
rm -f modules/OutputDefinitionsResponsex/.dirstamp
rm -f modules/OutputResultsx/.deps/.dirstamp
rm -f modules/OutputResultsx/.dirstamp
rm -f modules/ParseToolkitsOptionsx/.deps/.dirstamp
rm -f modules/ParseToolkitsOptionsx/.dirstamp
rm -f modules/PointCloudFindNeighborsx/.deps/.dirstamp
rm -f modules/PointCloudFindNeighborsx/.dirstamp
rm -f modules/ProcessRiftsx/.deps/.dirstamp
rm -f modules/ProcessRiftsx/.dirstamp
rm -f modules/PropagateFlagsFromConnectivityx/.deps/.dirstamp
rm -f modules/PropagateFlagsFromConnectivityx/.dirstamp
rm -f modules/QmuStatisticsx/.deps/.dirstamp
rm -f modules/QmuStatisticsx/.dirstamp
rm -f modules/Reduceloadx/.deps/.dirstamp
rm -f modules/Reduceloadx/.dirstamp
rm -f modules/Reducevectorgtofx/.deps/.dirstamp
rm -f modules/Reducevectorgtofx/.dirstamp
rm -f modules/ResetConstraintsx/.deps/.dirstamp
rm -f modules/ResetConstraintsx/.dirstamp
rm -f modules/ResetFSBasalBoundaryConditionx/.deps/.dirstamp
rm -f modules/ResetFSBasalBoundaryConditionx/.dirstamp
rm -f modules/RheologyBAbsGradientx/.deps/.dirstamp
rm -f modules/RheologyBAbsGradientx/.dirstamp
rm -f modules/RheologyBbarAbsGradientx/.deps/.dirstamp
rm -f modules/RheologyBbarAbsGradientx/.dirstamp
rm -f modules/Scotchx/.deps/.dirstamp
rm -f modules/Scotchx/.dirstamp
rm -f modules/SetActiveNodesLSMx/.deps/.dirstamp
rm -f modules/SetActiveNodesLSMx/.dirstamp
rm -f modules/SetControlInputsFromVectorx/.deps/.dirstamp
rm -f modules/SetControlInputsFromVectorx/.dirstamp
rm -f modules/Shp2Kmlx/.deps/.dirstamp
rm -f modules/Shp2Kmlx/.dirstamp
rm -f modules/Solverx/.deps/.dirstamp
rm -f modules/Solverx/.dirstamp
rm -f modules/SpcNodesx/.deps/.dirstamp
rm -f modules/SpcNodesx/.dirstamp
rm -f modules/StochasticForcingx/.deps/.dirstamp
rm -f modules/StochasticForcingx/.dirstamp
rm -f modules/SurfaceAbsVelMisfitx/.deps/.dirstamp
rm -f modules/SurfaceAbsVelMisfitx/.dirstamp
rm -f modules/SurfaceAreax/.deps/.dirstamp
rm -f modules/SurfaceAreax/.dirstamp
rm -f modules/SurfaceAverageVelMisfitx/.deps/.dirstamp
rm -f modules/SurfaceAverageVelMisfitx/.dirstamp
rm -f modules/SurfaceLogVelMisfitx/.deps/.dirstamp
rm -f modules/SurfaceLogVelMisfitx/.dirstamp
rm -f modules/SurfaceLogVxVyMisfitx/.deps/.dirstamp
rm -f modules/SurfaceLogVxVyMisfitx/.dirstamp
rm -f modules/SurfaceMassBalancex/.deps/.dirstamp
rm -f modules/SurfaceMassBalancex/.dirstamp
rm -f modules/SurfaceRelVelMisfitx/.deps/.dirstamp
rm -f modules/SurfaceRelVelMisfitx/.dirstamp
rm -f modules/SystemMatricesx/.deps/.dirstamp
rm -f modules/SystemMatricesx/.dirstamp
rm -f modules/ThicknessAbsMisfitx/.deps/.dirstamp
rm -f modules/ThicknessAbsMisfitx/.dirstamp
rm -f modules/ThicknessAcrossGradientx/.deps/.dirstamp
rm -f modules/ThicknessAcrossGradientx/.dirstamp
rm -f modules/ThicknessAlongGradientx/.deps/.dirstamp
rm -f modules/ThicknessAlongGradientx/.dirstamp
rm -f modules/Trianglex/.deps/.dirstamp
rm -f modules/Trianglex/.dirstamp
rm -f modules/UpdateDynamicConstraintsx/.deps/.dirstamp
rm -f modules/UpdateDynamicConstraintsx/.dirstamp
rm -f modules/VertexCoordinatesx/.deps/.dirstamp
rm -f modules/VertexCoordinatesx/.dirstamp
rm -f shared/Bamg/.deps/.dirstamp
rm -f shared/Bamg/.dirstamp
rm -f shared/Elements/.deps/.dirstamp
rm -f shared/Elements/.dirstamp
rm -f shared/Enum/.deps/.dirstamp
rm -f shared/Enum/.dirstamp
rm -f shared/Exceptions/.deps/.dirstamp
rm -f shared/Exceptions/.dirstamp
rm -f shared/Exp/.deps/.dirstamp
rm -f shared/Exp/.dirstamp
rm -f shared/FSanalyticals/.deps/.dirstamp
rm -f shared/FSanalyticals/.dirstamp
rm -f shared/LatLong/.deps/.dirstamp
rm -f shared/LatLong/.dirstamp
rm -f shared/Matrix/.deps/.dirstamp
rm -f shared/Matrix/.dirstamp
rm -f shared/MemOps/.deps/.dirstamp
rm -f shared/MemOps/.dirstamp
rm -f shared/Numerics/.deps/.dirstamp
rm -f shared/Numerics/.dirstamp
rm -f shared/Random/.deps/.dirstamp
rm -f shared/Random/.dirstamp
rm -f shared/Sorting/.deps/.dirstamp
rm -f shared/Sorting/.dirstamp
rm -f shared/String/.deps/.dirstamp
rm -f shared/String/.dirstamp
rm -f shared/Threads/.deps/.dirstamp
rm -f shared/Threads/.dirstamp
rm -f shared/Triangle/.deps/.dirstamp
rm -f shared/Triangle/.dirstamp
rm -f shared/io/Comm/.deps/.dirstamp
rm -f shared/io/Comm/.dirstamp
rm -f shared/io/Disk/.deps/.dirstamp
rm -f shared/io/Disk/.dirstamp
rm -f shared/io/Marshalling/.deps/.dirstamp
rm -f shared/io/Marshalling/.dirstamp
rm -f shared/io/Print/.deps/.dirstamp
rm -f shared/io/Print/.dirstamp
rm -f solutionsequences/.deps/.dirstamp
rm -f solutionsequences/.dirstamp
rm -f toolkits/.deps/.dirstamp
rm -f toolkits/.dirstamp
rm -f toolkits/codipack/.deps/.dirstamp
rm -f toolkits/codipack/.dirstamp
rm -f toolkits/gsl/.deps/.dirstamp
rm -f toolkits/gsl/.dirstamp
rm -f toolkits/issm/.deps/.dirstamp
rm -f toolkits/issm/.dirstamp
rm -f toolkits/metis/patches/.deps/.dirstamp
rm -f toolkits/metis/patches/.dirstamp
rm -f toolkits/mpi/.deps/.dirstamp
rm -f toolkits/mpi/.dirstamp
rm -f toolkits/mpi/commops/.deps/.dirstamp
rm -f toolkits/mpi/commops/.dirstamp
rm -f toolkits/mumps/.deps/.dirstamp
rm -f toolkits/mumps/.dirstamp
rm -f toolkits/petsc/objects/.deps/.dirstamp
rm -f toolkits/petsc/objects/.dirstamp
rm -f toolkits/petsc/patches/.deps/.dirstamp
rm -f toolkits/petsc/patches/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./analyses/.deps/libISSMCore_la-AdjointBalancethickness2Analysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-AdjointBalancethicknessAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-AdjointHorizAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-AgeAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-Balancethickness2Analysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-BalancethicknessAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-BalancethicknessSoftAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-BalancevelocityAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-DamageEvolutionAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-DebrisAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-DepthAverageAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-EnthalpyAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-EnumToAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-EsaAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-ExtrapolationAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-ExtrudeFromBaseAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-ExtrudeFromTopAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-FreeSurfaceBaseAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-FreeSurfaceTopAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-GLheightadvectionAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-HydrologyArmapwAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-HydrologyDCEfficientAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-HydrologyDCInefficientAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-HydrologyGlaDSAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-HydrologyPismAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-HydrologyShaktiAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-HydrologyShreveAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-HydrologyTwsAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-L2ProjectionBaseAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-L2ProjectionEPLAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-LevelsetAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-LoveAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-MasstransportAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-MeltingAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-OceantransportAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-SamplingAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-SealevelchangeAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-SmbAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-SmoothAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-StressbalanceAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-StressbalanceSIAAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-StressbalanceVerticalAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-ThermalAnalysis.Plo
rm -f ./analyses/.deps/libISSMCore_la-UzawaPressureAnalysis.Plo
rm -f ./bamg/.deps/libISSMCore_la-AdjacentTriangle.Plo
rm -f ./bamg/.deps/libISSMCore_la-BamgGeom.Plo
rm -f ./bamg/.deps/libISSMCore_la-BamgMesh.Plo
rm -f ./bamg/.deps/libISSMCore_la-BamgOpts.Plo
rm -f ./bamg/.deps/libISSMCore_la-BamgQuadtree.Plo
rm -f ./bamg/.deps/libISSMCore_la-BamgVertex.Plo
rm -f ./bamg/.deps/libISSMCore_la-CrackedEdge.Plo
rm -f ./bamg/.deps/libISSMCore_la-Curve.Plo
rm -f ./bamg/.deps/libISSMCore_la-Edge.Plo
rm -f ./bamg/.deps/libISSMCore_la-EigenMetric.Plo
rm -f ./bamg/.deps/libISSMCore_la-GeomEdge.Plo
rm -f ./bamg/.deps/libISSMCore_la-GeomSubDomain.Plo
rm -f ./bamg/.deps/libISSMCore_la-GeomVertex.Plo
rm -f ./bamg/.deps/libISSMCore_la-Geometry.Plo
rm -f ./bamg/.deps/libISSMCore_la-ListofIntersectionTriangles.Plo
rm -f ./bamg/.deps/libISSMCore_la-Mesh.Plo
rm -f ./bamg/.deps/libISSMCore_la-Metric.Plo
rm -f ./bamg/.deps/libISSMCore_la-SetOfE4.Plo
rm -f ./bamg/.deps/libISSMCore_la-SubDomain.Plo
rm -f ./bamg/.deps/libISSMCore_la-Triangle.Plo
rm -f ./bamg/.deps/libISSMCore_la-VertexOnEdge.Plo
rm -f ./bamg/.deps/libISSMCore_la-VertexOnGeom.Plo
rm -f ./bamg/.deps/libISSMCore_la-VertexOnVertex.Plo
rm -f ./classes/.deps/libISSMCore_la-AmrBamg.Plo
rm -f ./classes/.deps/libISSMCore_la-AmrNeopz.Plo
rm -f ./classes/.deps/libISSMCore_la-BarystaticContributions.Plo
rm -f ./classes/.deps/libISSMCore_la-Cfdragcoeffabsgrad.Plo
rm -f ./classes/.deps/libISSMCore_la-Cfdragcoeffabsgradtransient.Plo
rm -f ./classes/.deps/libISSMCore_la-Cflevelsetmisfit.Plo
rm -f ./classes/.deps/libISSMCore_la-Cfrheologybbarabsgrad.Plo
rm -f ./classes/.deps/libISSMCore_la-Cfrheologybbarabsgradtransient.Plo
rm -f ./classes/.deps/libISSMCore_la-Cfsurfacelogvel.Plo
rm -f ./classes/.deps/libISSMCore_la-Cfsurfacesquare.Plo
rm -f ./classes/.deps/libISSMCore_la-Cfsurfacesquaretransient.Plo
rm -f ./classes/.deps/libISSMCore_la-Contours.Plo
rm -f ./classes/.deps/libISSMCore_la-DependentObject.Plo
rm -f ./classes/.deps/libISSMCore_la-FemModel.Plo
rm -f ./classes/.deps/libISSMCore_la-GrdLoads.Plo
rm -f ./classes/.deps/libISSMCore_la-Hook.Plo
rm -f ./classes/.deps/libISSMCore_la-IoModel.Plo
rm -f ./classes/.deps/libISSMCore_la-Misfit.Plo
rm -f ./classes/.deps/libISSMCore_la-Nodalvalue.Plo
rm -f ./classes/.deps/libISSMCore_la-Node.Plo
rm -f ./classes/.deps/libISSMCore_la-Nodes.Plo
rm -f ./classes/.deps/libISSMCore_la-Numberedcostfunction.Plo
rm -f ./classes/.deps/libISSMCore_la-Profiler.Plo
rm -f ./classes/.deps/libISSMCore_la-Radar.Plo
rm -f ./classes/.deps/libISSMCore_la-Regionaloutput.Plo
rm -f ./classes/.deps/libISSMCore_la-RiftStruct.Plo
rm -f ./classes/.deps/libISSMCore_la-SealevelGeometry.Plo
rm -f ./classes/.deps/libISSMCore_la-Vertex.Plo
rm -f ./classes/.deps/libISSMCore_la-Vertices.Plo
rm -f ./classes/Constraints/.deps/libISSMCore_la-Constraints.Plo
rm -f ./classes/Constraints/.deps/libISSMCore_la-SpcDynamic.Plo
rm -f ./classes/Constraints/.deps/libISSMCore_la-SpcStatic.Plo
rm -f ./classes/Constraints/.deps/libISSMCore_la-SpcTransient.Plo
rm -f ./classes/Dakota/.deps/libISSMCore_la-IssmParallelDirectApplicInterface.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-Element.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-ElementHook.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-Elements.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-Penta.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-PentaRef.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-Seg.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-SegRef.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-Tetra.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-TetraRef.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-Tria.Plo
rm -f ./classes/Elements/.deps/libISSMCore_la-TriaRef.Plo
rm -f ./classes/ExternalResults/.deps/libISSMCore_la-Results.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-ArrayInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-BoolInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-ControlInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-DatasetInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-DoubleInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-ElementInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-Inputs.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-IntArrayInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-IntInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-PentaInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-SegInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-TransientInput.Plo
rm -f ./classes/Inputs/.deps/libISSMCore_la-TriaInput.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Channel.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Friction.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Loads.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Moulin.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Neumannflux.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Numericalflux.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Pengrid.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Penpair.Plo
rm -f ./classes/Loads/.deps/libISSMCore_la-Riftfront.Plo
rm -f ./classes/Materials/.deps/libISSMCore_la-Materials.Plo
rm -f ./classes/Materials/.deps/libISSMCore_la-Matestar.Plo
rm -f ./classes/Materials/.deps/libISSMCore_la-Matice.Plo
rm -f ./classes/Materials/.deps/libISSMCore_la-Matlitho.Plo
rm -f ./classes/Options/.deps/libISSMCore_la-OptionUtilities.Plo
rm -f ./classes/Options/.deps/libISSMCore_la-Options.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-BoolParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-ControlParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-DataSetParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-DoubleMatArrayParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-DoubleMatParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-DoubleParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-DoubleTransientMatParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-DoubleVecParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-FileParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-IntMatParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-IntParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-IntVecParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-MatrixParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-Parameters.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-StringArrayParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-StringParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-TransientArrayParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-TransientParam.Plo
rm -f ./classes/Params/.deps/libISSMCore_la-VectorParam.Plo
rm -f ./classes/gauss/.deps/libISSMCore_la-GaussPenta.Plo
rm -f ./classes/gauss/.deps/libISSMCore_la-GaussSeg.Plo
rm -f ./classes/gauss/.deps/libISSMCore_la-GaussTetra.Plo
rm -f ./classes/gauss/.deps/libISSMCore_la-GaussTria.Plo
rm -f ./classes/kriging/.deps/libISSMCore_la-Covertree.Plo
rm -f ./classes/kriging/.deps/libISSMCore_la-ExponentialVariogram.Plo
rm -f ./classes/kriging/.deps/libISSMCore_la-GaussianVariogram.Plo
rm -f ./classes/kriging/.deps/libISSMCore_la-Observation.Plo
rm -f ./classes/kriging/.deps/libISSMCore_la-Observations.Plo
rm -f ./classes/kriging/.deps/libISSMCore_la-PowerVariogram.Plo
rm -f ./classes/kriging/.deps/libISSMCore_la-Quadtree.Plo
rm -f ./classes/kriging/.deps/libISSMCore_la-SphericalVariogram.Plo
rm -f ./classes/matrix/.deps/libISSMCore_la-ElementMatrix.Plo
rm -f ./classes/matrix/.deps/libISSMCore_la-ElementVector.Plo
rm -f ./cores/.deps/libISSMCore_la-AdjointCorePointerFromSolutionEnum.Plo
rm -f ./cores/.deps/libISSMCore_la-CorePointerFromSolutionEnum.Plo
rm -f ./cores/.deps/libISSMCore_la-ProcessArguments.Plo
rm -f ./cores/.deps/libISSMCore_la-ResetBoundaryConditions.Plo
rm -f ./cores/.deps/libISSMCore_la-WrapperCorePointerFromSolutionEnum.Plo
rm -f ./cores/.deps/libISSMCore_la-WrapperPreCorePointerFromSolutionEnum.Plo
rm -f ./cores/.deps/libISSMCore_la-ad_core.Plo
rm -f ./cores/.deps/libISSMCore_la-adjointbalancethickness2_core.Plo
rm -f ./cores/.deps/libISSMCore_la-adjointbalancethickness_core.Plo
rm -f ./cores/.deps/libISSMCore_la-adjointstressbalance_core.Plo
rm -f ./cores/.deps/libISSMCore_la-balancethickness2_core.Plo
rm -f ./cores/.deps/libISSMCore_la-balancethickness_core.Plo
rm -f ./cores/.deps/libISSMCore_la-balancevelocity_core.Plo
rm -f ./cores/.deps/libISSMCore_la-bedslope_core.Plo
rm -f ./cores/.deps/libISSMCore_la-bmb_core.Plo
rm -f ./cores/.deps/libISSMCore_la-control_core.Plo
rm -f ./cores/.deps/libISSMCore_la-controladm1qn3_core.Plo
rm -f ./cores/.deps/libISSMCore_la-controlm1qn3_core.Plo
rm -f ./cores/.deps/libISSMCore_la-controltao_core.Plo
rm -f ./cores/.deps/libISSMCore_la-controlvalidation_core.Plo
rm -f ./cores/.deps/libISSMCore_la-dakota_core.Plo
rm -f ./cores/.deps/libISSMCore_la-damage_core.Plo
rm -f ./cores/.deps/libISSMCore_la-debris_core.Plo
rm -f ./cores/.deps/libISSMCore_la-depthaverage_core.Plo
rm -f ./cores/.deps/libISSMCore_la-dummy_core.Plo
rm -f ./cores/.deps/libISSMCore_la-esa_core.Plo
rm -f ./cores/.deps/libISSMCore_la-extrudefrombase_core.Plo
rm -f ./cores/.deps/libISSMCore_la-extrudefromtop_core.Plo
rm -f ./cores/.deps/libISSMCore_la-groundingline_core.Plo
rm -f ./cores/.deps/libISSMCore_la-hydrology_core.Plo
rm -f ./cores/.deps/libISSMCore_la-levelsetfunctionslope_core.Plo
rm -f ./cores/.deps/libISSMCore_la-love_core.Plo
rm -f ./cores/.deps/libISSMCore_la-masstransport_core.Plo
rm -f ./cores/.deps/libISSMCore_la-movingfront_core.Plo
rm -f ./cores/.deps/libISSMCore_la-oceantransport_core.Plo
rm -f ./cores/.deps/libISSMCore_la-sampling_core.Plo
rm -f ./cores/.deps/libISSMCore_la-sealevelchange_core.Plo
rm -f ./cores/.deps/libISSMCore_la-smb_core.Plo
rm -f ./cores/.deps/libISSMCore_la-steadystate_core.Plo
rm -f ./cores/.deps/libISSMCore_la-stressbalance_core.Plo
rm -f ./cores/.deps/libISSMCore_la-surfaceslope_core.Plo
rm -f ./cores/.deps/libISSMCore_la-thermal_core.Plo
rm -f ./cores/.deps/libISSMCore_la-transient_core.Plo
rm -f ./datastructures/.deps/libISSMCore_la-DataSet.Plo
rm -f ./kml/.deps/libISSMModules_la-KMLFileReadUtils.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Attribute.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_ColorStyle.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Comment.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Container.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Document.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Feature.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_File.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Folder.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Geometry.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_GroundOverlay.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Icon.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_LatLonBox.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_LineString.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_LineStyle.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_LinearRing.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_MultiGeometry.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Object.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Overlay.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Placemark.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Point.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_PolyStyle.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Polygon.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Style.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_StyleSelector.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_SubStyle.Plo
rm -f ./kml/.deps/libISSMModules_la-KML_Unknown.Plo
rm -f ./main/.deps/libISSMCore_la-EnvironmentFinalize.Plo
rm -f ./main/.deps/libISSMCore_la-EnvironmentInit.Plo
rm -f ./main/.deps/libISSMCore_la-esmfbinders.Plo
rm -f ./modules/AllocateSystemMatricesx/.deps/libISSMCore_la-AllocateSystemMatricesx.Plo
rm -f ./modules/AverageOntoPartitionx/.deps/libISSMCore_la-AverageOntoPartitionx.Plo
rm -f ./modules/BamgConvertMeshx/.deps/libISSMCore_la-BamgConvertMeshx.Plo
rm -f ./modules/BamgTriangulatex/.deps/libISSMCore_la-BamgTriangulatex.Plo
rm -f ./modules/Bamgx/.deps/libISSMCore_la-Bamgx.Plo
rm -f ./modules/Calvingx/.deps/libISSMCore_la-Calvingx.Plo
rm -f ./modules/Chacox/.deps/libISSMModules_la-Chacox.Plo
rm -f ./modules/Chacox/.deps/libISSMModules_la-chaco_seconds.Plo
rm -f ./modules/Chacox/.deps/libISSMModules_la-input_parse.Plo
rm -f ./modules/Chacox/.deps/libISSMModules_la-user_params.Plo
rm -f ./modules/ConfigureObjectsx/.deps/libISSMCore_la-ConfigureObjectsx.Plo
rm -f ./modules/ConstraintsStatex/.deps/libISSMCore_la-ConstraintsStatex.Plo
rm -f ./modules/ConstraintsStatex/.deps/libISSMCore_la-RiftConstraintsState.Plo
rm -f ./modules/ContourToMeshx/.deps/libISSMModules_la-ContourToMeshx.Plo
rm -f ./modules/ContourToMeshx/.deps/libISSMModules_la-ContourToMeshxt.Plo
rm -f ./modules/ContourToNodesx/.deps/libISSMModules_la-ContourToNodesx.Plo
rm -f ./modules/ControlInputSetGradientx/.deps/libISSMCore_la-ControlInputSetGradientx.Plo
rm -f ./modules/CoordinateSystemTransformx/.deps/libISSMCore_la-CoordinateSystemTransformx.Plo
rm -f ./modules/CreateJacobianMatrixx/.deps/libISSMCore_la-CreateJacobianMatrixx.Plo
rm -f ./modules/CreateNodalConstraintsx/.deps/libISSMCore_la-CreateNodalConstraintsx.Plo
rm -f ./modules/Damagex/.deps/libISSMCore_la-Damagex.Plo
rm -f ./modules/DistanceToMaskBoundaryx/.deps/libISSMModules_la-DistanceToMaskBoundaryx.Plo
rm -f ./modules/DistanceToMaskBoundaryx/.deps/libISSMModules_la-DistanceToMaskBoundaryxt.Plo
rm -f ./modules/DragCoefficientAbsGradientx/.deps/libISSMCore_la-DragCoefficientAbsGradientx.Plo
rm -f ./modules/ElementConnectivityx/.deps/libISSMModules_la-ElementConnectivityx.Plo
rm -f ./modules/ElementCoordinatesx/.deps/libISSMCore_la-ElementCoordinatesx.Plo
rm -f ./modules/Exp2Kmlx/.deps/libISSMModules_la-Exp2Kmlx.Plo
rm -f ./modules/ExpToLevelSetx/.deps/libISSMModules_la-ExpToLevelSetx.Plo
rm -f ./modules/ExpToLevelSetx/.deps/libISSMModules_la-ExpToLevelSetxt.Plo
rm -f ./modules/FloatingiceMeltingRatePicox/.deps/libISSMCore_la-FloatingiceMeltingRatePicox.Plo
rm -f ./modules/FloatingiceMeltingRatex/.deps/libISSMCore_la-FloatingiceMeltingRatex.Plo
rm -f ./modules/FrontalForcingsx/.deps/libISSMCore_la-FrontalForcingsx.Plo
rm -f ./modules/GeothermalFluxx/.deps/libISSMCore_la-GeothermalFluxx.Plo
rm -f ./modules/GetSolutionFromInputsx/.deps/libISSMCore_la-GetSolutionFromInputsx.Plo
rm -f ./modules/GetVectorFromControlInputsx/.deps/libISSMCore_la-GetVectorFromControlInputsx.Plo
rm -f ./modules/GetVectorFromInputsx/.deps/libISSMCore_la-GetVectorFromInputsx.Plo
rm -f ./modules/GiaDeflectionCorex/.deps/libISSMCore_la-GiaDeflectionCorex.Plo
rm -f ./modules/Gradjx/.deps/libISSMCore_la-Gradjx.Plo
rm -f ./modules/GroundinglineMigrationx/.deps/libISSMCore_la-GroundinglineMigrationx.Plo
rm -f ./modules/InputDepthAverageAtBasex/.deps/libISSMCore_la-InputDepthAverageAtBasex.Plo
rm -f ./modules/InputDuplicatex/.deps/libISSMCore_la-InputDuplicatex.Plo
rm -f ./modules/InputExtrudex/.deps/libISSMCore_la-InputExtrudex.Plo
rm -f ./modules/InputUpdateFromConstantx/.deps/libISSMCore_la-InputUpdateFromConstantx.Plo
rm -f ./modules/InputUpdateFromDakotax/.deps/libISSMCore_la-InputUpdateFromDakotax.Plo
rm -f ./modules/InputUpdateFromMatrixDakotax/.deps/libISSMCore_la-InputUpdateFromMatrixDakotax.Plo
rm -f ./modules/InputUpdateFromSolutionx/.deps/libISSMCore_la-InputUpdateFromSolutionx.Plo
rm -f ./modules/InputUpdateFromVectorDakotax/.deps/libISSMCore_la-InputUpdateFromVectorDakotax.Plo
rm -f ./modules/InputUpdateFromVectorx/.deps/libISSMCore_la-InputUpdateFromVectorx.Plo
rm -f ./modules/InterpFromGridToMeshx/.deps/libISSMModules_la-InterpFromGridToMeshx.Plo
rm -f ./modules/InterpFromMesh2dx/.deps/libISSMModules_la-InterpFromMesh2dx.Plo
rm -f ./modules/InterpFromMesh2dx/.deps/libISSMModules_la-InterpFromMesh2dxt.Plo
rm -f ./modules/InterpFromMeshToGridx/.deps/libISSMModules_la-InterpFromMeshToGridx.Plo
rm -f ./modules/InterpFromMeshToMesh2dx/.deps/libISSMCore_la-InterpFromMeshToMesh2dx.Plo
rm -f ./modules/InterpFromMeshToMesh3dx/.deps/libISSMModules_la-InterpFromMeshToMesh3dx.Plo
rm -f ./modules/IoModelToConstraintsx/.deps/libISSMCore_la-IoModelToConstraintsx.Plo
rm -f ./modules/KMLFileReadx/.deps/libISSMModules_la-KMLFileReadx.Plo
rm -f ./modules/KMLMeshWritex/.deps/libISSMModules_la-KMLMeshWritex.Plo
rm -f ./modules/KMLOverlayx/.deps/libISSMModules_la-KMLOverlayx.Plo
rm -f ./modules/KillIcebergsx/.deps/libISSMCore_la-KillIcebergsx.Plo
rm -f ./modules/Kml2Expx/.deps/libISSMModules_la-Kml2Expx.Plo
rm -f ./modules/Krigingx/.deps/libISSMCore_la-pKrigingx.Plo
rm -f ./modules/Krigingx/.deps/libISSMModules_la-Krigingx.Plo
rm -f ./modules/Krigingx/.deps/libISSMModules_la-pKrigingx.Plo
rm -f ./modules/Mergesolutionfromftogx/.deps/libISSMCore_la-Mergesolutionfromftogx.Plo
rm -f ./modules/MeshPartitionx/.deps/libISSMCore_la-MeshPartitionx.Plo
rm -f ./modules/MeshProfileIntersectionx/.deps/libISSMModules_la-MeshProfileIntersectionx.Plo
rm -f ./modules/MmeToInputFromIdx/.deps/libISSMCore_la-MmeToInputFromIdx.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-CreateEdges.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-CreateElementsVerticesAndMaterials.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-CreateFaces.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-CreateNodes.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-CreateNumberNodeToElementConnectivity.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-CreateOutputDefinitions.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-CreateParameters.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-CreateSingleNodeToElementConnectivity.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-EdgesPartitioning.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-ElementsAndVerticesPartitioning.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-FacesPartitioning.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-ModelProcessorx.Plo
rm -f ./modules/ModelProcessorx/.deps/libISSMCore_la-NodesPartitioning.Plo
rm -f ./modules/ModelProcessorx/Autodiff/.deps/libISSMCore_la-CreateParametersAutodiff.Plo
rm -f ./modules/ModelProcessorx/Control/.deps/libISSMCore_la-CreateParametersControl.Plo
rm -f ./modules/ModelProcessorx/Control/.deps/libISSMCore_la-UpdateElementsAndMaterialsControl.Plo
rm -f ./modules/ModelProcessorx/Dakota/.deps/libISSMCore_la-CreateParametersDakota.Plo
rm -f ./modules/ModelProcessorx/Dakota/.deps/libISSMCore_la-UpdateElementsAndMaterialsDakota.Plo
rm -f ./modules/ModelProcessorx/Transient/.deps/libISSMCore_la-UpdateElementsTransient.Plo
rm -f ./modules/ModelProcessorx/Transient/.deps/libISSMCore_la-UpdateParametersTransient.Plo
rm -f ./modules/NodalValuex/.deps/libISSMCore_la-NodalValuex.Plo
rm -f ./modules/NodeConnectivityx/.deps/libISSMModules_la-NodeConnectivityx.Plo
rm -f ./modules/NodesDofx/.deps/libISSMCore_la-NodesDofx.Plo
rm -f ./modules/OceanExchangeDatax/.deps/libISSMCore_la-OceanExchangeDatax.Plo
rm -f ./modules/OutputDefinitionsResponsex/.deps/libISSMCore_la-OutputDefinitionsResponsex.Plo
rm -f ./modules/OutputResultsx/.deps/libISSMCore_la-OutputResultsx.Plo
rm -f ./modules/ParseToolkitsOptionsx/.deps/libISSMCore_la-ParseToolkitsOptionsx.Plo
rm -f ./modules/PointCloudFindNeighborsx/.deps/libISSMModules_la-PointCloudFindNeighborsx.Plo
rm -f ./modules/PointCloudFindNeighborsx/.deps/libISSMModules_la-PointCloudFindNeighborsxt.Plo
rm -f ./modules/ProcessRiftsx/.deps/libISSMModules_la-ProcessRiftsx.Plo
rm -f ./modules/PropagateFlagsFromConnectivityx/.deps/libISSMModules_la-PropagateFlagsFromConnectivityx.Plo
rm -f ./modules/QmuStatisticsx/.deps/libISSMCore_la-QmuStatisticsx.Plo
rm -f ./modules/Reduceloadx/.deps/libISSMCore_la-Reduceloadx.Plo
rm -f ./modules/Reducevectorgtofx/.deps/libISSMCore_la-Reducevectorgtofx.Plo
rm -f ./modules/ResetConstraintsx/.deps/libISSMCore_la-ResetConstraintsx.Plo
rm -f ./modules/ResetFSBasalBoundaryConditionx/.deps/libISSMCore_la-ResetFSBasalBoundaryConditionx.Plo
rm -f ./modules/RheologyBAbsGradientx/.deps/libISSMCore_la-RheologyBAbsGradientx.Plo
rm -f ./modules/RheologyBbarAbsGradientx/.deps/libISSMCore_la-RheologyBbarAbsGradientx.Plo
rm -f ./modules/Scotchx/.deps/libISSMModules_la-Scotchx.Plo
rm -f ./modules/SetActiveNodesLSMx/.deps/libISSMCore_la-SetActiveNodesLSMx.Plo
rm -f ./modules/SetControlInputsFromVectorx/.deps/libISSMCore_la-SetControlInputsFromVectorx.Plo
rm -f ./modules/Shp2Kmlx/.deps/libISSMModules_la-Shp2Kmlx.Plo
rm -f ./modules/Solverx/.deps/libISSMCore_la-Solverx.Plo
rm -f ./modules/SpcNodesx/.deps/libISSMCore_la-SpcNodesx.Plo
rm -f ./modules/StochasticForcingx/.deps/libISSMCore_la-StochasticForcingx.Plo
rm -f ./modules/SurfaceAbsVelMisfitx/.deps/libISSMCore_la-SurfaceAbsVelMisfitx.Plo
rm -f ./modules/SurfaceAreax/.deps/libISSMCore_la-SurfaceAreax.Plo
rm -f ./modules/SurfaceAverageVelMisfitx/.deps/libISSMCore_la-SurfaceAverageVelMisfitx.Plo
rm -f ./modules/SurfaceLogVelMisfitx/.deps/libISSMCore_la-SurfaceLogVelMisfitx.Plo
rm -f ./modules/SurfaceLogVxVyMisfitx/.deps/libISSMCore_la-SurfaceLogVxVyMisfitx.Plo
rm -f ./modules/SurfaceMassBalancex/.deps/libISSMCore_la-Gembx.Plo
rm -f ./modules/SurfaceMassBalancex/.deps/libISSMCore_la-SurfaceMassBalancex.Plo
rm -f ./modules/SurfaceRelVelMisfitx/.deps/libISSMCore_la-SurfaceRelVelMisfitx.Plo
rm -f ./modules/SystemMatricesx/.deps/libISSMCore_la-SystemMatricesx.Plo
rm -f ./modules/ThicknessAbsMisfitx/.deps/libISSMCore_la-ThicknessAbsMisfitx.Plo
rm -f ./modules/ThicknessAcrossGradientx/.deps/libISSMCore_la-ThicknessAcrossGradientx.Plo
rm -f ./modules/ThicknessAlongGradientx/.deps/libISSMCore_la-ThicknessAlongGradientx.Plo
rm -f ./modules/Trianglex/.deps/libISSMModules_la-Trianglex.Plo
rm -f ./modules/UpdateDynamicConstraintsx/.deps/libISSMCore_la-UpdateDynamicConstraintsx.Plo
rm -f ./modules/VertexCoordinatesx/.deps/libISSMCore_la-VertexCoordinatesx.Plo
rm -f ./shared/Bamg/.deps/libISSMCore_la-BigPrimeNumber.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-Arrhenius.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-BuddJacka.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-ComputeD18OTemperaturePrecipitationFromPD.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-ComputeDelta18oTemperaturePrecipitation.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-ComputeMungsmTemperaturePrecipitation.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-Cuffey.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-CuffeyTemperate.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-DrainageFunctionWaterfraction.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-EstarComponents.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-LliboutryDuval.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-NyeCO2.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-NyeH2O.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-Paterson.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-PddSurfaceMassBalance.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-PddSurfaceMassBalanceSicopolis.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-PrintArrays.Plo
rm -f ./shared/Elements/.deps/libISSMCore_la-StressIntensityIntegralWeight.Plo
rm -f ./shared/Enum/.deps/libISSMCore_la-EnumToStringx.Plo
rm -f ./shared/Enum/.deps/libISSMCore_la-StringToEnumx.Plo
rm -f ./shared/Exceptions/.deps/libISSMCore_la-Exceptions.Plo
rm -f ./shared/Exp/.deps/libISSMModules_la-exp.Plo
rm -f ./shared/FSanalyticals/.deps/libISSMCore_la-fsanalyticals.Plo
rm -f ./shared/LatLong/.deps/libISSMCore_la-Ll2xyx.Plo
rm -f ./shared/LatLong/.deps/libISSMCore_la-Xy2llx.Plo
rm -f ./shared/Matrix/.deps/libISSMCore_la-MatrixUtils.Plo
rm -f ./shared/MemOps/.deps/libISSMCore_la-MemOps.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-BrentSearch.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-GaussPoints.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-NewtonSolveDnorm.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-ODE1.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-Verbosity.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-XZvectorsToCoordinateSystem.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-cross.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-cubic.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-extrema.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-isnan.Plo
rm -f ./shared/Numerics/.deps/libISSMCore_la-legendre.Plo
rm -f ./shared/Random/.deps/libISSMCore_la-random.Plo
rm -f ./shared/Random/.deps/libISSMCore_la-randomgenerator.Plo
rm -f ./shared/Sorting/.deps/libISSMCore_la-binary_search.Plo
rm -f ./shared/String/.deps/ApiPrintf.Plo
rm -f ./shared/String/.deps/libISSMCore_la-DescriptorIndex.Plo
rm -f ./shared/Threads/.deps/libISSMModules_la-LaunchThread.Plo
rm -f ./shared/Threads/.deps/libISSMModules_la-PartitionRange.Plo
rm -f ./shared/Triangle/.deps/libISSMModules_la-AssociateSegmentToElement.Plo
rm -f ./shared/Triangle/.deps/libISSMModules_la-GridInsideHole.Plo
rm -f ./shared/Triangle/.deps/libISSMModules_la-OrderSegments.Plo
rm -f ./shared/Triangle/.deps/libISSMModules_la-SplitMeshForRifts.Plo
rm -f ./shared/Triangle/.deps/libISSMModules_la-TriangleUtils.Plo
rm -f ./shared/io/Comm/.deps/libISSMCore_la-IssmComm.Plo
rm -f ./shared/io/Disk/.deps/libISSMCore_la-WriteLockFile.Plo
rm -f ./shared/io/Disk/.deps/libISSMCore_la-pfclose.Plo
rm -f ./shared/io/Disk/.deps/libISSMCore_la-pfopen.Plo
rm -f ./shared/io/Marshalling/.deps/libISSMCore_la-IoCodeConversions.Plo
rm -f ./shared/io/Marshalling/.deps/libISSMCore_la-Marshalling.Plo
rm -f ./shared/io/Print/.deps/libISSMCore_la-PrintfFunction.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-convergence.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_adjoint_linear.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_fct.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_glads_nonlinear.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_hydro_nonlinear.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_la.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_la_theta.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_linear.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_newton.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_nonlinear.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_sampling.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_schurcg.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_shakti_nonlinear.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_stokescoupling_nonlinear.Plo
rm -f ./solutionsequences/.deps/libISSMCore_la-solutionsequence_thermal_nonlinear.Plo
rm -f ./toolkits/.deps/libISSMCore_la-ToolkitOptions.Plo
rm -f ./toolkits/codipack/.deps/libISSMCore_la-CoDiPackGlobal.Plo
rm -f ./toolkits/codipack/.deps/libISSMCore_la-ampi_interface.Plo
rm -f ./toolkits/gsl/.deps/libISSMCore_la-DenseGslSolve.Plo
rm -f ./toolkits/issm/.deps/libISSMCore_la-IssmSolver.Plo
rm -f ./toolkits/issm/.deps/libISSMCore_la-IssmToolkitUtils.Plo
rm -f ./toolkits/metis/patches/.deps/libISSMCore_la-METIS_PartMeshNodalPatch.Plo
rm -f ./toolkits/mpi/.deps/libISSMCore_la-issmmpi.Plo
rm -f ./toolkits/mpi/commops/.deps/libISSMCore_la-DetermineGlobalSize.Plo
rm -f ./toolkits/mpi/commops/.deps/libISSMCore_la-DetermineLocalSize.Plo
rm -f ./toolkits/mpi/commops/.deps/libISSMCore_la-DetermineRowRankFromLocalSize.Plo
rm -f ./toolkits/mpi/commops/.deps/libISSMCore_la-GetOwnershipBoundariesFromRange.Plo
rm -f ./toolkits/mumps/.deps/libISSMCore_la-MumpsSolve.Plo
rm -f ./toolkits/petsc/objects/.deps/libISSMCore_la-PetscMat.Plo
rm -f ./toolkits/petsc/objects/.deps/libISSMCore_la-PetscSolver.Plo
rm -f ./toolkits/petsc/objects/.deps/libISSMCore_la-PetscVec.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-ISSMToPetscInsertMode.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-ISSMToPetscMatrixType.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-ISSMToPetscNormMode.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-KSPFree.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-MatFree.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-MatMultPatch.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-MatToMPISerial.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-NewMat.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-NewVec.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-PetscOptionsDetermineSolverType.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-VecFree.Plo
rm -f ./toolkits/petsc/patches/.deps/libISSMCore_la-VecToMPISerial.Plo
rm -f main/.deps/issm-issm.Po
rm -f main/.deps/issm_dakota-issm_dakota.Po
rm -f main/.deps/issm_ocean-issm_ocean.Po
rm -f main/.deps/issm_post-issm_post.Po
rm -f main/.deps/issm_slc-issm_slc.Po
rm -f main/.deps/kriging-kriging.Po
rm -f Makefile
Making distclean in m
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f Makefile
Making distclean in wrappers
Making distclean in matlab
test -z "libISSMMatlab.la libISSMApi.la BamgConvertMesh_matlab.la BamgMesher_matlab.la BamgTriangulate_matlab.la ContourToMesh_matlab.la ContourToNodes_matlab.la DistanceToMaskBoundary_matlab.la ElementConnectivity_matlab.la ExpSimplify_matlab.la ExpToLevelSet_matlab.la InterpFromGridToMesh_matlab.la InterpFromMesh2d_matlab.la InterpFromMeshToGrid_matlab.la InterpFromMeshToMesh2d_matlab.la InterpFromMeshToMesh3d_matlab.la IssmConfig_matlab.la M1qn3_matlab.la MeshPartition_matlab.la MeshProfileIntersection_matlab.la NodeConnectivity_matlab.la PointCloudFindNeighbors_matlab.la ProcessRifts_matlab.la PropagateFlagsFromConnectivity_matlab.la Scotch_matlab.la Triangle_matlab.la Chaco_matlab.la Kriging_matlab.la  CoordTransform_matlab.la" || rm -f libISSMMatlab.la libISSMApi.la BamgConvertMesh_matlab.la BamgMesher_matlab.la BamgTriangulate_matlab.la ContourToMesh_matlab.la ContourToNodes_matlab.la DistanceToMaskBoundary_matlab.la ElementConnectivity_matlab.la ExpSimplify_matlab.la ExpToLevelSet_matlab.la InterpFromGridToMesh_matlab.la InterpFromMesh2d_matlab.la InterpFromMeshToGrid_matlab.la InterpFromMeshToMesh2d_matlab.la InterpFromMeshToMesh3d_matlab.la IssmConfig_matlab.la M1qn3_matlab.la MeshPartition_matlab.la MeshProfileIntersection_matlab.la NodeConnectivity_matlab.la PointCloudFindNeighbors_matlab.la ProcessRifts_matlab.la PropagateFlagsFromConnectivity_matlab.la Scotch_matlab.la Triangle_matlab.la Chaco_matlab.la Kriging_matlab.la  CoordTransform_matlab.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf ../BamgConvertMesh/.libs ../BamgConvertMesh/_libs
rm -rf ../BamgMesher/.libs ../BamgMesher/_libs
rm -rf ../BamgTriangulate/.libs ../BamgTriangulate/_libs
rm -rf ../Chaco/.libs ../Chaco/_libs
rm -rf ../ContourToMesh/.libs ../ContourToMesh/_libs
rm -rf ../ContourToNodes/.libs ../ContourToNodes/_libs
rm -rf ../CoordTransform/.libs ../CoordTransform/_libs
rm -rf ../DistanceToMaskBoundary/.libs ../DistanceToMaskBoundary/_libs
rm -rf ../ElementConnectivity/.libs ../ElementConnectivity/_libs
rm -rf ../ExpSimplify/.libs ../ExpSimplify/_libs
rm -rf ../ExpToLevelSet/.libs ../ExpToLevelSet/_libs
rm -rf ../InterpFromGridToMesh/.libs ../InterpFromGridToMesh/_libs
rm -rf ../InterpFromMesh2d/.libs ../InterpFromMesh2d/_libs
rm -rf ../InterpFromMeshToGrid/.libs ../InterpFromMeshToGrid/_libs
rm -rf ../InterpFromMeshToMesh2d/.libs ../InterpFromMeshToMesh2d/_libs
rm -rf ../InterpFromMeshToMesh3d/.libs ../InterpFromMeshToMesh3d/_libs
rm -rf ../IssmConfig/.libs ../IssmConfig/_libs
rm -rf ../Kriging/.libs ../Kriging/_libs
rm -rf ../M1qn3/.libs ../M1qn3/_libs
rm -rf ../MeshPartition/.libs ../MeshPartition/_libs
rm -rf ../MeshProfileIntersection/.libs ../MeshProfileIntersection/_libs
rm -rf ../NodeConnectivity/.libs ../NodeConnectivity/_libs
rm -rf ../PointCloudFindNeighbors/.libs ../PointCloudFindNeighbors/_libs
rm -rf ../ProcessRifts/.libs ../ProcessRifts/_libs
rm -rf ../PropagateFlagsFromConnectivity/.libs ../PropagateFlagsFromConnectivity/_libs
rm -rf ../Scotch/.libs ../Scotch/_libs
rm -rf ../ShpRead/.libs ../ShpRead/_libs
rm -rf ../Triangle/.libs ../Triangle/_libs
rm -rf ./io/.libs ./io/_libs
rm -f *.o
rm -f ../BamgConvertMesh/*.o
rm -f ../BamgConvertMesh/*.lo
rm -f ../BamgMesher/*.o
rm -f ../BamgMesher/*.lo
rm -f ../BamgTriangulate/*.o
rm -f ../BamgTriangulate/*.lo
rm -f ../Chaco/*.o
rm -f ../Chaco/*.lo
rm -f ../ContourToMesh/*.o
rm -f ../ContourToMesh/*.lo
rm -f ../ContourToNodes/*.o
rm -f ../ContourToNodes/*.lo
rm -f ../CoordTransform/*.o
rm -f ../CoordTransform/*.lo
rm -f ../DistanceToMaskBoundary/*.o
rm -f ../DistanceToMaskBoundary/*.lo
rm -f ../ElementConnectivity/*.o
rm -f ../ElementConnectivity/*.lo
rm -f ../ExpSimplify/*.o
rm -f ../ExpSimplify/*.lo
rm -f ../ExpToLevelSet/*.o
rm -f ../ExpToLevelSet/*.lo
rm -f ../InterpFromGridToMesh/*.o
rm -f ../InterpFromGridToMesh/*.lo
rm -f ../InterpFromMesh2d/*.o
rm -f ../InterpFromMesh2d/*.lo
rm -f ../InterpFromMeshToGrid/*.o
rm -f ../InterpFromMeshToGrid/*.lo
rm -f ../InterpFromMeshToMesh2d/*.o
rm -f ../InterpFromMeshToMesh2d/*.lo
rm -f ../InterpFromMeshToMesh3d/*.o
rm -f ../InterpFromMeshToMesh3d/*.lo
rm -f ../IssmConfig/*.o
rm -f ../IssmConfig/*.lo
rm -f ../Kriging/*.o
rm -f ../Kriging/*.lo
rm -f ../M1qn3/*.o
rm -f ../M1qn3/*.lo
rm -f ../MeshPartition/*.o
rm -f ../MeshPartition/*.lo
rm -f ../MeshProfileIntersection/*.o
rm -f ../MeshProfileIntersection/*.lo
rm -f ../NodeConnectivity/*.o
rm -f ../NodeConnectivity/*.lo
rm -f ../PointCloudFindNeighbors/*.o
rm -f ../PointCloudFindNeighbors/*.lo
rm -f ../ProcessRifts/*.o
rm -f ../ProcessRifts/*.lo
rm -f ../PropagateFlagsFromConnectivity/*.o
rm -f ../PropagateFlagsFromConnectivity/*.lo
rm -f ../Scotch/*.o
rm -f ../Scotch/*.lo
rm -f ../ShpRead/*.o
rm -f ../ShpRead/*.lo
rm -f ../Triangle/*.o
rm -f ../Triangle/*.lo
rm -f ./io/*.o
rm -f ./io/*.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f ../BamgConvertMesh/.deps/.dirstamp
rm -f ../BamgConvertMesh/.dirstamp
rm -f ../BamgMesher/.deps/.dirstamp
rm -f ../BamgMesher/.dirstamp
rm -f ../BamgTriangulate/.deps/.dirstamp
rm -f ../BamgTriangulate/.dirstamp
rm -f ../Chaco/.deps/.dirstamp
rm -f ../Chaco/.dirstamp
rm -f ../ContourToMesh/.deps/.dirstamp
rm -f ../ContourToMesh/.dirstamp
rm -f ../ContourToNodes/.deps/.dirstamp
rm -f ../ContourToNodes/.dirstamp
rm -f ../CoordTransform/.deps/.dirstamp
rm -f ../CoordTransform/.dirstamp
rm -f ../DistanceToMaskBoundary/.deps/.dirstamp
rm -f ../DistanceToMaskBoundary/.dirstamp
rm -f ../ElementConnectivity/.deps/.dirstamp
rm -f ../ElementConnectivity/.dirstamp
rm -f ../ExpSimplify/.deps/.dirstamp
rm -f ../ExpSimplify/.dirstamp
rm -f ../ExpToLevelSet/.deps/.dirstamp
rm -f ../ExpToLevelSet/.dirstamp
rm -f ../InterpFromGridToMesh/.deps/.dirstamp
rm -f ../InterpFromGridToMesh/.dirstamp
rm -f ../InterpFromMesh2d/.deps/.dirstamp
rm -f ../InterpFromMesh2d/.dirstamp
rm -f ../InterpFromMeshToGrid/.deps/.dirstamp
rm -f ../InterpFromMeshToGrid/.dirstamp
rm -f ../InterpFromMeshToMesh2d/.deps/.dirstamp
rm -f ../InterpFromMeshToMesh2d/.dirstamp
rm -f ../InterpFromMeshToMesh3d/.deps/.dirstamp
rm -f ../InterpFromMeshToMesh3d/.dirstamp
rm -f ../IssmConfig/.deps/.dirstamp
rm -f ../IssmConfig/.dirstamp
rm -f ../Kriging/.deps/.dirstamp
rm -f ../Kriging/.dirstamp
rm -f ../M1qn3/.deps/.dirstamp
rm -f ../M1qn3/.dirstamp
rm -f ../MeshPartition/.deps/.dirstamp
rm -f ../MeshPartition/.dirstamp
rm -f ../MeshProfileIntersection/.deps/.dirstamp
rm -f ../MeshProfileIntersection/.dirstamp
rm -f ../NodeConnectivity/.deps/.dirstamp
rm -f ../NodeConnectivity/.dirstamp
rm -f ../PointCloudFindNeighbors/.deps/.dirstamp
rm -f ../PointCloudFindNeighbors/.dirstamp
rm -f ../ProcessRifts/.deps/.dirstamp
rm -f ../ProcessRifts/.dirstamp
rm -f ../PropagateFlagsFromConnectivity/.deps/.dirstamp
rm -f ../PropagateFlagsFromConnectivity/.dirstamp
rm -f ../Scotch/.deps/.dirstamp
rm -f ../Scotch/.dirstamp
rm -f ../ShpRead/.deps/.dirstamp
rm -f ../ShpRead/.dirstamp
rm -f ../Triangle/.deps/.dirstamp
rm -f ../Triangle/.dirstamp
rm -f io/.deps/.dirstamp
rm -f io/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ../BamgConvertMesh/.deps/BamgConvertMesh.Plo
rm -f ../BamgMesher/.deps/BamgMesher.Plo
rm -f ../BamgTriangulate/.deps/BamgTriangulate.Plo
rm -f ../Chaco/.deps/Chaco.Plo
rm -f ../ContourToMesh/.deps/ContourToMesh.Plo
rm -f ../ContourToNodes/.deps/ContourToNodes.Plo
rm -f ../CoordTransform/.deps/CoordTransform.Plo
rm -f ../DistanceToMaskBoundary/.deps/DistanceToMaskBoundary.Plo
rm -f ../ElementConnectivity/.deps/ElementConnectivity.Plo
rm -f ../ExpSimplify/.deps/ExpSimplify.Plo
rm -f ../ExpToLevelSet/.deps/ExpToLevelSet.Plo
rm -f ../InterpFromGridToMesh/.deps/InterpFromGridToMesh.Plo
rm -f ../InterpFromMesh2d/.deps/InterpFromMesh2d.Plo
rm -f ../InterpFromMeshToGrid/.deps/InterpFromMeshToGrid.Plo
rm -f ../InterpFromMeshToMesh2d/.deps/InterpFromMeshToMesh2d.Plo
rm -f ../InterpFromMeshToMesh3d/.deps/InterpFromMeshToMesh3d.Plo
rm -f ../IssmConfig/.deps/IssmConfig.Plo
rm -f ../Kriging/.deps/Kriging.Plo
rm -f ../M1qn3/.deps/M1qn3.Plo
rm -f ../MeshPartition/.deps/MeshPartition.Plo
rm -f ../MeshProfileIntersection/.deps/MeshProfileIntersection.Plo
rm -f ../NodeConnectivity/.deps/NodeConnectivity.Plo
rm -f ../PointCloudFindNeighbors/.deps/PointCloudFindNeighbors.Plo
rm -f ../ProcessRifts/.deps/ProcessRifts.Plo
rm -f ../PropagateFlagsFromConnectivity/.deps/PropagateFlagsFromConnectivity.Plo
rm -f ../Scotch/.deps/Scotch.Plo
rm -f ../ShpRead/.deps/ShpRead.Plo
rm -f ../Triangle/.deps/Triangle.Plo
rm -f ./io/.deps/libISSMApi_la-ApiPrintf.Plo
rm -f ./io/.deps/libISSMMatlab_la-CheckNumMatlabArguments.Plo
rm -f ./io/.deps/libISSMMatlab_la-FetchMatlabData.Plo
rm -f ./io/.deps/libISSMMatlab_la-WriteMatlabData.Plo
rm -f Makefile
Making distclean in javascript
 rm -f IssmModule.js
 rm -f IssmModule
test -z "libISSMJavascript.la libISSMApi.la" || rm -f libISSMJavascript.la libISSMApi.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf ./io/.libs ./io/_libs
rm -f *.o
rm -f ../BamgMesher/*.o
rm -f ../ContourToMesh/*.o
rm -f ../ElementConnectivity/*.o
rm -f ../InterpFromGridToMesh/*.o
rm -f ../InterpFromMeshToMesh2d/*.o
rm -f ../Issm/*.o
rm -f ../IssmConfig/*.o
rm -f ../NodeConnectivity/*.o
rm -f ../Triangle/*.o
rm -f ./io/*.o
rm -f ./io/*.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f ../BamgMesher/.deps/.dirstamp
rm -f ../BamgMesher/.dirstamp
rm -f ../ContourToMesh/.deps/.dirstamp
rm -f ../ContourToMesh/.dirstamp
rm -f ../ElementConnectivity/.deps/.dirstamp
rm -f ../ElementConnectivity/.dirstamp
rm -f ../InterpFromGridToMesh/.deps/.dirstamp
rm -f ../InterpFromGridToMesh/.dirstamp
rm -f ../InterpFromMeshToMesh2d/.deps/.dirstamp
rm -f ../InterpFromMeshToMesh2d/.dirstamp
rm -f ../Issm/.deps/.dirstamp
rm -f ../Issm/.dirstamp
rm -f ../IssmConfig/.deps/.dirstamp
rm -f ../IssmConfig/.dirstamp
rm -f ../NodeConnectivity/.deps/.dirstamp
rm -f ../NodeConnectivity/.dirstamp
rm -f ../Triangle/.deps/.dirstamp
rm -f ../Triangle/.dirstamp
rm -f io/.deps/.dirstamp
rm -f io/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ../BamgMesher/.deps/IssmModule-BamgMesher.Po
rm -f ../ContourToMesh/.deps/IssmModule-ContourToMesh.Po
rm -f ../ElementConnectivity/.deps/IssmModule-ElementConnectivity.Po
rm -f ../InterpFromGridToMesh/.deps/IssmModule-InterpFromGridToMesh.Po
rm -f ../InterpFromMeshToMesh2d/.deps/IssmModule-InterpFromMeshToMesh2d.Po
rm -f ../Issm/.deps/IssmModule-issm.Po
rm -f ../IssmConfig/.deps/IssmModule-IssmConfig.Po
rm -f ../NodeConnectivity/.deps/IssmModule-NodeConnectivity.Po
rm -f ../Triangle/.deps/IssmModule-Triangle.Po
rm -f ./io/.deps/libISSMApi_la-ApiPrintf.Plo
rm -f ./io/.deps/libISSMJavascript_la-FetchJavascriptData.Plo
rm -f ./io/.deps/libISSMJavascript_la-WriteJavascriptData.Plo
rm -f Makefile
Making distclean in python
Makefile:1122: ../BamgConvertMesh/.deps/BamgConvertMesh.Plo: No such file or directory
Makefile:1123: ../BamgMesher/.deps/BamgMesher.Plo: No such file or directory
Makefile:1124: ../BamgTriangulate/.deps/BamgTriangulate.Plo: No such file or directory
Makefile:1125: ../Chaco/.deps/Chaco.Plo: No such file or directory
Makefile:1126: ../ContourToMesh/.deps/ContourToMesh.Plo: No such file or directory
Makefile:1127: ../ContourToNodes/.deps/ContourToNodes.Plo: No such file or directory
Makefile:1128: ../ElementConnectivity/.deps/ElementConnectivity.Plo: No such file or directory
Makefile:1129: ../ExpToLevelSet/.deps/ExpToLevelSet.Plo: No such file or directory
Makefile:1130: ../InterpFromGridToMesh/.deps/InterpFromGridToMesh.Plo: No such file or directory
Makefile:1131: ../InterpFromMesh2d/.deps/InterpFromMesh2d.Plo: No such file or directory
Makefile:1132: ../InterpFromMeshToGrid/.deps/InterpFromMeshToGrid.Plo: No such file or directory
Makefile:1133: ../InterpFromMeshToMesh2d/.deps/InterpFromMeshToMesh2d.Plo: No such file or directory
Makefile:1134: ../InterpFromMeshToMesh3d/.deps/InterpFromMeshToMesh3d.Plo: No such file or directory
Makefile:1135: ../IssmConfig/.deps/IssmConfig.Plo: No such file or directory
Makefile:1136: ../MeshPartition/.deps/MeshPartition.Plo: No such file or directory
Makefile:1137: ../MeshProfileIntersection/.deps/MeshProfileIntersection.Plo: No such file or directory
Makefile:1138: ../NodeConnectivity/.deps/NodeConnectivity.Plo: No such file or directory
Makefile:1139: ../ProcessRifts/.deps/ProcessRifts.Plo: No such file or directory
Makefile:1140: ../Triangle/.deps/Triangle.Plo: No such file or directory
test -z "libISSMPython.la libISSMApi.la BamgConvertMesh_python.la BamgMesher_python.la BamgTriangulate_python.la ContourToMesh_python.la ContourToNodes_python.la ElementConnectivity_python.la ExpToLevelSet_python.la InterpFromGridToMesh_python.la InterpFromMesh2d_python.la InterpFromMeshToGrid_python.la InterpFromMeshToMesh2d_python.la InterpFromMeshToMesh3d_python.la IssmConfig_python.la MeshPartition_python.la MeshProfileIntersection_python.la NodeConnectivity_python.la Triangle_python.la ProcessRifts_python.la Chaco_python.la" || rm -f libISSMPython.la libISSMApi.la BamgConvertMesh_python.la BamgMesher_python.la BamgTriangulate_python.la ContourToMesh_python.la ContourToNodes_python.la ElementConnectivity_python.la ExpToLevelSet_python.la InterpFromGridToMesh_python.la InterpFromMesh2d_python.la InterpFromMeshToGrid_python.la InterpFromMeshToMesh2d_python.la InterpFromMeshToMesh3d_python.la IssmConfig_python.la MeshPartition_python.la MeshProfileIntersection_python.la NodeConnectivity_python.la Triangle_python.la ProcessRifts_python.la Chaco_python.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf ../BamgConvertMesh/.libs ../BamgConvertMesh/_libs
rm -rf ../BamgMesher/.libs ../BamgMesher/_libs
rm -rf ../BamgTriangulate/.libs ../BamgTriangulate/_libs
rm -rf ../Chaco/.libs ../Chaco/_libs
rm -rf ../ContourToMesh/.libs ../ContourToMesh/_libs
rm -rf ../ContourToNodes/.libs ../ContourToNodes/_libs
rm -rf ../ElementConnectivity/.libs ../ElementConnectivity/_libs
rm -rf ../ExpToLevelSet/.libs ../ExpToLevelSet/_libs
rm -rf ../InterpFromGridToMesh/.libs ../InterpFromGridToMesh/_libs
rm -rf ../InterpFromMesh2d/.libs ../InterpFromMesh2d/_libs
rm -rf ../InterpFromMeshToGrid/.libs ../InterpFromMeshToGrid/_libs
rm -rf ../InterpFromMeshToMesh2d/.libs ../InterpFromMeshToMesh2d/_libs
rm -rf ../InterpFromMeshToMesh3d/.libs ../InterpFromMeshToMesh3d/_libs
rm -rf ../IssmConfig/.libs ../IssmConfig/_libs
rm -rf ../MeshPartition/.libs ../MeshPartition/_libs
rm -rf ../MeshProfileIntersection/.libs ../MeshProfileIntersection/_libs
rm -rf ../NodeConnectivity/.libs ../NodeConnectivity/_libs
rm -rf ../ProcessRifts/.libs ../ProcessRifts/_libs
rm -rf ../Triangle/.libs ../Triangle/_libs
rm -rf ./io/.libs ./io/_libs
rm -f *.o
rm -f ../BamgConvertMesh/*.o
rm -f ../BamgConvertMesh/*.lo
rm -f ../BamgMesher/*.o
rm -f ../BamgMesher/*.lo
rm -f ../BamgTriangulate/*.o
rm -f ../BamgTriangulate/*.lo
rm -f ../Chaco/*.o
rm -f ../Chaco/*.lo
rm -f ../ContourToMesh/*.o
rm -f ../ContourToMesh/*.lo
rm -f ../ContourToNodes/*.o
rm -f ../ContourToNodes/*.lo
rm -f ../ElementConnectivity/*.o
rm -f ../ElementConnectivity/*.lo
rm -f ../ExpToLevelSet/*.o
rm -f ../ExpToLevelSet/*.lo
rm -f ../InterpFromGridToMesh/*.o
rm -f ../InterpFromGridToMesh/*.lo
rm -f ../InterpFromMesh2d/*.o
rm -f ../InterpFromMesh2d/*.lo
rm -f ../InterpFromMeshToGrid/*.o
rm -f ../InterpFromMeshToGrid/*.lo
rm -f ../InterpFromMeshToMesh2d/*.o
rm -f ../InterpFromMeshToMesh2d/*.lo
rm -f ../InterpFromMeshToMesh3d/*.o
rm -f ../InterpFromMeshToMesh3d/*.lo
rm -f ../IssmConfig/*.o
rm -f ../IssmConfig/*.lo
rm -f ../MeshPartition/*.o
rm -f ../MeshPartition/*.lo
rm -f ../MeshProfileIntersection/*.o
rm -f ../MeshProfileIntersection/*.lo
rm -f ../NodeConnectivity/*.o
rm -f ../NodeConnectivity/*.lo
rm -f ../ProcessRifts/*.o
rm -f ../ProcessRifts/*.lo
rm -f ../Triangle/*.o
rm -f ../Triangle/*.lo
rm -f ./io/*.o
rm -f ./io/*.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f ../BamgConvertMesh/.deps/.dirstamp
rm -f ../BamgConvertMesh/.dirstamp
rm -f ../BamgMesher/.deps/.dirstamp
rm -f ../BamgMesher/.dirstamp
rm -f ../BamgTriangulate/.deps/.dirstamp
rm -f ../BamgTriangulate/.dirstamp
rm -f ../Chaco/.deps/.dirstamp
rm -f ../Chaco/.dirstamp
rm -f ../ContourToMesh/.deps/.dirstamp
rm -f ../ContourToMesh/.dirstamp
rm -f ../ContourToNodes/.deps/.dirstamp
rm -f ../ContourToNodes/.dirstamp
rm -f ../ElementConnectivity/.deps/.dirstamp
rm -f ../ElementConnectivity/.dirstamp
rm -f ../ExpToLevelSet/.deps/.dirstamp
rm -f ../ExpToLevelSet/.dirstamp
rm -f ../InterpFromGridToMesh/.deps/.dirstamp
rm -f ../InterpFromGridToMesh/.dirstamp
rm -f ../InterpFromMesh2d/.deps/.dirstamp
rm -f ../InterpFromMesh2d/.dirstamp
rm -f ../InterpFromMeshToGrid/.deps/.dirstamp
rm -f ../InterpFromMeshToGrid/.dirstamp
rm -f ../InterpFromMeshToMesh2d/.deps/.dirstamp
rm -f ../InterpFromMeshToMesh2d/.dirstamp
rm -f ../InterpFromMeshToMesh3d/.deps/.dirstamp
rm -f ../InterpFromMeshToMesh3d/.dirstamp
rm -f ../IssmConfig/.deps/.dirstamp
rm -f ../IssmConfig/.dirstamp
rm -f ../MeshPartition/.deps/.dirstamp
rm -f ../MeshPartition/.dirstamp
rm -f ../MeshProfileIntersection/.deps/.dirstamp
rm -f ../MeshProfileIntersection/.dirstamp
rm -f ../NodeConnectivity/.deps/.dirstamp
rm -f ../NodeConnectivity/.dirstamp
rm -f ../ProcessRifts/.deps/.dirstamp
rm -f ../ProcessRifts/.dirstamp
rm -f ../Triangle/.deps/.dirstamp
rm -f ../Triangle/.dirstamp
rm -f io/.deps/.dirstamp
rm -f io/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ../BamgConvertMesh/.deps/BamgConvertMesh.Plo
rm -f ../BamgMesher/.deps/BamgMesher.Plo
rm -f ../BamgTriangulate/.deps/BamgTriangulate.Plo
rm -f ../Chaco/.deps/Chaco.Plo
rm -f ../ContourToMesh/.deps/ContourToMesh.Plo
rm -f ../ContourToNodes/.deps/ContourToNodes.Plo
rm -f ../ElementConnectivity/.deps/ElementConnectivity.Plo
rm -f ../ExpToLevelSet/.deps/ExpToLevelSet.Plo
rm -f ../InterpFromGridToMesh/.deps/InterpFromGridToMesh.Plo
rm -f ../InterpFromMesh2d/.deps/InterpFromMesh2d.Plo
rm -f ../InterpFromMeshToGrid/.deps/InterpFromMeshToGrid.Plo
rm -f ../InterpFromMeshToMesh2d/.deps/InterpFromMeshToMesh2d.Plo
rm -f ../InterpFromMeshToMesh3d/.deps/InterpFromMeshToMesh3d.Plo
rm -f ../IssmConfig/.deps/IssmConfig.Plo
rm -f ../MeshPartition/.deps/MeshPartition.Plo
rm -f ../MeshProfileIntersection/.deps/MeshProfileIntersection.Plo
rm -f ../NodeConnectivity/.deps/NodeConnectivity.Plo
rm -f ../ProcessRifts/.deps/ProcessRifts.Plo
rm -f ../Triangle/.deps/Triangle.Plo
rm -f ./io/.deps/libISSMApi_la-ApiPrintf.Plo
rm -f ./io/.deps/libISSMPython_la-CheckNumPythonArguments.Plo
rm -f ./io/.deps/libISSMPython_la-FetchPythonData.Plo
rm -f ./io/.deps/libISSMPython_la-WritePythonData.Plo
rm -f Makefile
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "." || test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, './aux-config'.
libtoolize: copying file './aux-config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/autotools/install/bin/autoconf --force
autoreconf: running: /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/autotools/install/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:17: installing './aux-config/compile'
configure.ac:24: installing './aux-config/missing'
src/c/Makefile.am: installing './aux-config/depcomp'
autoreconf: Leaving directory `.'
configure: ============================================================================
configure: =      Ice-sheet and Sea-level System Model (ISSM) 4.24 configuration      =
configure: ============================================================================
checking build system type... x86_64-apple-darwin21.6.0
checking host system type... x86_64-apple-darwin21.6.0
checking target system type... x86_64-apple-darwin21.6.0
checking for icc... no
checking for cl... no
checking for icl... no
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for icpc... no
checking for cl... no
checking for icl... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ifort... no
checking for g77... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking for ifort... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./aux-config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether make supports nested variables... (cached) yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/opt/gnu-sed/libexec/gnubin/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 gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
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... 786432
checking how to convert x86_64-apple-darwin21.6.0 file names to x86_64-apple-darwin21.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin21.6.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
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 gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
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... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
checking how to hardcode library paths into programs... immediate
configure: ============================================================================
configure: =                      Checking ISSM specific options                      =
configure: ============================================================================
checking for date... /bin/date
checking for build date... Wed Jul 31 20:43:28 PDT 2024
checking user name... jenkins
checking host full OS name and version... darwin21.6.0
checking host cpu... x86_64
checking vendor... apple
checking host OS name... darwin21
checking host OS version... 21.6.0
checking host OS architecture... x86_64
checking for debugging support... yes
checking for development support... yes
checking for standalone modules build... no
checking for standalone executables build... no
checking for standalone libraries build... no
checking for wrappers compilation... yes
checking operating system type... macOS
checking if system copy of libc has fmemopen (macOS-only check)... yes
checking for MATLAB... yes
checking MATLAB's mex compilation flags... done
checking for JavaScript... no
checking for triangle... yes
checking for Boost... yes
checking for Boost version... 1.73
checking for Dakota... yes
checking for Dakota version... 6.2
checking for Dakota major version... 6
checking for Dakota minor version... 2
checking for Dakota build version... 0
checking for Python... yes
enforced Python version is 3.9
checking for Python header file Python.h... found
checking for Python library libpython... found
checking for python-numpy... yes
checking for Chaco... yes
checking for ESMF... no
checking for CoDiPack... no
checking for tape allocation... no
checking for ADOL-C... no
checking for ADOL-C version... 2
checking for ATLAS and CBLAS libraries... no
checking for GSL... yes
checking for AMPI... no
checking for Adjoint MPI... no
checking for MeDiPack... no
checking for HDF5 libraries... yes
checking for PETSc... yes
checking for PETSc version... 3.20
checking whether PETSc is the development version... no
checking for PETSc libraries and header files in /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install... done
checking for MPI... yes
checking for SCOTCH... no
checking for METIS... yes
checking for ParMETIS... yes
checking for TAO... yes
checking for M1QN3... yes
checking for PROJ... yes
checking for shapelib... no
checking for ScaLAPACK... yes
checking for BLAS/LAPACK... yes
checking for MKL... no
checking for PlaLAPACK... no
checking for MPLAPACK... no
checking for MUMPS... yes
checking for BLACS... no
checking for HYPRE... no
checking for Prometheus... no
checking for SEMIC... yes
checking for SPAI... no
checking for SuperLU... no
checking for SPOOLES... no
checking for PaStiX... no
checking for ml... no
checking for UMFPACK... no
checking for libm... done
checking for MATH77... no
checking for Fortran compilation... yes
checking for Fortran library... done
checking for MeteoIO... no
checking for SNOWPACK... no
checking for NeoPZ... no
checking for Gmsh... no
checking for BAMG capability compilation... yes
checking for ice/ocean coupling capability compilation... no
checking for kml capability compilation... no
checking for kriging capability compilation... yes
checking for HydrologyTws capability compilation... yes
checking for AdjointBalancethickness2 capability compilation... yes
checking for AdjointBalancethickness capability compilation... yes
checking for AdjointHoriz capability compilation... yes
checking for Age capability compilation... yes
checking for Balancethickness2 capability compilation... yes
checking for Balancethickness capability compilation... yes
checking for BalancethicknessSoft capability compilation... yes
checking for Balancevelocity capability compilation... yes
checking for DamageEvolution capability compilation... yes
checking for Debris capability compilation... yes
checking for DepthAverage capability compilation... yes
checking for Enthalpy capability compilation... yes
checking for Esa capability compilation... yes
checking for Extrapolation capability compilation... yes
checking for ExtrudeFromBase capability compilation... yes
checking for ExtrudeFromTop capability compilation... yes
checking for FreeSurfaceBase capability compilation... yes
checking for FreeSurfaceTop capability compilation... yes
checking for GLheightadvection capability compilation... yes
checking for HydrologyDCEfficient capability compilation... yes
checking for HydrologyDCInefficient capability compilation... yes
checking for HydrologyGlaDS capability compilation... yes
checking for HydrologyPism capability compilation... yes
checking for HydrologyShakti capability compilation... yes
checking for HydrologyShreve capability compilation... yes
checking for HydrologyArmapw capability compilation... yes
checking for L2ProjectionBase capability compilation... yes
checking for L2ProjectionEPL capability compilation... yes
checking for Levelset capability compilation... yes
checking for Love capability compilation... yes
checking for Masstransport capability compilation... yes
checking for Melting capability compilation... yes
checking for Oceantransport capability compilation... yes
checking for Recovery capability compilation... yes
checking for Sampling capability compilation... yes
checking for Sealevelchange capability compilation... yes
checking for Smb capability compilation... yes
checking for Smooth capability compilation... yes
checking for Stressbalance capability compilation... yes
checking for StressbalanceSIA capability compilation... yes
checking for StressbalanceVertical capability compilation... yes
checking for Thermal capability compilation... yes
checking for UzawaPressure capability compilation... yes
checking for number of threads... 4
checking for 64-bit indices... 0
checking consistency between all external packages... done
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 src/c/Makefile
config.status: creating src/wrappers/Makefile
config.status: creating src/wrappers/python/Makefile
config.status: creating src/wrappers/matlab/Makefile
config.status: creating src/wrappers/javascript/Makefile
config.status: creating src/m/Makefile
config.status: creating ./config.h
config.status: executing depfiles commands
config.status: executing libtool commands
======================================================
                    Compiling ISSM                    
======================================================
Making with 4 CPUs
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in src
Making all in c
  CXX      classes/libISSMCore_la-DependentObject.lo
  CXX      classes/libISSMCore_la-Contours.lo
  CXX      classes/libISSMCore_la-Vertices.lo
  CXX      classes/libISSMCore_la-Nodes.lo
  CXX      classes/libISSMCore_la-Numberedcostfunction.lo
  CXX      classes/libISSMCore_la-Misfit.lo
  CXX      classes/libISSMCore_la-Cfsurfacesquare.lo
  CXX      classes/libISSMCore_la-Cfsurfacesquaretransient.lo
  CXX      classes/libISSMCore_la-Cfdragcoeffabsgrad.lo
  CXX      classes/libISSMCore_la-Cfdragcoeffabsgradtransient.lo
  CXX      classes/libISSMCore_la-Cfrheologybbarabsgrad.lo
  CXX      classes/libISSMCore_la-Cfrheologybbarabsgradtransient.lo
  CXX      classes/libISSMCore_la-Cfsurfacelogvel.lo
  CXX      classes/libISSMCore_la-Cflevelsetmisfit.lo
  CXX      classes/libISSMCore_la-Regionaloutput.lo
  CXX      classes/libISSMCore_la-Nodalvalue.lo
  CXX      classes/libISSMCore_la-Node.lo
  CXX      classes/libISSMCore_la-Vertex.lo
  CXX      classes/libISSMCore_la-Hook.lo
  CXX      classes/libISSMCore_la-Radar.lo
  CXX      classes/libISSMCore_la-BarystaticContributions.lo
  CXX      classes/Constraints/libISSMCore_la-Constraints.lo
  CXX      classes/Constraints/libISSMCore_la-SpcStatic.lo
  CXX      classes/Constraints/libISSMCore_la-SpcDynamic.lo
  CXX      classes/Loads/libISSMCore_la-Channel.lo
  CXX      classes/Loads/libISSMCore_la-Loads.lo
  CXX      classes/Loads/libISSMCore_la-Penpair.lo
  CXX      classes/Loads/libISSMCore_la-Pengrid.lo
  CXX      classes/Loads/libISSMCore_la-Moulin.lo
  CXX      classes/Loads/libISSMCore_la-Numericalflux.lo
  CXX      classes/Loads/libISSMCore_la-Neumannflux.lo
  CXX      classes/libISSMCore_la-Profiler.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-CreateFaces.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-CreateEdges.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-CreateSingleNodeToElementConnectivity.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-CreateNumberNodeToElementConnectivity.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-CreateElementsVerticesAndMaterials.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-CreateNodes.lo
  CXX      main/libISSMCore_la-EnvironmentInit.lo
  CXX      main/libISSMCore_la-EnvironmentFinalize.lo
  CXX      classes/libISSMCore_la-RiftStruct.lo
  CXX      cores/libISSMCore_la-transient_core.lo
  CXX      cores/libISSMCore_la-steadystate_core.lo
  CXX      cores/libISSMCore_la-masstransport_core.lo
  CXX      cores/libISSMCore_la-oceantransport_core.lo
  CXX      cores/libISSMCore_la-depthaverage_core.lo
  CXX      cores/libISSMCore_la-extrudefrombase_core.lo
  CXX      cores/libISSMCore_la-extrudefromtop_core.lo
  CXX      cores/libISSMCore_la-thermal_core.lo
  CXX      cores/libISSMCore_la-smb_core.lo
  CXX      cores/libISSMCore_la-bmb_core.lo
  CXX      cores/libISSMCore_la-debris_core.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_thermal_nonlinear.lo
  CXX      shared/Numerics/libISSMCore_la-BrentSearch.lo
  CXX      cores/libISSMCore_la-control_core.lo
  CXX      cores/libISSMCore_la-controltao_core.lo
  CXX      cores/libISSMCore_la-controlm1qn3_core.lo
  CXX      cores/libISSMCore_la-controladm1qn3_core.lo
  CXX      cores/libISSMCore_la-controlvalidation_core.lo
  CXX      cores/libISSMCore_la-adjointstressbalance_core.lo
  CXX      cores/libISSMCore_la-adjointbalancethickness_core.lo
  CXX      cores/libISSMCore_la-adjointbalancethickness2_core.lo
  CXX      cores/libISSMCore_la-AdjointCorePointerFromSolutionEnum.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_adjoint_linear.lo
  CXX      cores/libISSMCore_la-hydrology_core.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_hydro_nonlinear.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_shakti_nonlinear.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_glads_nonlinear.lo
  CXX      cores/libISSMCore_la-stressbalance_core.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_stokescoupling_nonlinear.lo
  CXX      cores/libISSMCore_la-balancethickness_core.lo
  CXX      cores/libISSMCore_la-balancethickness2_core.lo
  CXX      cores/libISSMCore_la-balancevelocity_core.lo
  CXX      cores/libISSMCore_la-dummy_core.lo
  CXX      cores/libISSMCore_la-surfaceslope_core.lo
  CXX      cores/libISSMCore_la-bedslope_core.lo
  CXX      cores/libISSMCore_la-damage_core.lo
  CXX      cores/libISSMCore_la-levelsetfunctionslope_core.lo
  CXX      cores/libISSMCore_la-movingfront_core.lo
  CXX      cores/libISSMCore_la-groundingline_core.lo
  CXX      classes/Loads/libISSMCore_la-Riftfront.lo
  CXX      modules/ConstraintsStatex/libISSMCore_la-RiftConstraintsState.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-CreateOutputDefinitions.lo
  CXX      cores/libISSMCore_la-dakota_core.lo
  CXX      analyses/libISSMCore_la-AdjointBalancethicknessAnalysis.lo
  CXX      analyses/libISSMCore_la-AdjointBalancethickness2Analysis.lo
  CXX      analyses/libISSMCore_la-AdjointHorizAnalysis.lo
  CXX      analyses/libISSMCore_la-AgeAnalysis.lo
  CXX      analyses/libISSMCore_la-BalancethicknessAnalysis.lo
  CXX      analyses/libISSMCore_la-Balancethickness2Analysis.lo
  CXX      analyses/libISSMCore_la-BalancethicknessSoftAnalysis.lo
  CXX      analyses/libISSMCore_la-BalancevelocityAnalysis.lo
  CXX      analyses/libISSMCore_la-L2ProjectionBaseAnalysis.lo
  CXX      analyses/libISSMCore_la-DamageEvolutionAnalysis.lo
  CXX      analyses/libISSMCore_la-DebrisAnalysis.lo
  CXX      analyses/libISSMCore_la-StressbalanceAnalysis.lo
  CXX      analyses/libISSMCore_la-UzawaPressureAnalysis.lo
  CXX      analyses/libISSMCore_la-StressbalanceSIAAnalysis.lo
  CXX      analyses/libISSMCore_la-StressbalanceVerticalAnalysis.lo
  CXX      analyses/libISSMCore_la-EnthalpyAnalysis.lo
  CXX      analyses/libISSMCore_la-GLheightadvectionAnalysis.lo
  CXX      analyses/libISSMCore_la-HydrologyShreveAnalysis.lo
  CXX      analyses/libISSMCore_la-HydrologyTwsAnalysis.lo
  CXX      analyses/libISSMCore_la-HydrologyShaktiAnalysis.lo
  CXX      analyses/libISSMCore_la-HydrologyPismAnalysis.lo
  CXX      analyses/libISSMCore_la-HydrologyGlaDSAnalysis.lo
  CXX      analyses/libISSMCore_la-HydrologyDCInefficientAnalysis.lo
  CXX      analyses/libISSMCore_la-HydrologyDCEfficientAnalysis.lo
  CXX      analyses/libISSMCore_la-HydrologyArmapwAnalysis.lo
  CXX      analyses/libISSMCore_la-L2ProjectionEPLAnalysis.lo
  CXX      analyses/libISSMCore_la-MeltingAnalysis.lo
  CXX      analyses/libISSMCore_la-MasstransportAnalysis.lo
  CXX      analyses/libISSMCore_la-OceantransportAnalysis.lo
  CXX      analyses/libISSMCore_la-SmbAnalysis.lo
  CXX      analyses/libISSMCore_la-FreeSurfaceBaseAnalysis.lo
  CXX      analyses/libISSMCore_la-FreeSurfaceTopAnalysis.lo
  CXX      analyses/libISSMCore_la-ExtrudeFromBaseAnalysis.lo
  CXX      analyses/libISSMCore_la-ExtrudeFromTopAnalysis.lo
  CXX      analyses/libISSMCore_la-DepthAverageAnalysis.lo
  CXX      analyses/libISSMCore_la-ThermalAnalysis.lo
  CXX      analyses/libISSMCore_la-SmoothAnalysis.lo
  CXX      analyses/libISSMCore_la-LevelsetAnalysis.lo
  CXX      analyses/libISSMCore_la-ExtrapolationAnalysis.lo
  CXX      cores/libISSMCore_la-love_core.lo
  CXX      analyses/libISSMCore_la-LoveAnalysis.lo
  CXX      cores/libISSMCore_la-esa_core.lo
  CXX      analyses/libISSMCore_la-EsaAnalysis.lo
  CXX      cores/libISSMCore_la-sampling_core.lo
  CXX      analyses/libISSMCore_la-SamplingAnalysis.lo
  CXX      cores/libISSMCore_la-sealevelchange_core.lo
  CXX      analyses/libISSMCore_la-SealevelchangeAnalysis.lo
  CXX      classes/libISSMCore_la-GrdLoads.lo
  CXX      classes/libISSMCore_la-SealevelGeometry.lo
  FC       modules/SurfaceMassBalancex/run_semic.lo
  FC       modules/SurfaceMassBalancex/run_semic_transient.lo
  CXX      shared/String/ApiPrintf.lo
  CXX      modules/Krigingx/libISSMModules_la-Krigingx.lo
  CXX      modules/Krigingx/libISSMModules_la-pKrigingx.lo
  CXX      main/issm_slc-issm_slc.o
  CXX      main/kriging-kriging.o
  CXX      main/issm_dakota-issm_dakota.o
  CXX      main/issm_post-issm_post.o
  CXX      main/issm-issm.o
  CXX      bamg/libISSMCore_la-BamgGeom.lo
  CXX      bamg/libISSMCore_la-BamgMesh.lo
  CXX      bamg/libISSMCore_la-BamgOpts.lo
  CXX      bamg/libISSMCore_la-CrackedEdge.lo
  CXX      bamg/libISSMCore_la-Curve.lo
  CXX      bamg/libISSMCore_la-Edge.lo
  CXX      bamg/libISSMCore_la-GeomEdge.lo
  CXX      bamg/libISSMCore_la-GeomSubDomain.lo
  CXX      bamg/libISSMCore_la-GeomVertex.lo
  CXX      bamg/libISSMCore_la-Geometry.lo
  CXX      bamg/libISSMCore_la-ListofIntersectionTriangles.lo
  CXX      bamg/libISSMCore_la-EigenMetric.lo
  CXX      bamg/libISSMCore_la-Metric.lo
  CXX      bamg/libISSMCore_la-BamgQuadtree.lo
  CXX      bamg/libISSMCore_la-SetOfE4.lo
  CXX      bamg/libISSMCore_la-SubDomain.lo
  CXX      bamg/libISSMCore_la-AdjacentTriangle.lo
  CXX      bamg/libISSMCore_la-Triangle.lo
  CXX      bamg/libISSMCore_la-BamgVertex.lo
  CXX      bamg/libISSMCore_la-VertexOnEdge.lo
  CXX      bamg/libISSMCore_la-VertexOnGeom.lo
  CXX      bamg/libISSMCore_la-VertexOnVertex.lo
  CXX      bamg/libISSMCore_la-Mesh.lo
  CXX      shared/Bamg/libISSMCore_la-BigPrimeNumber.lo
  CXX      modules/Bamgx/libISSMCore_la-Bamgx.lo
  CXX      modules/BamgConvertMeshx/libISSMCore_la-BamgConvertMeshx.lo
  CXX      modules/BamgTriangulatex/libISSMCore_la-BamgTriangulatex.lo
  CXX      classes/libISSMCore_la-AmrBamg.lo
  CXX      datastructures/libISSMCore_la-DataSet.lo
  CXX      classes/gauss/libISSMCore_la-GaussSeg.lo
  CXX      classes/gauss/libISSMCore_la-GaussTria.lo
  CXX      classes/gauss/libISSMCore_la-GaussTetra.lo
  CXX      classes/gauss/libISSMCore_la-GaussPenta.lo
  CXX      classes/libISSMCore_la-IoModel.lo
  CXX      classes/libISSMCore_la-FemModel.lo
  CXX      classes/Loads/libISSMCore_la-Friction.lo
  CXX      classes/Constraints/libISSMCore_la-SpcTransient.lo
  CXX      classes/ExternalResults/libISSMCore_la-Results.lo
  CXX      classes/Elements/libISSMCore_la-Element.lo
  CXX      classes/Elements/libISSMCore_la-Elements.lo
  CXX      classes/Elements/libISSMCore_la-ElementHook.lo
  CXX      classes/Elements/libISSMCore_la-Seg.lo
  CXX      classes/Elements/libISSMCore_la-SegRef.lo
  CXX      classes/Elements/libISSMCore_la-Tria.lo
  CXX      classes/Elements/libISSMCore_la-TriaRef.lo
  CXX      classes/Elements/libISSMCore_la-Tetra.lo
  CXX      classes/Elements/libISSMCore_la-TetraRef.lo
  CXX      classes/Elements/libISSMCore_la-Penta.lo
  CXX      classes/Elements/libISSMCore_la-PentaRef.lo
  CXX      classes/Materials/libISSMCore_la-Materials.lo
  CXX      classes/Materials/libISSMCore_la-Matice.lo
  CXX      classes/Materials/libISSMCore_la-Matlitho.lo
  CXX      classes/Materials/libISSMCore_la-Matestar.lo
  CXX      classes/matrix/libISSMCore_la-ElementMatrix.lo
  CXX      classes/matrix/libISSMCore_la-ElementVector.lo
  CXX      classes/Params/libISSMCore_la-Parameters.lo
  CXX      classes/Params/libISSMCore_la-BoolParam.lo
  CXX      classes/Params/libISSMCore_la-ControlParam.lo
  CXX      classes/Params/libISSMCore_la-IntParam.lo
  CXX      classes/Params/libISSMCore_la-IntVecParam.lo
  CXX      classes/Params/libISSMCore_la-IntMatParam.lo
  CXX      classes/Params/libISSMCore_la-DoubleParam.lo
  CXX      classes/Params/libISSMCore_la-FileParam.lo
  CXX      classes/Params/libISSMCore_la-StringArrayParam.lo
  CXX      classes/Params/libISSMCore_la-DoubleMatParam.lo
  CXX      classes/Params/libISSMCore_la-DoubleTransientMatParam.lo
  CXX      classes/Params/libISSMCore_la-DoubleMatArrayParam.lo
  CXX      classes/Params/libISSMCore_la-DoubleVecParam.lo
  CXX      classes/Params/libISSMCore_la-StringParam.lo
  CXX      classes/Params/libISSMCore_la-MatrixParam.lo
  CXX      classes/Params/libISSMCore_la-VectorParam.lo
  CXX      classes/Params/libISSMCore_la-TransientParam.lo
  CXX      classes/Params/libISSMCore_la-TransientArrayParam.lo
  CXX      classes/Params/libISSMCore_la-DataSetParam.lo
  CXX      shared/Matrix/libISSMCore_la-MatrixUtils.lo
  CXX      shared/io/Disk/libISSMCore_la-pfopen.lo
  CXX      shared/io/Disk/libISSMCore_la-pfclose.lo
  CXX      shared/io/Disk/libISSMCore_la-WriteLockFile.lo
  CXX      shared/io/Print/libISSMCore_la-PrintfFunction.lo
  CXX      shared/io/Comm/libISSMCore_la-IssmComm.lo
  CXX      shared/io/Marshalling/libISSMCore_la-IoCodeConversions.lo
  CXX      shared/io/Marshalling/libISSMCore_la-Marshalling.lo
  CXX      shared/LatLong/libISSMCore_la-Ll2xyx.lo
  CXX      shared/LatLong/libISSMCore_la-Xy2llx.lo
  CXX      shared/FSanalyticals/libISSMCore_la-fsanalyticals.lo
  CXX      shared/Enum/libISSMCore_la-EnumToStringx.lo
  CXX      shared/Enum/libISSMCore_la-StringToEnumx.lo
  CXX      shared/Numerics/libISSMCore_la-Verbosity.lo
  CXX      shared/Numerics/libISSMCore_la-GaussPoints.lo
  CXX      shared/Numerics/libISSMCore_la-cross.lo
  CXX      shared/Numerics/libISSMCore_la-cubic.lo
  CXX      shared/Numerics/libISSMCore_la-NewtonSolveDnorm.lo
  CXX      shared/Numerics/libISSMCore_la-ODE1.lo
  CXX      shared/Numerics/libISSMCore_la-extrema.lo
  CXX      shared/Numerics/libISSMCore_la-legendre.lo
  CXX      shared/Numerics/libISSMCore_la-XZvectorsToCoordinateSystem.lo
  CXX      shared/Exceptions/libISSMCore_la-Exceptions.lo
  CXX      shared/Sorting/libISSMCore_la-binary_search.lo
  CXX      shared/Elements/libISSMCore_la-Cuffey.lo
  CXX      shared/Elements/libISSMCore_la-BuddJacka.lo
  CXX      shared/Elements/libISSMCore_la-CuffeyTemperate.lo
  CXX      shared/Elements/libISSMCore_la-StressIntensityIntegralWeight.lo
  CXX      shared/Elements/libISSMCore_la-Paterson.lo
  CXX      shared/Elements/libISSMCore_la-Arrhenius.lo
  CXX      shared/Elements/libISSMCore_la-NyeCO2.lo
  CXX      shared/Elements/libISSMCore_la-NyeH2O.lo
  CXX      shared/Elements/libISSMCore_la-LliboutryDuval.lo
  CXX      shared/Elements/libISSMCore_la-PrintArrays.lo
  CXX      shared/Elements/libISSMCore_la-PddSurfaceMassBalance.lo
  CXX      shared/Elements/libISSMCore_la-PddSurfaceMassBalanceSicopolis.lo
  CXX      shared/Elements/libISSMCore_la-ComputeDelta18oTemperaturePrecipitation.lo
  CXX      shared/Elements/libISSMCore_la-ComputeMungsmTemperaturePrecipitation.lo
  CXX      shared/Elements/libISSMCore_la-ComputeD18OTemperaturePrecipitationFromPD.lo
  CXX      shared/Elements/libISSMCore_la-DrainageFunctionWaterfraction.lo
  CXX      shared/Elements/libISSMCore_la-EstarComponents.lo
  CXX      shared/Random/libISSMCore_la-random.lo
  CXX      shared/Random/libISSMCore_la-randomgenerator.lo
  CXX      shared/String/libISSMCore_la-DescriptorIndex.lo
  CXX      toolkits/issm/libISSMCore_la-IssmToolkitUtils.lo
  CXX      toolkits/issm/libISSMCore_la-IssmSolver.lo
  CXX      toolkits/mpi/libISSMCore_la-issmmpi.lo
  CXX      toolkits/mpi/commops/libISSMCore_la-DetermineLocalSize.lo
  CXX      toolkits/mpi/commops/libISSMCore_la-DetermineGlobalSize.lo
  CXX      toolkits/mpi/commops/libISSMCore_la-DetermineRowRankFromLocalSize.lo
  CXX      toolkits/mpi/commops/libISSMCore_la-GetOwnershipBoundariesFromRange.lo
  CXX      toolkits/libISSMCore_la-ToolkitOptions.lo
  CXX      modules/MmeToInputFromIdx/libISSMCore_la-MmeToInputFromIdx.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-ModelProcessorx.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-ElementsAndVerticesPartitioning.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-NodesPartitioning.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-EdgesPartitioning.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-FacesPartitioning.lo
  CXX      modules/ModelProcessorx/libISSMCore_la-CreateParameters.lo
  CXX      modules/ModelProcessorx/Autodiff/libISSMCore_la-CreateParametersAutodiff.lo
  CXX      modules/ParseToolkitsOptionsx/libISSMCore_la-ParseToolkitsOptionsx.lo
  CXX      modules/NodesDofx/libISSMCore_la-NodesDofx.lo
  CXX      modules/NodalValuex/libISSMCore_la-NodalValuex.lo
  CXX      modules/VertexCoordinatesx/libISSMCore_la-VertexCoordinatesx.lo
  CXX      modules/ElementCoordinatesx/libISSMCore_la-ElementCoordinatesx.lo
  CXX      modules/OutputResultsx/libISSMCore_la-OutputResultsx.lo
  CXX      modules/InputDepthAverageAtBasex/libISSMCore_la-InputDepthAverageAtBasex.lo
  CXX      modules/InputDuplicatex/libISSMCore_la-InputDuplicatex.lo
  CXX      modules/InputExtrudex/libISSMCore_la-InputExtrudex.lo
  CXX      modules/SurfaceAreax/libISSMCore_la-SurfaceAreax.lo
  CXX      modules/AllocateSystemMatricesx/libISSMCore_la-AllocateSystemMatricesx.lo
  CXX      modules/CreateJacobianMatrixx/libISSMCore_la-CreateJacobianMatrixx.lo
  CXX      modules/SystemMatricesx/libISSMCore_la-SystemMatricesx.lo
  CXX      modules/CreateNodalConstraintsx/libISSMCore_la-CreateNodalConstraintsx.lo
  CXX      modules/UpdateDynamicConstraintsx/libISSMCore_la-UpdateDynamicConstraintsx.lo
  CXX      modules/IoModelToConstraintsx/libISSMCore_la-IoModelToConstraintsx.lo
  CXX      modules/SetActiveNodesLSMx/libISSMCore_la-SetActiveNodesLSMx.lo
  CXX      modules/InputUpdateFromConstantx/libISSMCore_la-InputUpdateFromConstantx.lo
  CXX      modules/InputUpdateFromSolutionx/libISSMCore_la-InputUpdateFromSolutionx.lo
  CXX      modules/GeothermalFluxx/libISSMCore_la-GeothermalFluxx.lo
  CXX      modules/GetSolutionFromInputsx/libISSMCore_la-GetSolutionFromInputsx.lo
  CXX      modules/GetVectorFromInputsx/libISSMCore_la-GetVectorFromInputsx.lo
  CXX      modules/InputUpdateFromVectorx/libISSMCore_la-InputUpdateFromVectorx.lo
  CXX      modules/FloatingiceMeltingRatex/libISSMCore_la-FloatingiceMeltingRatex.lo
  CXX      modules/FloatingiceMeltingRatePicox/libISSMCore_la-FloatingiceMeltingRatePicox.lo
  CXX      modules/FrontalForcingsx/libISSMCore_la-FrontalForcingsx.lo
  CXX      modules/ConfigureObjectsx/libISSMCore_la-ConfigureObjectsx.lo
  CXX      modules/SpcNodesx/libISSMCore_la-SpcNodesx.lo
  CXX      modules/SurfaceMassBalancex/libISSMCore_la-SurfaceMassBalancex.lo
  CXX      modules/SurfaceMassBalancex/libISSMCore_la-Gembx.lo
  CXX      modules/Reducevectorgtofx/libISSMCore_la-Reducevectorgtofx.lo
  CXX      modules/Reduceloadx/libISSMCore_la-Reduceloadx.lo
  CXX      modules/ConstraintsStatex/libISSMCore_la-ConstraintsStatex.lo
  CXX      modules/ResetConstraintsx/libISSMCore_la-ResetConstraintsx.lo
  CXX      modules/ResetFSBasalBoundaryConditionx/libISSMCore_la-ResetFSBasalBoundaryConditionx.lo
  CXX      modules/Solverx/libISSMCore_la-Solverx.lo
  CXX      modules/StochasticForcingx/libISSMCore_la-StochasticForcingx.lo
  CXX      modules/Mergesolutionfromftogx/libISSMCore_la-Mergesolutionfromftogx.lo
  CXX      cores/libISSMCore_la-ProcessArguments.lo
  CXX      cores/libISSMCore_la-ResetBoundaryConditions.lo
  CXX      cores/libISSMCore_la-WrapperCorePointerFromSolutionEnum.lo
  CXX      cores/libISSMCore_la-WrapperPreCorePointerFromSolutionEnum.lo
  CXX      cores/libISSMCore_la-CorePointerFromSolutionEnum.lo
  CXX      cores/libISSMCore_la-ad_core.lo
  CXX      analyses/libISSMCore_la-EnumToAnalysis.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_la.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_la_theta.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_linear.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_nonlinear.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_newton.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_fct.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_schurcg.lo
  CXX      solutionsequences/libISSMCore_la-solutionsequence_sampling.lo
  CXX      solutionsequences/libISSMCore_la-convergence.lo
  CXX      classes/Options/libISSMCore_la-Options.lo
  CXX      classes/Options/libISSMCore_la-OptionUtilities.lo
  CXX      modules/ModelProcessorx/Transient/libISSMCore_la-UpdateElementsTransient.lo
  CXX      modules/ModelProcessorx/Transient/libISSMCore_la-UpdateParametersTransient.lo
  CXX      modules/ControlInputSetGradientx/libISSMCore_la-ControlInputSetGradientx.lo
  CXX      modules/GetVectorFromControlInputsx/libISSMCore_la-GetVectorFromControlInputsx.lo
  CXX      modules/SetControlInputsFromVectorx/libISSMCore_la-SetControlInputsFromVectorx.lo
  CXX      modules/ModelProcessorx/Control/libISSMCore_la-CreateParametersControl.lo
  CXX      modules/ModelProcessorx/Control/libISSMCore_la-UpdateElementsAndMaterialsControl.lo
  CXX      modules/SurfaceAbsVelMisfitx/libISSMCore_la-SurfaceAbsVelMisfitx.lo
  CXX      modules/SurfaceRelVelMisfitx/libISSMCore_la-SurfaceRelVelMisfitx.lo
  CXX      modules/SurfaceLogVelMisfitx/libISSMCore_la-SurfaceLogVelMisfitx.lo
  CXX      modules/SurfaceLogVxVyMisfitx/libISSMCore_la-SurfaceLogVxVyMisfitx.lo
  CXX      modules/SurfaceAverageVelMisfitx/libISSMCore_la-SurfaceAverageVelMisfitx.lo
  CXX      modules/ThicknessAbsMisfitx/libISSMCore_la-ThicknessAbsMisfitx.lo
  CXX      modules/Gradjx/libISSMCore_la-Gradjx.lo
  CXX      modules/DragCoefficientAbsGradientx/libISSMCore_la-DragCoefficientAbsGradientx.lo
  CXX      modules/ThicknessAlongGradientx/libISSMCore_la-ThicknessAlongGradientx.lo
  CXX      modules/ThicknessAcrossGradientx/libISSMCore_la-ThicknessAcrossGradientx.lo
  CXX      modules/RheologyBbarAbsGradientx/libISSMCore_la-RheologyBbarAbsGradientx.lo
  CXX      modules/RheologyBAbsGradientx/libISSMCore_la-RheologyBAbsGradientx.lo
  CXX      modules/GroundinglineMigrationx/libISSMCore_la-GroundinglineMigrationx.lo
  CXX      modules/OutputDefinitionsResponsex/libISSMCore_la-OutputDefinitionsResponsex.lo
  CXX      modules/InterpFromMeshToMesh2dx/libISSMCore_la-InterpFromMeshToMesh2dx.lo
  CXX      classes/Inputs/libISSMCore_la-Inputs.lo
  CXX      classes/Inputs/libISSMCore_la-BoolInput.lo
  CXX      classes/Inputs/libISSMCore_la-DoubleInput.lo
  CXX      classes/Inputs/libISSMCore_la-IntInput.lo
  CXX      classes/Inputs/libISSMCore_la-ElementInput.lo
  CXX      classes/Inputs/libISSMCore_la-SegInput.lo
  CXX      classes/Inputs/libISSMCore_la-TriaInput.lo
  CXX      classes/Inputs/libISSMCore_la-PentaInput.lo
  CXX      classes/Inputs/libISSMCore_la-DatasetInput.lo
  CXX      classes/Inputs/libISSMCore_la-ControlInput.lo
  CXX      classes/Inputs/libISSMCore_la-TransientInput.lo
  CXX      classes/Inputs/libISSMCore_la-ArrayInput.lo
  CXX      classes/Inputs/libISSMCore_la-IntArrayInput.lo
  CXX      classes/Dakota/libISSMCore_la-IssmParallelDirectApplicInterface.lo
  CXX      modules/InputUpdateFromDakotax/libISSMCore_la-InputUpdateFromDakotax.lo
  CXX      modules/InputUpdateFromVectorDakotax/libISSMCore_la-InputUpdateFromVectorDakotax.lo
  CXX      modules/InputUpdateFromMatrixDakotax/libISSMCore_la-InputUpdateFromMatrixDakotax.lo
  CXX      modules/AverageOntoPartitionx/libISSMCore_la-AverageOntoPartitionx.lo
  CXX      modules/ModelProcessorx/Dakota/libISSMCore_la-CreateParametersDakota.lo
  CXX      modules/ModelProcessorx/Dakota/libISSMCore_la-UpdateElementsAndMaterialsDakota.lo
  CXX      modules/QmuStatisticsx/libISSMCore_la-QmuStatisticsx.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-VecToMPISerial.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-MatToMPISerial.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-NewVec.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-PetscOptionsDetermineSolverType.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-NewMat.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-VecFree.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-KSPFree.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-MatFree.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-MatMultPatch.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-ISSMToPetscMatrixType.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-ISSMToPetscInsertMode.lo
  CXX      toolkits/petsc/patches/libISSMCore_la-ISSMToPetscNormMode.lo
  CXX      toolkits/petsc/objects/libISSMCore_la-PetscMat.lo
  CXX      toolkits/petsc/objects/libISSMCore_la-PetscVec.lo
  CXX      toolkits/petsc/objects/libISSMCore_la-PetscSolver.lo
  CXX      toolkits/mumps/libISSMCore_la-MumpsSolve.lo
  CXX      toolkits/gsl/libISSMCore_la-DenseGslSolve.lo
  CXX      modules/CoordinateSystemTransformx/libISSMCore_la-CoordinateSystemTransformx.lo
  CXX      modules/Damagex/libISSMCore_la-Damagex.lo
  CXX      modules/Calvingx/libISSMCore_la-Calvingx.lo
  CXX      modules/KillIcebergsx/libISSMCore_la-KillIcebergsx.lo
  CXX      modules/GiaDeflectionCorex/libISSMCore_la-GiaDeflectionCorex.lo
  F77      modules/GiaDeflectionCorex/libISSMCore_la-distme.lo
  F77      modules/GiaDeflectionCorex/libISSMCore_la-freed.lo
  F77      modules/GiaDeflectionCorex/libISSMCore_la-ojrule.lo
  F77      modules/GiaDeflectionCorex/libISSMCore_la-pwise.lo
  F77      modules/GiaDeflectionCorex/libISSMCore_la-qwise.lo
  F77      modules/GiaDeflectionCorex/libISSMCore_la-stot.lo
  F77      modules/GiaDeflectionCorex/libISSMCore_la-what0.lo
  CXX      modules/MeshPartitionx/libISSMCore_la-MeshPartitionx.lo
  CXX      toolkits/metis/patches/libISSMCore_la-METIS_PartMeshNodalPatch.lo
  CXX      classes/kriging/libISSMCore_la-Observations.lo
  CXX      classes/kriging/libISSMCore_la-GaussianVariogram.lo
  CXX      classes/kriging/libISSMCore_la-ExponentialVariogram.lo
  CXX      classes/kriging/libISSMCore_la-SphericalVariogram.lo
  CXX      classes/kriging/libISSMCore_la-PowerVariogram.lo
  CXX      classes/kriging/libISSMCore_la-Quadtree.lo
  CXX      classes/kriging/libISSMCore_la-Covertree.lo
  CXX      classes/kriging/libISSMCore_la-Observation.lo
  CXX      modules/Krigingx/libISSMCore_la-pKrigingx.lo
  CXXLD    libISSMOverload.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
  CXX      shared/Threads/libISSMModules_la-LaunchThread.lo
  CXX      shared/Threads/libISSMModules_la-PartitionRange.lo
  CXX      shared/Exp/libISSMModules_la-exp.lo
  CXX      shared/Triangle/libISSMModules_la-AssociateSegmentToElement.lo
  CXX      shared/Triangle/libISSMModules_la-GridInsideHole.lo
  CXX      shared/Triangle/libISSMModules_la-OrderSegments.lo
  CXX      shared/Triangle/libISSMModules_la-SplitMeshForRifts.lo
  CXX      shared/Triangle/libISSMModules_la-TriangleUtils.lo
  CXX      modules/Trianglex/libISSMModules_la-Trianglex.lo
  CXX      modules/ProcessRiftsx/libISSMModules_la-ProcessRiftsx.lo
  CXX      modules/PointCloudFindNeighborsx/libISSMModules_la-PointCloudFindNeighborsx.lo
  CXX      modules/PointCloudFindNeighborsx/libISSMModules_la-PointCloudFindNeighborsxt.lo
  CXX      modules/InterpFromGridToMeshx/libISSMModules_la-InterpFromGridToMeshx.lo
  CXX      modules/InterpFromMesh2dx/libISSMModules_la-InterpFromMesh2dx.lo
  CXX      modules/InterpFromMesh2dx/libISSMModules_la-InterpFromMesh2dxt.lo
  CXX      modules/InterpFromMeshToMesh3dx/libISSMModules_la-InterpFromMeshToMesh3dx.lo
  CXX      modules/InterpFromMeshToGridx/libISSMModules_la-InterpFromMeshToGridx.lo
  CXX      modules/MeshProfileIntersectionx/libISSMModules_la-MeshProfileIntersectionx.lo
  CXX      modules/ContourToMeshx/libISSMModules_la-ContourToMeshx.lo
  CXX      modules/ContourToMeshx/libISSMModules_la-ContourToMeshxt.lo
  CXX      modules/ExpToLevelSetx/libISSMModules_la-ExpToLevelSetx.lo
  CXX      modules/ExpToLevelSetx/libISSMModules_la-ExpToLevelSetxt.lo
  CXX      modules/ContourToNodesx/libISSMModules_la-ContourToNodesx.lo
  CXX      modules/DistanceToMaskBoundaryx/libISSMModules_la-DistanceToMaskBoundaryx.lo
  CXX      modules/DistanceToMaskBoundaryx/libISSMModules_la-DistanceToMaskBoundaryxt.lo
  CXX      modules/NodeConnectivityx/libISSMModules_la-NodeConnectivityx.lo
  CXX      modules/ElementConnectivityx/libISSMModules_la-ElementConnectivityx.lo
  CXX      modules/PropagateFlagsFromConnectivityx/libISSMModules_la-PropagateFlagsFromConnectivityx.lo
  CXX      modules/Chacox/libISSMModules_la-Chacox.lo
  CXX      modules/Chacox/libISSMModules_la-input_parse.lo
  CXX      modules/Chacox/libISSMModules_la-chaco_seconds.lo
  CXX      modules/Chacox/libISSMModules_la-user_params.lo
  CXXLD    libISSMCore.la
./modules/Chacox/Chacox.cpp:56:24: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
        double        *smalloc();                    /* safe version of malloc                       */
                              ^~
./modules/Chacox/Chacox.cpp:56:24: note: replace parentheses with an initializer to declare a variable
        double        *smalloc();                    /* safe version of malloc                       */
                              ^~
                               = nullptr
1 warning generated.
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for _what0_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
  CXXLD    libISSMModules.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    issm.exe
  CXXLD    issm_slc.exe
  CXXLD    kriging.exe
  CXXLD    issm_dakota.exe
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    issm_post.exe
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
Making all in m
make[3]: Nothing to be done for `all'.
Making all in wrappers
Making all in matlab
  CXX      io/libISSMMatlab_la-CheckNumMatlabArguments.lo
  CXX      io/libISSMMatlab_la-FetchMatlabData.lo
  CXX      io/libISSMMatlab_la-WriteMatlabData.lo
  CXX      io/libISSMApi_la-ApiPrintf.lo
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
In file included from ./io/CheckNumMatlabArguments.cpp:5/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx))):
In file included from ./io/./matlabio.h:16
                                                                  ^
:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
 warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81:In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/FetchMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
 warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/CheckNumMatlabArguments.cpp:5:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/ApiPrintf.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ./io/WriteMatlabData.cpp:11:
In file included from ./io/./matlabio.h:16:
In file included from ./io/../../../c/classes/./classes.h:11:
In file included from ./io/../../../c/classes/./Vertex.h:12:
In file included from ./io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ./io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../BamgConvertMesh/BamgConvertMesh.lo
18 warnings generated.
  CXX      ../BamgMesher/BamgMesher.lo
18 warnings generated.
  CXX      ../BamgTriangulate/BamgTriangulate.lo
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
In file included from ../BamgConvertMesh/./BamgConvertMesh.h:19:
In file included from ../BamgConvertMesh/../bindings.h:19:
In file included from ../BamgConvertMesh/.././matlab/io/matlabio.h:16:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgConvertMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../BamgTriangulate/BamgTriangulate.cpp:4:
In file included from ../BamgTriangulate/./BamgTriangulate.h:19:
In file included from ../BamgTriangulate/../bindings.h:19:
In file included from ../BamgTriangulate/.././matlab/io/matlabio.h:16:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../BamgTriangulate/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../ContourToMesh/ContourToMesh.lo
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../ContourToNodes/ContourToNodes.lo
  CXX      ../DistanceToMaskBoundary/DistanceToMaskBoundary.lo
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToMesh/ContourToMesh.cpp:6:
In file included from ../ContourToMesh/./ContourToMesh.h:20:
In file included from ../ContourToMesh/../bindings.h:19:
In file included from ../ContourToMesh/.././matlab/io/matlabio.h:16:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../ElementConnectivity/ElementConnectivity.lo
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ContourToNodes/ContourToNodes.cpp:5:
In file included from ../ContourToNodes/./ContourToNodes.h:19:
In file included from ../ContourToNodes/../bindings.h:19:
In file included from ../ContourToNodes/.././matlab/io/matlabio.h:16:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ContourToNodes/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp:5:
In file included from ../DistanceToMaskBoundary/./DistanceToMaskBoundary.h:19:
In file included from ../DistanceToMaskBoundary/../bindings.h:19:
In file included from ../DistanceToMaskBoundary/.././matlab/io/matlabio.h:16:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../DistanceToMaskBoundary/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ElementConnectivity/ElementConnectivity.cpp:5:
In file included from ../ElementConnectivity/./ElementConnectivity.h:20:
In file included from ../ElementConnectivity/../bindings.h:19:
In file included from ../ElementConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ElementConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../ExpSimplify/ExpSimplify.lo
18 warnings generated.
  CXX      ../ExpToLevelSet/ExpToLevelSet.lo
18 warnings generated.
  CXX      ../InterpFromGridToMesh/InterpFromGridToMesh.lo
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
  CXX      ../InterpFromMesh2d/InterpFromMesh2d.lo
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpSimplify/ExpSimplify.cpp:4:
In file included from ../ExpSimplify/./ExpSimplify.h:19:
In file included from ../ExpSimplify/../bindings.h:19:
In file included from ../ExpSimplify/.././matlab/io/matlabio.h:16:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpSimplify/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ExpToLevelSet/ExpToLevelSet.cpp:6:
In file included from ../ExpToLevelSet/./ExpToLevelSet.h:20:
In file included from ../ExpToLevelSet/../bindings.h:19:
In file included from ../ExpToLevelSet/.././matlab/io/matlabio.h:16:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ExpToLevelSet/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromGridToMesh/InterpFromGridToMesh.cpp:5:
In file included from ../InterpFromGridToMesh/./InterpFromGridToMesh.h:19:
In file included from ../InterpFromGridToMesh/../bindings.h:19:
In file included from ../InterpFromGridToMesh/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromGridToMesh/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMesh2d/InterpFromMesh2d.cpp:5:
In file included from ../InterpFromMesh2d/./InterpFromMesh2d.h:19:
In file included from ../InterpFromMesh2d/../bindings.h:19:
In file included from ../InterpFromMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../InterpFromMeshToGrid/InterpFromMeshToGrid.lo
18 warnings generated.
  CXX      ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.lo
18 warnings generated.
  CXX      ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.lo
18 warnings generated.
  CXX      ../IssmConfig/IssmConfig.lo
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToGrid/InterpFromMeshToGrid.cpp:5:
In file included from ../InterpFromMeshToGrid/./InterpFromMeshToGrid.h:19:
In file included from ../InterpFromMeshToGrid/../bindings.h:19:
In file included from ../InterpFromMeshToGrid/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToGrid/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp:4:
In file included from ../InterpFromMeshToMesh2d/./InterpFromMeshToMesh2d.h:20:
In file included from ../InterpFromMeshToMesh2d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh2d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d.cpp:5:
In file included from ../InterpFromMeshToMesh3d/./InterpFromMeshToMesh3d.h:19:
In file included from ../InterpFromMeshToMesh3d/../bindings.h:19:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/matlabio.h:16:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../InterpFromMeshToMesh3d/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../IssmConfig/IssmConfig.cpp:11:
In file included from ../IssmConfig/./IssmConfig.h:20:
In file included from ../IssmConfig/../bindings.h:19:
In file included from ../IssmConfig/.././matlab/io/matlabio.h:16:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../IssmConfig/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../M1qn3/M1qn3.lo
18 warnings generated.
18 warnings generated.
  CXX      ../MeshPartition/MeshPartition.lo
  CXX      ../MeshProfileIntersection/MeshProfileIntersection.lo
18 warnings generated.
  CXX      ../NodeConnectivity/NodeConnectivity.lo
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../M1qn3/M1qn3.cpp:5:
In file included from ../M1qn3/./M1qn3.h:19:
In file included from ../M1qn3/../bindings.h:19:
In file included from ../M1qn3/.././matlab/io/matlabio.h:16:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../M1qn3/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19In file included from ../MeshPartition/MeshPartition.cpp:5:
:
In file included from ../MeshPartition/./MeshPartition.h:In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:819:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.hIn file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:19:
In file included from In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
../MeshProfileIntersection/.././matlab/io/matlabio.hPETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h::
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:156:
:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
8In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
11PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h::67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:
93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.hPETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h::11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:151396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:
:11:
In file included from In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.hPETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^:
6/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
:
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from In file included from ../MeshPartition/MeshPartition.cpp:5/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
:
In file included from ../MeshPartition/./MeshPartition.hPETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from 
../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshPartition/MeshPartition.cpp:5:
In file included from ../MeshPartition/./MeshPartition.h:19:
In file included from ../MeshPartition/../bindings.h:19:
In file included from ../MeshPartition/.././matlab/io/matlabio.h:16:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshPartition/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../MeshProfileIntersection/MeshProfileIntersection.cpp:18:
In file included from ../MeshProfileIntersection/./MeshProfileIntersection.h:19:
In file included from ../MeshProfileIntersection/../bindings.h:19:
In file included from ../MeshProfileIntersection/.././matlab/io/matlabio.h:16:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../MeshProfileIntersection/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../NodeConnectivity/NodeConnectivity.cpp:5:
In file included from ../NodeConnectivity/./NodeConnectivity.h:23:
In file included from ../NodeConnectivity/../bindings.h:19:
In file included from ../NodeConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../NodeConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../PointCloudFindNeighbors/PointCloudFindNeighbors.lo
18 warnings generated.
18 warnings generated.
  CXX      ../ProcessRifts/ProcessRifts.lo
  CXX      ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.lo
18 warnings generated.
  CXX      ../Scotch/Scotch.lo
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PointCloudFindNeighbors/PointCloudFindNeighbors.cpp:5:
In file included from ../PointCloudFindNeighbors/./PointCloudFindNeighbors.h:19:
In file included from ../PointCloudFindNeighbors/../bindings.h:19:
In file included from ../PointCloudFindNeighbors/.././matlab/io/matlabio.h:16:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PointCloudFindNeighbors/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.hIn file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h::11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../ProcessRifts/ProcessRifts.cpp:5:
In file included from ../ProcessRifts/./ProcessRifts.h:19:
In file included from ../ProcessRifts/../bindings.h:19:
In file included from ../ProcessRifts/.././matlab/io/matlabio.h:16:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../ProcessRifts/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity.cpp:5:
In file included from ../PropagateFlagsFromConnectivity/./PropagateFlagsFromConnectivity.h:19:
In file included from ../PropagateFlagsFromConnectivity/../bindings.h:19:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/matlabio.h:16:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../PropagateFlagsFromConnectivity/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Scotch/Scotch.cpp:10:
In file included from ../Scotch/./Scotch.h:8:
In file included from ../Scotch/../bindings.h:19:
In file included from ../Scotch/.././matlab/io/matlabio.h:16:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Scotch/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Scotch/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
  CXX      ../Triangle/Triangle.lo
18 warnings generated.
  CXX      ../Chaco/Chaco.lo
18 warnings generated.
18 warnings generated.
  CXX      ../Kriging/Kriging.lo
  CXX      ../CoordTransform/CoordTransform.lo
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:In file included from 6../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
:
In file included from In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]:

In file included from PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]

                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.hIn file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h::6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h15:8:
:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
:11PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:
                                                                                ^6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186 note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.hPETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
:                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
25  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1127:127: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PetscError(MPI_Comm, int, const char *, const char *, PetscErrorCode, PetscErrorType, const char *, ...) PETSC_ATTRIBUTE_COLD PETSC_ATTRIBUTE_FORMAT(7, 8);
                                                                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1108:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscerror.h:1186:68: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscErrorPrintf)(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1363:77: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode (*PetscHelpPrintf)(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.hIn file included from ../Triangle/Triangle.cpp:5:
In file included from ../Triangle/./Triangle.h:25:
In file included from ../Triangle/../bindings.h:19:
In file included from ../Triangle/.././matlab/io/matlabio.h:16:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Triangle/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Triangle/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:14:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscInfo_Private(const char[], PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1368:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petsclog.h:262:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscLogObjectState(PetscObject, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Chaco/Chaco.cpp:11:
In file included from ../Chaco/./Chaco.h:20:
In file included from ../Chaco/../bindings.h:19:
In file included from ../Chaco/.././matlab/io/matlabio.h:16:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Chaco/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Chaco/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1376:79: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                              ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1378:70: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1379:78: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintf(char *, size_t, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                             ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1380:93: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSNPrintfCount(char *, size_t, const char[], size_t *, ...) PETSC_ATTRIBUTE_FORMAT(3, 5);
                                                                                            ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1383:72: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfDefault(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1384:69: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscErrorPrintfNone(const char[], ...) PETSC_ATTRIBUTE_FORMAT(1, 2);
                                                                    ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1385:81: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscHelpPrintfDefault(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1396:82: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedPrintf(MPI_Comm, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                 ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:8:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscsys.h:1397:91: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATTRIBUTE_FORMAT(3, 4);
                                                                                          ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../CoordTransform/CoordTransform.cpp:6:
In file included from ../CoordTransform/./CoordTransform.h:20:
In file included from ../CoordTransform/../bindings.h:19:
In file included from ../CoordTransform/.././matlab/io/matlabio.h:16:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../CoordTransform/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:230:84: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIIPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                   ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:231:96: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                               ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:248:86: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerStringSPrintf(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                     ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
In file included from ../Kriging/Kriging.cpp:4:
In file included from ../Kriging/./Kriging.h:19:
In file included from ../Kriging/../bindings.h:19:
In file included from ../Kriging/.././matlab/io/matlabio.h:16:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./classes.h:11:
In file included from ../Kriging/.././matlab/io/../../../c/classes/./Vertex.h:12:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/toolkits.h:15:
In file included from ../Kriging/.././matlab/io/../../../c/classes/../toolkits/./petsc/petscincludes.h:11:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscksp.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscpc.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmat.h:6:
In file included from /Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscvec.h:12:
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscviewer.h:278:88: warning: 'format' attribute argument not supported: mexPrintf_800 [-Wignored-attributes]
PETSC_EXTERN PetscErrorCode PetscViewerVUPrintDeferred(PetscViewer, const char[], ...) PETSC_ATTRIBUTE_FORMAT(2, 3);
                                                                                       ^
/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/petsc/install/include/petscmacros.h:299:67: note: expanded from macro 'PETSC_ATTRIBUTE_FORMAT'
  #define PETSC_ATTRIBUTE_FORMAT(strIdx, vaArgIdx) __attribute__((format(printf, strIdx, vaArgIdx)))
                                                                  ^
18 warnings generated.
18 warnings generated.
  CXXLD    libISSMMatlab.la
  CXXLD    libISSMApi.la
18 warnings generated.
18 warnings generated.
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    BamgConvertMesh_matlab.la
  CXXLD    BamgMesher_matlab.la
  CXXLD    BamgTriangulate_matlab.la
  CXXLD    ContourToMesh_matlab.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    ContourToNodes_matlab.la
  CXXLD    DistanceToMaskBoundary_matlab.la
  CXXLD    ElementConnectivity_matlab.la
  CXXLD    ExpSimplify_matlab.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    ExpToLevelSet_matlab.la
  CXXLD    InterpFromGridToMesh_matlab.la
  CXXLD    InterpFromMesh2d_matlab.la
  CXXLD    InterpFromMeshToGrid_matlab.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    InterpFromMeshToMesh2d_matlab.la
  CXXLD    InterpFromMeshToMesh3d_matlab.la
  CXXLD    IssmConfig_matlab.la
  CXXLD    M1qn3_matlab.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    MeshPartition_matlab.la
  CXXLD    MeshProfileIntersection_matlab.la
  CXXLD    NodeConnectivity_matlab.la
  CXXLD    PointCloudFindNeighbors_matlab.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size

ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    ProcessRifts_matlab.la
  CXXLD    PropagateFlagsFromConnectivity_matlab.la
  CXXLD    Scotch_matlab.la
  CXXLD    Triangle_matlab.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    Chaco_matlab.la
  CXXLD    Kriging_matlab.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    CoordTransform_matlab.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
Making all in python
  CXX      io/libISSMPython_la-CheckNumPythonArguments.lo
  CXX      io/libISSMPython_la-FetchPythonData.lo
  CXX      io/libISSMPython_la-WritePythonData.lo
  CXX      io/libISSMApi_la-ApiPrintf.lo
  CXXLD    libISSMApi.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    libISSMPython.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    BamgConvertMesh_python.la
  CXXLD    BamgMesher_python.la
  CXXLD    BamgTriangulate_python.la
  CXXLD    ContourToMesh_python.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
Undefined symbols for architecture x86_64:
  "FetchData(Contours**, mxArray_tag const*)", referenced from:
      _mexFunction in ContourToMesh.o
  "FetchData(char**, mxArray_tag const*)", referenced from:
      _mexFunction in ContourToMesh.o
  "FetchData(double**, int*, int*, mxArray_tag const*)", referenced from:
      _mexFunction in ContourToMesh.o
  "FetchData(int*, mxArray_tag const*)", referenced from:
      _mexFunction in ContourToMesh.o
  "WriteData(mxArray_tag**, double*, int)", referenced from:
      _mexFunction in ContourToMesh.o
  "_mexErrMsgTxt_800", referenced from:
      _mexFunction in ContourToMesh.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [ContourToMesh_python.la] Error 1
make[4]: *** Waiting for unfinished jobs....
Undefined symbols for architecture x86_64:
  "CheckNumMatlabArguments(int, int, int, int, char const*, void (*)())", referenced from:
      _mexFunction in BamgMesher.o
  "FetchData(BamgGeom**, mxArray_tag const*)", referenced from:
      _mexFunction in BamgMesher.o
  "FetchData(BamgMesh**, mxArray_tag const*)", referenced from:
      _mexFunction in BamgMesher.o
  "FetchData(BamgOpts**, mxArray_tag const*)", referenced from:
      _mexFunction in BamgMesher.o
  "WriteData(mxArray_tag**, BamgGeom*)", referenced from:
      _mexFunction in BamgMesher.o
  "WriteData(mxArray_tag**, BamgMesh*)", referenced from:
      _mexFunction in BamgMesher.o
  "_mexErrMsgTxt_800", referenced from:
      _mexFunction in BamgMesher.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [BamgMesher_python.la] Error 1
Undefined symbols for architecture x86_64:
  "CheckNumMatlabArguments(int, int, int, int, char const*, void (*)())", referenced from:
      _mexFunction in BamgConvertMesh.o
  "FetchData(double**, int*, mxArray_tag const*)", referenced from:
      _mexFunction in BamgConvertMesh.o
  "FetchData(int**, int*, int*, mxArray_tag const*)", referenced from:
      _mexFunction in BamgConvertMesh.o
  "WriteData(mxArray_tag**, BamgGeom*)", referenced from:
      _mexFunction in BamgConvertMesh.o
  "WriteData(mxArray_tag**, BamgMesh*)", referenced from:
      _mexFunction in BamgConvertMesh.o
  "_mexErrMsgTxt_800", referenced from:
      _mexFunction in BamgConvertMesh.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [BamgConvertMesh_python.la] Error 1
Undefined symbols for architecture x86_64:
  "CheckNumMatlabArguments(int, int, int, int, char const*, void (*)())", referenced from:
      _mexFunction in BamgTriangulate.o
  "FetchData(double**, int*, int*, mxArray_tag const*)", referenced from:
      _mexFunction in BamgTriangulate.o
  "WriteData(mxArray_tag**, int*, int, int)", referenced from:
      _mexFunction in BamgTriangulate.o
  "_mexErrMsgTxt_800", referenced from:
      _mexFunction in BamgTriangulate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [BamgTriangulate_python.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 
Compilation failed, trying to compile with only one thread
 
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in src
Making all in c
  CXXLD    issm.exe
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    issm_slc.exe
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    kriging.exe
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    issm_dakota.exe
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
  CXXLD    issm_post.exe
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)

ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack sizeld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size

ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
Making all in m
make[3]: Nothing to be done for `all'.
Making all in wrappers
Making all in matlab
make[4]: Nothing to be done for `all'.
Making all in python
  CXXLD    BamgConvertMesh_python.la
ld: warning: directory not found for option '-L/usr/local/Cellar/sqlite/3.45.1/lib'
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnidr.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdakota_src_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpecos_src.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libteuchos.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mods.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liblhs_mod.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdfftpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_cubature.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_rules.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmga.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: object file (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsparsegrid.a(sandia_sgmgg.cpp.o)) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libsurfpack_fortran.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libqueso.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libconmin.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libddace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libdream.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libfsudace.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libhopspack.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libncsuopt.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libcport.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libnomad.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/liboptpp.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libpsuade.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: dylib (/Users/jenkins/workspace/macOS-Intel-Dakota/externalpackages/dakota/install/lib/libamplsolver.dylib) was built for newer macOS version (12.7) than being linked (12.0)
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_parallel_analysis_MOD_dmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_parallel_analysis_MOD_cmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_lu_m_MOD_dmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_fac2_ldlt_m_MOD_dmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_lu_m_MOD_cmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_fac2_ldlt_m_MOD_cmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_lr_data_m_MOD_cmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_lr_data_m_MOD_dmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___cmumps_save_restore_MOD_cmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___dmumps_save_restore_MOD_dmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_parsymfact_lumat: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_parallel_analysis_MOD_zmumps_ana_f_par: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_lu_m_MOD_zmumps_fac2_lu: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_fac2_ldlt_m_MOD_zmumps_fac2_ldlt: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_lr_data_m_MOD_zmumps_save_restore_blr_struc: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _chseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save_restore_structure: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_restore: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for ___zmumps_save_restore_MOD_zmumps_save: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_ana_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_fac_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zmumps_solve_driver_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _cunmrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _dpbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sgehrd_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _shseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormlq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormql_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrq_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _sormrz_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _spbtrf_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zhseqr_: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _zpbtrf_: stack subq instruction is too different from dwarf stack size
Undefined symbols for architecture x86_64:
  "CheckNumMatlabArguments(int, int, int, int, char const*, void (*)())", referenced from:
      _mexFunction in BamgConvertMesh.o
  "FetchData(double**, int*, mxArray_tag const*)", referenced from:
      _mexFunction in BamgConvertMesh.o
  "FetchData(int**, int*, int*, mxArray_tag const*)", referenced from:
      _mexFunction in BamgConvertMesh.o
  "WriteData(mxArray_tag**, BamgGeom*)", referenced from:
      _mexFunction in BamgConvertMesh.o
  "WriteData(mxArray_tag**, BamgMesh*)", referenced from:
      _mexFunction in BamgConvertMesh.o
  "_mexErrMsgTxt_800", referenced from:
      _mexFunction in BamgConvertMesh.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [BamgConvertMesh_python.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
ISSM_COMPILATION failed!
Build step 'Execute shell' marked build as failure
Recording test results
Finished: FAILURE