Skip to content
Success

Console Output

Started by GitHub push by MathieuMorlighem
Running as SYSTEM
Building remotely on Debian_12-VM (debian linux) in workspace /home/jenkins/workspace/Debian_Linux-Dakota
The recommended git tool is: NONE
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/Debian_Linux-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.39.5'
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 8993a9630effbedf9fc626363e699eb12f013406 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8993a9630effbedf9fc626363e699eb12f013406 # timeout=10
Commit message: "Merge branch 'main' of github.com:ISSMteam/ISSM"
 > git rev-list --no-walk 1ad38a0af435ea0ab466be770b69a681a8a1c7dc # timeout=10
[Debian_Linux-Dakota] $ /bin/bash /tmp/jenkins16090139388928869691.sh
Cleaning up execution directory
======================================================
             Determining installation type            
======================================================
   
List of changed files
---------------------
src/c/cores/sealevelchange_core.cpp
   
-- checking for changed externalpackages... no
-- checking for reconfiguration... no
-- checking for recompilation... yes
======================================================
       Skipping autotools                          
======================================================
======================================================
       Skipping cmake                          
======================================================
======================================================
       Skipping petsc                          
======================================================
======================================================
       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                          
======================================================
======================================================
                    Compiling ISSM                    
======================================================
Making with 8 CPUs
make  all-recursive
make[1]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota'
Making all in src
make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
Making all in c
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/c'
  CXX      cores/libISSMCore_la-sealevelchange_core.lo
In file included from /home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:16,
                 from /home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/ParamResponsePair.hpp:20,
                 from /home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/PRPMultiIndex.hpp:19,
                 from /home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/ApplicationInterface.hpp:19,
                 from /home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DirectApplicInterface.hpp:19,
                 from ./cores/../classes/./Dakota/IssmParallelDirectApplicInterface.h:33,
                 from ./cores/../classes/classes.h:125,
                 from ./cores/sealevelchange_core.cpp:13:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In function ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&)’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  301 |   for (register typename ContainerT::size_type i=0; i<len; ++i) {
      |                                                ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_read(std::istream&, ArrayT&)’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
 1497 |   for (register typename ArrayT::size_type i=0; i<len; ++i)
      |                                            ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write(std::ostream&, const ArrayT&)’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
 1508 |   for (register typename ArrayT::size_type i=0; i<len; ++i)
      |                                            ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write(std::ostream&, const ArrayT&, const std::vector<std::__cxx11::basic_string<char> >&)’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1554:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
 1554 |   for (register typename ArrayT::size_type i=0; i<len; ++i)
      |                                            ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write_aprepro(std::ostream&, const ArrayT&, const std::vector<std::__cxx11::basic_string<char> >&)’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1593:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
 1593 |   for (register typename ArrayT::size_type i=0; i<len; ++i)
      |                                            ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In function ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool)’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
 1614 |   for (register typename ArrayT::size_type i=0; i<len; ++i)
      |                                            ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_read(std::istream&, ArrayT&) [with ArrayT = std::vector<short int>; std::istream = std::basic_istream<char>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DakotaActiveSet.hpp:210:13:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
 1497 |   for (register typename ArrayT::size_type i=0; i<len; ++i)
      |                                            ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_read(std::istream&, ArrayT&) [with ArrayT = std::vector<long unsigned int>; std::istream = std::basic_istream<char>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DakotaActiveSet.hpp:210:44:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1497:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write(std::ostream&, const ArrayT&) [with ArrayT = std::vector<short int>; std::ostream = std::basic_ostream<char>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DakotaActiveSet.hpp:214:14:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
 1508 |   for (register typename ArrayT::size_type i=0; i<len; ++i)
      |                                            ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write(std::ostream&, const ArrayT&) [with ArrayT = std::vector<long unsigned int>; std::ostream = std::basic_ostream<char>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DakotaActiveSet.hpp:214:45:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1508:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool) [with ArrayT = std::vector<short int>; std::ostream = std::basic_ostream<char>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DakotaActiveSet.hpp:219:24:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
 1614 |   for (register typename ArrayT::size_type i=0; i<len; ++i)
      |                                            ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp: In instantiation of ‘void Dakota::array_write_annotated(std::ostream&, const ArrayT&, bool) [with ArrayT = std::vector<long unsigned int>; std::ostream = std::basic_ostream<char>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DakotaActiveSet.hpp:220:24:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1614:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::__cxx11::basic_string<char>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17:   required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::__cxx11::basic_string<char>]’
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/dakota_data_io.hpp:1231:13:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  301 |   for (register typename ContainerT::size_type i=0; i<len; ++i) {
      |                                                ^
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::vector<short int>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17:   required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::vector<short int>]’
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DakotaActiveSet.hpp:225:8:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp: In instantiation of ‘void Dakota::container_read(ContainerT&, MPIUnpackBuffer&) [with ContainerT = std::vector<long unsigned int>]’:
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp:363:17:   required from ‘Dakota::MPIUnpackBuffer& Dakota::operator>>(MPIUnpackBuffer&, ContainerT&) [with ContainerT = std::vector<long unsigned int>]’
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/DakotaActiveSet.hpp:225:25:   required from here
/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/include/MPIPackBuffer.hpp:301:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  CXXLD    libISSMCore.la
  CXXLD    libISSMModules.la
  CXXLD    issm_slc.exe
  CXXLD    kriging.exe
  CXXLD    issm.exe
  CXXLD    issm_dakota.exe
  CXXLD    issm_post.exe
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/c'
Making all in m
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/m'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/m'
Making all in wrappers
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
Making all in matlab
make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab'
  CXXLD    libISSMMatlab.la
  CXXLD    BamgConvertMesh_matlab.la
  CXXLD    BamgMesher_matlab.la
  CXXLD    BamgTriangulate_matlab.la
  CXXLD    DistanceToMaskBoundary_matlab.la
  CXXLD    ContourToMesh_matlab.la
  CXXLD    ElementConnectivity_matlab.la
  CXXLD    ExpSimplify_matlab.la
  CXXLD    ContourToNodes_matlab.la
  CXXLD    ExpToLevelSet_matlab.la
  CXXLD    InterpFromGridToMesh_matlab.la
  CXXLD    InterpFromMesh2d_matlab.la
  CXXLD    InterpFromMeshToGrid_matlab.la
  CXXLD    InterpFromMeshToMesh2d_matlab.la
  CXXLD    InterpFromMeshToMesh3d_matlab.la
  CXXLD    IssmConfig_matlab.la
  CXXLD    M1qn3_matlab.la
  CXXLD    MeshPartition_matlab.la
  CXXLD    MeshProfileIntersection_matlab.la
  CXXLD    NodeConnectivity_matlab.la
  CXXLD    PointCloudFindNeighbors_matlab.la
  CXXLD    ProcessRifts_matlab.la
  CXXLD    PropagateFlagsFromConnectivity_matlab.la
  CXXLD    Scotch_matlab.la
  CXXLD    Triangle_matlab.la
  CXXLD    Chaco_matlab.la
  CXXLD    Kriging_matlab.la
  CXXLD    CoordTransform_matlab.la
make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab'
Making all in python
make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python'
  CXXLD    libISSMPython.la
  CXXLD    BamgConvertMesh_python.la
  CXXLD    BamgMesher_python.la
  CXXLD    BamgTriangulate_python.la
  CXXLD    ContourToMesh_python.la
  CXXLD    ContourToNodes_python.la
  CXXLD    InterpFromGridToMesh_python.la
  CXXLD    ExpToLevelSet_python.la
  CXXLD    ElementConnectivity_python.la
  CXXLD    InterpFromMesh2d_python.la
  CXXLD    InterpFromMeshToGrid_python.la
  CXXLD    InterpFromMeshToMesh2d_python.la
  CXXLD    InterpFromMeshToMesh3d_python.la
  CXXLD    IssmConfig_python.la
  CXXLD    MeshPartition_python.la
  CXXLD    MeshProfileIntersection_python.la
  CXXLD    NodeConnectivity_python.la
  CXXLD    Triangle_python.la
  CXXLD    ProcessRifts_python.la
  CXXLD    Chaco_python.la
make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python'
make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota'
make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota'
make[1]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota'
Making install in src
make[1]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
Making install in c
make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/c'
  CXXLD    issm.exe
  CXXLD    issm_slc.exe
  CXXLD    kriging.exe
  CXXLD    issm_dakota.exe
  CXXLD    issm_post.exe
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/c'
  CXXLD    issm.exe
  CXXLD    issm_slc.exe
  CXXLD    kriging.exe
  CXXLD    issm_dakota.exe
  CXXLD    issm_post.exe
 /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Dakota/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libISSMCore.la libISSMOverload.la libISSMModules.la '/home/jenkins/workspace/Debian_Linux-Dakota/lib'
libtool: install: /usr/bin/install -c .libs/libISSMCore.so /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMCore.so
libtool: install: /usr/bin/install -c .libs/libISSMCore.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMCore.la
libtool: install: /usr/bin/install -c .libs/libISSMOverload.so /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMOverload.so
libtool: install: /usr/bin/install -c .libs/libISSMOverload.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMOverload.la
libtool: warning: relinking 'libISSMModules.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/c; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -avoid-version -o libISSMModules.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ./shared/Threads/libISSMModules_la-LaunchThread.lo ./shared/Threads/libISSMModules_la-PartitionRange.lo ./shared/Exp/libISSMModules_la-exp.lo ./shared/Triangle/libISSMModules_la-AssociateSegmentToElement.lo ./shared/Triangle/libISSMModules_la-GridInsideHole.lo ./shared/Triangle/libISSMModules_la-OrderSegments.lo ./shared/Triangle/libISSMModules_la-SplitMeshForRifts.lo ./shared/Triangle/libISSMModules_la-TriangleUtils.lo ./modules/Trianglex/libISSMModules_la-Trianglex.lo ./modules/ProcessRiftsx/libISSMModules_la-ProcessRiftsx.lo ./modules/PointCloudFindNeighborsx/libISSMModules_la-PointCloudFindNeighborsx.lo ./modules/PointCloudFindNeighborsx/libISSMModules_la-PointCloudFindNeighborsxt.lo ./modules/InterpFromGridToMeshx/libISSMModules_la-InterpFromGridToMeshx.lo ./modules/InterpFromMesh2dx/libISSMModules_la-InterpFromMesh2dx.lo ./modules/InterpFromMesh2dx/libISSMModules_la-InterpFromMesh2dxt.lo ./modules/InterpFromMeshToMesh3dx/libISSMModules_la-InterpFromMeshToMesh3dx.lo ./modules/InterpFromMeshToGridx/libISSMModules_la-InterpFromMeshToGridx.lo ./modules/MeshProfileIntersectionx/libISSMModules_la-MeshProfileIntersectionx.lo ./modules/ContourToMeshx/libISSMModules_la-ContourToMeshx.lo ./modules/ContourToMeshx/libISSMModules_la-ContourToMeshxt.lo ./modules/ExpToLevelSetx/libISSMModules_la-ExpToLevelSetx.lo ./modules/ExpToLevelSetx/libISSMModules_la-ExpToLevelSetxt.lo ./modules/ContourToNodesx/libISSMModules_la-ContourToNodesx.lo ./modules/DistanceToMaskBoundaryx/libISSMModules_la-DistanceToMaskBoundaryx.lo ./modules/DistanceToMaskBoundaryx/libISSMModules_la-DistanceToMaskBoundaryxt.lo ./modules/NodeConnectivityx/libISSMModules_la-NodeConnectivityx.lo ./modules/ElementConnectivityx/libISSMModules_la-ElementConnectivityx.lo ./modules/PropagateFlagsFromConnectivityx/libISSMModules_la-PropagateFlagsFromConnectivityx.lo ./modules/Chacox/libISSMModules_la-Chacox.lo ./modules/Chacox/libISSMModules_la-input_parse.lo ./modules/Chacox/libISSMModules_la-chaco_seconds.lo ./modules/Chacox/libISSMModules_la-user_params.lo ./modules/Krigingx/libISSMModules_la-Krigingx.lo ./modules/Krigingx/libISSMModules_la-pKrigingx.lo ./libISSMCore.la -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/triangle/install/lib -ltriangle -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/chaco/install/lib -lchacominusblas -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lflapack -lfblas )
libtool: install: /usr/bin/install -c .libs/libISSMModules.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMModules.so
libtool: install: /usr/bin/install -c .libs/libISSMModules.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMModules.la
libtool: finish: PATH="/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gmsh/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gmt/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gdal/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/proj/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/curl/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/netcdf/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/cmake/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/autotools/install/bin:/home/jenkins/.venv/issm/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/workspace/Debian_Linux-Dakota/aux-config:/home/jenkins/workspace/Debian_Linux-Dakota/scripts:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/shell2junit/install:/sbin" ldconfig -n /home/jenkins/workspace/Debian_Linux-Dakota/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jenkins/workspace/Debian_Linux-Dakota/lib

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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Dakota/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c issm.exe issm_slc.exe kriging.exe issm_dakota.exe issm_post.exe '/home/jenkins/workspace/Debian_Linux-Dakota/bin'
libtool: install: /usr/bin/install -c .libs/issm.exe /home/jenkins/workspace/Debian_Linux-Dakota/bin/issm.exe
libtool: install: /usr/bin/install -c .libs/issm_slc.exe /home/jenkins/workspace/Debian_Linux-Dakota/bin/issm_slc.exe
libtool: install: /usr/bin/install -c .libs/kriging.exe /home/jenkins/workspace/Debian_Linux-Dakota/bin/kriging.exe
libtool: install: /usr/bin/install -c .libs/issm_dakota.exe /home/jenkins/workspace/Debian_Linux-Dakota/bin/issm_dakota.exe
libtool: install: /usr/bin/install -c .libs/issm_post.exe /home/jenkins/workspace/Debian_Linux-Dakota/bin/issm_post.exe
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/c'
make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/c'
Making install in m
make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/m'
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/m'
 /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Dakota/bin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/m'
make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/m'
Making install in wrappers
make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
Making install in matlab
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab'
make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab'
 /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Dakota/lib'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libISSMMatlab.la libISSMApi_matlab.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 '/home/jenkins/workspace/Debian_Linux-Dakota/lib'
libtool: warning: relinking 'libISSMMatlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -avoid-version -o libISSMMatlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ./io/libISSMMatlab_la-CheckNumMatlabArguments.lo ./io/libISSMMatlab_la-FetchMatlabData.lo ./io/libISSMMatlab_la-WriteMatlabData.lo ./../../c/libISSMCore.la ./../../c/libISSMModules.la -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lpetsc -ldl -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -ldmumps -lcmumps -lmumps_common -lpord -lzmumps -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lscalapack -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lflapack -lfblas -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lparmetis -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lmetis -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/hdf5/install/lib -lhdf5 -lhdf5_hl -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/libISSMMatlab.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMMatlab.so
libtool: install: /usr/bin/install -c .libs/libISSMMatlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMMatlab.la
libtool: install: /usr/bin/install -c .libs/libISSMApi_matlab.so /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMApi_matlab.so
libtool: install: /usr/bin/install -c .libs/libISSMApi_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMApi_matlab.la
libtool: warning: relinking 'BamgConvertMesh_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o BamgConvertMesh_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../BamgConvertMesh/BamgConvertMesh_matlab_la-BamgConvertMesh.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/BamgConvertMesh_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgConvertMesh_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/BamgConvertMesh_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgConvertMesh_matlab.la
libtool: warning: relinking 'BamgMesher_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o BamgMesher_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../BamgMesher/BamgMesher_matlab_la-BamgMesher.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/BamgMesher_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgMesher_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/BamgMesher_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgMesher_matlab.la
libtool: warning: relinking 'BamgTriangulate_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o BamgTriangulate_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../BamgTriangulate/BamgTriangulate_matlab_la-BamgTriangulate.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/BamgTriangulate_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgTriangulate_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/BamgTriangulate_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgTriangulate_matlab.la
libtool: warning: relinking 'ContourToMesh_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ContourToMesh_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ContourToMesh/ContourToMesh_matlab_la-ContourToMesh.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/ContourToMesh_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/ContourToMesh_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/ContourToMesh_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ContourToMesh_matlab.la
libtool: warning: relinking 'ContourToNodes_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ContourToNodes_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ContourToNodes/ContourToNodes_matlab_la-ContourToNodes.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/ContourToNodes_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/ContourToNodes_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/ContourToNodes_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ContourToNodes_matlab.la
libtool: warning: relinking 'DistanceToMaskBoundary_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o DistanceToMaskBoundary_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../DistanceToMaskBoundary/DistanceToMaskBoundary_matlab_la-DistanceToMaskBoundary.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/DistanceToMaskBoundary_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/DistanceToMaskBoundary_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/DistanceToMaskBoundary_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/DistanceToMaskBoundary_matlab.la
libtool: warning: relinking 'ElementConnectivity_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ElementConnectivity_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ElementConnectivity/ElementConnectivity_matlab_la-ElementConnectivity.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/ElementConnectivity_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/ElementConnectivity_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/ElementConnectivity_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ElementConnectivity_matlab.la
libtool: warning: relinking 'ExpSimplify_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ExpSimplify_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ExpSimplify/ExpSimplify_matlab_la-ExpSimplify.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/ExpSimplify_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/ExpSimplify_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/ExpSimplify_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ExpSimplify_matlab.la
libtool: warning: relinking 'ExpToLevelSet_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ExpToLevelSet_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ExpToLevelSet/ExpToLevelSet_matlab_la-ExpToLevelSet.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/ExpToLevelSet_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/ExpToLevelSet_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/ExpToLevelSet_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ExpToLevelSet_matlab.la
libtool: warning: relinking 'InterpFromGridToMesh_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromGridToMesh_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromGridToMesh/InterpFromGridToMesh_matlab_la-InterpFromGridToMesh.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/InterpFromGridToMesh_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromGridToMesh_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/InterpFromGridToMesh_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromGridToMesh_matlab.la
libtool: warning: relinking 'InterpFromMesh2d_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromMesh2d_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromMesh2d/InterpFromMesh2d_matlab_la-InterpFromMesh2d.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/InterpFromMesh2d_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMesh2d_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/InterpFromMesh2d_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMesh2d_matlab.la
libtool: warning: relinking 'InterpFromMeshToGrid_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToGrid_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromMeshToGrid/InterpFromMeshToGrid_matlab_la-InterpFromMeshToGrid.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToGrid_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToGrid_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToGrid_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToGrid_matlab.la
libtool: warning: relinking 'InterpFromMeshToMesh2d_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToMesh2d_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d_matlab_la-InterpFromMeshToMesh2d.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh2d_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToMesh2d_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh2d_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToMesh2d_matlab.la
libtool: warning: relinking 'InterpFromMeshToMesh3d_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToMesh3d_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d_matlab_la-InterpFromMeshToMesh3d.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh3d_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToMesh3d_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh3d_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToMesh3d_matlab.la
libtool: warning: relinking 'IssmConfig_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o IssmConfig_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../IssmConfig/IssmConfig_matlab_la-IssmConfig.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/IssmConfig_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/IssmConfig_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/IssmConfig_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/IssmConfig_matlab.la
libtool: warning: relinking 'M1qn3_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o M1qn3_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../M1qn3/M1qn3_matlab_la-M1qn3.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/M1qn3_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/M1qn3_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/M1qn3_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/M1qn3_matlab.la
libtool: warning: relinking 'MeshPartition_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o MeshPartition_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../MeshPartition/MeshPartition_matlab_la-MeshPartition.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/MeshPartition_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/MeshPartition_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/MeshPartition_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/MeshPartition_matlab.la
libtool: warning: relinking 'MeshProfileIntersection_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o MeshProfileIntersection_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../MeshProfileIntersection/MeshProfileIntersection_matlab_la-MeshProfileIntersection.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/MeshProfileIntersection_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/MeshProfileIntersection_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/MeshProfileIntersection_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/MeshProfileIntersection_matlab.la
libtool: warning: relinking 'NodeConnectivity_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o NodeConnectivity_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../NodeConnectivity/NodeConnectivity_matlab_la-NodeConnectivity.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/NodeConnectivity_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/NodeConnectivity_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/NodeConnectivity_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/NodeConnectivity_matlab.la
libtool: warning: relinking 'PointCloudFindNeighbors_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o PointCloudFindNeighbors_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../PointCloudFindNeighbors/PointCloudFindNeighbors_matlab_la-PointCloudFindNeighbors.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/PointCloudFindNeighbors_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/PointCloudFindNeighbors_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/PointCloudFindNeighbors_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/PointCloudFindNeighbors_matlab.la
libtool: warning: relinking 'ProcessRifts_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o ProcessRifts_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ProcessRifts/ProcessRifts_matlab_la-ProcessRifts.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/ProcessRifts_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/ProcessRifts_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/ProcessRifts_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ProcessRifts_matlab.la
libtool: warning: relinking 'PropagateFlagsFromConnectivity_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o PropagateFlagsFromConnectivity_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../PropagateFlagsFromConnectivity/PropagateFlagsFromConnectivity_matlab_la-PropagateFlagsFromConnectivity.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/PropagateFlagsFromConnectivity_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/PropagateFlagsFromConnectivity_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/PropagateFlagsFromConnectivity_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/PropagateFlagsFromConnectivity_matlab.la
libtool: warning: relinking 'Scotch_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o Scotch_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../Scotch/Scotch_matlab_la-Scotch.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/Scotch_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/Scotch_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/Scotch_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/Scotch_matlab.la
libtool: warning: relinking 'Triangle_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o Triangle_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../Triangle/Triangle_matlab_la-Triangle.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/triangle/install/lib -ltriangle )
libtool: install: /usr/bin/install -c .libs/Triangle_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/Triangle_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/Triangle_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/Triangle_matlab.la
libtool: warning: relinking 'Chaco_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o Chaco_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../Chaco/Chaco_matlab_la-Chaco.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/chaco/install/lib -lchacominusblas )
libtool: install: /usr/bin/install -c .libs/Chaco_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/Chaco_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/Chaco_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/Chaco_matlab.la
libtool: warning: relinking 'Kriging_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o Kriging_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../Kriging/Kriging_matlab_la-Kriging.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat )
libtool: install: /usr/bin/install -c .libs/Kriging_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/Kriging_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/Kriging_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/Kriging_matlab.la
libtool: warning: relinking 'CoordTransform_matlab.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -I/usr/local/MATLAB/R2023b/extern/include -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shrext .mexa64 -no-undefined --export-dynamic -rdynamic -avoid-version -o CoordTransform_matlab.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../CoordTransform/CoordTransform_matlab_la-CoordTransform.lo ./libISSMMatlab.la ../../c/libISSMCore.la ../../c/libISSMModules.la ./libISSMApi_matlab.la -L/usr/lib/x86_64-linux-gnu -lgfortran -lmex -lstdc++ -Wl,--as-needed -Wl,-rpath-link,/usr/local/MATLAB/R2023b/bin/glnxa64 -L/usr/local/MATLAB/R2023b/bin/glnxa64 -Wl,-rpath-link,/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -L/usr/local/MATLAB/R2023b/extern/bin/glnxa64 -lMatlabDataArray -lmx -lmex -lm -lmat -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/proj/install/lib -lproj )
libtool: install: /usr/bin/install -c .libs/CoordTransform_matlab.mexa64T /home/jenkins/workspace/Debian_Linux-Dakota/lib/CoordTransform_matlab.mexa64
libtool: install: /usr/bin/install -c .libs/CoordTransform_matlab.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/CoordTransform_matlab.la
libtool: finish: PATH="/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gmsh/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gmt/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gdal/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/proj/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/curl/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/netcdf/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/cmake/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/autotools/install/bin:/home/jenkins/.venv/issm/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/workspace/Debian_Linux-Dakota/aux-config:/home/jenkins/workspace/Debian_Linux-Dakota/scripts:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/shell2junit/install:/sbin" ldconfig -n /home/jenkins/workspace/Debian_Linux-Dakota/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jenkins/workspace/Debian_Linux-Dakota/lib

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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab'
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/matlab'
Making install in python
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python'
make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python'
 /usr/bin/mkdir -p '/home/jenkins/workspace/Debian_Linux-Dakota/lib'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   libISSMPython.la libISSMApi_python.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 '/home/jenkins/workspace/Debian_Linux-Dakota/lib'
libtool: warning: relinking 'libISSMPython.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -o libISSMPython.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ./io/libISSMPython_la-CheckNumPythonArguments.lo ./io/libISSMPython_la-FetchPythonData.lo ./io/libISSMPython_la-WritePythonData.lo ./../../c/libISSMCore.la ./../../c/libISSMModules.la -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lpetsc -ldl -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -ldmumps -lcmumps -lmumps_common -lpord -lzmumps -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lscalapack -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lflapack -lfblas -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lparmetis -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lmetis -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/hdf5/install/lib -lhdf5 -lhdf5_hl -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort )
libtool: install: /usr/bin/install -c .libs/libISSMPython.so.0.0.0T /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMPython.so.0.0.0
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/lib && { ln -s -f libISSMPython.so.0.0.0 libISSMPython.so.0 || { rm -f libISSMPython.so.0 && ln -s libISSMPython.so.0.0.0 libISSMPython.so.0; }; })
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/lib && { ln -s -f libISSMPython.so.0.0.0 libISSMPython.so || { rm -f libISSMPython.so && ln -s libISSMPython.so.0.0.0 libISSMPython.so; }; })
libtool: install: /usr/bin/install -c .libs/libISSMPython.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMPython.la
libtool: install: /usr/bin/install -c .libs/libISSMApi_python.so.0.0.0 /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMApi_python.so.0.0.0
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/lib && { ln -s -f libISSMApi_python.so.0.0.0 libISSMApi_python.so.0 || { rm -f libISSMApi_python.so.0 && ln -s libISSMApi_python.so.0.0.0 libISSMApi_python.so.0; }; })
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/lib && { ln -s -f libISSMApi_python.so.0.0.0 libISSMApi_python.so || { rm -f libISSMApi_python.so && ln -s libISSMApi_python.so.0.0.0 libISSMApi_python.so; }; })
libtool: install: /usr/bin/install -c .libs/libISSMApi_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/libISSMApi_python.la
libtool: warning: relinking 'BamgConvertMesh_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o BamgConvertMesh_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../BamgConvertMesh/BamgConvertMesh_python_la-BamgConvertMesh.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/BamgConvertMesh_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgConvertMesh_python.so
libtool: install: /usr/bin/install -c .libs/BamgConvertMesh_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgConvertMesh_python.la
libtool: warning: relinking 'BamgMesher_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o BamgMesher_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../BamgMesher/BamgMesher_python_la-BamgMesher.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/BamgMesher_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgMesher_python.so
libtool: install: /usr/bin/install -c .libs/BamgMesher_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgMesher_python.la
libtool: warning: relinking 'BamgTriangulate_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o BamgTriangulate_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../BamgTriangulate/BamgTriangulate_python_la-BamgTriangulate.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/BamgTriangulate_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgTriangulate_python.so
libtool: install: /usr/bin/install -c .libs/BamgTriangulate_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/BamgTriangulate_python.la
libtool: warning: relinking 'ContourToMesh_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ContourToMesh_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ContourToMesh/ContourToMesh_python_la-ContourToMesh.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/ContourToMesh_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/ContourToMesh_python.so
libtool: install: /usr/bin/install -c .libs/ContourToMesh_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ContourToMesh_python.la
libtool: warning: relinking 'ContourToNodes_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ContourToNodes_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ContourToNodes/ContourToNodes_python_la-ContourToNodes.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/ContourToNodes_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/ContourToNodes_python.so
libtool: install: /usr/bin/install -c .libs/ContourToNodes_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ContourToNodes_python.la
libtool: warning: relinking 'ElementConnectivity_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ElementConnectivity_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ElementConnectivity/ElementConnectivity_python_la-ElementConnectivity.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/ElementConnectivity_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/ElementConnectivity_python.so
libtool: install: /usr/bin/install -c .libs/ElementConnectivity_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ElementConnectivity_python.la
libtool: warning: relinking 'ExpToLevelSet_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ExpToLevelSet_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ExpToLevelSet/ExpToLevelSet_python_la-ExpToLevelSet.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/ExpToLevelSet_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/ExpToLevelSet_python.so
libtool: install: /usr/bin/install -c .libs/ExpToLevelSet_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ExpToLevelSet_python.la
libtool: warning: relinking 'InterpFromGridToMesh_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromGridToMesh_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromGridToMesh/InterpFromGridToMesh_python_la-InterpFromGridToMesh.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/InterpFromGridToMesh_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromGridToMesh_python.so
libtool: install: /usr/bin/install -c .libs/InterpFromGridToMesh_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromGridToMesh_python.la
libtool: warning: relinking 'InterpFromMesh2d_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromMesh2d_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromMesh2d/InterpFromMesh2d_python_la-InterpFromMesh2d.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/InterpFromMesh2d_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMesh2d_python.so
libtool: install: /usr/bin/install -c .libs/InterpFromMesh2d_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMesh2d_python.la
libtool: warning: relinking 'InterpFromMeshToGrid_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToGrid_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromMeshToGrid/InterpFromMeshToGrid_python_la-InterpFromMeshToGrid.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToGrid_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToGrid_python.so
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToGrid_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToGrid_python.la
libtool: warning: relinking 'InterpFromMeshToMesh2d_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToMesh2d_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromMeshToMesh2d/InterpFromMeshToMesh2d_python_la-InterpFromMeshToMesh2d.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh2d_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToMesh2d_python.so
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh2d_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToMesh2d_python.la
libtool: warning: relinking 'InterpFromMeshToMesh3d_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o InterpFromMeshToMesh3d_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../InterpFromMeshToMesh3d/InterpFromMeshToMesh3d_python_la-InterpFromMeshToMesh3d.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh3d_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToMesh3d_python.so
libtool: install: /usr/bin/install -c .libs/InterpFromMeshToMesh3d_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/InterpFromMeshToMesh3d_python.la
libtool: warning: relinking 'IssmConfig_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o IssmConfig_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../IssmConfig/IssmConfig_python_la-IssmConfig.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/IssmConfig_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/IssmConfig_python.so
libtool: install: /usr/bin/install -c .libs/IssmConfig_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/IssmConfig_python.la
libtool: warning: relinking 'MeshPartition_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o MeshPartition_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../MeshPartition/MeshPartition_python_la-MeshPartition.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/MeshPartition_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/MeshPartition_python.so
libtool: install: /usr/bin/install -c .libs/MeshPartition_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/MeshPartition_python.la
libtool: warning: relinking 'MeshProfileIntersection_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o MeshProfileIntersection_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../MeshProfileIntersection/MeshProfileIntersection_python_la-MeshProfileIntersection.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/MeshProfileIntersection_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/MeshProfileIntersection_python.so
libtool: install: /usr/bin/install -c .libs/MeshProfileIntersection_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/MeshProfileIntersection_python.la
libtool: warning: relinking 'NodeConnectivity_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o NodeConnectivity_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../NodeConnectivity/NodeConnectivity_python_la-NodeConnectivity.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/NodeConnectivity_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/NodeConnectivity_python.so
libtool: install: /usr/bin/install -c .libs/NodeConnectivity_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/NodeConnectivity_python.la
libtool: warning: relinking 'Triangle_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o Triangle_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../Triangle/Triangle_python_la-Triangle.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/triangle/install/lib -ltriangle )
libtool: install: /usr/bin/install -c .libs/Triangle_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/Triangle_python.so
libtool: install: /usr/bin/install -c .libs/Triangle_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/Triangle_python.la
libtool: warning: relinking 'ProcessRifts_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o ProcessRifts_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../ProcessRifts/ProcessRifts_python_la-ProcessRifts.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 )
libtool: install: /usr/bin/install -c .libs/ProcessRifts_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/ProcessRifts_python.so
libtool: install: /usr/bin/install -c .libs/ProcessRifts_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/ProcessRifts_python.la
libtool: warning: relinking 'Chaco_python.la'
libtool: install: (cd /home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python; /bin/bash "/home/jenkins/workspace/Debian_Linux-Dakota/libtool"  --silent --tag CXX --mode=relink mpicxx -DTRILIBRARY -DANSI_DECLARATORS -DNO_TIMER -D_HAVE_PYTHON_MODULES_ -DNPY_NO_DEPRECATED_API -fPIC -D_WRAPPERS_ -g -O2 -Wno-deprecated -g -O2 -Wno-deprecated -module -shared -shrext .so -no-undefined --no-warnings --export-dynamic -rdynamic -avoid-version -o Chaco_python.la -rpath /home/jenkins/workspace/Debian_Linux-Dakota/lib ../Chaco/Chaco_python_la-Chaco.lo ./libISSMPython.la ../../c/libISSMModules.la ../../c/libISSMCore.la ./libISSMApi_python.la -L/usr/lib/x86_64-linux-gnu -lgfortran -L/usr/lib/x86_64-linux-gnu -lpython3.11 -L/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/chaco/install/lib -lchacominusblas )
libtool: install: /usr/bin/install -c .libs/Chaco_python.soT /home/jenkins/workspace/Debian_Linux-Dakota/lib/Chaco_python.so
libtool: install: /usr/bin/install -c .libs/Chaco_python.lai /home/jenkins/workspace/Debian_Linux-Dakota/lib/Chaco_python.la
libtool: finish: PATH="/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gmsh/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gmt/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/gdal/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/proj/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/curl/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/netcdf/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/petsc/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/cmake/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/autotools/install/bin:/home/jenkins/.venv/issm/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/workspace/Debian_Linux-Dakota/aux-config:/home/jenkins/workspace/Debian_Linux-Dakota/scripts:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/dakota/install/bin:/home/jenkins/workspace/Debian_Linux-Dakota/externalpackages/shell2junit/install:/sbin" ldconfig -n /home/jenkins/workspace/Debian_Linux-Dakota/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/jenkins/workspace/Debian_Linux-Dakota/lib

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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python'
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers/python'
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
make[4]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src/wrappers'
make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
make[3]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
make[1]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota/src'
make[1]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota'
make[2]: Entering directory '/home/jenkins/workspace/Debian_Linux-Dakota'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota'
make[1]: Leaving directory '/home/jenkins/workspace/Debian_Linux-Dakota'
--------------Running Python test for Rank 1---------------------
--------------Running Python test for Rank 1---------------------
--------------Running Python test for Rank 2---------------------
--------------Running Python test for Rank 2---------------------
Waiting on: 1257416
Waiting on: 1257417
This is the concatenation phase for rank: python_log1.log
This is the concatenation phase for rank: python_log2.log
+++ Removing old junit reports from: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog/results 

+++ Running case: MATLAB-218 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test218.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 25 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 0.000596774
   responses: 1: 0.000596766
   responses: 1: 0.000596752
   responses: 1: 0.000596756
   responses: 1: 0.000596758
   responses: 1: 0.000596763
   responses: 1: 0.00059675
   responses: 1: 0.000596726
   responses: 1: 0.000596726
   responses: 1: 0.000596707
   responses: 1: 0.000596632
   responses: 1: 0.000596747
   responses: 1: 0.000596716
   responses: 1: 0.000596677
   responses: 1: 0.000596448
   responses: 1: 0.000596467
   responses: 1: 0.000596748
   responses: 1: 0.00059672
   responses: 1: 0.000596694
   responses: 1: 0.000596543
   responses: 1: 0.000596692
   responses: 1: 0.000596757
   responses: 1: 0.000596749
   responses: 1: 0.000596744
   responses: 1: 0.000596744
   responses: 1: 0.000596766
write lock file:

   FemModel initialization elapsed time:   0.802234
   Total Core solution elapsed time:       3.11757
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 3 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 26
Reading MV statistics for response functions:
  MaxVel
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 6e-12   <   1e-10 test id: 218 test name: SquareShelfConstrainedDakotaB field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-218 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test218.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 25 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 0.000596774
   responses: 1: 0.000596766
   responses: 1: 0.000596752
   responses: 1: 0.000596756
   responses: 1: 0.000596758
   responses: 1: 0.000596763
   responses: 1: 0.00059675
   responses: 1: 0.000596726
   responses: 1: 0.000596726
   responses: 1: 0.000596707
   responses: 1: 0.000596632
   responses: 1: 0.000596747
   responses: 1: 0.000596716
   responses: 1: 0.000596677
   responses: 1: 0.000596448
   responses: 1: 0.000596467
   responses: 1: 0.000596748
   responses: 1: 0.00059672
   responses: 1: 0.000596694
   responses: 1: 0.000596543
   responses: 1: 0.000596692
   responses: 1: 0.000596757
   responses: 1: 0.000596749
   responses: 1: 0.000596744
   responses: 1: 0.000596744
   responses: 1: 0.000596766
write lock file:

   FemModel initialization elapsed time:   0.802234
   Total Core solution elapsed time:       3.11757
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 3 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 26
Reading MV statistics for response functions:
  MaxVel
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 6e-12   <   1e-10 test id: 218 test name: SquareShelfConstrainedDakotaB field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-234 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 27 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test234.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224611|6.06838e+14|-1.70494e+07|-2.48437e+07|-3.97864e+07|329402|1.52046e+06|1.92301e+07
   responses: 8: 0.000224567|6.06888e+14|-1.70478e+07|-2.48362e+07|-3.97904e+07|314771|1.49982e+06|1.92942e+07
   responses: 8: 0.000224582|6.06917e+14|-1.70577e+07|-2.48614e+07|-3.9797e+07|344593|1.53104e+06|1.93047e+07
   responses: 8: 0.000224594|6.06872e+14|-1.709e+07|-2.48471e+07|-3.97943e+07|357787|1.55732e+06|1.92559e+07
   responses: 8: 0.000224636|6.06756e+14|-1.70632e+07|-2.48427e+07|-3.97928e+07|336761|1.5195e+06|1.92889e+07
   responses: 8: 0.000224654|6.06735e+14|-1.7069e+07|-2.48453e+07|-3.98084e+07|346470|1.49961e+06|1.93271e+07
   responses: 8: 0.000224587|6.06838e+14|-1.70664e+07|-2.48295e+07|-3.97724e+07|326384|1.53892e+06|1.92398e+07
   responses: 8: 0.000224578|6.06863e+14|-1.70521e+07|-2.48381e+07|-3.9786e+07|304904|1.51371e+06|1.92145e+07
   responses: 8: 0.000224617|6.06797e+14|-1.70688e+07|-2.48284e+07|-3.97978e+07|325559|1.49422e+06|1.92591e+07
   responses: 8: 0.000224648|6.0671e+14|-1.70517e+07|-2.4859e+07|-3.97809e+07|337610|1.53971e+06|1.92138e+07
   responses: 8: 0.000224641|6.06781e+14|-1.70702e+07|-2.4842e+07|-3.97998e+07|347611|1.51871e+06|1.92698e+07
   responses: 8: 0.000224617|6.06879e+14|-1.70629e+07|-2.48519e+07|-3.97953e+07|358454|1.52188e+06|1.93036e+07
   responses: 8: 0.000224603|6.0683e+14|-1.70444e+07|-2.48466e+07|-3.97745e+07|326831|1.52892e+06|1.92658e+07
   responses: 8: 0.000224608|6.06836e+14|-1.70693e+07|-2.4836e+07|-3.98008e+07|330490|1.5055e+06|1.92733e+07
   responses: 8: 0.000224584|6.06867e+14|-1.70843e+07|-2.48261e+07|-3.98171e+07|307511|1.49072e+06|1.92914e+07
   responses: 8: 0.000224592|6.06871e+14|-1.70619e+07|-2.48332e+07|-3.97892e+07|340665|1.50989e+06|1.92955e+07
   responses: 8: 0.000224614|6.06786e+14|-1.70608e+07|-2.48487e+07|-3.97873e+07|330442|1.52859e+06|1.92617e+07
   responses: 8: 0.000224597|6.06798e+14|-1.70437e+07|-2.48321e+07|-3.97781e+07|297238|1.50669e+06|1.92004e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70668e+07|-2.48311e+07|-3.9796e+07|334127|1.50079e+06|1.92752e+07
   responses: 8: 0.000224588|6.06893e+14|-1.70524e+07|-2.48664e+07|-3.98052e+07|341316|1.51325e+06|1.92933e+07
write lock file:

   FemModel initialization elapsed time:   0.0967546
   Total Core solution elapsed time:       3.0429 
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 3 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDF's for response functions:
  Number of Dakota response functions = 8
Reading PDF's for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 0       <   1e-11 test id: 234 test name: SquareShelfTranForceNeg2dDakotaSamp field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-234 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 27 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test234.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224611|6.06838e+14|-1.70494e+07|-2.48437e+07|-3.97864e+07|329402|1.52046e+06|1.92301e+07
   responses: 8: 0.000224567|6.06888e+14|-1.70478e+07|-2.48362e+07|-3.97904e+07|314771|1.49982e+06|1.92942e+07
   responses: 8: 0.000224582|6.06917e+14|-1.70577e+07|-2.48614e+07|-3.9797e+07|344593|1.53104e+06|1.93047e+07
   responses: 8: 0.000224594|6.06872e+14|-1.709e+07|-2.48471e+07|-3.97943e+07|357787|1.55732e+06|1.92559e+07
   responses: 8: 0.000224636|6.06756e+14|-1.70632e+07|-2.48427e+07|-3.97928e+07|336761|1.5195e+06|1.92889e+07
   responses: 8: 0.000224654|6.06735e+14|-1.7069e+07|-2.48453e+07|-3.98084e+07|346470|1.49961e+06|1.93271e+07
   responses: 8: 0.000224587|6.06838e+14|-1.70664e+07|-2.48295e+07|-3.97724e+07|326384|1.53892e+06|1.92398e+07
   responses: 8: 0.000224578|6.06863e+14|-1.70521e+07|-2.48381e+07|-3.9786e+07|304904|1.51371e+06|1.92145e+07
   responses: 8: 0.000224617|6.06797e+14|-1.70688e+07|-2.48284e+07|-3.97978e+07|325559|1.49422e+06|1.92591e+07
   responses: 8: 0.000224648|6.0671e+14|-1.70517e+07|-2.4859e+07|-3.97809e+07|337610|1.53971e+06|1.92138e+07
   responses: 8: 0.000224641|6.06781e+14|-1.70702e+07|-2.4842e+07|-3.97998e+07|347611|1.51871e+06|1.92698e+07
   responses: 8: 0.000224617|6.06879e+14|-1.70629e+07|-2.48519e+07|-3.97953e+07|358454|1.52188e+06|1.93036e+07
   responses: 8: 0.000224603|6.0683e+14|-1.70444e+07|-2.48466e+07|-3.97745e+07|326831|1.52892e+06|1.92658e+07
   responses: 8: 0.000224608|6.06836e+14|-1.70693e+07|-2.4836e+07|-3.98008e+07|330490|1.5055e+06|1.92733e+07
   responses: 8: 0.000224584|6.06867e+14|-1.70843e+07|-2.48261e+07|-3.98171e+07|307511|1.49072e+06|1.92914e+07
   responses: 8: 0.000224592|6.06871e+14|-1.70619e+07|-2.48332e+07|-3.97892e+07|340665|1.50989e+06|1.92955e+07
   responses: 8: 0.000224614|6.06786e+14|-1.70608e+07|-2.48487e+07|-3.97873e+07|330442|1.52859e+06|1.92617e+07
   responses: 8: 0.000224597|6.06798e+14|-1.70437e+07|-2.48321e+07|-3.97781e+07|297238|1.50669e+06|1.92004e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70668e+07|-2.48311e+07|-3.9796e+07|334127|1.50079e+06|1.92752e+07
   responses: 8: 0.000224588|6.06893e+14|-1.70524e+07|-2.48664e+07|-3.98052e+07|341316|1.51325e+06|1.92933e+07
write lock file:

   FemModel initialization elapsed time:   0.0967546
   Total Core solution elapsed time:       3.0429 
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 3 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDF's for response functions:
  Number of Dakota response functions = 8
Reading PDF's for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 0       <   1e-11 test id: 234 test name: SquareShelfTranForceNeg2dDakotaSamp field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-235 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 27 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test235.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224607|6.0683e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.000224611|6.06806e+14|-1.70556e+07|-2.48428e+07|-3.97921e+07|321638|1.51109e+06|1.9255e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70615e+07|-2.48426e+07|-3.97928e+07|332623|1.51677e+06|1.92735e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70608e+07|-2.48427e+07|-3.97924e+07|332105|1.51637e+06|1.92703e+07
   responses: 8: 0.000224613|6.06819e+14|-1.70585e+07|-2.48435e+07|-3.97869e+07|334845|1.52146e+06|1.92715e+07
   responses: 8: 0.000224611|6.06816e+14|-1.70609e+07|-2.48434e+07|-3.97924e+07|332613|1.51644e+06|1.92708e+07
   responses: 8: 0.000224614|6.0682e+14|-1.70623e+07|-2.48438e+07|-3.97881e+07|336588|1.52709e+06|1.92717e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70666e+07|-2.48394e+07|-3.97952e+07|337989|1.5152e+06|1.92714e+07
   responses: 8: 0.000224615|6.06819e+14|-1.70625e+07|-2.4844e+07|-3.97959e+07|333685|1.51555e+06|1.9271e+07
   responses: 8: 0.000224612|6.06819e+14|-1.70618e+07|-2.48436e+07|-3.97941e+07|331818|1.51705e+06|1.92671e+07
   responses: 8: 0.000224621|6.06807e+14|-1.70631e+07|-2.48451e+07|-3.97981e+07|333426|1.51257e+06|1.92763e+07
   responses: 8: 0.00022461|6.06804e+14|-1.70621e+07|-2.48351e+07|-3.97915e+07|320316|1.51097e+06|1.92601e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70616e+07|-2.48419e+07|-3.97924e+07|331852|1.51646e+06|1.92682e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70616e+07|-2.48425e+07|-3.97927e+07|332596|1.51681e+06|1.9268e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70614e+07|-2.48423e+07|-3.97928e+07|329376|1.51696e+06|1.92472e+07
   responses: 8: 0.000224614|6.06819e+14|-1.70566e+07|-2.48422e+07|-3.97927e+07|330571|1.5115e+06|1.9281e+07
   responses: 8: 0.000224608|6.06821e+14|-1.70618e+07|-2.48428e+07|-3.97929e+07|330957|1.51675e+06|1.92678e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70619e+07|-2.48397e+07|-3.97875e+07|338266|1.521e+06|1.92715e+07
   responses: 8: 0.000224615|6.06817e+14|-1.70623e+07|-2.48452e+07|-3.97925e+07|336068|1.52155e+06|1.92735e+07
   responses: 8: 0.000224611|6.06819e+14|-1.70621e+07|-2.48416e+07|-3.97921e+07|334485|1.51639e+06|1.92737e+07
   responses: 8: 0.000224614|6.0681e+14|-1.70624e+07|-2.48436e+07|-3.97956e+07|329818|1.51531e+06|1.92649e+07
write lock file:

   FemModel initialization elapsed time:   0.0210403
   Total Core solution elapsed time:       2.90671
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 21
Reading MV statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 1.6e-12 <   1e-11 test id: 235 test name: SquareShelfTranForceNeg2dDakotaLocal field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-235 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 27 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test235.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224607|6.0683e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.000224611|6.06806e+14|-1.70556e+07|-2.48428e+07|-3.97921e+07|321638|1.51109e+06|1.9255e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70615e+07|-2.48426e+07|-3.97928e+07|332623|1.51677e+06|1.92735e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70608e+07|-2.48427e+07|-3.97924e+07|332105|1.51637e+06|1.92703e+07
   responses: 8: 0.000224613|6.06819e+14|-1.70585e+07|-2.48435e+07|-3.97869e+07|334845|1.52146e+06|1.92715e+07
   responses: 8: 0.000224611|6.06816e+14|-1.70609e+07|-2.48434e+07|-3.97924e+07|332613|1.51644e+06|1.92708e+07
   responses: 8: 0.000224614|6.0682e+14|-1.70623e+07|-2.48438e+07|-3.97881e+07|336588|1.52709e+06|1.92717e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70666e+07|-2.48394e+07|-3.97952e+07|337989|1.5152e+06|1.92714e+07
   responses: 8: 0.000224615|6.06819e+14|-1.70625e+07|-2.4844e+07|-3.97959e+07|333685|1.51555e+06|1.9271e+07
   responses: 8: 0.000224612|6.06819e+14|-1.70618e+07|-2.48436e+07|-3.97941e+07|331818|1.51705e+06|1.92671e+07
   responses: 8: 0.000224621|6.06807e+14|-1.70631e+07|-2.48451e+07|-3.97981e+07|333426|1.51257e+06|1.92763e+07
   responses: 8: 0.00022461|6.06804e+14|-1.70621e+07|-2.48351e+07|-3.97915e+07|320316|1.51097e+06|1.92601e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70616e+07|-2.48419e+07|-3.97924e+07|331852|1.51646e+06|1.92682e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70616e+07|-2.48425e+07|-3.97927e+07|332596|1.51681e+06|1.9268e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70614e+07|-2.48423e+07|-3.97928e+07|329376|1.51696e+06|1.92472e+07
   responses: 8: 0.000224614|6.06819e+14|-1.70566e+07|-2.48422e+07|-3.97927e+07|330571|1.5115e+06|1.9281e+07
   responses: 8: 0.000224608|6.06821e+14|-1.70618e+07|-2.48428e+07|-3.97929e+07|330957|1.51675e+06|1.92678e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70619e+07|-2.48397e+07|-3.97875e+07|338266|1.521e+06|1.92715e+07
   responses: 8: 0.000224615|6.06817e+14|-1.70623e+07|-2.48452e+07|-3.97925e+07|336068|1.52155e+06|1.92735e+07
   responses: 8: 0.000224611|6.06819e+14|-1.70621e+07|-2.48416e+07|-3.97921e+07|334485|1.51639e+06|1.92737e+07
   responses: 8: 0.000224614|6.0681e+14|-1.70624e+07|-2.48436e+07|-3.97956e+07|329818|1.51531e+06|1.92649e+07
write lock file:

   FemModel initialization elapsed time:   0.0210403
   Total Core solution elapsed time:       2.90671
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 21
Reading MV statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 1.6e-12 <   1e-11 test id: 235 test name: SquareShelfTranForceNeg2dDakotaLocal field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-244 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Linear partitioner requesting partitions on elements
preprocessing dakota inputs
Opening Dakota input file 'test244.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 16 normal_uncertain variables.
  Writing 16 uniform_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 3 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 3: 6.15021e+14|5.59669e+17|4.18578e+07
   responses: 3: 6.15039e+14|5.59686e+17|4.19564e+07
   responses: 3: 6.15064e+14|5.59708e+17|4.23458e+07
write lock file:

   FemModel initialization elapsed time:   0.0663905
   Total Core solution elapsed time:       136.88 
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 2 min 16 sec

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 1221703 RUNNING AT Debian-12-VM
=   EXIT CODE: 9
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
Dakota method = 'nond_sampling'
  Dakota function evaluations = 3
  Dakota samples = 3
Reading moment-based statistics for response functions:
  IceVolume
  IceMass
  TotalSmb
  Number of Dakota response functions = 3
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 3
Reading CDF's for response functions:
  Number of Dakota response functions = 3
Reading PDF's for response functions:
  Number of Dakota response functions = 3
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 35
Number of rows (Dakota func evals) = 3
SUCCESS difference: 1.9e-06 <   2e-06 test id: 244 test name: SquareShelfSMBGembDakota field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-244 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Linear partitioner requesting partitions on elements
preprocessing dakota inputs
Opening Dakota input file 'test244.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 16 normal_uncertain variables.
  Writing 16 uniform_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 3 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 3: 6.15021e+14|5.59669e+17|4.18578e+07
   responses: 3: 6.15039e+14|5.59686e+17|4.19564e+07
   responses: 3: 6.15064e+14|5.59708e+17|4.23458e+07
write lock file:

   FemModel initialization elapsed time:   0.0663905
   Total Core solution elapsed time:       136.88 
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 2 min 16 sec

===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 1221703 RUNNING AT Debian-12-VM
=   EXIT CODE: 9
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
Dakota method = 'nond_sampling'
  Dakota function evaluations = 3
  Dakota samples = 3
Reading moment-based statistics for response functions:
  IceVolume
  IceMass
  TotalSmb
  Number of Dakota response functions = 3
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 3
Reading CDF's for response functions:
  Number of Dakota response functions = 3
Reading PDF's for response functions:
  Number of Dakota response functions = 3
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 35
Number of rows (Dakota func evals) = 3
SUCCESS difference: 1.9e-06 <   2e-06 test id: 244 test name: SquareShelfSMBGembDakota field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-250 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test250.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 27 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224606|6.06858e+14|-1.70631e+07|-2.48421e+07|-3.97981e+07|338754|1.50963e+06|1.93096e+07
   responses: 8: 0.000224613|6.06786e+14|-1.70478e+07|-2.48453e+07|-3.97852e+07|311819|1.51966e+06|1.92494e+07
   responses: 8: 0.000224632|6.06738e+14|-1.70468e+07|-2.4836e+07|-3.97887e+07|283288|1.49794e+06|1.91973e+07
   responses: 8: 0.000224619|6.06817e+14|-1.70762e+07|-2.48403e+07|-3.97845e+07|360052|1.54798e+06|1.92671e+07
   responses: 8: 0.000224614|6.0681e+14|-1.70441e+07|-2.48411e+07|-3.97827e+07|334372|1.51259e+06|1.92813e+07
   responses: 8: 0.000224577|6.06906e+14|-1.70623e+07|-2.48512e+07|-3.97786e+07|353618|1.54546e+06|1.92589e+07
   responses: 8: 0.000224608|6.06816e+14|-1.70773e+07|-2.4833e+07|-3.97735e+07|371516|1.55052e+06|1.92749e+07
   responses: 8: 0.000224572|6.06852e+14|-1.70682e+07|-2.48309e+07|-3.97893e+07|324707|1.51497e+06|1.92047e+07
   responses: 8: 0.000224631|6.06803e+14|-1.70682e+07|-2.4846e+07|-3.97986e+07|350272|1.51584e+06|1.9324e+07
   responses: 8: 0.000224614|6.06844e+14|-1.70668e+07|-2.48625e+07|-3.98161e+07|348676|1.51421e+06|1.9302e+07
   responses: 8: 0.000224625|6.06817e+14|-1.70482e+07|-2.48593e+07|-3.97848e+07|346717|1.52845e+06|1.9291e+07
   responses: 8: 0.00022464|6.06811e+14|-1.70764e+07|-2.48298e+07|-3.98146e+07|336555|1.48485e+06|1.92897e+07
   responses: 8: 0.000224581|6.06879e+14|-1.70585e+07|-2.48473e+07|-3.98133e+07|285404|1.49477e+06|1.91736e+07
   responses: 8: 0.000224607|6.06852e+14|-1.7065e+07|-2.48363e+07|-3.97856e+07|344590|1.52829e+06|1.93057e+07
   responses: 8: 0.000224626|6.06826e+14|-1.70693e+07|-2.48527e+07|-3.97979e+07|362514|1.52837e+06|1.93243e+07
   responses: 8: 0.000224591|6.06864e+14|-1.70618e+07|-2.48363e+07|-3.9798e+07|341085|1.50072e+06|1.93205e+07
   responses: 8: 0.000224617|6.0682e+14|-1.70424e+07|-2.4848e+07|-3.97861e+07|294917|1.51106e+06|1.926e+07
   responses: 8: 0.000224588|6.0682e+14|-1.7051e+07|-2.48411e+07|-3.97663e+07|317850|1.54214e+06|1.9245e+07
   responses: 8: 0.000224585|6.06819e+14|-1.70674e+07|-2.48257e+07|-3.97948e+07|317745|1.4972e+06|1.92415e+07
   responses: 8: 0.000224617|6.06821e+14|-1.707e+07|-2.48491e+07|-3.98189e+07|330368|1.49293e+06|1.9291e+07
write lock file:

   FemModel initialization elapsed time:   0.0203059
   Total Core solution elapsed time:       2.89431
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDF's for response functions:
  Number of Dakota response functions = 8
Reading PDF's for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 35
Number of rows (Dakota func evals) = 20
SUCCESS difference: 1.6e-22 <   1e-11 test id: 250 test name: SquareShelfTranForceNeg2dDakotaSampLinearPart field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-250 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test250.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 27 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224606|6.06858e+14|-1.70631e+07|-2.48421e+07|-3.97981e+07|338754|1.50963e+06|1.93096e+07
   responses: 8: 0.000224613|6.06786e+14|-1.70478e+07|-2.48453e+07|-3.97852e+07|311819|1.51966e+06|1.92494e+07
   responses: 8: 0.000224632|6.06738e+14|-1.70468e+07|-2.4836e+07|-3.97887e+07|283288|1.49794e+06|1.91973e+07
   responses: 8: 0.000224619|6.06817e+14|-1.70762e+07|-2.48403e+07|-3.97845e+07|360052|1.54798e+06|1.92671e+07
   responses: 8: 0.000224614|6.0681e+14|-1.70441e+07|-2.48411e+07|-3.97827e+07|334372|1.51259e+06|1.92813e+07
   responses: 8: 0.000224577|6.06906e+14|-1.70623e+07|-2.48512e+07|-3.97786e+07|353618|1.54546e+06|1.92589e+07
   responses: 8: 0.000224608|6.06816e+14|-1.70773e+07|-2.4833e+07|-3.97735e+07|371516|1.55052e+06|1.92749e+07
   responses: 8: 0.000224572|6.06852e+14|-1.70682e+07|-2.48309e+07|-3.97893e+07|324707|1.51497e+06|1.92047e+07
   responses: 8: 0.000224631|6.06803e+14|-1.70682e+07|-2.4846e+07|-3.97986e+07|350272|1.51584e+06|1.9324e+07
   responses: 8: 0.000224614|6.06844e+14|-1.70668e+07|-2.48625e+07|-3.98161e+07|348676|1.51421e+06|1.9302e+07
   responses: 8: 0.000224625|6.06817e+14|-1.70482e+07|-2.48593e+07|-3.97848e+07|346717|1.52845e+06|1.9291e+07
   responses: 8: 0.00022464|6.06811e+14|-1.70764e+07|-2.48298e+07|-3.98146e+07|336555|1.48485e+06|1.92897e+07
   responses: 8: 0.000224581|6.06879e+14|-1.70585e+07|-2.48473e+07|-3.98133e+07|285404|1.49477e+06|1.91736e+07
   responses: 8: 0.000224607|6.06852e+14|-1.7065e+07|-2.48363e+07|-3.97856e+07|344590|1.52829e+06|1.93057e+07
   responses: 8: 0.000224626|6.06826e+14|-1.70693e+07|-2.48527e+07|-3.97979e+07|362514|1.52837e+06|1.93243e+07
   responses: 8: 0.000224591|6.06864e+14|-1.70618e+07|-2.48363e+07|-3.9798e+07|341085|1.50072e+06|1.93205e+07
   responses: 8: 0.000224617|6.0682e+14|-1.70424e+07|-2.4848e+07|-3.97861e+07|294917|1.51106e+06|1.926e+07
   responses: 8: 0.000224588|6.0682e+14|-1.7051e+07|-2.48411e+07|-3.97663e+07|317850|1.54214e+06|1.9245e+07
   responses: 8: 0.000224585|6.06819e+14|-1.70674e+07|-2.48257e+07|-3.97948e+07|317745|1.4972e+06|1.92415e+07
   responses: 8: 0.000224617|6.06821e+14|-1.707e+07|-2.48491e+07|-3.98189e+07|330368|1.49293e+06|1.9291e+07
write lock file:

   FemModel initialization elapsed time:   0.0203059
   Total Core solution elapsed time:       2.89431
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDF's for response functions:
  Number of Dakota response functions = 8
Reading PDF's for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 35
Number of rows (Dakota func evals) = 20
SUCCESS difference: 1.6e-22 <   1e-11 test id: 250 test name: SquareShelfTranForceNeg2dDakotaSampLinearPart field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-251 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test251.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 27 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224607|6.0683e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.00022461|6.06824e+14|-1.70618e+07|-2.48432e+07|-3.97937e+07|332216|1.51697e+06|1.92693e+07
   responses: 8: 0.000224607|6.06827e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70616e+07|-2.48419e+07|-3.97924e+07|331852|1.51646e+06|1.92682e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70609e+07|-2.48426e+07|-3.97925e+07|331963|1.51635e+06|1.92683e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70666e+07|-2.48394e+07|-3.97952e+07|337989|1.5152e+06|1.92714e+07
   responses: 8: 0.000224615|6.06819e+14|-1.70625e+07|-2.4844e+07|-3.97959e+07|333685|1.51555e+06|1.9271e+07
   responses: 8: 0.000224608|6.06821e+14|-1.70618e+07|-2.48428e+07|-3.97929e+07|330957|1.51675e+06|1.92678e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70614e+07|-2.48423e+07|-3.97928e+07|329376|1.51696e+06|1.92472e+07
   responses: 8: 0.00022461|6.06822e+14|-1.7061e+07|-2.48432e+07|-3.97927e+07|332938|1.51652e+06|1.92706e+07
   responses: 8: 0.000224611|6.06809e+14|-1.7062e+07|-2.48362e+07|-3.9792e+07|320881|1.51132e+06|1.92587e+07
   responses: 8: 0.000224617|6.06812e+14|-1.70626e+07|-2.48445e+07|-3.9797e+07|333369|1.51235e+06|1.9277e+07
   responses: 8: 0.000224612|6.06811e+14|-1.70562e+07|-2.48428e+07|-3.97924e+07|322081|1.51154e+06|1.92559e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70619e+07|-2.48397e+07|-3.97875e+07|338266|1.521e+06|1.92715e+07
   responses: 8: 0.000224615|6.06817e+14|-1.70623e+07|-2.48452e+07|-3.97925e+07|336068|1.52155e+06|1.92735e+07
   responses: 8: 0.000224609|6.06823e+14|-1.70618e+07|-2.48427e+07|-3.97935e+07|331666|1.5165e+06|1.92678e+07
   responses: 8: 0.000224612|6.0682e+14|-1.70621e+07|-2.48435e+07|-3.9795e+07|330559|1.5156e+06|1.92664e+07
   responses: 8: 0.000224614|6.0682e+14|-1.70623e+07|-2.48438e+07|-3.97881e+07|336588|1.52709e+06|1.92717e+07
   responses: 8: 0.000224613|6.06819e+14|-1.70585e+07|-2.48435e+07|-3.97869e+07|334845|1.52146e+06|1.92715e+07
   responses: 8: 0.000224611|6.06819e+14|-1.70621e+07|-2.48416e+07|-3.97921e+07|334485|1.51639e+06|1.92737e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70608e+07|-2.48427e+07|-3.97924e+07|332105|1.51637e+06|1.92703e+07
   responses: 8: 0.000224609|6.06824e+14|-1.70615e+07|-2.48428e+07|-3.97925e+07|332081|1.5167e+06|1.92694e+07
   responses: 8: 0.000224606|6.06825e+14|-1.70617e+07|-2.48416e+07|-3.97923e+07|331841|1.51644e+06|1.92706e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70616e+07|-2.48425e+07|-3.97927e+07|332596|1.51681e+06|1.9268e+07
   responses: 8: 0.000224614|6.06819e+14|-1.70566e+07|-2.48422e+07|-3.97927e+07|330571|1.5115e+06|1.9281e+07
   responses: 8: 0.000224609|6.06825e+14|-1.70615e+07|-2.48431e+07|-3.97933e+07|332008|1.51687e+06|1.92671e+07
   responses: 8: 0.000224611|6.06824e+14|-1.70621e+07|-2.48433e+07|-3.9794e+07|332463|1.51701e+06|1.92685e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70615e+07|-2.48426e+07|-3.97928e+07|332623|1.51677e+06|1.92735e+07
write lock file:

   FemModel initialization elapsed time:   0.0218881
   Total Core solution elapsed time:       4.398  
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 4 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 28
Reading MV statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 1.6e-30 <   1e-11 test id: 251 test name: SquareShelfTranForceNeg2dDakotaLocalLinearPart field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-251 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test251.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 27 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224607|6.0683e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.00022461|6.06824e+14|-1.70618e+07|-2.48432e+07|-3.97937e+07|332216|1.51697e+06|1.92693e+07
   responses: 8: 0.000224607|6.06827e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70616e+07|-2.48419e+07|-3.97924e+07|331852|1.51646e+06|1.92682e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70609e+07|-2.48426e+07|-3.97925e+07|331963|1.51635e+06|1.92683e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70666e+07|-2.48394e+07|-3.97952e+07|337989|1.5152e+06|1.92714e+07
   responses: 8: 0.000224615|6.06819e+14|-1.70625e+07|-2.4844e+07|-3.97959e+07|333685|1.51555e+06|1.9271e+07
   responses: 8: 0.000224608|6.06821e+14|-1.70618e+07|-2.48428e+07|-3.97929e+07|330957|1.51675e+06|1.92678e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70614e+07|-2.48423e+07|-3.97928e+07|329376|1.51696e+06|1.92472e+07
   responses: 8: 0.00022461|6.06822e+14|-1.7061e+07|-2.48432e+07|-3.97927e+07|332938|1.51652e+06|1.92706e+07
   responses: 8: 0.000224611|6.06809e+14|-1.7062e+07|-2.48362e+07|-3.9792e+07|320881|1.51132e+06|1.92587e+07
   responses: 8: 0.000224617|6.06812e+14|-1.70626e+07|-2.48445e+07|-3.9797e+07|333369|1.51235e+06|1.9277e+07
   responses: 8: 0.000224612|6.06811e+14|-1.70562e+07|-2.48428e+07|-3.97924e+07|322081|1.51154e+06|1.92559e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70619e+07|-2.48397e+07|-3.97875e+07|338266|1.521e+06|1.92715e+07
   responses: 8: 0.000224615|6.06817e+14|-1.70623e+07|-2.48452e+07|-3.97925e+07|336068|1.52155e+06|1.92735e+07
   responses: 8: 0.000224609|6.06823e+14|-1.70618e+07|-2.48427e+07|-3.97935e+07|331666|1.5165e+06|1.92678e+07
   responses: 8: 0.000224612|6.0682e+14|-1.70621e+07|-2.48435e+07|-3.9795e+07|330559|1.5156e+06|1.92664e+07
   responses: 8: 0.000224614|6.0682e+14|-1.70623e+07|-2.48438e+07|-3.97881e+07|336588|1.52709e+06|1.92717e+07
   responses: 8: 0.000224613|6.06819e+14|-1.70585e+07|-2.48435e+07|-3.97869e+07|334845|1.52146e+06|1.92715e+07
   responses: 8: 0.000224611|6.06819e+14|-1.70621e+07|-2.48416e+07|-3.97921e+07|334485|1.51639e+06|1.92737e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70608e+07|-2.48427e+07|-3.97924e+07|332105|1.51637e+06|1.92703e+07
   responses: 8: 0.000224609|6.06824e+14|-1.70615e+07|-2.48428e+07|-3.97925e+07|332081|1.5167e+06|1.92694e+07
   responses: 8: 0.000224606|6.06825e+14|-1.70617e+07|-2.48416e+07|-3.97923e+07|331841|1.51644e+06|1.92706e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70616e+07|-2.48425e+07|-3.97927e+07|332596|1.51681e+06|1.9268e+07
   responses: 8: 0.000224614|6.06819e+14|-1.70566e+07|-2.48422e+07|-3.97927e+07|330571|1.5115e+06|1.9281e+07
   responses: 8: 0.000224609|6.06825e+14|-1.70615e+07|-2.48431e+07|-3.97933e+07|332008|1.51687e+06|1.92671e+07
   responses: 8: 0.000224611|6.06824e+14|-1.70621e+07|-2.48433e+07|-3.9794e+07|332463|1.51701e+06|1.92685e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70615e+07|-2.48426e+07|-3.97928e+07|332623|1.51677e+06|1.92735e+07
write lock file:

   FemModel initialization elapsed time:   0.0218881
   Total Core solution elapsed time:       4.398  
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 4 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 28
Reading MV statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 1.6e-30 <   1e-11 test id: 251 test name: SquareShelfTranForceNeg2dDakotaLocalLinearPart field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-412 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test412.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 14 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 7.00292e-05
   responses: 1: 6.99875e-05
   responses: 1: 7.00303e-05
   responses: 1: 7.003e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00292e-05
   responses: 1: 6.99898e-05
   responses: 1: 7.00101e-05
   responses: 1: 7.00289e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00283e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00206e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00203e-05
write lock file:

   FemModel initialization elapsed time:   0.802267
   Total Core solution elapsed time:       0.952199
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 1 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 15
Reading MV statistics for response functions:
  MaxVel
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 1.3e-12 <   1e-10 test id: 412 test name: SquareSheetShelfDiadSSA3dDakota field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-412 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test412.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 14 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 7.00292e-05
   responses: 1: 6.99875e-05
   responses: 1: 7.00303e-05
   responses: 1: 7.003e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00292e-05
   responses: 1: 6.99898e-05
   responses: 1: 7.00101e-05
   responses: 1: 7.00289e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00283e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00206e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00203e-05
write lock file:

   FemModel initialization elapsed time:   0.802267
   Total Core solution elapsed time:       0.952199
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 1 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 15
Reading MV statistics for response functions:
  MaxVel
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 1.3e-12 <   1e-10 test id: 412 test name: SquareSheetShelfDiadSSA3dDakota field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-413 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test413.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 21 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 0.000118253
   responses: 1: 0.000117228
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118247
   responses: 1: 0.000118251
   responses: 1: 0.000118244
   responses: 1: 0.000118239
   responses: 1: 0.000118252
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118245
   responses: 1: 0.000118253
   responses: 1: 0.000118244
   responses: 1: 0.000118253
   responses: 1: 0.000118242
   responses: 1: 0.00011824
   responses: 1: 0.000118253
   responses: 1: 0.000118249
   responses: 1: 0.000118253
write lock file:

   FemModel initialization elapsed time:   0.0161565
   Total Core solution elapsed time:       2.81862
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 22
Reading MV statistics for response functions:
  MaxVel
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 4.1e-11 <   1e-10 test id: 413 test name: SquareSheetShelfDiadSSA3dDakotaPart field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-413 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test413.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 21 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 0.000118253
   responses: 1: 0.000117228
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118247
   responses: 1: 0.000118251
   responses: 1: 0.000118244
   responses: 1: 0.000118239
   responses: 1: 0.000118252
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118245
   responses: 1: 0.000118253
   responses: 1: 0.000118244
   responses: 1: 0.000118253
   responses: 1: 0.000118242
   responses: 1: 0.00011824
   responses: 1: 0.000118253
   responses: 1: 0.000118249
   responses: 1: 0.000118253
write lock file:

   FemModel initialization elapsed time:   0.0161565
   Total Core solution elapsed time:       2.81862
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 22
Reading MV statistics for response functions:
  MaxVel
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 4.1e-11 <   1e-10 test id: 413 test name: SquareSheetShelfDiadSSA3dDakotaPart field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-414 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test414.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
write lock file:

   FemModel initialization elapsed time:   0.0163576
   Total Core solution elapsed time:       0.0492122
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 6 unused database options. They are:
Option left: name:-ksp_type value: preonly source: code
Option left: name:-mat_mumps_icntl_14 value: 120 source: code
Option left: name:-mat_mumps_icntl_28 value: 2 source: code
Option left: name:-mat_mumps_icntl_29 value: 2 source: code
Option left: name:-pc_factor_mat_solver_type value: mumps source: code
Option left: name:-pc_type value: lu source: code
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 21
Reading MV statistics for response functions:
  MaxVel
    Importance Factors not available
  indexed_MassFlux_1
    Importance Factors not available
  indexed_MassFlux_2
    Importance Factors not available
  indexed_MassFlux_3
    Importance Factors not available
  indexed_MassFlux_4
    Importance Factors not available
  indexed_MassFlux_5
    Importance Factors not available
  indexed_MassFlux_6
    Importance Factors not available
  indexed_MassFlux_7
    Importance Factors not available
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 4.6e-16 <   1e-11 test id: 414 test name: SquareSheetShelfDiadSSA3dDakotaMassFlux field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-414 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test414.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
write lock file:

   FemModel initialization elapsed time:   0.0163576
   Total Core solution elapsed time:       0.0492122
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 6 unused database options. They are:
Option left: name:-ksp_type value: preonly source: code
Option left: name:-mat_mumps_icntl_14 value: 120 source: code
Option left: name:-mat_mumps_icntl_28 value: 2 source: code
Option left: name:-mat_mumps_icntl_29 value: 2 source: code
Option left: name:-pc_factor_mat_solver_type value: mumps source: code
Option left: name:-pc_type value: lu source: code
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 21
Reading MV statistics for response functions:
  MaxVel
    Importance Factors not available
  indexed_MassFlux_1
    Importance Factors not available
  indexed_MassFlux_2
    Importance Factors not available
  indexed_MassFlux_3
    Importance Factors not available
  indexed_MassFlux_4
    Importance Factors not available
  indexed_MassFlux_5
    Importance Factors not available
  indexed_MassFlux_6
    Importance Factors not available
  indexed_MassFlux_7
    Importance Factors not available
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 4.6e-16 <   1e-11 test id: 414 test name: SquareSheetShelfDiadSSA3dDakotaMassFlux field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-417 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test417.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
write lock file:

   FemModel initialization elapsed time:   0.0170487
   Total Core solution elapsed time:       0.078549
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 6 unused database options. They are:
Option left: name:-ksp_type value: preonly source: code
Option left: name:-mat_mumps_icntl_14 value: 120 source: code
Option left: name:-mat_mumps_icntl_28 value: 2 source: code
Option left: name:-mat_mumps_icntl_29 value: 2 source: code
Option left: name:-pc_factor_mat_solver_type value: mumps source: code
Option left: name:-pc_type value: lu source: code
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  indexed_MassFlux_7
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDF's for response functions:
  Number of Dakota response functions = 8
Reading PDF's for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 4.6e-16 <   1e-11 test id: 417 test name: SquareSheetShelfDiadSSA3dDakotaSamp field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-417 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test417.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
write lock file:

   FemModel initialization elapsed time:   0.0170487
   Total Core solution elapsed time:       0.078549
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 6 unused database options. They are:
Option left: name:-ksp_type value: preonly source: code
Option left: name:-mat_mumps_icntl_14 value: 120 source: code
Option left: name:-mat_mumps_icntl_28 value: 2 source: code
Option left: name:-mat_mumps_icntl_29 value: 2 source: code
Option left: name:-pc_factor_mat_solver_type value: mumps source: code
Option left: name:-pc_type value: lu source: code
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  indexed_MassFlux_7
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDF's for response functions:
  Number of Dakota response functions = 8
Reading PDF's for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 4.6e-16 <   1e-11 test id: 417 test name: SquareSheetShelfDiadSSA3dDakotaSamp field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-418 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 933 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
SUCCESS difference: 0       <   1e-11 test id: 418 test name: SquareSheetShelfDiadSSA3dDakotaAreaAverage field: vector_on_nodes
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-418 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 933 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
SUCCESS difference: 0       <   1e-11 test id: 418 test name: SquareSheetShelfDiadSSA3dDakotaAreaAverage field: vector_on_nodes
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-420 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 26 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test420.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 1 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 10 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 10: 422.5|594.375|534.803|788.056|778.333|351.333|463.002|643.157|819.769|828.893
   responses: 10: 422.5|594.375|534.803|788.056|778.333|351.333|463.002|643.157|819.769|828.893
write lock file:

   FemModel initialization elapsed time:   0.0161988
   Total Core solution elapsed time:       0.0965095
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 2
Reading MV statistics for response functions:
  scaled_Thickness_1
    Importance Factors not available
  scaled_Thickness_2
    Importance Factors not available
  scaled_Thickness_3
    Importance Factors not available
  scaled_Thickness_4
    Importance Factors not available
  scaled_Thickness_5
    Importance Factors not available
  scaled_Thickness_6
    Importance Factors not available
  scaled_Thickness_7
    Importance Factors not available
  scaled_Thickness_8
    Importance Factors not available
  scaled_Thickness_9
    Importance Factors not available
  scaled_Thickness_10
    Importance Factors not available
  Number of Dakota response functions = 10
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 0       <   1e-10 test id: 420 test name: SquareSheetShelfDakotaScaledResponse field: Thickness
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-420 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 26 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test420.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 1 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 10 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 10: 422.5|594.375|534.803|788.056|778.333|351.333|463.002|643.157|819.769|828.893
   responses: 10: 422.5|594.375|534.803|788.056|778.333|351.333|463.002|643.157|819.769|828.893
write lock file:

   FemModel initialization elapsed time:   0.0161988
   Total Core solution elapsed time:       0.0965095
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 2
Reading MV statistics for response functions:
  scaled_Thickness_1
    Importance Factors not available
  scaled_Thickness_2
    Importance Factors not available
  scaled_Thickness_3
    Importance Factors not available
  scaled_Thickness_4
    Importance Factors not available
  scaled_Thickness_5
    Importance Factors not available
  scaled_Thickness_6
    Importance Factors not available
  scaled_Thickness_7
    Importance Factors not available
  scaled_Thickness_8
    Importance Factors not available
  scaled_Thickness_9
    Importance Factors not available
  scaled_Thickness_10
    Importance Factors not available
  Number of Dakota response functions = 10
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 0       <   1e-10 test id: 420 test name: SquareSheetShelfDakotaScaledResponse field: Thickness
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-440 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test440.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 1 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 26 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 26: 903.75|877.5|326.25|378.75|583.806|873.69|569.375|352.5|641.121|422.5|828.893|463.002|607.208|778.333|800.473|851.579|772.646|642.708|738.229|410.833|305.833|440|819.167|924.167|340.833|469.167
   responses: 26: 903.75|877.5|326.25|378.75|583.806|873.69|569.375|352.5|641.121|422.5|828.893|463.002|607.208|778.333|800.473|851.579|772.646|642.708|738.229|410.833|305.833|440|819.167|924.167|340.833|469.167
write lock file:

   FemModel initialization elapsed time:   0.0206364
   Total Core solution elapsed time:       0.121079
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 2
Reading MV statistics for response functions:
  scaled_Thickness_1
    Importance Factors not available
  scaled_Thickness_2
    Importance Factors not available
  scaled_Thickness_3
    Importance Factors not available
  scaled_Thickness_4
    Importance Factors not available
  scaled_Thickness_5
    Importance Factors not available
  scaled_Thickness_6
    Importance Factors not available
  scaled_Thickness_7
    Importance Factors not available
  scaled_Thickness_8
    Importance Factors not available
  scaled_Thickness_9
    Importance Factors not available
  scaled_Thickness_10
    Importance Factors not available
  scaled_Thickness_11
    Importance Factors not available
  scaled_Thickness_12
    Importance Factors not available
  scaled_Thickness_13
    Importance Factors not available
  scaled_Thickness_14
    Importance Factors not available
  scaled_Thickness_15
    Importance Factors not available
  scaled_Thickness_16
    Importance Factors not available
  scaled_Thickness_17
    Importance Factors not available
  scaled_Thickness_18
    Importance Factors not available
  scaled_Thickness_19
    Importance Factors not available
  scaled_Thickness_20
    Importance Factors not available
  scaled_Thickness_21
    Importance Factors not available
  scaled_Thickness_22
    Importance Factors not available
  scaled_Thickness_23
    Importance Factors not available
  scaled_Thickness_24
    Importance Factors not available
  scaled_Thickness_25
    Importance Factors not available
  scaled_Thickness_26
    Importance Factors not available
  Number of Dakota response functions = 26
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 0       <   1e-10 test id: 440 test name: SquareSheetShelfDakotaScaledResponseLinearPart field: Thickness
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-440 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test440.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 1 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 26 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 26: 903.75|877.5|326.25|378.75|583.806|873.69|569.375|352.5|641.121|422.5|828.893|463.002|607.208|778.333|800.473|851.579|772.646|642.708|738.229|410.833|305.833|440|819.167|924.167|340.833|469.167
   responses: 26: 903.75|877.5|326.25|378.75|583.806|873.69|569.375|352.5|641.121|422.5|828.893|463.002|607.208|778.333|800.473|851.579|772.646|642.708|738.229|410.833|305.833|440|819.167|924.167|340.833|469.167
write lock file:

   FemModel initialization elapsed time:   0.0206364
   Total Core solution elapsed time:       0.121079
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 2
Reading MV statistics for response functions:
  scaled_Thickness_1
    Importance Factors not available
  scaled_Thickness_2
    Importance Factors not available
  scaled_Thickness_3
    Importance Factors not available
  scaled_Thickness_4
    Importance Factors not available
  scaled_Thickness_5
    Importance Factors not available
  scaled_Thickness_6
    Importance Factors not available
  scaled_Thickness_7
    Importance Factors not available
  scaled_Thickness_8
    Importance Factors not available
  scaled_Thickness_9
    Importance Factors not available
  scaled_Thickness_10
    Importance Factors not available
  scaled_Thickness_11
    Importance Factors not available
  scaled_Thickness_12
    Importance Factors not available
  scaled_Thickness_13
    Importance Factors not available
  scaled_Thickness_14
    Importance Factors not available
  scaled_Thickness_15
    Importance Factors not available
  scaled_Thickness_16
    Importance Factors not available
  scaled_Thickness_17
    Importance Factors not available
  scaled_Thickness_18
    Importance Factors not available
  scaled_Thickness_19
    Importance Factors not available
  scaled_Thickness_20
    Importance Factors not available
  scaled_Thickness_21
    Importance Factors not available
  scaled_Thickness_22
    Importance Factors not available
  scaled_Thickness_23
    Importance Factors not available
  scaled_Thickness_24
    Importance Factors not available
  scaled_Thickness_25
    Importance Factors not available
  scaled_Thickness_26
    Importance Factors not available
  Number of Dakota response functions = 26
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 0       <   1e-10 test id: 440 test name: SquareSheetShelfDakotaScaledResponseLinearPart field: Thickness
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-444 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test444.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 10 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 11 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 11: 2.33087e+17|2.54184e+14|2.78027e+13|7.60722e+13|3.38639e+11|8.1188e+10|1.0729e+07|4.92346e+07|1.22077e+08|1.22077e+08|1.21176e+11
   responses: 11: 2.33027e+17|2.54118e+14|2.78268e+13|7.60998e+13|3.3667e+11|8.31569e+10|1.17601e+07|4.89483e+07|1.22077e+08|1.22077e+08|1.16182e+11
   responses: 11: 2.32816e+17|2.53889e+14|2.76239e+13|7.58627e+13|3.36041e+11|8.37859e+10|1.3349e+07|4.88569e+07|1.22077e+08|1.22077e+08|1.16656e+11
   responses: 11: 2.32947e+17|2.54031e+14|2.77494e+13|7.59619e+13|3.36451e+11|8.33767e+10|1.22391e+07|4.89163e+07|1.22077e+08|1.22077e+08|1.26815e+11
   responses: 11: 2.33047e+17|2.5414e+14|2.77557e+13|7.63804e+13|3.3867e+11|8.11577e+10|1.12928e+07|4.9239e+07|1.22077e+08|1.22077e+08|1.02016e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.78062e+13|7.60927e+13|3.36576e+11|8.32515e+10|1.27728e+07|4.89345e+07|1.22077e+08|1.22077e+08|1.10672e+11
   responses: 11: 2.32991e+17|2.54079e+14|2.7704e+13|7.59663e+13|3.38458e+11|8.13688e+10|1.1692e+07|4.92083e+07|1.22077e+08|1.22077e+08|1.33818e+11
   responses: 11: 2.32909e+17|2.53991e+14|2.77106e+13|7.59603e+13|3.36407e+11|8.34206e+10|1.18315e+07|4.891e+07|1.22077e+08|1.22077e+08|1.17002e+11
   responses: 11: 2.33054e+17|2.54149e+14|2.77913e+13|7.6145e+13|3.38091e+11|8.17363e+10|1.17802e+07|4.91548e+07|1.22077e+08|1.22077e+08|1.05168e+11
   responses: 11: 2.33092e+17|2.54189e+14|2.7807e+13|7.6199e+13|3.38627e+11|8.12008e+10|1.18618e+07|4.92327e+07|1.22077e+08|1.22077e+08|1.03263e+11
   responses: 11: 2.32971e+17|2.54057e+14|2.77726e+13|7.59977e+13|3.3656e+11|8.32669e+10|1.02879e+07|4.89323e+07|1.22077e+08|1.22077e+08|1.2962e+11
   responses: 11: 2.33e+17|2.5409e+14|2.77358e+13|7.60736e+13|3.3804e+11|8.17872e+10|1.0226e+07|4.91474e+07|1.22077e+08|1.22077e+08|1.08372e+11
   responses: 11: 2.33097e+17|2.54195e+14|2.78111e+13|7.61945e+13|3.38639e+11|8.11888e+10|1.23453e+07|4.92344e+07|1.22077e+08|1.22077e+08|1.05443e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.78033e+13|7.60238e+13|3.36676e+11|8.31508e+10|1.07416e+07|4.89492e+07|1.22077e+08|1.22077e+08|1.28799e+11
   responses: 11: 2.32969e+17|2.54055e+14|2.77052e+13|7.59216e+13|3.37887e+11|8.19404e+10|1.26129e+07|4.91252e+07|1.22077e+08|1.22077e+08|1.29256e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.77131e+13|7.63489e+13|3.38559e+11|8.12682e+10|1.15864e+07|4.92229e+07|1.22077e+08|1.22077e+08|1.02877e+11
   responses: 11: 2.32997e+17|2.54086e+14|2.78001e+13|7.60157e+13|3.36574e+11|8.32534e+10|1.18516e+07|4.89343e+07|1.22077e+08|1.22077e+08|1.25226e+11
   responses: 11: 2.32912e+17|2.53994e+14|2.77138e+13|7.59456e+13|3.36351e+11|8.34767e+10|1.30034e+07|4.89018e+07|1.22077e+08|1.22077e+08|1.2813e+11
   responses: 11: 2.32892e+17|2.53971e+14|2.76945e+13|7.59545e+13|3.36314e+11|8.35133e+10|1.22583e+07|4.88965e+07|1.22077e+08|1.22077e+08|1.18365e+11
   responses: 11: 2.32983e+17|2.54071e+14|2.76999e+13|7.60561e+13|3.38417e+11|8.14103e+10|1.05187e+07|4.92022e+07|1.22077e+08|1.22077e+08|1.07283e+11
write lock file:

   FemModel initialization elapsed time:   0.0369145
   Total Core solution elapsed time:       7.77952
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 7 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  Outputdefinition5
  Outputdefinition6
  Outputdefinition7
  IceVolumeAboveFloatation
  Outputdefinition1
  Outputdefinition2
  Outputdefinition3
  Outputdefinition4
  Outputdefinition8
  Outputdefinition9
  FloatingArea
  Number of Dakota response functions = 11
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 11
Reading CDF's for response functions:
  Number of Dakota response functions = 11
Reading PDF's for response functions:
  Number of Dakota response functions = 11
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 21
Number of rows (Dakota func evals) = 20
SUCCESS difference: 0       <   1e-11 test id: 444 test name: SquareSheetShelfTranSSA2dAggressiveDakotaSampRegionalOutput field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-444 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test444.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 10 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 11 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 11: 2.33087e+17|2.54184e+14|2.78027e+13|7.60722e+13|3.38639e+11|8.1188e+10|1.0729e+07|4.92346e+07|1.22077e+08|1.22077e+08|1.21176e+11
   responses: 11: 2.33027e+17|2.54118e+14|2.78268e+13|7.60998e+13|3.3667e+11|8.31569e+10|1.17601e+07|4.89483e+07|1.22077e+08|1.22077e+08|1.16182e+11
   responses: 11: 2.32816e+17|2.53889e+14|2.76239e+13|7.58627e+13|3.36041e+11|8.37859e+10|1.3349e+07|4.88569e+07|1.22077e+08|1.22077e+08|1.16656e+11
   responses: 11: 2.32947e+17|2.54031e+14|2.77494e+13|7.59619e+13|3.36451e+11|8.33767e+10|1.22391e+07|4.89163e+07|1.22077e+08|1.22077e+08|1.26815e+11
   responses: 11: 2.33047e+17|2.5414e+14|2.77557e+13|7.63804e+13|3.3867e+11|8.11577e+10|1.12928e+07|4.9239e+07|1.22077e+08|1.22077e+08|1.02016e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.78062e+13|7.60927e+13|3.36576e+11|8.32515e+10|1.27728e+07|4.89345e+07|1.22077e+08|1.22077e+08|1.10672e+11
   responses: 11: 2.32991e+17|2.54079e+14|2.7704e+13|7.59663e+13|3.38458e+11|8.13688e+10|1.1692e+07|4.92083e+07|1.22077e+08|1.22077e+08|1.33818e+11
   responses: 11: 2.32909e+17|2.53991e+14|2.77106e+13|7.59603e+13|3.36407e+11|8.34206e+10|1.18315e+07|4.891e+07|1.22077e+08|1.22077e+08|1.17002e+11
   responses: 11: 2.33054e+17|2.54149e+14|2.77913e+13|7.6145e+13|3.38091e+11|8.17363e+10|1.17802e+07|4.91548e+07|1.22077e+08|1.22077e+08|1.05168e+11
   responses: 11: 2.33092e+17|2.54189e+14|2.7807e+13|7.6199e+13|3.38627e+11|8.12008e+10|1.18618e+07|4.92327e+07|1.22077e+08|1.22077e+08|1.03263e+11
   responses: 11: 2.32971e+17|2.54057e+14|2.77726e+13|7.59977e+13|3.3656e+11|8.32669e+10|1.02879e+07|4.89323e+07|1.22077e+08|1.22077e+08|1.2962e+11
   responses: 11: 2.33e+17|2.5409e+14|2.77358e+13|7.60736e+13|3.3804e+11|8.17872e+10|1.0226e+07|4.91474e+07|1.22077e+08|1.22077e+08|1.08372e+11
   responses: 11: 2.33097e+17|2.54195e+14|2.78111e+13|7.61945e+13|3.38639e+11|8.11888e+10|1.23453e+07|4.92344e+07|1.22077e+08|1.22077e+08|1.05443e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.78033e+13|7.60238e+13|3.36676e+11|8.31508e+10|1.07416e+07|4.89492e+07|1.22077e+08|1.22077e+08|1.28799e+11
   responses: 11: 2.32969e+17|2.54055e+14|2.77052e+13|7.59216e+13|3.37887e+11|8.19404e+10|1.26129e+07|4.91252e+07|1.22077e+08|1.22077e+08|1.29256e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.77131e+13|7.63489e+13|3.38559e+11|8.12682e+10|1.15864e+07|4.92229e+07|1.22077e+08|1.22077e+08|1.02877e+11
   responses: 11: 2.32997e+17|2.54086e+14|2.78001e+13|7.60157e+13|3.36574e+11|8.32534e+10|1.18516e+07|4.89343e+07|1.22077e+08|1.22077e+08|1.25226e+11
   responses: 11: 2.32912e+17|2.53994e+14|2.77138e+13|7.59456e+13|3.36351e+11|8.34767e+10|1.30034e+07|4.89018e+07|1.22077e+08|1.22077e+08|1.2813e+11
   responses: 11: 2.32892e+17|2.53971e+14|2.76945e+13|7.59545e+13|3.36314e+11|8.35133e+10|1.22583e+07|4.88965e+07|1.22077e+08|1.22077e+08|1.18365e+11
   responses: 11: 2.32983e+17|2.54071e+14|2.76999e+13|7.60561e+13|3.38417e+11|8.14103e+10|1.05187e+07|4.92022e+07|1.22077e+08|1.22077e+08|1.07283e+11
write lock file:

   FemModel initialization elapsed time:   0.0369145
   Total Core solution elapsed time:       7.77952
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 7 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  Outputdefinition5
  Outputdefinition6
  Outputdefinition7
  IceVolumeAboveFloatation
  Outputdefinition1
  Outputdefinition2
  Outputdefinition3
  Outputdefinition4
  Outputdefinition8
  Outputdefinition9
  FloatingArea
  Number of Dakota response functions = 11
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 11
Reading CDF's for response functions:
  Number of Dakota response functions = 11
Reading PDF's for response functions:
  Number of Dakota response functions = 11
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 21
Number of rows (Dakota func evals) = 20
SUCCESS difference: 0       <   1e-11 test id: 444 test name: SquareSheetShelfTranSSA2dAggressiveDakotaSampRegionalOutput field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-445 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test445.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000114046|-5.81123e+06|-1.20658e+07|-1.15645e+07|1.15952e+07|7.10961e+06|1.56004e+07|1.92898e+07
   responses: 8: 0.000114373|-6.07224e+06|-1.209e+07|-1.18654e+07|1.16692e+07|7.36533e+06|1.57079e+07|1.94055e+07
   responses: 8: 0.000113959|-5.87664e+06|-1.17557e+07|-1.14391e+07|1.14478e+07|7.05457e+06|1.55033e+07|1.9432e+07
   responses: 8: 0.000113929|-5.82552e+06|-1.1793e+07|-1.14762e+07|1.14447e+07|6.96258e+06|1.55382e+07|1.93778e+07
   responses: 8: 0.000113754|-5.66631e+06|-1.17646e+07|-1.10884e+07|1.15492e+07|7.05298e+06|1.56255e+07|1.92427e+07
   responses: 8: 0.000114938|-6.39692e+06|-1.21851e+07|-1.20953e+07|1.18737e+07|7.73031e+06|1.57515e+07|1.94222e+07
   responses: 8: 0.000114425|-6.10774e+06|-1.20253e+07|-1.18781e+07|1.17307e+07|7.40876e+06|1.57843e+07|1.93174e+07
   responses: 8: 0.000114413|-6.12516e+06|-1.19739e+07|-1.15933e+07|1.18257e+07|7.58679e+06|1.57605e+07|1.92706e+07
   responses: 8: 0.000114713|-6.27476e+06|-1.21395e+07|-1.20999e+07|1.17929e+07|7.5903e+06|1.58165e+07|1.94098e+07
   responses: 8: 0.000114258|-5.99053e+06|-1.20305e+07|-1.19275e+07|1.15204e+07|7.09504e+06|1.56185e+07|1.94319e+07
   responses: 8: 0.000113882|-5.76099e+06|-1.18431e+07|-1.14348e+07|1.14903e+07|7.00642e+06|1.56136e+07|1.93429e+07
   responses: 8: 0.000114697|-6.20829e+06|-1.2388e+07|-1.24932e+07|1.15868e+07|7.3228e+06|1.57328e+07|1.96659e+07
   responses: 8: 0.000114196|-6.02621e+06|-1.18618e+07|-1.15622e+07|1.15602e+07|7.30182e+06|1.55714e+07|1.94724e+07
   responses: 8: 0.00011415|-5.95028e+06|-1.19844e+07|-1.1905e+07|1.14409e+07|6.98882e+06|1.55532e+07|1.94817e+07
   responses: 8: 0.00011456|-6.12971e+06|-1.2189e+07|-1.19787e+07|1.18012e+07|7.44655e+06|1.57992e+07|1.92772e+07
   responses: 8: 0.00011411|-5.92773e+06|-1.19508e+07|-1.17249e+07|1.14711e+07|7.00133e+06|1.5483e+07|1.9399e+07
   responses: 8: 0.000114055|-5.9091e+06|-1.19471e+07|-1.18149e+07|1.13305e+07|6.91625e+06|1.54576e+07|1.95987e+07
   responses: 8: 0.000113916|-5.81871e+06|-1.17319e+07|-1.14563e+07|1.14866e+07|6.96881e+06|1.55729e+07|1.92836e+07
   responses: 8: 0.000113963|-5.86537e+06|-1.1735e+07|-1.12246e+07|1.15727e+07|7.1692e+06|1.55361e+07|1.92795e+07
   responses: 8: 0.000114195|-5.95273e+06|-1.20187e+07|-1.17227e+07|1.15742e+07|7.19845e+06|1.56025e+07|1.94012e+07
write lock file:

   FemModel initialization elapsed time:   0.079752
   Total Core solution elapsed time:       37.4831
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 37 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  indexed_MassFlux_7
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDF's for response functions:
  Number of Dakota response functions = 8
Reading PDF's for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 1e-10   <   2e-10 test id: 445 test name: SquareSheetShelfSteaEnthalpyHO3dDakotaSampNeff field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: MATLAB-445 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test445.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_functions responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000114046|-5.81123e+06|-1.20658e+07|-1.15645e+07|1.15952e+07|7.10961e+06|1.56004e+07|1.92898e+07
   responses: 8: 0.000114373|-6.07224e+06|-1.209e+07|-1.18654e+07|1.16692e+07|7.36533e+06|1.57079e+07|1.94055e+07
   responses: 8: 0.000113959|-5.87664e+06|-1.17557e+07|-1.14391e+07|1.14478e+07|7.05457e+06|1.55033e+07|1.9432e+07
   responses: 8: 0.000113929|-5.82552e+06|-1.1793e+07|-1.14762e+07|1.14447e+07|6.96258e+06|1.55382e+07|1.93778e+07
   responses: 8: 0.000113754|-5.66631e+06|-1.17646e+07|-1.10884e+07|1.15492e+07|7.05298e+06|1.56255e+07|1.92427e+07
   responses: 8: 0.000114938|-6.39692e+06|-1.21851e+07|-1.20953e+07|1.18737e+07|7.73031e+06|1.57515e+07|1.94222e+07
   responses: 8: 0.000114425|-6.10774e+06|-1.20253e+07|-1.18781e+07|1.17307e+07|7.40876e+06|1.57843e+07|1.93174e+07
   responses: 8: 0.000114413|-6.12516e+06|-1.19739e+07|-1.15933e+07|1.18257e+07|7.58679e+06|1.57605e+07|1.92706e+07
   responses: 8: 0.000114713|-6.27476e+06|-1.21395e+07|-1.20999e+07|1.17929e+07|7.5903e+06|1.58165e+07|1.94098e+07
   responses: 8: 0.000114258|-5.99053e+06|-1.20305e+07|-1.19275e+07|1.15204e+07|7.09504e+06|1.56185e+07|1.94319e+07
   responses: 8: 0.000113882|-5.76099e+06|-1.18431e+07|-1.14348e+07|1.14903e+07|7.00642e+06|1.56136e+07|1.93429e+07
   responses: 8: 0.000114697|-6.20829e+06|-1.2388e+07|-1.24932e+07|1.15868e+07|7.3228e+06|1.57328e+07|1.96659e+07
   responses: 8: 0.000114196|-6.02621e+06|-1.18618e+07|-1.15622e+07|1.15602e+07|7.30182e+06|1.55714e+07|1.94724e+07
   responses: 8: 0.00011415|-5.95028e+06|-1.19844e+07|-1.1905e+07|1.14409e+07|6.98882e+06|1.55532e+07|1.94817e+07
   responses: 8: 0.00011456|-6.12971e+06|-1.2189e+07|-1.19787e+07|1.18012e+07|7.44655e+06|1.57992e+07|1.92772e+07
   responses: 8: 0.00011411|-5.92773e+06|-1.19508e+07|-1.17249e+07|1.14711e+07|7.00133e+06|1.5483e+07|1.9399e+07
   responses: 8: 0.000114055|-5.9091e+06|-1.19471e+07|-1.18149e+07|1.13305e+07|6.91625e+06|1.54576e+07|1.95987e+07
   responses: 8: 0.000113916|-5.81871e+06|-1.17319e+07|-1.14563e+07|1.14866e+07|6.96881e+06|1.55729e+07|1.92836e+07
   responses: 8: 0.000113963|-5.86537e+06|-1.1735e+07|-1.12246e+07|1.15727e+07|7.1692e+06|1.55361e+07|1.92795e+07
   responses: 8: 0.000114195|-5.95273e+06|-1.20187e+07|-1.17227e+07|1.15742e+07|7.19845e+06|1.56025e+07|1.94012e+07
write lock file:

   FemModel initialization elapsed time:   0.079752
   Total Core solution elapsed time:       37.4831
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 37 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  indexed_MassFlux_7
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDF's for response functions:
  Number of Dakota response functions = 8
Reading PDF's for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 1e-10   <   2e-10 test id: 445 test name: SquareSheetShelfSteaEnthalpyHO3dDakotaSampNeff field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-244 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Linear partitioner requesting partitions on elements
preprocessing dakota inputs
Opening Dakota input file 'test244.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 16 normal_uncertain variables.
  Writing 16 uniform_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 3 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 3: 6.15021e+14|5.59669e+17|4.18578e+07
   responses: 3: 6.15039e+14|5.59686e+17|4.19564e+07
   responses: 3: 6.15064e+14|5.59708e+17|4.23458e+07
write lock file:

   FemModel initialization elapsed time:   0.0679192
   Total Core solution elapsed time:       140.448
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 2 min 20 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 3
  Dakota samples = 3
Reading moment-based statistics for response functions:
  IceVolume
  IceMass
  TotalSmb
  Number of Dakota response functions = 3
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 3
Reading CDFs for response functions:
  Number of Dakota response functions = 3
Reading PDFs for response functions:
  Number of Dakota response functions = 3
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 35
Number of rows (Dakota func evals) = 3
SUCCESS difference: 1.9e-06 <   2e-06 test id: 244 test name: quareShelfSMBGembDakota field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-244 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Linear partitioner requesting partitions on elements
preprocessing dakota inputs
Opening Dakota input file 'test244.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 16 normal_uncertain variables.
  Writing 16 uniform_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 3 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 3: 6.15021e+14|5.59669e+17|4.18578e+07
   responses: 3: 6.15039e+14|5.59686e+17|4.19564e+07
   responses: 3: 6.15064e+14|5.59708e+17|4.23458e+07
write lock file:

   FemModel initialization elapsed time:   0.0679192
   Total Core solution elapsed time:       140.448
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 2 min 20 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 3
  Dakota samples = 3
Reading moment-based statistics for response functions:
  IceVolume
  IceMass
  TotalSmb
  Number of Dakota response functions = 3
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 3
Reading CDFs for response functions:
  Number of Dakota response functions = 3
Reading PDFs for response functions:
  Number of Dakota response functions = 3
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 35
Number of rows (Dakota func evals) = 3
SUCCESS difference: 1.9e-06 <   2e-06 test id: 244 test name: quareShelfSMBGembDakota field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-250 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test250.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 27 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224606|6.06858e+14|-1.70631e+07|-2.48421e+07|-3.97981e+07|338754|1.50963e+06|1.93096e+07
   responses: 8: 0.000224613|6.06786e+14|-1.70478e+07|-2.48453e+07|-3.97852e+07|311819|1.51966e+06|1.92494e+07
   responses: 8: 0.000224632|6.06738e+14|-1.70468e+07|-2.4836e+07|-3.97887e+07|283288|1.49794e+06|1.91973e+07
   responses: 8: 0.000224619|6.06817e+14|-1.70762e+07|-2.48403e+07|-3.97845e+07|360052|1.54798e+06|1.92671e+07
   responses: 8: 0.000224614|6.0681e+14|-1.70441e+07|-2.48411e+07|-3.97827e+07|334372|1.51259e+06|1.92813e+07
   responses: 8: 0.000224577|6.06906e+14|-1.70623e+07|-2.48512e+07|-3.97786e+07|353618|1.54546e+06|1.92589e+07
   responses: 8: 0.000224608|6.06816e+14|-1.70773e+07|-2.4833e+07|-3.97735e+07|371516|1.55052e+06|1.92749e+07
   responses: 8: 0.000224572|6.06852e+14|-1.70682e+07|-2.48309e+07|-3.97893e+07|324707|1.51497e+06|1.92047e+07
   responses: 8: 0.000224631|6.06803e+14|-1.70682e+07|-2.4846e+07|-3.97986e+07|350272|1.51584e+06|1.9324e+07
   responses: 8: 0.000224614|6.06844e+14|-1.70668e+07|-2.48625e+07|-3.98161e+07|348676|1.51421e+06|1.9302e+07
   responses: 8: 0.000224625|6.06817e+14|-1.70482e+07|-2.48593e+07|-3.97848e+07|346717|1.52845e+06|1.9291e+07
   responses: 8: 0.00022464|6.06811e+14|-1.70764e+07|-2.48298e+07|-3.98146e+07|336555|1.48485e+06|1.92897e+07
   responses: 8: 0.000224581|6.06879e+14|-1.70585e+07|-2.48473e+07|-3.98133e+07|285404|1.49477e+06|1.91736e+07
   responses: 8: 0.000224607|6.06852e+14|-1.7065e+07|-2.48363e+07|-3.97856e+07|344590|1.52829e+06|1.93057e+07
   responses: 8: 0.000224626|6.06826e+14|-1.70693e+07|-2.48527e+07|-3.97979e+07|362514|1.52837e+06|1.93243e+07
   responses: 8: 0.000224591|6.06864e+14|-1.70618e+07|-2.48363e+07|-3.9798e+07|341085|1.50072e+06|1.93205e+07
   responses: 8: 0.000224617|6.0682e+14|-1.70424e+07|-2.4848e+07|-3.97861e+07|294917|1.51106e+06|1.926e+07
   responses: 8: 0.000224588|6.0682e+14|-1.7051e+07|-2.48411e+07|-3.97663e+07|317850|1.54214e+06|1.9245e+07
   responses: 8: 0.000224585|6.06819e+14|-1.70674e+07|-2.48257e+07|-3.97948e+07|317745|1.4972e+06|1.92415e+07
   responses: 8: 0.000224617|6.06821e+14|-1.707e+07|-2.48491e+07|-3.98189e+07|330368|1.49293e+06|1.9291e+07
write lock file:

   FemModel initialization elapsed time:   0.0272497
   Total Core solution elapsed time:       2.6601 
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDFs for response functions:
  Number of Dakota response functions = 8
Reading PDFs for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 35
Number of rows (Dakota func evals) = 20
SUCCESS difference:       0 <   1e-11 test id: 250 test name: quareShelfTranForceNeg2dDakotaSampLinearPart field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-250 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test250.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 27 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224606|6.06858e+14|-1.70631e+07|-2.48421e+07|-3.97981e+07|338754|1.50963e+06|1.93096e+07
   responses: 8: 0.000224613|6.06786e+14|-1.70478e+07|-2.48453e+07|-3.97852e+07|311819|1.51966e+06|1.92494e+07
   responses: 8: 0.000224632|6.06738e+14|-1.70468e+07|-2.4836e+07|-3.97887e+07|283288|1.49794e+06|1.91973e+07
   responses: 8: 0.000224619|6.06817e+14|-1.70762e+07|-2.48403e+07|-3.97845e+07|360052|1.54798e+06|1.92671e+07
   responses: 8: 0.000224614|6.0681e+14|-1.70441e+07|-2.48411e+07|-3.97827e+07|334372|1.51259e+06|1.92813e+07
   responses: 8: 0.000224577|6.06906e+14|-1.70623e+07|-2.48512e+07|-3.97786e+07|353618|1.54546e+06|1.92589e+07
   responses: 8: 0.000224608|6.06816e+14|-1.70773e+07|-2.4833e+07|-3.97735e+07|371516|1.55052e+06|1.92749e+07
   responses: 8: 0.000224572|6.06852e+14|-1.70682e+07|-2.48309e+07|-3.97893e+07|324707|1.51497e+06|1.92047e+07
   responses: 8: 0.000224631|6.06803e+14|-1.70682e+07|-2.4846e+07|-3.97986e+07|350272|1.51584e+06|1.9324e+07
   responses: 8: 0.000224614|6.06844e+14|-1.70668e+07|-2.48625e+07|-3.98161e+07|348676|1.51421e+06|1.9302e+07
   responses: 8: 0.000224625|6.06817e+14|-1.70482e+07|-2.48593e+07|-3.97848e+07|346717|1.52845e+06|1.9291e+07
   responses: 8: 0.00022464|6.06811e+14|-1.70764e+07|-2.48298e+07|-3.98146e+07|336555|1.48485e+06|1.92897e+07
   responses: 8: 0.000224581|6.06879e+14|-1.70585e+07|-2.48473e+07|-3.98133e+07|285404|1.49477e+06|1.91736e+07
   responses: 8: 0.000224607|6.06852e+14|-1.7065e+07|-2.48363e+07|-3.97856e+07|344590|1.52829e+06|1.93057e+07
   responses: 8: 0.000224626|6.06826e+14|-1.70693e+07|-2.48527e+07|-3.97979e+07|362514|1.52837e+06|1.93243e+07
   responses: 8: 0.000224591|6.06864e+14|-1.70618e+07|-2.48363e+07|-3.9798e+07|341085|1.50072e+06|1.93205e+07
   responses: 8: 0.000224617|6.0682e+14|-1.70424e+07|-2.4848e+07|-3.97861e+07|294917|1.51106e+06|1.926e+07
   responses: 8: 0.000224588|6.0682e+14|-1.7051e+07|-2.48411e+07|-3.97663e+07|317850|1.54214e+06|1.9245e+07
   responses: 8: 0.000224585|6.06819e+14|-1.70674e+07|-2.48257e+07|-3.97948e+07|317745|1.4972e+06|1.92415e+07
   responses: 8: 0.000224617|6.06821e+14|-1.707e+07|-2.48491e+07|-3.98189e+07|330368|1.49293e+06|1.9291e+07
write lock file:

   FemModel initialization elapsed time:   0.0272497
   Total Core solution elapsed time:       2.6601 
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  IceVolume
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDFs for response functions:
  Number of Dakota response functions = 8
Reading PDFs for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 35
Number of rows (Dakota func evals) = 20
SUCCESS difference:       0 <   1e-11 test id: 250 test name: quareShelfTranForceNeg2dDakotaSampLinearPart field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-412 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test412.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 14 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 7.00292e-05
   responses: 1: 6.99875e-05
   responses: 1: 7.00303e-05
   responses: 1: 7.003e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00292e-05
   responses: 1: 6.99898e-05
   responses: 1: 7.00101e-05
   responses: 1: 7.00289e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00283e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00206e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00203e-05
write lock file:

   FemModel initialization elapsed time:   0.0221589
   Total Core solution elapsed time:       0.401346
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 15
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 1.3e-12 <   1e-10 test id: 412 test name: quareSheetShelfDiadSSA3dDakota field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-412 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test412.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 14 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 7.00292e-05
   responses: 1: 6.99875e-05
   responses: 1: 7.00303e-05
   responses: 1: 7.003e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00292e-05
   responses: 1: 6.99898e-05
   responses: 1: 7.00101e-05
   responses: 1: 7.00289e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00283e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00206e-05
   responses: 1: 7.00292e-05
   responses: 1: 7.00203e-05
write lock file:

   FemModel initialization elapsed time:   0.0221589
   Total Core solution elapsed time:       0.401346
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 15
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 1.3e-12 <   1e-10 test id: 412 test name: quareSheetShelfDiadSSA3dDakota field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-414 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test414.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 9 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
write lock file:

   FemModel initialization elapsed time:   0.0213413
   Total Core solution elapsed time:       0.0754761
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 6 unused database options. They are:
Option left: name:-ksp_type value: preonly source: code
Option left: name:-mat_mumps_icntl_14 value: 120 source: code
Option left: name:-mat_mumps_icntl_28 value: 1 source: code
Option left: name:-mat_mumps_icntl_29 value: 2 source: code
Option left: name:-pc_factor_mat_solver_type value: mumps source: code
Option left: name:-pc_type value: lu source: code
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 21
Reading MV statistics for response functions:
  MaxVel
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Reading MV statistics for response functions:
  IceVolume
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 2
Reading MV statistics for response functions:
  indexed_MassFlux_1
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 3
Reading MV statistics for response functions:
  indexed_MassFlux_2
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 4
Reading MV statistics for response functions:
  indexed_MassFlux_3
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 5
Reading MV statistics for response functions:
  indexed_MassFlux_4
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 6
Reading MV statistics for response functions:
  indexed_MassFlux_5
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 7
Reading MV statistics for response functions:
  indexed_MassFlux_6
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 8
Reading MV statistics for response functions:
  indexed_MassFlux_7
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 9
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:       0 <   1e-11 test id: 414 test name: quareSheetShelfDiadSSA3dDakotaMassFlux field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-414 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test414.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 9 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 9: 3.17098e-08|1e+12|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
write lock file:

   FemModel initialization elapsed time:   0.0213413
   Total Core solution elapsed time:       0.0754761
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 6 unused database options. They are:
Option left: name:-ksp_type value: preonly source: code
Option left: name:-mat_mumps_icntl_14 value: 120 source: code
Option left: name:-mat_mumps_icntl_28 value: 1 source: code
Option left: name:-mat_mumps_icntl_29 value: 2 source: code
Option left: name:-pc_factor_mat_solver_type value: mumps source: code
Option left: name:-pc_type value: lu source: code
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 21
Reading MV statistics for response functions:
  MaxVel
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Reading MV statistics for response functions:
  IceVolume
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 2
Reading MV statistics for response functions:
  indexed_MassFlux_1
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 3
Reading MV statistics for response functions:
  indexed_MassFlux_2
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 4
Reading MV statistics for response functions:
  indexed_MassFlux_3
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 5
Reading MV statistics for response functions:
  indexed_MassFlux_4
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 6
Reading MV statistics for response functions:
  indexed_MassFlux_5
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 7
Reading MV statistics for response functions:
  indexed_MassFlux_6
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 8
Reading MV statistics for response functions:
  indexed_MassFlux_7
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 9
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:       0 <   1e-11 test id: 414 test name: quareSheetShelfDiadSSA3dDakotaMassFlux field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-440 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test440.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 1 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 26 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 26: 903.75|877.5|326.25|378.75|583.806|873.69|569.375|352.5|641.121|422.5|828.893|463.002|607.208|778.333|800.473|851.579|772.646|642.708|738.229|410.833|305.833|440|819.167|924.167|340.833|469.167
   responses: 26: 903.75|877.5|326.25|378.75|583.806|873.69|569.375|352.5|641.121|422.5|828.893|463.002|607.208|778.333|800.473|851.579|772.646|642.708|738.229|410.833|305.833|440|819.167|924.167|340.833|469.167
write lock file:

   FemModel initialization elapsed time:   0.0153964
   Total Core solution elapsed time:       0.0887992
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 2
Reading MV statistics for response functions:
  scaled_Thickness_1
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Reading MV statistics for response functions:
  scaled_Thickness_2
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 2
Reading MV statistics for response functions:
  scaled_Thickness_3
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 3
Reading MV statistics for response functions:
  scaled_Thickness_4
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 4
Reading MV statistics for response functions:
  scaled_Thickness_5
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 5
Reading MV statistics for response functions:
  scaled_Thickness_6
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 6
Reading MV statistics for response functions:
  scaled_Thickness_7
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 7
Reading MV statistics for response functions:
  scaled_Thickness_8
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 8
Reading MV statistics for response functions:
  scaled_Thickness_9
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 9
Reading MV statistics for response functions:
  scaled_Thickness_10
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 10
Reading MV statistics for response functions:
  scaled_Thickness_11
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 11
Reading MV statistics for response functions:
  scaled_Thickness_12
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 12
Reading MV statistics for response functions:
  scaled_Thickness_13
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 13
Reading MV statistics for response functions:
  scaled_Thickness_14
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 14
Reading MV statistics for response functions:
  scaled_Thickness_15
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 15
Reading MV statistics for response functions:
  scaled_Thickness_16
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 16
Reading MV statistics for response functions:
  scaled_Thickness_17
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 17
Reading MV statistics for response functions:
  scaled_Thickness_18
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 18
Reading MV statistics for response functions:
  scaled_Thickness_19
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 19
Reading MV statistics for response functions:
  scaled_Thickness_20
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 20
Reading MV statistics for response functions:
  scaled_Thickness_21
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 21
Reading MV statistics for response functions:
  scaled_Thickness_22
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 22
Reading MV statistics for response functions:
  scaled_Thickness_23
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 23
Reading MV statistics for response functions:
  scaled_Thickness_24
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 24
Reading MV statistics for response functions:
  scaled_Thickness_25
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 25
Reading MV statistics for response functions:
  scaled_Thickness_26
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 26
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:       0 <   1e-10 test id: 440 test name: quareSheetShelfDakotaScaledResponseLinearPart field: Thickness
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-440 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test440.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 1 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 26 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 26: 903.75|877.5|326.25|378.75|583.806|873.69|569.375|352.5|641.121|422.5|828.893|463.002|607.208|778.333|800.473|851.579|772.646|642.708|738.229|410.833|305.833|440|819.167|924.167|340.833|469.167
   responses: 26: 903.75|877.5|326.25|378.75|583.806|873.69|569.375|352.5|641.121|422.5|828.893|463.002|607.208|778.333|800.473|851.579|772.646|642.708|738.229|410.833|305.833|440|819.167|924.167|340.833|469.167
write lock file:

   FemModel initialization elapsed time:   0.0153964
   Total Core solution elapsed time:       0.0887992
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 2
Reading MV statistics for response functions:
  scaled_Thickness_1
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Reading MV statistics for response functions:
  scaled_Thickness_2
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 2
Reading MV statistics for response functions:
  scaled_Thickness_3
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 3
Reading MV statistics for response functions:
  scaled_Thickness_4
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 4
Reading MV statistics for response functions:
  scaled_Thickness_5
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 5
Reading MV statistics for response functions:
  scaled_Thickness_6
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 6
Reading MV statistics for response functions:
  scaled_Thickness_7
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 7
Reading MV statistics for response functions:
  scaled_Thickness_8
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 8
Reading MV statistics for response functions:
  scaled_Thickness_9
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 9
Reading MV statistics for response functions:
  scaled_Thickness_10
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 10
Reading MV statistics for response functions:
  scaled_Thickness_11
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 11
Reading MV statistics for response functions:
  scaled_Thickness_12
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 12
Reading MV statistics for response functions:
  scaled_Thickness_13
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 13
Reading MV statistics for response functions:
  scaled_Thickness_14
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 14
Reading MV statistics for response functions:
  scaled_Thickness_15
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 15
Reading MV statistics for response functions:
  scaled_Thickness_16
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 16
Reading MV statistics for response functions:
  scaled_Thickness_17
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 17
Reading MV statistics for response functions:
  scaled_Thickness_18
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 18
Reading MV statistics for response functions:
  scaled_Thickness_19
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 19
Reading MV statistics for response functions:
  scaled_Thickness_20
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 20
Reading MV statistics for response functions:
  scaled_Thickness_21
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 21
Reading MV statistics for response functions:
  scaled_Thickness_22
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 22
Reading MV statistics for response functions:
  scaled_Thickness_23
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 23
Reading MV statistics for response functions:
  scaled_Thickness_24
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 24
Reading MV statistics for response functions:
  scaled_Thickness_25
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 25
Reading MV statistics for response functions:
  scaled_Thickness_26
    Importance Factors not available
    Cumulative Distribution Function not available
  Number of Dakota response functions = 26
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:       0 <   1e-10 test id: 440 test name: quareSheetShelfDakotaScaledResponseLinearPart field: Thickness
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-444 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test444.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 10 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 11 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 11: 2.33087e+17|2.54184e+14|2.78027e+13|7.60722e+13|3.38639e+11|8.1188e+10|1.0729e+07|4.92346e+07|1.22077e+08|1.22077e+08|1.21176e+11
   responses: 11: 2.33027e+17|2.54118e+14|2.78268e+13|7.60998e+13|3.3667e+11|8.31569e+10|1.17601e+07|4.89483e+07|1.22077e+08|1.22077e+08|1.16182e+11
   responses: 11: 2.32816e+17|2.53889e+14|2.76239e+13|7.58627e+13|3.36041e+11|8.37859e+10|1.3349e+07|4.88569e+07|1.22077e+08|1.22077e+08|1.16656e+11
   responses: 11: 2.32947e+17|2.54031e+14|2.77494e+13|7.59619e+13|3.36451e+11|8.33767e+10|1.22391e+07|4.89163e+07|1.22077e+08|1.22077e+08|1.26815e+11
   responses: 11: 2.33047e+17|2.5414e+14|2.77557e+13|7.63804e+13|3.3867e+11|8.11577e+10|1.12928e+07|4.9239e+07|1.22077e+08|1.22077e+08|1.02016e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.78062e+13|7.60927e+13|3.36576e+11|8.32515e+10|1.27728e+07|4.89345e+07|1.22077e+08|1.22077e+08|1.10672e+11
   responses: 11: 2.32991e+17|2.54079e+14|2.7704e+13|7.59663e+13|3.38458e+11|8.13688e+10|1.1692e+07|4.92083e+07|1.22077e+08|1.22077e+08|1.33818e+11
   responses: 11: 2.32909e+17|2.53991e+14|2.77106e+13|7.59603e+13|3.36407e+11|8.34206e+10|1.18315e+07|4.891e+07|1.22077e+08|1.22077e+08|1.17002e+11
   responses: 11: 2.33054e+17|2.54149e+14|2.77913e+13|7.6145e+13|3.38091e+11|8.17363e+10|1.17802e+07|4.91548e+07|1.22077e+08|1.22077e+08|1.05168e+11
   responses: 11: 2.33092e+17|2.54189e+14|2.7807e+13|7.6199e+13|3.38627e+11|8.12008e+10|1.18618e+07|4.92327e+07|1.22077e+08|1.22077e+08|1.03263e+11
   responses: 11: 2.32971e+17|2.54057e+14|2.77726e+13|7.59977e+13|3.3656e+11|8.32669e+10|1.02879e+07|4.89323e+07|1.22077e+08|1.22077e+08|1.2962e+11
   responses: 11: 2.33e+17|2.5409e+14|2.77358e+13|7.60736e+13|3.3804e+11|8.17872e+10|1.0226e+07|4.91474e+07|1.22077e+08|1.22077e+08|1.08372e+11
   responses: 11: 2.33097e+17|2.54195e+14|2.78111e+13|7.61945e+13|3.38639e+11|8.11888e+10|1.23453e+07|4.92344e+07|1.22077e+08|1.22077e+08|1.05443e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.78033e+13|7.60238e+13|3.36676e+11|8.31508e+10|1.07416e+07|4.89492e+07|1.22077e+08|1.22077e+08|1.28799e+11
   responses: 11: 2.32969e+17|2.54055e+14|2.77052e+13|7.59216e+13|3.37887e+11|8.19404e+10|1.26129e+07|4.91252e+07|1.22077e+08|1.22077e+08|1.29256e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.77131e+13|7.63489e+13|3.38559e+11|8.12682e+10|1.15864e+07|4.92229e+07|1.22077e+08|1.22077e+08|1.02877e+11
   responses: 11: 2.32997e+17|2.54086e+14|2.78001e+13|7.60157e+13|3.36574e+11|8.32534e+10|1.18516e+07|4.89343e+07|1.22077e+08|1.22077e+08|1.25226e+11
   responses: 11: 2.32912e+17|2.53994e+14|2.77138e+13|7.59456e+13|3.36351e+11|8.34767e+10|1.30034e+07|4.89018e+07|1.22077e+08|1.22077e+08|1.2813e+11
   responses: 11: 2.32892e+17|2.53971e+14|2.76945e+13|7.59545e+13|3.36314e+11|8.35133e+10|1.22583e+07|4.88965e+07|1.22077e+08|1.22077e+08|1.18365e+11
   responses: 11: 2.32983e+17|2.54071e+14|2.76999e+13|7.60561e+13|3.38417e+11|8.14103e+10|1.05187e+07|4.92022e+07|1.22077e+08|1.22077e+08|1.07283e+11
write lock file:

   FemModel initialization elapsed time:   0.0231912
   Total Core solution elapsed time:       2.77978
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  Outputdefinition5
  Outputdefinition6
  Outputdefinition7
  IceVolumeAboveFloatation
  Outputdefinition1
  Outputdefinition2
  Outputdefinition3
  Outputdefinition4
  Outputdefinition8
  Outputdefinition9
  FloatingArea
  Number of Dakota response functions = 11
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 11
Reading CDFs for response functions:
  Number of Dakota response functions = 11
Reading PDFs for response functions:
  Number of Dakota response functions = 11
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 21
Number of rows (Dakota func evals) = 20
SUCCESS difference:       0 <   1e-11 test id: 444 test name: quareShelfTranForceNeg2dDakotaLocal field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-444 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test444.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 10 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 11 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 11: 2.33087e+17|2.54184e+14|2.78027e+13|7.60722e+13|3.38639e+11|8.1188e+10|1.0729e+07|4.92346e+07|1.22077e+08|1.22077e+08|1.21176e+11
   responses: 11: 2.33027e+17|2.54118e+14|2.78268e+13|7.60998e+13|3.3667e+11|8.31569e+10|1.17601e+07|4.89483e+07|1.22077e+08|1.22077e+08|1.16182e+11
   responses: 11: 2.32816e+17|2.53889e+14|2.76239e+13|7.58627e+13|3.36041e+11|8.37859e+10|1.3349e+07|4.88569e+07|1.22077e+08|1.22077e+08|1.16656e+11
   responses: 11: 2.32947e+17|2.54031e+14|2.77494e+13|7.59619e+13|3.36451e+11|8.33767e+10|1.22391e+07|4.89163e+07|1.22077e+08|1.22077e+08|1.26815e+11
   responses: 11: 2.33047e+17|2.5414e+14|2.77557e+13|7.63804e+13|3.3867e+11|8.11577e+10|1.12928e+07|4.9239e+07|1.22077e+08|1.22077e+08|1.02016e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.78062e+13|7.60927e+13|3.36576e+11|8.32515e+10|1.27728e+07|4.89345e+07|1.22077e+08|1.22077e+08|1.10672e+11
   responses: 11: 2.32991e+17|2.54079e+14|2.7704e+13|7.59663e+13|3.38458e+11|8.13688e+10|1.1692e+07|4.92083e+07|1.22077e+08|1.22077e+08|1.33818e+11
   responses: 11: 2.32909e+17|2.53991e+14|2.77106e+13|7.59603e+13|3.36407e+11|8.34206e+10|1.18315e+07|4.891e+07|1.22077e+08|1.22077e+08|1.17002e+11
   responses: 11: 2.33054e+17|2.54149e+14|2.77913e+13|7.6145e+13|3.38091e+11|8.17363e+10|1.17802e+07|4.91548e+07|1.22077e+08|1.22077e+08|1.05168e+11
   responses: 11: 2.33092e+17|2.54189e+14|2.7807e+13|7.6199e+13|3.38627e+11|8.12008e+10|1.18618e+07|4.92327e+07|1.22077e+08|1.22077e+08|1.03263e+11
   responses: 11: 2.32971e+17|2.54057e+14|2.77726e+13|7.59977e+13|3.3656e+11|8.32669e+10|1.02879e+07|4.89323e+07|1.22077e+08|1.22077e+08|1.2962e+11
   responses: 11: 2.33e+17|2.5409e+14|2.77358e+13|7.60736e+13|3.3804e+11|8.17872e+10|1.0226e+07|4.91474e+07|1.22077e+08|1.22077e+08|1.08372e+11
   responses: 11: 2.33097e+17|2.54195e+14|2.78111e+13|7.61945e+13|3.38639e+11|8.11888e+10|1.23453e+07|4.92344e+07|1.22077e+08|1.22077e+08|1.05443e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.78033e+13|7.60238e+13|3.36676e+11|8.31508e+10|1.07416e+07|4.89492e+07|1.22077e+08|1.22077e+08|1.28799e+11
   responses: 11: 2.32969e+17|2.54055e+14|2.77052e+13|7.59216e+13|3.37887e+11|8.19404e+10|1.26129e+07|4.91252e+07|1.22077e+08|1.22077e+08|1.29256e+11
   responses: 11: 2.33004e+17|2.54094e+14|2.77131e+13|7.63489e+13|3.38559e+11|8.12682e+10|1.15864e+07|4.92229e+07|1.22077e+08|1.22077e+08|1.02877e+11
   responses: 11: 2.32997e+17|2.54086e+14|2.78001e+13|7.60157e+13|3.36574e+11|8.32534e+10|1.18516e+07|4.89343e+07|1.22077e+08|1.22077e+08|1.25226e+11
   responses: 11: 2.32912e+17|2.53994e+14|2.77138e+13|7.59456e+13|3.36351e+11|8.34767e+10|1.30034e+07|4.89018e+07|1.22077e+08|1.22077e+08|1.2813e+11
   responses: 11: 2.32892e+17|2.53971e+14|2.76945e+13|7.59545e+13|3.36314e+11|8.35133e+10|1.22583e+07|4.88965e+07|1.22077e+08|1.22077e+08|1.18365e+11
   responses: 11: 2.32983e+17|2.54071e+14|2.76999e+13|7.60561e+13|3.38417e+11|8.14103e+10|1.05187e+07|4.92022e+07|1.22077e+08|1.22077e+08|1.07283e+11
write lock file:

   FemModel initialization elapsed time:   0.0231912
   Total Core solution elapsed time:       2.77978
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  Outputdefinition5
  Outputdefinition6
  Outputdefinition7
  IceVolumeAboveFloatation
  Outputdefinition1
  Outputdefinition2
  Outputdefinition3
  Outputdefinition4
  Outputdefinition8
  Outputdefinition9
  FloatingArea
  Number of Dakota response functions = 11
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 11
Reading CDFs for response functions:
  Number of Dakota response functions = 11
Reading PDFs for response functions:
  Number of Dakota response functions = 11
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 21
Number of rows (Dakota func evals) = 20
SUCCESS difference:       0 <   1e-11 test id: 444 test name: quareShelfTranForceNeg2dDakotaLocal field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-218 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test218.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 25 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 0.000596774
   responses: 1: 0.000596766
   responses: 1: 0.000596752
   responses: 1: 0.000596756
   responses: 1: 0.000596758
   responses: 1: 0.000596763
   responses: 1: 0.00059675
   responses: 1: 0.000596726
   responses: 1: 0.000596726
   responses: 1: 0.000596707
   responses: 1: 0.000596632
   responses: 1: 0.000596747
   responses: 1: 0.000596716
   responses: 1: 0.000596677
   responses: 1: 0.000596448
   responses: 1: 0.000596467
   responses: 1: 0.000596748
   responses: 1: 0.00059672
   responses: 1: 0.000596694
   responses: 1: 0.000596543
   responses: 1: 0.000596692
   responses: 1: 0.000596757
   responses: 1: 0.000596749
   responses: 1: 0.000596744
   responses: 1: 0.000596744
   responses: 1: 0.000596766
write lock file:

   FemModel initialization elapsed time:   0.0173164
   Total Core solution elapsed time:       3.0398 
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 3 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 26
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:   6e-12 <   1e-10 test id: 218 test name: quareShelfConstrainedDakotaB field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-218 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test218.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 25 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 0.000596774
   responses: 1: 0.000596766
   responses: 1: 0.000596752
   responses: 1: 0.000596756
   responses: 1: 0.000596758
   responses: 1: 0.000596763
   responses: 1: 0.00059675
   responses: 1: 0.000596726
   responses: 1: 0.000596726
   responses: 1: 0.000596707
   responses: 1: 0.000596632
   responses: 1: 0.000596747
   responses: 1: 0.000596716
   responses: 1: 0.000596677
   responses: 1: 0.000596448
   responses: 1: 0.000596467
   responses: 1: 0.000596748
   responses: 1: 0.00059672
   responses: 1: 0.000596694
   responses: 1: 0.000596543
   responses: 1: 0.000596692
   responses: 1: 0.000596757
   responses: 1: 0.000596749
   responses: 1: 0.000596744
   responses: 1: 0.000596744
   responses: 1: 0.000596766
write lock file:

   FemModel initialization elapsed time:   0.0173164
   Total Core solution elapsed time:       3.0398 
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 3 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 26
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:   6e-12 <   1e-10 test id: 218 test name: quareShelfConstrainedDakotaB field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-235 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 27 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test235.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224607|6.0683e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.000224611|6.06806e+14|-1.70556e+07|-2.48428e+07|-3.97921e+07|321638|1.51109e+06|1.9255e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70615e+07|-2.48426e+07|-3.97928e+07|332623|1.51677e+06|1.92735e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70608e+07|-2.48427e+07|-3.97924e+07|332105|1.51637e+06|1.92703e+07
   responses: 8: 0.000224613|6.06819e+14|-1.70585e+07|-2.48435e+07|-3.97869e+07|334845|1.52146e+06|1.92715e+07
   responses: 8: 0.000224611|6.06816e+14|-1.70609e+07|-2.48434e+07|-3.97924e+07|332613|1.51644e+06|1.92708e+07
   responses: 8: 0.000224614|6.0682e+14|-1.70623e+07|-2.48438e+07|-3.97881e+07|336588|1.52709e+06|1.92717e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70666e+07|-2.48394e+07|-3.97952e+07|337989|1.5152e+06|1.92714e+07
   responses: 8: 0.000224615|6.06819e+14|-1.70625e+07|-2.4844e+07|-3.97959e+07|333685|1.51555e+06|1.9271e+07
   responses: 8: 0.000224612|6.06819e+14|-1.70618e+07|-2.48436e+07|-3.97941e+07|331818|1.51705e+06|1.92671e+07
   responses: 8: 0.000224621|6.06807e+14|-1.70631e+07|-2.48451e+07|-3.97981e+07|333426|1.51257e+06|1.92763e+07
   responses: 8: 0.00022461|6.06804e+14|-1.70621e+07|-2.48351e+07|-3.97915e+07|320316|1.51097e+06|1.92601e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70616e+07|-2.48419e+07|-3.97924e+07|331852|1.51646e+06|1.92682e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70616e+07|-2.48425e+07|-3.97927e+07|332596|1.51681e+06|1.9268e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70614e+07|-2.48423e+07|-3.97928e+07|329376|1.51696e+06|1.92472e+07
   responses: 8: 0.000224614|6.06819e+14|-1.70566e+07|-2.48422e+07|-3.97927e+07|330571|1.5115e+06|1.9281e+07
   responses: 8: 0.000224608|6.06821e+14|-1.70618e+07|-2.48428e+07|-3.97929e+07|330957|1.51675e+06|1.92678e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70619e+07|-2.48397e+07|-3.97875e+07|338266|1.521e+06|1.92715e+07
   responses: 8: 0.000224615|6.06817e+14|-1.70623e+07|-2.48452e+07|-3.97925e+07|336068|1.52155e+06|1.92735e+07
   responses: 8: 0.000224611|6.06819e+14|-1.70621e+07|-2.48416e+07|-3.97921e+07|334485|1.51639e+06|1.92737e+07
   responses: 8: 0.000224614|6.0681e+14|-1.70624e+07|-2.48436e+07|-3.97956e+07|329818|1.51531e+06|1.92649e+07
write lock file:

   FemModel initialization elapsed time:   0.0208406
   Total Core solution elapsed time:       4.08031
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 4 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 21
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Reading MV statistics for response functions:
  IceVolume
    Cumulative Distribution Function not available
  Number of Dakota response functions = 2
Reading MV statistics for response functions:
  indexed_MassFlux_1
    Cumulative Distribution Function not available
  Number of Dakota response functions = 3
Reading MV statistics for response functions:
  indexed_MassFlux_2
    Cumulative Distribution Function not available
  Number of Dakota response functions = 4
Reading MV statistics for response functions:
  indexed_MassFlux_3
    Cumulative Distribution Function not available
  Number of Dakota response functions = 5
Reading MV statistics for response functions:
  indexed_MassFlux_4
    Cumulative Distribution Function not available
  Number of Dakota response functions = 6
Reading MV statistics for response functions:
  indexed_MassFlux_5
    Cumulative Distribution Function not available
  Number of Dakota response functions = 7
Reading MV statistics for response functions:
  indexed_MassFlux_6
    Cumulative Distribution Function not available
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:       0 <   1e-11 test id: 235 test name: quareShelfTranForceNeg2dDakotaLocal field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-235 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 27 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test235.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224607|6.0683e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.000224611|6.06806e+14|-1.70556e+07|-2.48428e+07|-3.97921e+07|321638|1.51109e+06|1.9255e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70615e+07|-2.48426e+07|-3.97928e+07|332623|1.51677e+06|1.92735e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70608e+07|-2.48427e+07|-3.97924e+07|332105|1.51637e+06|1.92703e+07
   responses: 8: 0.000224613|6.06819e+14|-1.70585e+07|-2.48435e+07|-3.97869e+07|334845|1.52146e+06|1.92715e+07
   responses: 8: 0.000224611|6.06816e+14|-1.70609e+07|-2.48434e+07|-3.97924e+07|332613|1.51644e+06|1.92708e+07
   responses: 8: 0.000224614|6.0682e+14|-1.70623e+07|-2.48438e+07|-3.97881e+07|336588|1.52709e+06|1.92717e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70666e+07|-2.48394e+07|-3.97952e+07|337989|1.5152e+06|1.92714e+07
   responses: 8: 0.000224615|6.06819e+14|-1.70625e+07|-2.4844e+07|-3.97959e+07|333685|1.51555e+06|1.9271e+07
   responses: 8: 0.000224612|6.06819e+14|-1.70618e+07|-2.48436e+07|-3.97941e+07|331818|1.51705e+06|1.92671e+07
   responses: 8: 0.000224621|6.06807e+14|-1.70631e+07|-2.48451e+07|-3.97981e+07|333426|1.51257e+06|1.92763e+07
   responses: 8: 0.00022461|6.06804e+14|-1.70621e+07|-2.48351e+07|-3.97915e+07|320316|1.51097e+06|1.92601e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70616e+07|-2.48419e+07|-3.97924e+07|331852|1.51646e+06|1.92682e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70616e+07|-2.48425e+07|-3.97927e+07|332596|1.51681e+06|1.9268e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70614e+07|-2.48423e+07|-3.97928e+07|329376|1.51696e+06|1.92472e+07
   responses: 8: 0.000224614|6.06819e+14|-1.70566e+07|-2.48422e+07|-3.97927e+07|330571|1.5115e+06|1.9281e+07
   responses: 8: 0.000224608|6.06821e+14|-1.70618e+07|-2.48428e+07|-3.97929e+07|330957|1.51675e+06|1.92678e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70619e+07|-2.48397e+07|-3.97875e+07|338266|1.521e+06|1.92715e+07
   responses: 8: 0.000224615|6.06817e+14|-1.70623e+07|-2.48452e+07|-3.97925e+07|336068|1.52155e+06|1.92735e+07
   responses: 8: 0.000224611|6.06819e+14|-1.70621e+07|-2.48416e+07|-3.97921e+07|334485|1.51639e+06|1.92737e+07
   responses: 8: 0.000224614|6.0681e+14|-1.70624e+07|-2.48436e+07|-3.97956e+07|329818|1.51531e+06|1.92649e+07
write lock file:

   FemModel initialization elapsed time:   0.0208406
   Total Core solution elapsed time:       4.08031
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 4 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 21
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Reading MV statistics for response functions:
  IceVolume
    Cumulative Distribution Function not available
  Number of Dakota response functions = 2
Reading MV statistics for response functions:
  indexed_MassFlux_1
    Cumulative Distribution Function not available
  Number of Dakota response functions = 3
Reading MV statistics for response functions:
  indexed_MassFlux_2
    Cumulative Distribution Function not available
  Number of Dakota response functions = 4
Reading MV statistics for response functions:
  indexed_MassFlux_3
    Cumulative Distribution Function not available
  Number of Dakota response functions = 5
Reading MV statistics for response functions:
  indexed_MassFlux_4
    Cumulative Distribution Function not available
  Number of Dakota response functions = 6
Reading MV statistics for response functions:
  indexed_MassFlux_5
    Cumulative Distribution Function not available
  Number of Dakota response functions = 7
Reading MV statistics for response functions:
  indexed_MassFlux_6
    Cumulative Distribution Function not available
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:       0 <   1e-11 test id: 235 test name: quareShelfTranForceNeg2dDakotaLocal field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-251 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test251.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 27 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224607|6.0683e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.00022461|6.06824e+14|-1.70618e+07|-2.48432e+07|-3.97937e+07|332216|1.51697e+06|1.92693e+07
   responses: 8: 0.000224607|6.06827e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70616e+07|-2.48419e+07|-3.97924e+07|331852|1.51646e+06|1.92682e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70609e+07|-2.48426e+07|-3.97925e+07|331963|1.51635e+06|1.92683e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70666e+07|-2.48394e+07|-3.97952e+07|337989|1.5152e+06|1.92714e+07
   responses: 8: 0.000224615|6.06819e+14|-1.70625e+07|-2.4844e+07|-3.97959e+07|333685|1.51555e+06|1.9271e+07
   responses: 8: 0.000224608|6.06821e+14|-1.70618e+07|-2.48428e+07|-3.97929e+07|330957|1.51675e+06|1.92678e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70614e+07|-2.48423e+07|-3.97928e+07|329376|1.51696e+06|1.92472e+07
   responses: 8: 0.00022461|6.06822e+14|-1.7061e+07|-2.48432e+07|-3.97927e+07|332938|1.51652e+06|1.92706e+07
   responses: 8: 0.000224611|6.06809e+14|-1.7062e+07|-2.48362e+07|-3.9792e+07|320881|1.51132e+06|1.92587e+07
   responses: 8: 0.000224617|6.06812e+14|-1.70626e+07|-2.48445e+07|-3.9797e+07|333369|1.51235e+06|1.9277e+07
   responses: 8: 0.000224612|6.06811e+14|-1.70562e+07|-2.48428e+07|-3.97924e+07|322081|1.51154e+06|1.92559e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70619e+07|-2.48397e+07|-3.97875e+07|338266|1.521e+06|1.92715e+07
   responses: 8: 0.000224615|6.06817e+14|-1.70623e+07|-2.48452e+07|-3.97925e+07|336068|1.52155e+06|1.92735e+07
   responses: 8: 0.000224609|6.06823e+14|-1.70618e+07|-2.48427e+07|-3.97935e+07|331666|1.5165e+06|1.92678e+07
   responses: 8: 0.000224612|6.0682e+14|-1.70621e+07|-2.48435e+07|-3.9795e+07|330559|1.5156e+06|1.92664e+07
   responses: 8: 0.000224614|6.0682e+14|-1.70623e+07|-2.48438e+07|-3.97881e+07|336588|1.52709e+06|1.92717e+07
   responses: 8: 0.000224613|6.06819e+14|-1.70585e+07|-2.48435e+07|-3.97869e+07|334845|1.52146e+06|1.92715e+07
   responses: 8: 0.000224611|6.06819e+14|-1.70621e+07|-2.48416e+07|-3.97921e+07|334485|1.51639e+06|1.92737e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70608e+07|-2.48427e+07|-3.97924e+07|332105|1.51637e+06|1.92703e+07
   responses: 8: 0.000224609|6.06824e+14|-1.70615e+07|-2.48428e+07|-3.97925e+07|332081|1.5167e+06|1.92694e+07
   responses: 8: 0.000224606|6.06825e+14|-1.70617e+07|-2.48416e+07|-3.97923e+07|331841|1.51644e+06|1.92706e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70616e+07|-2.48425e+07|-3.97927e+07|332596|1.51681e+06|1.9268e+07
   responses: 8: 0.000224614|6.06819e+14|-1.70566e+07|-2.48422e+07|-3.97927e+07|330571|1.5115e+06|1.9281e+07
   responses: 8: 0.000224609|6.06825e+14|-1.70615e+07|-2.48431e+07|-3.97933e+07|332008|1.51687e+06|1.92671e+07
   responses: 8: 0.000224611|6.06824e+14|-1.70621e+07|-2.48433e+07|-3.9794e+07|332463|1.51701e+06|1.92685e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70615e+07|-2.48426e+07|-3.97928e+07|332623|1.51677e+06|1.92735e+07
write lock file:

   FemModel initialization elapsed time:   0.066585
   Total Core solution elapsed time:       5.04346
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 5 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 28
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Reading MV statistics for response functions:
  IceVolume
    Cumulative Distribution Function not available
  Number of Dakota response functions = 2
Reading MV statistics for response functions:
  indexed_MassFlux_1
    Cumulative Distribution Function not available
  Number of Dakota response functions = 3
Reading MV statistics for response functions:
  indexed_MassFlux_2
    Cumulative Distribution Function not available
  Number of Dakota response functions = 4
Reading MV statistics for response functions:
  indexed_MassFlux_3
    Cumulative Distribution Function not available
  Number of Dakota response functions = 5
Reading MV statistics for response functions:
  indexed_MassFlux_4
    Cumulative Distribution Function not available
  Number of Dakota response functions = 6
Reading MV statistics for response functions:
  indexed_MassFlux_5
    Cumulative Distribution Function not available
  Number of Dakota response functions = 7
Reading MV statistics for response functions:
  indexed_MassFlux_6
    Cumulative Distribution Function not available
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:       0 <   1e-11 test id: 251 test name: quareShelfTranForceNeg2dDakotaLocalLinearPart field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-251 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no smb.mass_balance specified: values set as zero
      no basalforcings.groundedice_melting_rate specified: values set as zero
      no basalforcings.floatingice_melting_rate specified: values set as zero
      no balancethickness.thickening_rate specified: values set as zero
preprocessing dakota inputs
Opening Dakota input file 'test251.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 27 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000224607|6.0683e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.00022461|6.06824e+14|-1.70618e+07|-2.48432e+07|-3.97937e+07|332216|1.51697e+06|1.92693e+07
   responses: 8: 0.000224607|6.06827e+14|-1.70616e+07|-2.48427e+07|-3.97928e+07|332406|1.51679e+06|1.92693e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70616e+07|-2.48419e+07|-3.97924e+07|331852|1.51646e+06|1.92682e+07
   responses: 8: 0.000224605|6.06825e+14|-1.70609e+07|-2.48426e+07|-3.97925e+07|331963|1.51635e+06|1.92683e+07
   responses: 8: 0.000224618|6.06814e+14|-1.70666e+07|-2.48394e+07|-3.97952e+07|337989|1.5152e+06|1.92714e+07
   responses: 8: 0.000224615|6.06819e+14|-1.70625e+07|-2.4844e+07|-3.97959e+07|333685|1.51555e+06|1.9271e+07
   responses: 8: 0.000224608|6.06821e+14|-1.70618e+07|-2.48428e+07|-3.97929e+07|330957|1.51675e+06|1.92678e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70614e+07|-2.48423e+07|-3.97928e+07|329376|1.51696e+06|1.92472e+07
   responses: 8: 0.00022461|6.06822e+14|-1.7061e+07|-2.48432e+07|-3.97927e+07|332938|1.51652e+06|1.92706e+07
   responses: 8: 0.000224611|6.06809e+14|-1.7062e+07|-2.48362e+07|-3.9792e+07|320881|1.51132e+06|1.92587e+07
   responses: 8: 0.000224617|6.06812e+14|-1.70626e+07|-2.48445e+07|-3.9797e+07|333369|1.51235e+06|1.9277e+07
   responses: 8: 0.000224612|6.06811e+14|-1.70562e+07|-2.48428e+07|-3.97924e+07|322081|1.51154e+06|1.92559e+07
   responses: 8: 0.000224611|6.06818e+14|-1.70619e+07|-2.48397e+07|-3.97875e+07|338266|1.521e+06|1.92715e+07
   responses: 8: 0.000224615|6.06817e+14|-1.70623e+07|-2.48452e+07|-3.97925e+07|336068|1.52155e+06|1.92735e+07
   responses: 8: 0.000224609|6.06823e+14|-1.70618e+07|-2.48427e+07|-3.97935e+07|331666|1.5165e+06|1.92678e+07
   responses: 8: 0.000224612|6.0682e+14|-1.70621e+07|-2.48435e+07|-3.9795e+07|330559|1.5156e+06|1.92664e+07
   responses: 8: 0.000224614|6.0682e+14|-1.70623e+07|-2.48438e+07|-3.97881e+07|336588|1.52709e+06|1.92717e+07
   responses: 8: 0.000224613|6.06819e+14|-1.70585e+07|-2.48435e+07|-3.97869e+07|334845|1.52146e+06|1.92715e+07
   responses: 8: 0.000224611|6.06819e+14|-1.70621e+07|-2.48416e+07|-3.97921e+07|334485|1.51639e+06|1.92737e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70608e+07|-2.48427e+07|-3.97924e+07|332105|1.51637e+06|1.92703e+07
   responses: 8: 0.000224609|6.06824e+14|-1.70615e+07|-2.48428e+07|-3.97925e+07|332081|1.5167e+06|1.92694e+07
   responses: 8: 0.000224606|6.06825e+14|-1.70617e+07|-2.48416e+07|-3.97923e+07|331841|1.51644e+06|1.92706e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70616e+07|-2.48425e+07|-3.97927e+07|332596|1.51681e+06|1.9268e+07
   responses: 8: 0.000224614|6.06819e+14|-1.70566e+07|-2.48422e+07|-3.97927e+07|330571|1.5115e+06|1.9281e+07
   responses: 8: 0.000224609|6.06825e+14|-1.70615e+07|-2.48431e+07|-3.97933e+07|332008|1.51687e+06|1.92671e+07
   responses: 8: 0.000224611|6.06824e+14|-1.70621e+07|-2.48433e+07|-3.9794e+07|332463|1.51701e+06|1.92685e+07
   responses: 8: 0.000224607|6.06824e+14|-1.70615e+07|-2.48426e+07|-3.97928e+07|332623|1.51677e+06|1.92735e+07
write lock file:

   FemModel initialization elapsed time:   0.066585
   Total Core solution elapsed time:       5.04346
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 5 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 28
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Reading MV statistics for response functions:
  IceVolume
    Cumulative Distribution Function not available
  Number of Dakota response functions = 2
Reading MV statistics for response functions:
  indexed_MassFlux_1
    Cumulative Distribution Function not available
  Number of Dakota response functions = 3
Reading MV statistics for response functions:
  indexed_MassFlux_2
    Cumulative Distribution Function not available
  Number of Dakota response functions = 4
Reading MV statistics for response functions:
  indexed_MassFlux_3
    Cumulative Distribution Function not available
  Number of Dakota response functions = 5
Reading MV statistics for response functions:
  indexed_MassFlux_4
    Cumulative Distribution Function not available
  Number of Dakota response functions = 6
Reading MV statistics for response functions:
  indexed_MassFlux_5
    Cumulative Distribution Function not available
  Number of Dakota response functions = 7
Reading MV statistics for response functions:
  indexed_MassFlux_6
    Cumulative Distribution Function not available
  Number of Dakota response functions = 8
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference:       0 <   1e-11 test id: 251 test name: quareShelfTranForceNeg2dDakotaLocalLinearPart field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-413 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test413.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 21 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 0.000118253
   responses: 1: 0.000117228
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118247
   responses: 1: 0.000118251
   responses: 1: 0.000118244
   responses: 1: 0.000118239
   responses: 1: 0.000118252
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118245
   responses: 1: 0.000118253
   responses: 1: 0.000118244
   responses: 1: 0.000118253
   responses: 1: 0.000118242
   responses: 1: 0.00011824
   responses: 1: 0.000118253
   responses: 1: 0.000118249
   responses: 1: 0.000118253
write lock file:

   FemModel initialization elapsed time:   0.0313542
   Total Core solution elapsed time:       2.79373
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 22
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 4.1e-11 <   1e-10 test id: 413 test name: quareSheetShelfDiadSSA3dDakotaPart field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-413 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test413.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 21 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 1 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 1: 0.000118253
   responses: 1: 0.000117228
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118247
   responses: 1: 0.000118251
   responses: 1: 0.000118244
   responses: 1: 0.000118239
   responses: 1: 0.000118252
   responses: 1: 0.000118253
   responses: 1: 0.000118253
   responses: 1: 0.000118245
   responses: 1: 0.000118253
   responses: 1: 0.000118244
   responses: 1: 0.000118253
   responses: 1: 0.000118242
   responses: 1: 0.00011824
   responses: 1: 0.000118253
   responses: 1: 0.000118249
   responses: 1: 0.000118253
write lock file:

   FemModel initialization elapsed time:   0.0313542
   Total Core solution elapsed time:       2.79373
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 2 sec
Dakota method = 'nond_local_reliability'
  Dakota function evaluations = 22
Reading MV statistics for response functions:
  MaxVel
    Cumulative Distribution Function not available
  Number of Dakota response functions = 1
Dakota iterator 'local_reliability' completed
End of file successfully reached
SUCCESS difference: 4.1e-11 <   1e-10 test id: 413 test name: quareSheetShelfDiadSSA3dDakotaPart field: importancefactors
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-417 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test417.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
write lock file:

   FemModel initialization elapsed time:   0.0167759
   Total Core solution elapsed time:       0.04807
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 6 unused database options. They are:
Option left: name:-ksp_type value: preonly source: code
Option left: name:-mat_mumps_icntl_14 value: 120 source: code
Option left: name:-mat_mumps_icntl_28 value: 1 source: code
Option left: name:-mat_mumps_icntl_29 value: 2 source: code
Option left: name:-pc_factor_mat_solver_type value: mumps source: code
Option left: name:-pc_type value: lu source: code
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  indexed_MassFlux_7
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDFs for response functions:
  Number of Dakota response functions = 8
Reading PDFs for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
/home/jenkins/.venv/issm/lib/python3.11/site-packages/numpy/lib/_function_base_impl.py:2922: RuntimeWarning: invalid value encountered in divide
  c /= stddev[:, None]
/home/jenkins/.venv/issm/lib/python3.11/site-packages/numpy/lib/_function_base_impl.py:2923: RuntimeWarning: invalid value encountered in divide
  c /= stddev[None, :]
SUCCESS difference:       0 <   1e-11 test id: 417 test name: quareSheetShelfDiadSSA3dDakotaSamp field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-417 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test417.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
   responses: 8: 3.17098e-08|-95129.4|-95129.4|-190259|7.27596e-11|8.00355e-11|-1.74623e-10|0
write lock file:

   FemModel initialization elapsed time:   0.0167759
   Total Core solution elapsed time:       0.04807
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 0 sec
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 6 unused database options. They are:
Option left: name:-ksp_type value: preonly source: code
Option left: name:-mat_mumps_icntl_14 value: 120 source: code
Option left: name:-mat_mumps_icntl_28 value: 1 source: code
Option left: name:-mat_mumps_icntl_29 value: 2 source: code
Option left: name:-pc_factor_mat_solver_type value: mumps source: code
Option left: name:-pc_type value: lu source: code
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  indexed_MassFlux_7
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDFs for response functions:
  Number of Dakota response functions = 8
Reading PDFs for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
/home/jenkins/.venv/issm/lib/python3.11/site-packages/numpy/lib/_function_base_impl.py:2922: RuntimeWarning: invalid value encountered in divide
  c /= stddev[:, None]
/home/jenkins/.venv/issm/lib/python3.11/site-packages/numpy/lib/_function_base_impl.py:2923: RuntimeWarning: invalid value encountered in divide
  c /= stddev[None, :]
SUCCESS difference:       0 <   1e-11 test id: 417 test name: quareSheetShelfDiadSSA3dDakotaSamp field: moments
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-445 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test445.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000114046|-5.81123e+06|-1.20658e+07|-1.15645e+07|1.15952e+07|7.10961e+06|1.56004e+07|1.92898e+07
   responses: 8: 0.000114373|-6.07224e+06|-1.209e+07|-1.18654e+07|1.16692e+07|7.36533e+06|1.57079e+07|1.94055e+07
   responses: 8: 0.000113959|-5.87664e+06|-1.17557e+07|-1.14391e+07|1.14478e+07|7.05457e+06|1.55033e+07|1.9432e+07
   responses: 8: 0.000113929|-5.82552e+06|-1.1793e+07|-1.14762e+07|1.14447e+07|6.96258e+06|1.55382e+07|1.93778e+07
   responses: 8: 0.000113754|-5.66631e+06|-1.17646e+07|-1.10884e+07|1.15492e+07|7.05298e+06|1.56255e+07|1.92427e+07
   responses: 8: 0.000114938|-6.39692e+06|-1.21851e+07|-1.20953e+07|1.18737e+07|7.73031e+06|1.57515e+07|1.94222e+07
   responses: 8: 0.000114425|-6.10774e+06|-1.20253e+07|-1.18781e+07|1.17307e+07|7.40876e+06|1.57843e+07|1.93174e+07
   responses: 8: 0.000114413|-6.12516e+06|-1.19739e+07|-1.15933e+07|1.18257e+07|7.58679e+06|1.57605e+07|1.92706e+07
   responses: 8: 0.000114713|-6.27476e+06|-1.21395e+07|-1.20999e+07|1.17929e+07|7.5903e+06|1.58165e+07|1.94098e+07
   responses: 8: 0.000114258|-5.99053e+06|-1.20305e+07|-1.19275e+07|1.15204e+07|7.09504e+06|1.56185e+07|1.94319e+07
   responses: 8: 0.000113882|-5.76099e+06|-1.18431e+07|-1.14348e+07|1.14903e+07|7.00642e+06|1.56136e+07|1.93429e+07
   responses: 8: 0.000114697|-6.20829e+06|-1.2388e+07|-1.24932e+07|1.15868e+07|7.3228e+06|1.57328e+07|1.96659e+07
   responses: 8: 0.000114196|-6.02621e+06|-1.18618e+07|-1.15622e+07|1.15602e+07|7.30182e+06|1.55714e+07|1.94724e+07
   responses: 8: 0.00011415|-5.95028e+06|-1.19844e+07|-1.1905e+07|1.14409e+07|6.98882e+06|1.55532e+07|1.94817e+07
   responses: 8: 0.00011456|-6.12971e+06|-1.2189e+07|-1.19787e+07|1.18012e+07|7.44655e+06|1.57992e+07|1.92772e+07
   responses: 8: 0.00011411|-5.92773e+06|-1.19508e+07|-1.17249e+07|1.14711e+07|7.00133e+06|1.5483e+07|1.9399e+07
   responses: 8: 0.000114055|-5.9091e+06|-1.19471e+07|-1.18149e+07|1.13305e+07|6.91625e+06|1.54576e+07|1.95987e+07
   responses: 8: 0.000113916|-5.81871e+06|-1.17319e+07|-1.14563e+07|1.14866e+07|6.96881e+06|1.55729e+07|1.92836e+07
   responses: 8: 0.000113963|-5.86537e+06|-1.1735e+07|-1.12246e+07|1.15727e+07|7.1692e+06|1.55361e+07|1.92795e+07
   responses: 8: 0.000114195|-5.95273e+06|-1.20187e+07|-1.17227e+07|1.15742e+07|7.19845e+06|1.56025e+07|1.94012e+07
write lock file:

   FemModel initialization elapsed time:   0.047004
   Total Core solution elapsed time:       25.3221
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 25 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  indexed_MassFlux_7
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDFs for response functions:
  Number of Dakota response functions = 8
Reading PDFs for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 8.8e-11 <   2e-10 test id: 445 test name: quareSheetShelfSteaEnthalpyHO3dDakotaSampNeff field: montecarlo
+++ exit code: 0
+++ error: 0

+++ Running case: PYTHON-445 
+++ working dir: /home/jenkins/workspace/Debian_Linux-Dakota/nightlylog
----------------running-----------------------
      boundary conditions for stressbalance model: spc set as zero
      no balancethickness.thickening_rate specified: values set as zero
Chacox -- Applying weights for 44 vertices.

Chacox -- Calling Chaco interface:


Chacox -- Chaco interface returning flag=0.
preprocessing dakota inputs
Opening Dakota input file 'test445.qmu.in'
Writing environment section of Dakota input file
Writing method section of Dakota input file
Writing model section of Dakota input file
Writing variables section of Dakota input file
  Writing 20 normal_uncertain variables.
Writing interface section of Dakota input file
Writing responses section of Dakota input file
  Writing 8 response_function responses.
End of file successfully written
uploading input file and queuing script
launching solution sequence on remote cluster
Preparing directory structure for model outputs:
   responses: 8: 0.000114046|-5.81123e+06|-1.20658e+07|-1.15645e+07|1.15952e+07|7.10961e+06|1.56004e+07|1.92898e+07
   responses: 8: 0.000114373|-6.07224e+06|-1.209e+07|-1.18654e+07|1.16692e+07|7.36533e+06|1.57079e+07|1.94055e+07
   responses: 8: 0.000113959|-5.87664e+06|-1.17557e+07|-1.14391e+07|1.14478e+07|7.05457e+06|1.55033e+07|1.9432e+07
   responses: 8: 0.000113929|-5.82552e+06|-1.1793e+07|-1.14762e+07|1.14447e+07|6.96258e+06|1.55382e+07|1.93778e+07
   responses: 8: 0.000113754|-5.66631e+06|-1.17646e+07|-1.10884e+07|1.15492e+07|7.05298e+06|1.56255e+07|1.92427e+07
   responses: 8: 0.000114938|-6.39692e+06|-1.21851e+07|-1.20953e+07|1.18737e+07|7.73031e+06|1.57515e+07|1.94222e+07
   responses: 8: 0.000114425|-6.10774e+06|-1.20253e+07|-1.18781e+07|1.17307e+07|7.40876e+06|1.57843e+07|1.93174e+07
   responses: 8: 0.000114413|-6.12516e+06|-1.19739e+07|-1.15933e+07|1.18257e+07|7.58679e+06|1.57605e+07|1.92706e+07
   responses: 8: 0.000114713|-6.27476e+06|-1.21395e+07|-1.20999e+07|1.17929e+07|7.5903e+06|1.58165e+07|1.94098e+07
   responses: 8: 0.000114258|-5.99053e+06|-1.20305e+07|-1.19275e+07|1.15204e+07|7.09504e+06|1.56185e+07|1.94319e+07
   responses: 8: 0.000113882|-5.76099e+06|-1.18431e+07|-1.14348e+07|1.14903e+07|7.00642e+06|1.56136e+07|1.93429e+07
   responses: 8: 0.000114697|-6.20829e+06|-1.2388e+07|-1.24932e+07|1.15868e+07|7.3228e+06|1.57328e+07|1.96659e+07
   responses: 8: 0.000114196|-6.02621e+06|-1.18618e+07|-1.15622e+07|1.15602e+07|7.30182e+06|1.55714e+07|1.94724e+07
   responses: 8: 0.00011415|-5.95028e+06|-1.19844e+07|-1.1905e+07|1.14409e+07|6.98882e+06|1.55532e+07|1.94817e+07
   responses: 8: 0.00011456|-6.12971e+06|-1.2189e+07|-1.19787e+07|1.18012e+07|7.44655e+06|1.57992e+07|1.92772e+07
   responses: 8: 0.00011411|-5.92773e+06|-1.19508e+07|-1.17249e+07|1.14711e+07|7.00133e+06|1.5483e+07|1.9399e+07
   responses: 8: 0.000114055|-5.9091e+06|-1.19471e+07|-1.18149e+07|1.13305e+07|6.91625e+06|1.54576e+07|1.95987e+07
   responses: 8: 0.000113916|-5.81871e+06|-1.17319e+07|-1.14563e+07|1.14866e+07|6.96881e+06|1.55729e+07|1.92836e+07
   responses: 8: 0.000113963|-5.86537e+06|-1.1735e+07|-1.12246e+07|1.15727e+07|7.1692e+06|1.55361e+07|1.92795e+07
   responses: 8: 0.000114195|-5.95273e+06|-1.20187e+07|-1.17227e+07|1.15742e+07|7.19845e+06|1.56025e+07|1.94012e+07
write lock file:

   FemModel initialization elapsed time:   0.047004
   Total Core solution elapsed time:       25.3221
   Linear solver elapsed time:             0       (0%)

   Total elapsed time: 0 hrs 0 min 25 sec
Dakota method = 'nond_sampling'
  Dakota function evaluations = 20
  Dakota samples = 20
Reading moment-based statistics for response functions:
  MaxVel
  indexed_MassFlux_1
  indexed_MassFlux_2
  indexed_MassFlux_3
  indexed_MassFlux_4
  indexed_MassFlux_5
  indexed_MassFlux_6
  indexed_MassFlux_7
  Number of Dakota response functions = 8
Reading 95% confidence intervals for response functions:
  Number of Dakota response functions = 8
Reading CDFs for response functions:
  Number of Dakota response functions = 8
Reading PDFs for response functions:
  Number of Dakota response functions = 8
Dakota iterator 'random_sampling' completed
End of file successfully reached
Reading Dakota tabular output file
Number of columns (Dakota V + R) = 28
Number of rows (Dakota func evals) = 20
SUCCESS difference: 8.8e-11 <   2e-10 test id: 445 test name: quareSheetShelfSteaEnthalpyHO3dDakotaSampNeff field: montecarlo
+++ exit code: 0
+++ error: 0
Recording test results
Finished: SUCCESS