Skip to content

Instantly share code, notes, and snippets.

@goxberry
Last active January 24, 2018 21:00
Show Gist options
  • Save goxberry/8bdc80e6dcd4d15ed0a7c5130009d6aa to your computer and use it in GitHub Desktop.
Save goxberry/8bdc80e6dcd4d15ed0a7c5130009d6aa to your computer and use it in GitHub Desktop.
Output of building hiop on macOS Sierra (10.12.6) with XCode 8.3 (clang 8.1.0-apple), reference LAPACK 3.7.1, and MPICH 3.2 using default build options
-- The C compiler identification is AppleClang 8.1.0.8020042
-- The CXX compiler identification is AppleClang 8.1.0.8020042
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found MPI_C: /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libmpi.dylib (found version "3.1")
-- Found MPI_CXX: /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libmpicxx.dylib (found version "3.1")
-- Found MPI: TRUE (found version "3.1")
-- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
-- Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
-- Looking for dgemm_
-- Looking for dgemm_ - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- A library with BLAS API found.
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/oxberry1/hiop-github/build
# This is the CMakeCache file.
# For build in directory: /Users/oxberry1/hiop-github/build
# It was generated by CMake: /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a library.
BLAS_Accelerate_LIBRARY:FILEPATH=/System/Library/Frameworks/Accelerate.framework
//Path to a library.
BLAS_acml_LIBRARY:FILEPATH=BLAS_acml_LIBRARY-NOTFOUND
//Path to a library.
BLAS_acml_mp_LIBRARY:FILEPATH=BLAS_acml_mp_LIBRARY-NOTFOUND
//Path to a library.
BLAS_complib.sgimath_LIBRARY:FILEPATH=BLAS_complib.sgimath_LIBRARY-NOTFOUND
//Path to a library.
BLAS_cxml_LIBRARY:FILEPATH=BLAS_cxml_LIBRARY-NOTFOUND
//Path to a library.
BLAS_dxml_LIBRARY:FILEPATH=BLAS_dxml_LIBRARY-NOTFOUND
//Path to a library.
BLAS_essl_LIBRARY:FILEPATH=BLAS_essl_LIBRARY-NOTFOUND
//Path to a library.
BLAS_f77blas_LIBRARY:FILEPATH=BLAS_f77blas_LIBRARY-NOTFOUND
//Path to a library.
BLAS_goto2_LIBRARY:FILEPATH=BLAS_goto2_LIBRARY-NOTFOUND
//Path to a library.
BLAS_openblas_LIBRARY:FILEPATH=BLAS_openblas_LIBRARY-NOTFOUND
//Path to a library.
BLAS_scsl_LIBRARY:FILEPATH=BLAS_scsl_LIBRARY-NOTFOUND
//Path to a library.
BLAS_sgemm_LIBRARY:FILEPATH=BLAS_sgemm_LIBRARY-NOTFOUND
//Path to a library.
BLAS_sunperf_LIBRARY:FILEPATH=BLAS_sunperf_LIBRARY-NOTFOUND
//Path to a program.
CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump
//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=
//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:STRING=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=hippopde
//Path to a program.
CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Extra checks and asserts in the code with a high penalty on performance
DEEP_CHECKING:BOOL=ON
//Path to a library.
LAPACK_Accelerate_LIBRARY:FILEPATH=/System/Library/Frameworks/Accelerate.framework
//Path to a library.
LAPACK_goto2_LIBRARY:FILEPATH=LAPACK_goto2_LIBRARY-NOTFOUND
//Path to a library.
LAPACK_openblas_LIBRARY:FILEPATH=LAPACK_openblas_LIBRARY-NOTFOUND
//Executable for running MPI programs.
MPIEXEC_EXECUTABLE:FILEPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpiexec
//Maximum number of processors available to run MPI applications.
MPIEXEC_MAX_NUMPROCS:STRING=4
//Flag used by MPI to specify the number of processes for mpiexec;
// the next option will be the number of processes.
MPIEXEC_NUMPROC_FLAG:STRING=-n
//These flags will be placed after all flags passed to mpiexec.
MPIEXEC_POSTFLAGS:STRING=
//These flags will be directly before the executable that is being
// run by mpiexec.
MPIEXEC_PREFLAGS:STRING=
//MPI CXX additional include directories
MPI_CXX_ADDITIONAL_INCLUDE_DIRS:STRING=
//MPI compiler for CXX
MPI_CXX_COMPILER:FILEPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx
//MPI CXX compilation definitions
MPI_CXX_COMPILE_DEFINITIONS:STRING=
//MPI CXX compilation options
MPI_CXX_COMPILE_OPTIONS:STRING=
//Path to a file.
MPI_CXX_HEADER_DIR:PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/include
//MPI CXX libraries to link against
MPI_CXX_LIB_NAMES:STRING=mpicxx;mpi;pmpi
//MPI CXX linker flags
MPI_CXX_LINK_FLAGS:STRING=-Wl,-flat_namespace -Wl,-commons,use_dylibs
//If true, the MPI-2 C++ bindings are disabled using definitions.
MPI_CXX_SKIP_MPICXX:BOOL=FALSE
//MPI C additional include directories
MPI_C_ADDITIONAL_INCLUDE_DIRS:STRING=
//MPI compiler for C
MPI_C_COMPILER:FILEPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicc
//MPI C compilation definitions
MPI_C_COMPILE_DEFINITIONS:STRING=
//MPI C compilation options
MPI_C_COMPILE_OPTIONS:STRING=
//Path to a file.
MPI_C_HEADER_DIR:PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/include
//MPI C libraries to link against
MPI_C_LIB_NAMES:STRING=mpi;pmpi
//MPI C linker flags
MPI_C_LINK_FLAGS:STRING=-Wl,-flat_namespace -Wl,-commons,use_dylibs
//Location of the mpi library for MPI
MPI_mpi_LIBRARY:FILEPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libmpi.dylib
//Location of the mpicxx library for MPI
MPI_mpicxx_LIBRARY:FILEPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libmpicxx.dylib
//Location of the pmpi library for MPI
MPI_pmpi_LIBRARY:FILEPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libpmpi.dylib
//CXX compiler flags for OpenMP parallelization
OpenMP_CXX_FLAGS:STRING=NOTFOUND
//CXX compiler libraries for OpenMP parallelization
OpenMP_CXX_LIB_NAMES:STRING=NOTFOUND
//C compiler flags for OpenMP parallelization
OpenMP_C_FLAGS:STRING=NOTFOUND
//C compiler libraries for OpenMP parallelization
OpenMP_C_LIB_NAMES:STRING=NOTFOUND
//Enable 'make test'
WITH_MAKETEST:BOOL=ON
//Build with MPI support
WITH_MPI:BOOL=ON
//Dependencies for target
hiop_LIB_DEPENDS:STATIC=
//Value Computed by CMake
hippopde_BINARY_DIR:STATIC=/Users/oxberry1/hiop-github/build
//Value Computed by CMake
hippopde_SOURCE_DIR:STATIC=/Users/oxberry1/hiop-github
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: BLAS_Accelerate_LIBRARY
BLAS_Accelerate_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_Accelerate_WORKS
BLAS_Accelerate_WORKS-ADVANCED:INTERNAL=1
//Have function dgemm_
BLAS_Accelerate_WORKS:INTERNAL=1
//ADVANCED property for variable: BLAS_acml_LIBRARY
BLAS_acml_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_acml_mp_LIBRARY
BLAS_acml_mp_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_complib.sgimath_LIBRARY
BLAS_complib.sgimath_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_cxml_LIBRARY
BLAS_cxml_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_dxml_LIBRARY
BLAS_dxml_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_essl_LIBRARY
BLAS_essl_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_f77blas_LIBRARY
BLAS_f77blas_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_goto2_LIBRARY
BLAS_goto2_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_openblas_LIBRARY
BLAS_openblas_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_scsl_LIBRARY
BLAS_scsl_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_sgemm_LIBRARY
BLAS_sgemm_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BLAS_sunperf_LIBRARY
BLAS_sunperf_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/oxberry1/hiop-github/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=10
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/oxberry1/hiop-github
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=5
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/share/cmake-3.10
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Details about finding MPI
FIND_PACKAGE_MESSAGE_DETAILS_MPI:INTERNAL=[TRUE][TRUE][c ][v3.1()]
//Details about finding MPI_C
FIND_PACKAGE_MESSAGE_DETAILS_MPI_C:INTERNAL=[/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libmpi.dylib][/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libpmpi.dylib][mpi;pmpi][/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/include][TRUE][v3.1()]
//Details about finding MPI_CXX
FIND_PACKAGE_MESSAGE_DETAILS_MPI_CXX:INTERNAL=[/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libmpicxx.dylib][/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libmpi.dylib][/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/libpmpi.dylib][mpicxx;mpi;pmpi][/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/include][TRUE][v3.1()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//ADVANCED property for variable: LAPACK_Accelerate_LIBRARY
LAPACK_Accelerate_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LAPACK_Accelerate_WORKS
LAPACK_Accelerate_WORKS-ADVANCED:INTERNAL=1
//Have function cheev_
LAPACK_Accelerate_WORKS:INTERNAL=1
//ADVANCED property for variable: LAPACK_goto2_LIBRARY
LAPACK_goto2_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LAPACK_openblas_LIBRARY
LAPACK_openblas_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_EXECUTABLE
MPIEXEC_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_MAX_NUMPROCS
MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_NUMPROC_FLAG
MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_POSTFLAGS
MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPIEXEC_PREFLAGS
MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_ADDITIONAL_INCLUDE_DIRS
MPI_CXX_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILER
MPI_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILE_DEFINITIONS
MPI_CXX_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_COMPILE_OPTIONS
MPI_CXX_COMPILE_OPTIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_HEADER_DIR
MPI_CXX_HEADER_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_LIB_NAMES
MPI_CXX_LIB_NAMES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_LINK_FLAGS
MPI_CXX_LINK_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_CXX_SKIP_MPICXX
MPI_CXX_SKIP_MPICXX-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_ADDITIONAL_INCLUDE_DIRS
MPI_C_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILER
MPI_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILE_DEFINITIONS
MPI_C_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_COMPILE_OPTIONS
MPI_C_COMPILE_OPTIONS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_HEADER_DIR
MPI_C_HEADER_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_LIB_NAMES
MPI_C_LIB_NAMES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_C_LINK_FLAGS
MPI_C_LINK_FLAGS-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
MPI_RESULT_CXX_test_mpi_MPICXX:INTERNAL=TRUE
//Result of TRY_COMPILE
MPI_RESULT_CXX_test_mpi_normal:INTERNAL=TRUE
//Result of TRY_COMPILE
MPI_RESULT_C_test_mpi_normal:INTERNAL=TRUE
//ADVANCED property for variable: MPI_mpi_LIBRARY
MPI_mpi_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_mpicxx_LIBRARY
MPI_mpicxx_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MPI_pmpi_LIBRARY
MPI_pmpi_LIBRARY-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
OpenMP_COMPILE_RESULT_CXX_fopenmp:INTERNAL=FALSE
//Result of TRY_COMPILE
OpenMP_COMPILE_RESULT_CXX_fopenmplibiomp5:INTERNAL=FALSE
//Result of TRY_COMPILE
OpenMP_COMPILE_RESULT_CXX_fopenmplibomp:INTERNAL=FALSE
//Result of TRY_COMPILE
OpenMP_COMPILE_RESULT_C_fopenmp:INTERNAL=FALSE
//Result of TRY_COMPILE
OpenMP_COMPILE_RESULT_C_fopenmplibiomp5:INTERNAL=FALSE
//Result of TRY_COMPILE
OpenMP_COMPILE_RESULT_C_fopenmplibomp:INTERNAL=FALSE
//ADVANCED property for variable: OpenMP_CXX_FLAGS
OpenMP_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OpenMP_CXX_LIB_NAMES
OpenMP_CXX_LIB_NAMES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OpenMP_C_FLAGS
OpenMP_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OpenMP_C_LIB_NAMES
OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1
NlpDenseCons1_5H 0 0
NlpDenseCons1_5K 0 0
NlpDenseCons2_5H 2 0.0232615
NlpDenseCons2_5K 2 0.100998
NlpDenseCons2_50K 0 0
NlpDenseCons2_50K_mpi 2 0.46959
---
NlpDenseCons1_5H
NlpDenseCons1_5K
NlpDenseCons2_50K
# Output of `env` command in `bash`
LMOD_FAMILY_LAPACK_VERSION=3.7.1
MANPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/share/man:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr/share/man:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/tmux-2.6-k4p4mx46dgjj5bcob4kfxwicd2kzec6d/share/man:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/emacs-25.3-ombbfo4hxa2nez3ymybobg6sektl5cxd/share/man:/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/exuberant-ctags-5.8-c75tl4gindnxm6sgo6v54cgtxc32ncp3/share/man:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2/share/man:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf/share/man
_ModuleTable003_=XT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImV4dWJlcmFudC1jdGFncy81LjgiLH0sZ2xvYmFsPXtbImZuIl09Ii9Vc2Vycy9veGJlcnJ5MS9zcGFjay9zaGFyZS9zcGFjay9sbW9kL2Rhcndpbi1zaWVycmEteDg2XzY0L0NvcmUvZ2xvYmFsLzYuNS5sdWEiLFsiZnVsbE5hbWUiXT0iZ2xvYmFsLzYuNSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imdsb2JhbCIsfSxsaWJldmVudD17WyJmbiJdPSIvVXNlcnMvb3hiZXJyeTEvc3BhY2svc2hhcmUvc3BhY2svbG1vZC9kYXJ3aW4tc2llcnJhLXg4Nl82NC9Db3JlL2xpYmV2ZW50LzIuMC4yMS5sdWEiLFsiZnVsbE5hbWUiXT0ibGliZXZlbnQv
TERM_PROGRAM=iTerm.app
SPACK_ROOT=/Users/oxberry1/spack
LMOD_FAMILY_LAPACK=netlib-lapack
TERM=screen
SHELL=/bin/bash
CLICOLOR=1
TMPDIR=/var/folders/37/zqjg7vn97kggmzjdbcm55j6h001b24/T/
LIBRARY_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk/lib:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr/lib:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/libevent-2.0.21-uso53vvr5hid25hskct724kx2sqdpksy/lib:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/openssl-1.0.2n-ebdspmad3fybjbaygsdejswvrwahoglf/lib:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2/lib:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf/lib
Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.9jNtxwUvTZ/Render
TERM_PROGRAM_VERSION=3.1.5
LMOD_PKG=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/lmod-7.7.13-ufzo7xppwlld33oma64rrsw4a27iyaix/lmod/lmod
OLDPWD=/Users/oxberry1/hiop-github/build/Testing
TERM_SESSION_ID=w0t0p0:7F6806BD-B7CB-4DB2-8AE4-B2F9DC3D1F58
LMOD_VERSION=7.7.13
_ModuleTable007_=RGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ0bXV4Iix9LHpsaWI9e1siZm4iXT0iL1VzZXJzL294YmVycnkxL3NwYWNrL3NoYXJlL3NwYWNrL2xtb2QvZGFyd2luLXNpZXJyYS14ODZfNjQvQ29yZS96bGliLzEuMi4xMS5sdWEiLFsiZnVsbE5hbWUiXT0iemxpYi8xLjIuMTEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9Vc2Vycy9veGJlcnJ5MS9zcGFjay9zaGFyZS9zcGFjay9sbW9kL2Rhcndpbi1zaWVycmEteDg2XzY0L21waWNoLzMuMi1iNmd6NmgyL25ldGxpYi1sYXBhY2svMy43LjEtaHhxd2llcC9D
__LMOD_REF_COUNT_LOADEDMODULES=ncurses/6.0:1;zlib/1.2.11:1;openssl/1.0.2n:1;libevent/2.0.21:1;exuberant-ctags/5.8:1;emacs/25.3:1;tmux/2.6:1;global/6.5:1;mpich/3.2:1;netlib-lapack/3.7.1:1;cmake/3.10.1:1
__LMOD_REF_COUNT_CMAKE_PREFIX_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/tmux-2.6-k4p4mx46dgjj5bcob4kfxwicd2kzec6d:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/emacs-25.3-ombbfo4hxa2nez3ymybobg6sektl5cxd:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/exuberant-ctags-5.8-c75tl4gindnxm6sgo6v54cgtxc32ncp3:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/libevent-2.0.21-uso53vvr5hid25hskct724kx2sqdpksy:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/openssl-1.0.2n-ebdspmad3fybjbaygsdejswvrwahoglf:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf:1
SPACK_SHELL=bash
USER=oxberry1
LMOD_MPI_NAME=mpich
_ModuleTable004_=Mi4wLjIxIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGliZXZlbnQvMi4wLjIxIix9LG1waWNoPXtbImZuIl09Ii9Vc2Vycy9veGJlcnJ5MS9zcGFjay9zaGFyZS9zcGFjay9sbW9kL2Rhcndpbi1zaWVycmEteDg2XzY0L0NvcmUvbXBpY2gvMy4yLmx1YSIsWyJmdWxsTmFtZSJdPSJtcGljaC8zLjIiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJtcGljaCIsfSxuY3Vyc2VzPXtbImZuIl09Ii9Vc2Vycy9veGJlcnJ5MS9zcGFjay9zaGFyZS9zcGFjay9sbW9kL2Rhcndpbi1zaWVycmEteDg2XzY0
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.8KwGABKGhG/Listeners
CPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk/include:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/include:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/libevent-2.0.21-uso53vvr5hid25hskct724kx2sqdpksy/include:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/openssl-1.0.2n-ebdspmad3fybjbaygsdejswvrwahoglf/include:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2/include:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf/include
__LMOD_REF_COUNT__LMFILES_=/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/ncurses/6.0.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/zlib/1.2.11.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/openssl/1.0.2n.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/libevent/2.0.21.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/exuberant-ctags/5.8.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/emacs/25.3.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/tmux/2.6.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/global/6.5.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/mpich/3.2.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/netlib-lapack/3.7.1.lua:1;/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/cmake/3.10.1.lua:1
__CF_USER_TEXT_ENCODING=0xAC44:0x0:0x0
TMUX=/private/tmp/tmux-44100/default,4228,0
LMOD_FAMILY_MPI_VERSION=3.2
_ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImxhcGFjayJdPSJuZXRsaWItbGFwYWNrIixbIm1waSJdPSJtcGljaCIsfSxtVD17Y21ha2U9e1siZm4iXT0iL1VzZXJzL294YmVycnkxL3NwYWNrL3NoYXJlL3NwYWNrL2xtb2QvZGFyd2luLXNpZXJyYS14ODZfNjQvQ29yZS9jbWFrZS8zLjEwLjEubHVhIixbImZ1bGxOYW1lIl09ImNtYWtlLzMuMTAuMSIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZSIsfSxlbWFjcz17WyJmbiJdPSIvVXNlcnMvb3hiZXJy
PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr/bin:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/tmux-2.6-k4p4mx46dgjj5bcob4kfxwicd2kzec6d/bin:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/emacs-25.3-ombbfo4hxa2nez3ymybobg6sektl5cxd/bin:/Users/oxberry1/spack/bin:/Users/oxberry1/spack:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin
PWD=/Users/oxberry1/hiop-github/build/Testing/Temporary
MLM_LICENSE_FILE=27006@eng-tools3.llnl.gov,27006@eng-tools4.llnl.gov,27006@eng-tools5.llnl.gov&
_LMFILES_=/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/ncurses/6.0.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/zlib/1.2.11.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/openssl/1.0.2n.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/libevent/2.0.21.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/exuberant-ctags/5.8.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/emacs/25.3.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/tmux/2.6.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/global/6.5.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/mpich/3.2.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/netlib-lapack/3.7.1.lua:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core/cmake/3.10.1.lua
EDITOR=emacs -nw
LANG=en_US.UTF-8
MODULEPATH=/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/mpich/3.2-b6gz6h2/netlib-lapack/3.7.1-hxqwiep/Core:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/netlib-lapack/3.7.1-hxqwiep/Core:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/mpich/3.2-b6gz6h2/Core:/Users/oxberry1/spack/share/spack/lmod/darwin-sierra-x86_64/Core
ITERM_PROFILE=Default
_ModuleTable_Sz_=8
LOADEDMODULES=ncurses/6.0:zlib/1.2.11:openssl/1.0.2n:libevent/2.0.21:exuberant-ctags/5.8:emacs/25.3:tmux/2.6:global/6.5:mpich/3.2:netlib-lapack/3.7.1:cmake/3.10.1
XPC_FLAGS=0x0
TMUX_PANE=%10
LMOD_LAPACK_NAME=netlib-lapack
_ModuleTable005_=L0NvcmUvbmN1cnNlcy82LjAubHVhIixbImZ1bGxOYW1lIl09Im5jdXJzZXMvNi4wIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmN1cnNlcy82LjAiLH0sWyJuZXRsaWItbGFwYWNrIl09e1siZm4iXT0iL1VzZXJzL294YmVycnkxL3NwYWNrL3NoYXJlL3NwYWNrL2xtb2QvZGFyd2luLXNpZXJyYS14ODZfNjQvQ29yZS9uZXRsaWItbGFwYWNrLzMuNy4xLmx1YSIsWyJmdWxsTmFtZSJdPSJuZXRsaWItbGFwYWNrLzMuNy4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGxpYi1sYXBhY2sv
LMOD_CMD=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/lmod-7.7.13-ufzo7xppwlld33oma64rrsw4a27iyaix/lmod/lmod/libexec/lmod
LM_LICENSE_FILE=/Users/oxberry1/Downloads/TVsiteLicense2018.09.14.dat
XPC_SERVICE_NAME=0
SHLVL=2
HOME=/Users/oxberry1
COLORFGBG=12;8
__LMOD_REF_COUNT_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr/bin:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/tmux-2.6-k4p4mx46dgjj5bcob4kfxwicd2kzec6d/bin:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/emacs-25.3-ombbfo4hxa2nez3ymybobg6sektl5cxd/bin:1;/Users/oxberry1/spack/bin:1;/Users/oxberry1/spack:1;/usr/local/bin:1;/usr/bin:1;/bin:1;/usr/local/sbin:1;/usr/sbin:1;/sbin:1;/opt/X11/bin:1
__LMOD_REF_COUNT_CPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk/include:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/include:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/libevent-2.0.21-uso53vvr5hid25hskct724kx2sqdpksy/include:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/openssl-1.0.2n-ebdspmad3fybjbaygsdejswvrwahoglf/include:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2/include:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf/include:1
GREP_OPTIONS=--color=auto
_ModuleTable002_=eTEvc3BhY2svc2hhcmUvc3BhY2svbG1vZC9kYXJ3aW4tc2llcnJhLXg4Nl82NC9Db3JlL2VtYWNzLzI1LjMubHVhIixbImZ1bGxOYW1lIl09ImVtYWNzLzI1LjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJlbWFjcyIsfSxbImV4dWJlcmFudC1jdGFncyJdPXtbImZuIl09Ii9Vc2Vycy9veGJlcnJ5MS9zcGFjay9zaGFyZS9zcGFjay9sbW9kL2Rhcndpbi1zaWVycmEteDg2XzY0L0NvcmUvZXh1YmVyYW50LWN0YWdzLzUuOC5sdWEiLFsiZnVsbE5hbWUiXT0iZXh1YmVyYW50LWN0YWdzLzUuOCIsWyJsb2FkT3JkZXIiXT01LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMi
SHOST=Uvalde
_ModuleTable008_=b3JlIiwiL1VzZXJzL294YmVycnkxL3NwYWNrL3NoYXJlL3NwYWNrL2xtb2QvZGFyd2luLXNpZXJyYS14ODZfNjQvbmV0bGliLWxhcGFjay8zLjcuMS1oeHF3aWVwL0NvcmUiLCIvVXNlcnMvb3hiZXJyeTEvc3BhY2svc2hhcmUvc3BhY2svbG1vZC9kYXJ3aW4tc2llcnJhLXg4Nl82NC9tcGljaC8zLjItYjZnejZoMi9Db3JlIiwiL1VzZXJzL294YmVycnkxL3NwYWNrL3NoYXJlL3NwYWNrL2xtb2QvZGFyd2luLXNpZXJyYS14ODZfNjQvQ29yZSIsfSx9
ITERM_SESSION_ID=w0t0p0:7F6806BD-B7CB-4DB2-8AE4-B2F9DC3D1F58
LOGNAME=oxberry1
__LMOD_REF_COUNT_ACLOCAL_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/share/aclocal:1
__LMOD_REF_COUNT_LIBRARY_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk/lib:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr/lib:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/libevent-2.0.21-uso53vvr5hid25hskct724kx2sqdpksy/lib:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/openssl-1.0.2n-ebdspmad3fybjbaygsdejswvrwahoglf/lib:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2/lib:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf/lib:1
MODULESHOME=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/lmod-7.7.13-ufzo7xppwlld33oma64rrsw4a27iyaix/lmod/lmod
__LMOD_REF_COUNT_LD_LIBRARY_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk/lib:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr/lib:1
PKG_CONFIG_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk/lib/pkgconfig:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/pkgconfig:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/libevent-2.0.21-uso53vvr5hid25hskct724kx2sqdpksy/lib/pkgconfig:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/openssl-1.0.2n-ebdspmad3fybjbaygsdejswvrwahoglf/lib/pkgconfig:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2/lib/pkgconfig:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf/lib/pkgconfig
LMOD_SETTARG_FULL_SUPPORT=no
LMOD_MPI_VERSION=3.2-b6gz6h2
GTAGSLIBPATH=~/spack
ACLOCAL_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/share/aclocal
__LMOD_REF_COUNT_PKG_CONFIG_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk/lib/pkgconfig:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/lib/pkgconfig:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/libevent-2.0.21-uso53vvr5hid25hskct724kx2sqdpksy/lib/pkgconfig:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/openssl-1.0.2n-ebdspmad3fybjbaygsdejswvrwahoglf/lib/pkgconfig:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2/lib/pkgconfig:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf/lib/pkgconfig:1
DISPLAY=/private/tmp/com.apple.launchd.mILBFWtTpg/org.macosforge.xquartz:0
CMAKE_PREFIX_PATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/netlib-lapack-3.7.1-hxqwiepbfb3forawjin3gmj6rpb6cmxk:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/tmux-2.6-k4p4mx46dgjj5bcob4kfxwicd2kzec6d:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/emacs-25.3-ombbfo4hxa2nez3ymybobg6sektl5cxd:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/exuberant-ctags-5.8-c75tl4gindnxm6sgo6v54cgtxc32ncp3:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/libevent-2.0.21-uso53vvr5hid25hskct724kx2sqdpksy:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/openssl-1.0.2n-ebdspmad3fybjbaygsdejswvrwahoglf:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2:/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf
LMOD_LAPACK_VERSION=3.7.1-hxqwiep
__LMOD_REF_COUNT_MANPATH=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/share/man:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/global-6.5-x32fogrd2k5n7lmqforrgo66kb243fqr/share/man:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/tmux-2.6-k4p4mx46dgjj5bcob4kfxwicd2kzec6d/share/man:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/emacs-25.3-ombbfo4hxa2nez3ymybobg6sektl5cxd/share/man:1;/usr/share/man:1;/usr/local/share/man:1;/opt/X11/share/man:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/exuberant-ctags-5.8-c75tl4gindnxm6sgo6v54cgtxc32ncp3/share/man:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/zlib-1.2.11-kugj5icwtvhlfrkdy4qwa5reztj3poq2/share/man:1;/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/ncurses-6.0-ek4ah2g3rdrbj5h6cxqvurhtsibyacsf/share/man:1
_ModuleTable006_=My43LjEiLH0sb3BlbnNzbD17WyJmbiJdPSIvVXNlcnMvb3hiZXJyeTEvc3BhY2svc2hhcmUvc3BhY2svbG1vZC9kYXJ3aW4tc2llcnJhLXg4Nl82NC9Db3JlL29wZW5zc2wvMS4wLjJuLmx1YSIsWyJmdWxsTmFtZSJdPSJvcGVuc3NsLzEuMC4ybiIsWyJsb2FkT3JkZXIiXT0zLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTIsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im9wZW5zc2wvMS4wLjJuIix9LHRtdXg9e1siZm4iXT0iL1VzZXJzL294YmVycnkxL3NwYWNrL3NoYXJlL3NwYWNrL2xtb2QvZGFyd2luLXNpZXJyYS14ODZfNjQvQ29yZS90bXV4LzIuNi5sdWEiLFsiZnVsbE5hbWUiXT0idG11eC8yLjYiLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNr
LMOD_DIR=/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/lmod-7.7.13-ufzo7xppwlld33oma64rrsw4a27iyaix/lmod/lmod/libexec
LMOD_FAMILY_MPI=mpich
COLORTERM=truecolor
BASH_FUNC_module%%=() { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh)
}
BASH_FUNC_spack%%=() { if [ -n "${ZSH_VERSION:-}" ]; then
emulate -L sh;
fi;
args=("$@");
_sp_flags="";
while [[ "$1" =~ ^- ]]; do
_sp_flags="$_sp_flags $1";
shift;
done;
if [[ ( ! -z "$_sp_flags" ) && ( "$_sp_flags" =~ '.*h.*' || "$_sp_flags" =~ '.*V.*' ) ]]; then
command spack $_sp_flags "$@";
return;
fi;
_sp_subcommand=$1;
shift;
_sp_spec="$@";
case $_sp_subcommand in
"cd")
_sp_arg="$1";
shift;
if [ "$_sp_arg" = "-h" ]; then
command spack cd -h;
else
LOC="$(spack location $_sp_arg "$@")";
if [[ -d "$LOC" ]]; then
cd "$LOC";
else
return 1;
fi;
fi;
return
;;
"use" | "unuse" | "load" | "unload")
_sp_subcommand_args="";
_sp_module_args="";
while [[ "$1" =~ ^- ]]; do
if [ "$1" = "-r" -o "$1" = "--dependencies" ]; then
_sp_subcommand_args="$_sp_subcommand_args $1";
else
_sp_module_args="$_sp_module_args $1";
fi;
shift;
done;
_sp_spec="$@";
case $_sp_subcommand in
"use")
if _sp_full_spec=$(command spack $_sp_flags module loads --input-only $_sp_subcommand_args --module-type dotkit $_sp_spec); then
use $_sp_module_args $_sp_full_spec;
fi
;;
"unuse")
if _sp_full_spec=$(command spack $_sp_flags module loads --input-only $_sp_subcommand_args --module-type dotkit $_sp_spec); then
unuse $_sp_module_args $_sp_full_spec;
fi
;;
"load")
if _sp_full_spec=$(command spack $_sp_flags module loads --input-only $_sp_subcommand_args --module-type tcl $_sp_spec); then
module load $_sp_module_args $_sp_full_spec;
fi
;;
"unload")
if _sp_full_spec=$(command spack $_sp_flags module loads --input-only $_sp_subcommand_args --module-type tcl $_sp_spec); then
module unload $_sp_module_args $_sp_full_spec;
fi
;;
esac
;;
*)
command spack "${args[@]}"
;;
esac
}
BASH_FUNC_ml%%=() { eval $($LMOD_DIR/ml_cmd "$@")
}
_=/usr/bin/env
Start testing: Jan 24 12:26 PST
----------------------------------------------------------
1/6 Testing: NlpDenseCons1_5H
1/6 Test: NlpDenseCons1_5H
Command: "/Users/oxberry1/hiop-github/build/src/Drivers/nlpDenseCons_ex1.exe" "500" "1.0" "-selfcheck"
Directory: /Users/oxberry1/hiop-github/build
"NlpDenseCons1_5H" start time: Jan 24 12:26 PST
Output:
----------------------------------------------------------
Support for MPI is enabled
<end of output>
Test time = 0.02 sec
----------------------------------------------------------
Test Failed.
"NlpDenseCons1_5H" end time: Jan 24 12:26 PST
"NlpDenseCons1_5H" time elapsed: 00:00:00
----------------------------------------------------------
2/6 Testing: NlpDenseCons1_5K
2/6 Test: NlpDenseCons1_5K
Command: "/Users/oxberry1/hiop-github/build/src/Drivers/nlpDenseCons_ex1.exe" "5000" "1.0" "-selfcheck"
Directory: /Users/oxberry1/hiop-github/build
"NlpDenseCons1_5K" start time: Jan 24 12:26 PST
Output:
----------------------------------------------------------
Support for MPI is enabled
<end of output>
Test time = 0.02 sec
----------------------------------------------------------
Test Failed.
"NlpDenseCons1_5K" end time: Jan 24 12:26 PST
"NlpDenseCons1_5K" time elapsed: 00:00:00
----------------------------------------------------------
3/6 Testing: NlpDenseCons2_5H
3/6 Test: NlpDenseCons2_5H
Command: "/Users/oxberry1/hiop-github/build/src/Drivers/nlpDenseCons_ex2.exe" "500" "-selfcheck"
Directory: /Users/oxberry1/hiop-github/build
"NlpDenseCons2_5H" start time: Jan 24 12:26 PST
Output:
----------------------------------------------------------
===============
Hiop SOLVER
===============
#
# Hiop options
#
acceptable_iterations 10 # (integer) 1 to 1000000 [Number of iterations of acceptable tolerance after which HiOp terminates (default 10)]
acceptable_tolerance 1.000000e-06 # (numeric) 1e-14 to 0.1 [HiOp will terminate if the NLP residuals are below for 'acceptable_iterations' many consecutive iterations (default 1e-6)]
dualsInitialization lsq # (string) one of [ lsq zero ] [Type of update of the multipliers of the eq. cons. (default lsq)]
dualsUpdateType lsq # (string) one of [ lsq linear ] [Type of update of the multipliers of the eq. cons. (default lsq)]
kappa1 1.000000e-02 # (numeric) 1e-08 to 1 [sufficiently-away-from-the-boundary projection parameter used in initialization (default 1e-2)]
kappa2 1.000000e-02 # (numeric) 1e-08 to 0.49999 [shift projection parameter used in initialization for double-bounded variables (default 1e-2)]
kappa_eps 1.000000e+01 # (numeric) 1e-06 to 1000 [mu is reduced when when log-bar error is below kappa_eps*mu (default 10.)]
kappa_mu 2.000000e-01 # (numeric) 1e-08 to 0.999 [Linear reduction coefficient for mu (default 0.2) (eqn (7) in Filt-IPM paper)]
max_iter 3000 # (integer) 1 to 1000000 [Max number of iterations (default 3000)]
mu0 1.000000e+00 # (numeric) 1e-06 to 1000 [Initial log-barrier parameter mu (default 1.)]
secant_memory_len 6 # (integer) 0 to 256 [Size of the memory of the Hessian secant approximation]
smax 1.000000e+02 # (numeric) 1 to 1e+07 [multiplier threshold used in computing the scaling factors for the optimality error (default 100.)]
tau_min 9.900000e-01 # (numeric) 0.9 to 0.99999 [Fraction-to-the-boundary parameter used in the line-search to back-off a bit (default 0.99) (eqn (8) in the Filt-IPM paper]
theta_mu 1.500000e+00 # (numeric) 1 to 2 [Exponential reduction coefficient for mu (default 1.5) (eqn (7) in Filt-IPM paper)]
tolerance 1.000000e-08 # (numeric) 1e-14 to 0.1 [Absolute error tolerance for the NLP (default 1e-8)]
verbosity_level 3 # (integer) 0 to 12 [Verbosity level: 0 no output (only errors), 1=0+warnings, 2=1 (reserved), 3=2+optimization output, 4=3+scalars; larger values explained in hiopLogger.hpp]
# end of Hiop options
Using 1 MPI ranks.
---------------
Problem Summary
---------------
Total number of variables: 500
lower/upper/lower_and_upper bounds: 499 / 1 / 1
Total number of equality constraints: 1
Total number of inequality constraints: 3
lower/upper/lower_and_upper bounds: 2 / 2 / 1
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
0 7.6705003e+00 2.460e+02 1.529e+00 0.00 0.000e+00 0.000e+00 -(-)
1 9.1352842e+05 5.684e-12 1.550e+04 0.00 5.472e-01 1.000e+00 1(s)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.19209e-07 after 3 iterative refinements
2 2.8431846e+01 1.107e-07 1.206e+01 0.00 8.551e-01 1.000e+00 1(f)
3 2.7888675e+01 6.020e-11 6.491e+00 0.00 9.965e-01 1.000e+00 1(f)
4 5.8406601e+00 4.177e-10 2.277e+00 -0.70 1.000e+00 1.000e+00 1(f)
5 2.4161865e+00 4.095e-09 1.349e+00 -0.70 1.000e+00 1.000e+00 1(f)
6 7.9329073e-01 6.178e-10 6.833e-01 -1.40 1.000e+00 1.000e+00 1(f)
7 3.0237508e-01 7.384e-09 3.518e-01 -1.40 1.000e+00 1.000e+00 1(f)
8 1.1268118e-01 6.526e-10 1.507e-01 -2.10 1.000e+00 1.000e+00 1(f)
9 5.0634674e-02 8.822e-11 4.148e-02 -2.10 1.000e+00 1.000e+00 1(f)
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
10 2.6965323e-02 1.031e-09 1.760e-02 -3.15 9.906e-01 1.000e+00 1(f)
11 1.9668955e-02 2.005e-09 9.092e-03 -3.15 1.000e+00 1.000e+00 1(f)
12 1.7451400e-02 5.190e-10 4.424e-03 -3.15 1.000e+00 1.000e+00 1(f)
13 1.6011086e-02 2.835e-09 1.899e-03 -4.72 9.742e-01 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.49012e-08 after 3 iterative refinements
14 1.5759169e-02 8.602e-09 2.736e-03 -4.72 1.000e+00 1.000e+00 1(f)
15 1.5682343e-02 9.240e-09 2.877e-04 -4.72 1.000e+00 1.000e+00 1(h)
16 1.5656978e-02 6.576e-09 1.176e-04 -4.72 1.000e+00 1.000e+00 1(h)
17 1.5629212e-02 1.148e-09 6.912e-05 -7.08 9.889e-01 1.000e+00 1(h)
18 1.5626426e-02 1.895e-09 9.415e-05 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 2.98023e-08 after 3 iterative refinements
19 1.5625520e-02 2.072e-08 9.893e-06 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 2.98023e-08 after 3 iterative refinements
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
20 1.5625226e-02 3.889e-08 4.238e-06 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.49012e-08 after 3 iterative refinements
21 1.5625131e-02 2.761e-08 1.813e-06 -7.08 1.000e+00 1.000e+00 1(h)
22 1.5625099e-02 4.175e-10 7.708e-07 -7.08 1.000e+00 1.000e+00 1(h)
23 1.5625006e-02 1.983e-09 4.191e-07 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.19209e-07 after 3 iterative refinements
24 1.5625003e-02 9.492e-08 4.661e-07 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 5.96046e-08 after 3 iterative refinements
25 1.5625002e-02 2.596e-08 6.444e-08 -9.00 1.000e+00 1.000e+00 1(h)
26 1.5625001e-02 1.022e-08 2.770e-08 -9.00 1.000e+00 1.000e+00 1(h)
27 1.5625001e-02 1.867e-08 1.188e-08 -9.00 1.000e+00 1.000e+00 1(h)
28 1.5625001e-02 5.629e-09 5.077e-09 -9.00 1.000e+00 1.000e+00 1(h)
Successfull termination.
Total time=0.019 sec
Hiop internal time: total=0.017 sec average per iteration=0.001 sec
internal total time std dev across ranks=0.000 percent
Fcn/deriv time: total=0.002 sec ( obj=0.000 grad=0.000 cons=0.001 Jac=0.000 )
Fcn/deriv total time std dev across ranks=0.000 percent
Fcn/deriv #: obj=29 grad=29 eq cons=29 ineq cons=29 eq Jac=29 ineq Jac=29
selfcheck success (6 digits)
<end of output>
Test time = 0.05 sec
----------------------------------------------------------
Test Passed.
"NlpDenseCons2_5H" end time: Jan 24 12:26 PST
"NlpDenseCons2_5H" time elapsed: 00:00:00
----------------------------------------------------------
4/6 Testing: NlpDenseCons2_5K
4/6 Test: NlpDenseCons2_5K
Command: "/Users/oxberry1/hiop-github/build/src/Drivers/nlpDenseCons_ex2.exe" "5000" "-selfcheck"
Directory: /Users/oxberry1/hiop-github/build
"NlpDenseCons2_5K" start time: Jan 24 12:26 PST
Output:
----------------------------------------------------------
===============
Hiop SOLVER
===============
#
# Hiop options
#
acceptable_iterations 10 # (integer) 1 to 1000000 [Number of iterations of acceptable tolerance after which HiOp terminates (default 10)]
acceptable_tolerance 1.000000e-06 # (numeric) 1e-14 to 0.1 [HiOp will terminate if the NLP residuals are below for 'acceptable_iterations' many consecutive iterations (default 1e-6)]
dualsInitialization lsq # (string) one of [ lsq zero ] [Type of update of the multipliers of the eq. cons. (default lsq)]
dualsUpdateType lsq # (string) one of [ lsq linear ] [Type of update of the multipliers of the eq. cons. (default lsq)]
kappa1 1.000000e-02 # (numeric) 1e-08 to 1 [sufficiently-away-from-the-boundary projection parameter used in initialization (default 1e-2)]
kappa2 1.000000e-02 # (numeric) 1e-08 to 0.49999 [shift projection parameter used in initialization for double-bounded variables (default 1e-2)]
kappa_eps 1.000000e+01 # (numeric) 1e-06 to 1000 [mu is reduced when when log-bar error is below kappa_eps*mu (default 10.)]
kappa_mu 2.000000e-01 # (numeric) 1e-08 to 0.999 [Linear reduction coefficient for mu (default 0.2) (eqn (7) in Filt-IPM paper)]
max_iter 3000 # (integer) 1 to 1000000 [Max number of iterations (default 3000)]
mu0 1.000000e+00 # (numeric) 1e-06 to 1000 [Initial log-barrier parameter mu (default 1.)]
secant_memory_len 6 # (integer) 0 to 256 [Size of the memory of the Hessian secant approximation]
smax 1.000000e+02 # (numeric) 1 to 1e+07 [multiplier threshold used in computing the scaling factors for the optimality error (default 100.)]
tau_min 9.900000e-01 # (numeric) 0.9 to 0.99999 [Fraction-to-the-boundary parameter used in the line-search to back-off a bit (default 0.99) (eqn (8) in the Filt-IPM paper]
theta_mu 1.500000e+00 # (numeric) 1 to 2 [Exponential reduction coefficient for mu (default 1.5) (eqn (7) in Filt-IPM paper)]
tolerance 1.000000e-08 # (numeric) 1e-14 to 0.1 [Absolute error tolerance for the NLP (default 1e-8)]
verbosity_level 3 # (integer) 0 to 12 [Verbosity level: 0 no output (only errors), 1=0+warnings, 2=1 (reserved), 3=2+optimization output, 4=3+scalars; larger values explained in hiopLogger.hpp]
# end of Hiop options
Using 1 MPI ranks.
---------------
Problem Summary
---------------
Total number of variables: 5000
lower/upper/lower_and_upper bounds: 4999 / 1 / 1
Total number of equality constraints: 1
Total number of inequality constraints: 3
lower/upper/lower_and_upper bounds: 2 / 2 / 1
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
0 7.2524512e+01 2.451e+03 1.530e+00 0.00 0.000e+00 0.000e+00 -(-)
1 1.8505108e+06 5.557e-10 2.633e+04 0.00 5.096e-01 1.000e+00 1(s)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.90735e-06 after 3 iterative refinements
2 2.3819125e+03 2.936e-07 1.780e+02 0.00 7.362e-01 1.000e+00 1(f)
3 2.1155091e+03 4.551e-09 1.633e+02 0.00 9.905e-01 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.43051e-06 after 3 iterative refinements
4 4.4514839e+02 1.017e-06 2.720e+02 0.00 1.000e+00 1.000e+00 1(f)
5 1.7073070e+02 5.621e-10 2.439e+01 0.00 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 5.96046e-08 after 3 iterative refinements
6 5.3147890e+01 6.591e-07 9.929e+00 0.00 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 2.38419e-07 after 3 iterative refinements
7 1.7826016e+01 5.410e-07 4.690e+00 -0.70 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 9.53674e-07 after 3 iterative refinements
8 5.9490662e+00 6.111e-07 2.239e+00 -0.70 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 4.76837e-07 after 3 iterative refinements
9 2.0930551e+00 1.369e-07 1.086e+00 -0.70 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.19209e-07 after 3 iterative refinements
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
10 7.3362236e-01 9.243e-08 6.021e-01 -1.40 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 2.38419e-07 after 3 iterative refinements
11 2.7814534e-01 3.334e-08 3.094e-01 -1.40 1.000e+00 1.000e+00 1(f)
12 1.0658476e-01 7.362e-08 1.412e-01 -2.10 1.000e+00 1.000e+00 1(f)
13 4.8716831e-02 1.316e-07 4.051e-02 -2.10 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.19209e-07 after 3 iterative refinements
14 2.6315445e-02 1.360e-07 1.655e-02 -3.15 9.920e-01 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.49012e-08 after 3 iterative refinements
15 1.9420784e-02 2.440e-07 9.143e-03 -3.15 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.49012e-08 after 3 iterative refinements
16 1.7369801e-02 2.205e-07 4.458e-03 -3.15 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.19209e-07 after 3 iterative refinements
17 1.5982822e-02 1.183e-08 1.819e-03 -4.72 9.751e-01 1.000e+00 1(f)
18 1.5750319e-02 1.353e-06 2.479e-03 -4.72 1.000e+00 1.000e+00 1(f)
19 1.5679485e-02 5.166e-10 2.676e-04 -4.72 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 4.76837e-07 after 3 iterative refinements
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
20 1.5656041e-02 4.280e-07 1.106e-04 -4.72 1.000e+00 1.000e+00 1(h)
21 1.5628908e-02 9.220e-08 6.626e-05 -7.08 9.891e-01 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
22 1.5626327e-02 4.786e-06 8.512e-05 -7.08 1.000e+00 1.000e+00 1(h)
23 1.5625488e-02 3.010e-10 9.349e-06 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.8147e-06 after 3 iterative refinements
24 1.5625216e-02 5.685e-06 1.569e-05 -7.08 1.000e+00 1.000e+00 1(h)
25 1.5625127e-02 7.549e-10 1.712e-06 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.90735e-06 after 3 iterative refinements
26 1.5625098e-02 1.061e-06 2.855e-06 -7.08 1.000e+00 1.000e+00 1(h)
27 1.5625089e-02 2.747e-10 3.038e-07 -7.08 1.000e+00 1.000e+00 1(h)
28 1.5625003e-02 1.280e-07 2.777e-07 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
29 1.5625002e-02 1.097e-05 3.624e-07 -9.00 1.000e+00 1.000e+00 1(h)
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
30 1.5625001e-02 2.819e-10 2.713e-08 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 5.96046e-08 after 3 iterative refinements
31 1.5625001e-02 9.195e-07 1.157e-08 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.49012e-08 after 3 iterative refinements
32 1.5625001e-02 6.076e-07 4.866e-09 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 2.38419e-07 after 3 iterative refinements
33 1.5625001e-02 5.266e-08 1.988e-09 -9.00 1.000e+00 1.000e+00 1(h)
34 1.5625001e-02 2.552e-08 7.592e-10 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 2.98023e-08 after 3 iterative refinements
35 1.5625001e-02 3.484e-08 2.486e-10 -9.00 1.000e+00 1.000e+00 1(h)
36 1.5625001e-02 1.717e-09 5.807e-11 -9.00 1.000e+00 1.000e+00 1(h)
Successfull termination.
Total time=0.173 sec
Hiop internal time: total=0.156 sec average per iteration=0.004 sec
internal total time std dev across ranks=0.000 percent
Fcn/deriv time: total=0.016 sec ( obj=0.005 grad=0.004 cons=0.006 Jac=0.001 )
Fcn/deriv total time std dev across ranks=0.000 percent
Fcn/deriv #: obj=37 grad=37 eq cons=37 ineq cons=37 eq Jac=37 ineq Jac=37
selfcheck success (6 digits)
<end of output>
Test time = 0.20 sec
----------------------------------------------------------
Test Passed.
"NlpDenseCons2_5K" end time: Jan 24 12:26 PST
"NlpDenseCons2_5K" time elapsed: 00:00:00
----------------------------------------------------------
5/6 Testing: NlpDenseCons2_50K
5/6 Test: NlpDenseCons2_50K
Command: "/Users/oxberry1/hiop-github/build/src/Drivers/nlpDenseCons_ex2.exe" "50000" "-selfcheck"
Directory: /Users/oxberry1/hiop-github/build
"NlpDenseCons2_50K" start time: Jan 24 12:26 PST
Output:
----------------------------------------------------------
===============
Hiop SOLVER
===============
#
# Hiop options
#
acceptable_iterations 10 # (integer) 1 to 1000000 [Number of iterations of acceptable tolerance after which HiOp terminates (default 10)]
acceptable_tolerance 1.000000e-06 # (numeric) 1e-14 to 0.1 [HiOp will terminate if the NLP residuals are below for 'acceptable_iterations' many consecutive iterations (default 1e-6)]
dualsInitialization lsq # (string) one of [ lsq zero ] [Type of update of the multipliers of the eq. cons. (default lsq)]
dualsUpdateType lsq # (string) one of [ lsq linear ] [Type of update of the multipliers of the eq. cons. (default lsq)]
kappa1 1.000000e-02 # (numeric) 1e-08 to 1 [sufficiently-away-from-the-boundary projection parameter used in initialization (default 1e-2)]
kappa2 1.000000e-02 # (numeric) 1e-08 to 0.49999 [shift projection parameter used in initialization for double-bounded variables (default 1e-2)]
kappa_eps 1.000000e+01 # (numeric) 1e-06 to 1000 [mu is reduced when when log-bar error is below kappa_eps*mu (default 10.)]
kappa_mu 2.000000e-01 # (numeric) 1e-08 to 0.999 [Linear reduction coefficient for mu (default 0.2) (eqn (7) in Filt-IPM paper)]
max_iter 3000 # (integer) 1 to 1000000 [Max number of iterations (default 3000)]
mu0 1.000000e+00 # (numeric) 1e-06 to 1000 [Initial log-barrier parameter mu (default 1.)]
secant_memory_len 6 # (integer) 0 to 256 [Size of the memory of the Hessian secant approximation]
smax 1.000000e+02 # (numeric) 1 to 1e+07 [multiplier threshold used in computing the scaling factors for the optimality error (default 100.)]
tau_min 9.900000e-01 # (numeric) 0.9 to 0.99999 [Fraction-to-the-boundary parameter used in the line-search to back-off a bit (default 0.99) (eqn (8) in the Filt-IPM paper]
theta_mu 1.500000e+00 # (numeric) 1 to 2 [Exponential reduction coefficient for mu (default 1.5) (eqn (7) in Filt-IPM paper)]
tolerance 1.000000e-08 # (numeric) 1e-14 to 0.1 [Absolute error tolerance for the NLP (default 1e-8)]
verbosity_level 3 # (integer) 0 to 12 [Verbosity level: 0 no output (only errors), 1=0+warnings, 2=1 (reserved), 3=2+optimization output, 4=3+scalars; larger values explained in hiopLogger.hpp]
# end of Hiop options
Using 1 MPI ranks.
---------------
Problem Summary
---------------
Total number of variables: 50000
lower/upper/lower_and_upper bounds: 49999 / 1 / 1
Total number of equality constraints: 1
Total number of inequality constraints: 3
lower/upper/lower_and_upper bounds: 2 / 2 / 1
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
0 7.2106462e+02 2.450e+04 1.530e+00 0.00 0.000e+00 0.000e+00 -(-)
1 2.0000257e+06 3.687e-08 2.791e+04 0.00 5.054e-01 1.000e+00 1(s)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.05176e-05 after 3 iterative refinements
2 9.1642405e+02 1.205e-05 5.106e+02 0.00 9.909e-01 1.000e+00 1(f)
3 8.5133322e+02 9.542e-08 8.224e+01 0.00 9.912e-01 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.05176e-05 after 3 iterative refinements
4 1.7604365e+02 4.233e-05 1.346e+02 0.00 1.000e+00 1.000e+00 1(f)
5 6.8495445e+01 2.375e-08 1.203e+01 0.00 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 6.10352e-05 after 3 iterative refinements
6 2.1682420e+01 5.213e-05 2.629e+01 0.00 1.000e+00 1.000e+00 1(f)
7 7.8797969e+00 6.316e-08 2.029e+00 0.00 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
8 2.6547628e+00 1.172e-05 5.258e+00 -0.70 1.000e+00 1.000e+00 1(f)
9 1.0115834e+00 6.337e-08 6.500e-01 -0.70 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 4.76837e-07 after 3 iterative refinements
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
10 3.7544984e-01 2.863e-06 1.037e+00 -1.40 1.000e+00 1.000e+00 1(f)
11 1.5592791e-01 5.517e-08 1.854e-01 -1.40 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
12 6.5748734e-02 2.227e-06 2.006e-01 -2.10 1.000e+00 1.000e+00 1(f)
13 3.6021801e-02 4.694e-08 2.095e-02 -2.10 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
14 2.2103787e-02 7.646e-06 3.959e-02 -3.15 9.921e-01 1.000e+00 1(f)
15 1.7933471e-02 5.245e-08 7.974e-03 -3.15 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.52588e-05 after 3 iterative refinements
16 1.6868322e-02 2.678e-05 6.562e-03 -3.15 1.000e+00 1.000e+00 1(f)
17 1.5813411e-02 1.420e-08 1.686e-03 -4.72 9.826e-01 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 0.00012207 after 3 iterative refinements
18 1.5696531e-02 1.642e-04 2.605e-03 -4.72 1.000e+00 1.000e+00 1(h)
19 1.5662037e-02 6.321e-08 1.528e-04 -4.72 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.05176e-05 after 3 iterative refinements
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
20 1.5630786e-02 2.151e-05 2.634e-04 -7.08 9.871e-01 1.000e+00 1(h)
21 1.5626946e-02 6.106e-08 9.945e-05 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 0.000976562 after 3 iterative refinements
22 1.5625688e-02 7.071e-04 4.882e-05 -7.08 1.000e+00 1.000e+00 1(h)
23 1.5625281e-02 1.081e-07 5.441e-06 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 0.000244141 after 3 iterative refinements
24 1.5625148e-02 3.420e-04 8.988e-06 -7.08 1.000e+00 1.000e+00 1(h)
25 1.5625105e-02 1.226e-08 9.932e-07 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.05176e-05 after 3 iterative refinements
26 1.5625091e-02 4.154e-05 1.614e-06 -7.08 1.000e+00 1.000e+00 1(h)
27 1.5625086e-02 6.831e-08 1.710e-07 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
28 1.5625002e-02 1.188e-05 4.962e-07 -9.00 1.000e+00 1.000e+00 1(h)
29 1.5625001e-02 6.812e-08 3.421e-07 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.05176e-05 after 3 iterative refinements
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
30 1.5625001e-02 1.744e-05 6.361e-08 -9.00 1.000e+00 1.000e+00 1(h)
31 1.5625001e-02 3.761e-08 7.021e-09 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 2.98023e-08 after 3 iterative refinements
32 1.5625001e-02 8.805e-06 1.121e-08 -9.00 1.000e+00 1.000e+00 1(h)
33 1.5625001e-02 2.722e-08 1.152e-09 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.8147e-06 after 3 iterative refinements
34 1.5625001e-02 2.954e-06 1.586e-09 -9.00 1.000e+00 1.000e+00 1(h)
35 1.5625001e-02 6.754e-08 1.134e-10 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 4.76837e-07 after 3 iterative refinements
36 1.5625001e-02 4.537e-08 1.010e-10 -9.00 1.000e+00 1.250e-01 4(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.49012e-08 after 3 iterative refinements
37 1.5625001e-02 3.874e-08 5.832e-12 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.49012e-08 after 3 iterative refinements
38 1.5625001e-02 1.467e-08 3.074e-12 -9.00 1.000e+00 5.000e-01 2(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.49012e-08 after 3 iterative refinements
39 1.5625001e-02 1.369e-08 3.071e-12 -9.00 1.000e+00 9.766e-04 11(h)
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
40 1.5625001e-02 1.326e-08 3.070e-12 -9.00 1.000e+00 1.221e-04 14(h)
Panic: minimum step size reached. The problem may be infeasible or the gradient inaccurate. Will exit here.
41 1.5625001e-02 1.326e-08 3.070e-12 -9.00 1.000e+00 5.551e-17 54(?)
Couldn't solve the problem.
Total time=2.052 sec
Hiop internal time: total=1.687 sec average per iteration=0.041 sec
internal total time std dev across ranks=0.000 percent
Fcn/deriv time: total=0.364 sec ( obj=0.131 grad=0.045 cons=0.173 Jac=0.015 )
Fcn/deriv total time std dev across ranks=0.000 percent
Fcn/deriv #: obj=122 grad=42 eq cons=122 ineq cons=122 eq Jac=42 ineq Jac=42
Linesearch returned unsuccessfully (small step). Probable cause: inaccurate gradients/Jacobians or infeasible problem.
solver returned negative solve status: -4 (with objective is 1.562500100089e-02)
<end of output>
Test time = 2.08 sec
----------------------------------------------------------
Test Failed.
"NlpDenseCons2_50K" end time: Jan 24 12:26 PST
"NlpDenseCons2_50K" time elapsed: 00:00:02
----------------------------------------------------------
6/6 Testing: NlpDenseCons2_50K_mpi
6/6 Test: NlpDenseCons2_50K_mpi
Command: "/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpirun" "-np" "2" "/Users/oxberry1/hiop-github/build/src/Drivers/nlpDenseCons_ex2.exe" "50000" "-selfcheck"
Directory: /Users/oxberry1/hiop-github/build
"NlpDenseCons2_50K_mpi" start time: Jan 24 12:26 PST
Output:
----------------------------------------------------------
===============
Hiop SOLVER
===============
#
# Hiop options
#
acceptable_iterations 10 # (integer) 1 to 1000000 [Number of iterations of acceptable tolerance after which HiOp terminates (default 10)]
acceptable_tolerance 1.000000e-06 # (numeric) 1e-14 to 0.1 [HiOp will terminate if the NLP residuals are below for 'acceptable_iterations' many consecutive iterations (default 1e-6)]
dualsInitialization lsq # (string) one of [ lsq zero ] [Type of update of the multipliers of the eq. cons. (default lsq)]
dualsUpdateType lsq # (string) one of [ lsq linear ] [Type of update of the multipliers of the eq. cons. (default lsq)]
kappa1 1.000000e-02 # (numeric) 1e-08 to 1 [sufficiently-away-from-the-boundary projection parameter used in initialization (default 1e-2)]
kappa2 1.000000e-02 # (numeric) 1e-08 to 0.49999 [shift projection parameter used in initialization for double-bounded variables (default 1e-2)]
kappa_eps 1.000000e+01 # (numeric) 1e-06 to 1000 [mu is reduced when when log-bar error is below kappa_eps*mu (default 10.)]
kappa_mu 2.000000e-01 # (numeric) 1e-08 to 0.999 [Linear reduction coefficient for mu (default 0.2) (eqn (7) in Filt-IPM paper)]
max_iter 3000 # (integer) 1 to 1000000 [Max number of iterations (default 3000)]
mu0 1.000000e+00 # (numeric) 1e-06 to 1000 [Initial log-barrier parameter mu (default 1.)]
secant_memory_len 6 # (integer) 0 to 256 [Size of the memory of the Hessian secant approximation]
smax 1.000000e+02 # (numeric) 1 to 1e+07 [multiplier threshold used in computing the scaling factors for the optimality error (default 100.)]
tau_min 9.900000e-01 # (numeric) 0.9 to 0.99999 [Fraction-to-the-boundary parameter used in the line-search to back-off a bit (default 0.99) (eqn (8) in the Filt-IPM paper]
theta_mu 1.500000e+00 # (numeric) 1 to 2 [Exponential reduction coefficient for mu (default 1.5) (eqn (7) in Filt-IPM paper)]
tolerance 1.000000e-08 # (numeric) 1e-14 to 0.1 [Absolute error tolerance for the NLP (default 1e-8)]
verbosity_level 3 # (integer) 0 to 12 [Verbosity level: 0 no output (only errors), 1=0+warnings, 2=1 (reserved), 3=2+optimization output, 4=3+scalars; larger values explained in hiopLogger.hpp]
# end of Hiop options
Using 2 MPI ranks.
---------------
Problem Summary
---------------
Total number of variables: 50000
lower/upper/lower_and_upper bounds: 49999 / 1 / 1
Total number of equality constraints: 1
Total number of inequality constraints: 3
lower/upper/lower_and_upper bounds: 2 / 2 / 1
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
0 7.2106462e+02 2.450e+04 1.530e+00 0.00 0.000e+00 0.000e+00 -(-)
1 2.0000257e+06 4.335e-08 2.791e+04 0.00 5.054e-01 1.000e+00 1(s)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.52588e-05 after 3 iterative refinements
2 9.1642405e+02 1.250e-05 5.106e+02 0.00 9.909e-01 1.000e+00 1(f)
3 8.5133322e+02 4.645e-08 8.224e+01 0.00 9.912e-01 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.05176e-05 after 3 iterative refinements
4 1.7604365e+02 5.439e-05 1.346e+02 0.00 1.000e+00 1.000e+00 1(f)
5 6.8495445e+01 5.210e-09 1.203e+01 0.00 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.05176e-05 after 3 iterative refinements
6 2.1682420e+01 1.217e-05 2.629e+01 0.00 1.000e+00 1.000e+00 1(f)
7 7.8797969e+00 3.719e-08 2.029e+00 0.00 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
8 2.6547628e+00 1.161e-05 5.258e+00 -0.70 1.000e+00 1.000e+00 1(f)
9 1.0115834e+00 2.240e-08 6.500e-01 -0.70 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 9.53674e-07 after 3 iterative refinements
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
10 3.7544984e-01 3.310e-06 1.037e+00 -1.40 1.000e+00 1.000e+00 1(f)
11 1.5592791e-01 3.311e-09 1.854e-01 -1.40 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 9.53674e-07 after 3 iterative refinements
12 6.5748734e-02 5.639e-06 2.006e-01 -2.10 1.000e+00 1.000e+00 1(f)
13 3.6021801e-02 1.266e-09 2.095e-02 -2.10 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
14 2.2103787e-02 7.605e-06 3.959e-02 -3.15 9.921e-01 1.000e+00 1(f)
15 1.7933471e-02 6.992e-09 7.974e-03 -3.15 1.000e+00 1.000e+00 1(f)
16 1.6868322e-02 5.216e-07 4.024e-03 -3.15 1.000e+00 1.000e+00 1(f)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
17 1.5813411e-02 1.118e-05 3.356e-03 -4.72 9.826e-01 1.000e+00 1(f)
18 1.5696531e-02 4.025e-08 2.578e-03 -4.72 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.52588e-05 after 3 iterative refinements
19 1.5662037e-02 7.802e-06 5.845e-04 -4.72 1.000e+00 1.000e+00 1(h)
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
20 1.5650300e-02 3.906e-08 6.389e-05 -4.72 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 2.98023e-08 after 3 iterative refinements
21 1.5627052e-02 5.645e-06 1.183e-04 -7.08 9.913e-01 1.000e+00 1(h)
22 1.5625723e-02 3.925e-08 8.388e-05 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 0.000244141 after 3 iterative refinements
23 1.5625292e-02 2.603e-05 2.186e-05 -7.08 1.000e+00 1.000e+00 1(h)
24 1.5625152e-02 1.529e-08 2.432e-06 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 3.8147e-06 after 3 iterative refinements
25 1.5625106e-02 6.364e-05 3.996e-06 -7.08 1.000e+00 1.000e+00 1(h)
26 1.5625091e-02 4.039e-08 4.368e-07 -7.08 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 9.53674e-07 after 3 iterative refinements
27 1.5625003e-02 1.124e-05 7.851e-07 -9.00 1.000e+00 1.000e+00 1(h)
28 1.5625002e-02 1.332e-09 4.011e-07 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 0.00012207 after 3 iterative refinements
29 1.5625001e-02 5.300e-05 1.451e-07 -9.00 1.000e+00 1.000e+00 1(h)
iter objective inf_pr inf_du lg(mu) alpha_du alpha_pr linesrch
30 1.5625001e-02 1.740e-08 1.613e-08 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 0.00012207 after 3 iterative refinements
31 1.5625001e-02 9.890e-05 2.627e-08 -9.00 1.000e+00 1.000e+00 1(h)
32 1.5625001e-02 1.995e-08 2.828e-09 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 7.62939e-06 after 3 iterative refinements
33 1.5625001e-02 9.156e-06 4.315e-09 -9.00 1.000e+00 1.000e+00 1(h)
34 1.5625001e-02 3.092e-08 3.937e-10 -9.00 1.000e+00 1.000e+00 1(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 5.96046e-08 after 3 iterative refinements
35 1.5625001e-02 2.034e-08 3.912e-10 -9.00 1.000e+00 7.812e-03 8(h)
hiopKKTLinSysLowRank::solveWithRefin reduced residual to ONLY (inf-norm) 1.90735e-06 after 3 iterative refinements
36 1.5625001e-02 1.941e-06 2.106e-10 -9.00 1.000e+00 1.000e+00 1(h)
37 1.5625001e-02 3.265e-08 8.867e-12 -9.00 1.000e+00 1.000e+00 1(h)
38 1.5625001e-02 9.924e-09 2.984e-13 -9.00 1.000e+00 1.000e+00 1(h)
Successfull termination.
Total time=0.899 sec
Hiop internal time: total=0.807 sec average per iteration=0.021 sec
internal total time std dev across ranks=0.026 percent
Fcn/deriv time: total=0.089 sec ( obj=0.026 grad=0.021 cons=0.035 Jac=0.007 )
Fcn/deriv total time std dev across ranks=0.015 percent
Fcn/deriv #: obj=46 grad=39 eq cons=46 ineq cons=46 eq Jac=39 ineq Jac=39
selfcheck success (6 digits)
selfcheck success (6 digits)
<end of output>
Test time = 0.94 sec
----------------------------------------------------------
Test Passed.
"NlpDenseCons2_50K_mpi" end time: Jan 24 12:26 PST
"NlpDenseCons2_50K_mpi" time elapsed: 00:00:00
----------------------------------------------------------
End testing: Jan 24 12:26 PST
1:NlpDenseCons1_5H
2:NlpDenseCons1_5K
5:NlpDenseCons2_50K
Running tests...
Test project /Users/oxberry1/hiop-github/build
Start 1: NlpDenseCons1_5H
1/6 Test #1: NlpDenseCons1_5H .................***Exception: SegFault 0.02 sec
Start 2: NlpDenseCons1_5K
2/6 Test #2: NlpDenseCons1_5K .................***Exception: SegFault 0.02 sec
Start 3: NlpDenseCons2_5H
3/6 Test #3: NlpDenseCons2_5H ................. Passed 0.05 sec
Start 4: NlpDenseCons2_5K
4/6 Test #4: NlpDenseCons2_5K ................. Passed 0.20 sec
Start 5: NlpDenseCons2_50K
5/6 Test #5: NlpDenseCons2_50K ................***Failed 2.08 sec
Start 6: NlpDenseCons2_50K_mpi
6/6 Test #6: NlpDenseCons2_50K_mpi ............ Passed 0.94 sec
50% tests passed, 3 tests failed out of 6
Total Test time (real) = 3.34 sec
The following tests FAILED:
1 - NlpDenseCons1_5H (SEGFAULT)
2 - NlpDenseCons1_5K (SEGFAULT)
5 - NlpDenseCons2_50K (Failed)
Errors while running CTest
make: *** [test] Error 8
/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -H/Users/oxberry1/hiop-github -B/Users/oxberry1/hiop-github/build --check-build-system CMakeFiles/Makefile.cmake 0
/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_progress_start /Users/oxberry1/hiop-github/build/CMakeFiles /Users/oxberry1/hiop-github/build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Utils/CMakeFiles/hiopUtils.dir/build.make src/Utils/CMakeFiles/hiopUtils.dir/depend
cd /Users/oxberry1/hiop-github/build && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_depends "Unix Makefiles" /Users/oxberry1/hiop-github /Users/oxberry1/hiop-github/src/Utils /Users/oxberry1/hiop-github/build /Users/oxberry1/hiop-github/build/src/Utils /Users/oxberry1/hiop-github/build/src/Utils/CMakeFiles/hiopUtils.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Utils/CMakeFiles/hiopUtils.dir/build.make src/Utils/CMakeFiles/hiopUtils.dir/build
[ 4%] Building CXX object src/Utils/CMakeFiles/hiopUtils.dir/hiopLogger.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Utils && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopUtils.dir/hiopLogger.cpp.o -c /Users/oxberry1/hiop-github/src/Utils/hiopLogger.cpp
/Users/oxberry1/hiop-github/src/Utils/hiopLogger.cpp:142:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
fprintf(_f,_buff);
^~~~~
/Users/oxberry1/hiop-github/src/Utils/hiopLogger.cpp:142:14: note: treat the string as an argument to avoid this
fprintf(_f,_buff);
^
"%s",
1 warning generated.
[ 9%] Building CXX object src/Utils/CMakeFiles/hiopUtils.dir/hiopOptions.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Utils && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopUtils.dir/hiopOptions.cpp.o -c /Users/oxberry1/hiop-github/src/Utils/hiopOptions.cpp
[ 9%] Built target hiopUtils
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Optimization/CMakeFiles/hiopOptimization.dir/build.make src/Optimization/CMakeFiles/hiopOptimization.dir/depend
cd /Users/oxberry1/hiop-github/build && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_depends "Unix Makefiles" /Users/oxberry1/hiop-github /Users/oxberry1/hiop-github/src/Optimization /Users/oxberry1/hiop-github/build /Users/oxberry1/hiop-github/build/src/Optimization /Users/oxberry1/hiop-github/build/src/Optimization/CMakeFiles/hiopOptimization.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Optimization/CMakeFiles/hiopOptimization.dir/build.make src/Optimization/CMakeFiles/hiopOptimization.dir/build
[ 14%] Building CXX object src/Optimization/CMakeFiles/hiopOptimization.dir/hiopNlpFormulation.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Optimization && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopOptimization.dir/hiopNlpFormulation.cpp.o -c /Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:376:51: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, "Total number of variables: %d\n", n_vars);
~~ ^~~~~~
%lld
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:377:75: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, " lower/upper/lower_and_upper bounds: %d / %d / %d\n", n_bnds_low, n_bnds_upp, n_bnds_lu);
~~ ^~~~~~~~~~
%lld
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:377:87: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, " lower/upper/lower_and_upper bounds: %d / %d / %d\n", n_bnds_low, n_bnds_upp, n_bnds_lu);
~~ ^~~~~~~~~~
%lld
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:377:99: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, " lower/upper/lower_and_upper bounds: %d / %d / %d\n", n_bnds_low, n_bnds_upp, n_bnds_lu);
~~ ^~~~~~~~~
%lld
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:378:62: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, "Total number of equality constraints: %d\n", n_cons_eq);
~~ ^~~~~~~~~
%lld
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:379:64: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, "Total number of inequality constraints: %d\n", n_cons_ineq );
~~ ^~~~~~~~~~~
%lld
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:380:75: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, " lower/upper/lower_and_upper bounds: %d / %d / %d\n", n_ineq_low, n_ineq_upp, n_ineq_lu);
~~ ^~~~~~~~~~
%lld
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:380:87: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, " lower/upper/lower_and_upper bounds: %d / %d / %d\n", n_ineq_low, n_ineq_upp, n_ineq_lu);
~~ ^~~~~~~~~~
%lld
/Users/oxberry1/hiop-github/src/Optimization/hiopNlpFormulation.cpp:380:99: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(f, " lower/upper/lower_and_upper bounds: %d / %d / %d\n", n_ineq_low, n_ineq_upp, n_ineq_lu);
~~ ^~~~~~~~~
%lld
9 warnings generated.
[ 19%] Building CXX object src/Optimization/CMakeFiles/hiopOptimization.dir/hiopIterate.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Optimization && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopOptimization.dir/hiopIterate.cpp.o -c /Users/oxberry1/hiop-github/src/Optimization/hiopIterate.cpp
[ 23%] Building CXX object src/Optimization/CMakeFiles/hiopOptimization.dir/hiopResidual.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Optimization && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopOptimization.dir/hiopResidual.cpp.o -c /Users/oxberry1/hiop-github/src/Optimization/hiopResidual.cpp
[ 28%] Building CXX object src/Optimization/CMakeFiles/hiopOptimization.dir/hiopFilter.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Optimization && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopOptimization.dir/hiopFilter.cpp.o -c /Users/oxberry1/hiop-github/src/Optimization/hiopFilter.cpp
[ 33%] Building CXX object src/Optimization/CMakeFiles/hiopOptimization.dir/hiopAlgFilterIPM.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Optimization && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopOptimization.dir/hiopAlgFilterIPM.cpp.o -c /Users/oxberry1/hiop-github/src/Optimization/hiopAlgFilterIPM.cpp
[ 38%] Building CXX object src/Optimization/CMakeFiles/hiopOptimization.dir/hiopKKTLinSys.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Optimization && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopOptimization.dir/hiopKKTLinSys.cpp.o -c /Users/oxberry1/hiop-github/src/Optimization/hiopKKTLinSys.cpp
/Users/oxberry1/hiop-github/src/Optimization/hiopKKTLinSys.cpp:688:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
[ 42%] Building CXX object src/Optimization/CMakeFiles/hiopOptimization.dir/hiopHessianLowRank.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Optimization && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopOptimization.dir/hiopHessianLowRank.cpp.o -c /Users/oxberry1/hiop-github/src/Optimization/hiopHessianLowRank.cpp
/Users/oxberry1/hiop-github/src/Optimization/hiopHessianLowRank.cpp:179:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
/Users/oxberry1/hiop-github/src/Optimization/hiopHessianLowRank.cpp:794:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
} else {
^
/Users/oxberry1/hiop-github/src/Optimization/hiopHessianLowRank.cpp:1217:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
3 warnings generated.
[ 47%] Building CXX object src/Optimization/CMakeFiles/hiopOptimization.dir/hiopDualsUpdater.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Optimization && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopOptimization.dir/hiopDualsUpdater.cpp.o -c /Users/oxberry1/hiop-github/src/Optimization/hiopDualsUpdater.cpp
/Users/oxberry1/hiop-github/src/Optimization/hiopDualsUpdater.cpp:175:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(info=this->factorizeMat(*M)) {
~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/oxberry1/hiop-github/src/Optimization/hiopDualsUpdater.cpp:175:10: note: place parentheses around the assignment to silence this warning
if(info=this->factorizeMat(*M)) {
^
( )
/Users/oxberry1/hiop-github/src/Optimization/hiopDualsUpdater.cpp:175:10: note: use '==' to turn this assignment into an equality comparison
if(info=this->factorizeMat(*M)) {
^
==
/Users/oxberry1/hiop-github/src/Optimization/hiopDualsUpdater.cpp:206:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(info=this->solveWithFactors(*M, *rhs)) {
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/oxberry1/hiop-github/src/Optimization/hiopDualsUpdater.cpp:206:10: note: place parentheses around the assignment to silence this warning
if(info=this->solveWithFactors(*M, *rhs)) {
^
( )
/Users/oxberry1/hiop-github/src/Optimization/hiopDualsUpdater.cpp:206:10: note: use '==' to turn this assignment into an equality comparison
if(info=this->solveWithFactors(*M, *rhs)) {
^
==
2 warnings generated.
[ 47%] Built target hiopOptimization
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/LinAlg/CMakeFiles/hiopLinAlg.dir/build.make src/LinAlg/CMakeFiles/hiopLinAlg.dir/depend
cd /Users/oxberry1/hiop-github/build && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_depends "Unix Makefiles" /Users/oxberry1/hiop-github /Users/oxberry1/hiop-github/src/LinAlg /Users/oxberry1/hiop-github/build /Users/oxberry1/hiop-github/build/src/LinAlg /Users/oxberry1/hiop-github/build/src/LinAlg/CMakeFiles/hiopLinAlg.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/LinAlg/CMakeFiles/hiopLinAlg.dir/build.make src/LinAlg/CMakeFiles/hiopLinAlg.dir/build
[ 52%] Building CXX object src/LinAlg/CMakeFiles/hiopLinAlg.dir/hiopVector.cpp.o
cd /Users/oxberry1/hiop-github/build/src/LinAlg && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopLinAlg.dir/hiopVector.cpp.o -c /Users/oxberry1/hiop-github/src/LinAlg/hiopVector.cpp
/Users/oxberry1/hiop-github/src/LinAlg/hiopVector.cpp:728:71: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(file, "vector of size %d, printing %d elems (on rank=%d)\n", n, max_elems, myrank);
~~ ^
%lld
/Users/oxberry1/hiop-github/src/LinAlg/hiopVector.cpp:730:67: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
fprintf(file, "vector of size %d, printing %d elems (serial)\n", n, max_elems);
~~ ^
%lld
2 warnings generated.
[ 57%] Building CXX object src/LinAlg/CMakeFiles/hiopLinAlg.dir/hiopMatrix.cpp.o
cd /Users/oxberry1/hiop-github/build/src/LinAlg && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hiopLinAlg.dir/hiopMatrix.cpp.o -c /Users/oxberry1/hiop-github/src/LinAlg/hiopMatrix.cpp
/Users/oxberry1/hiop-github/src/LinAlg/hiopMatrix.cpp:196:10: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
assert(fabs(shift)<m_local);
^
/Users/oxberry1/hiop-github/src/LinAlg/hiopMatrix.cpp:196:10: note: use function 'std::abs' instead
assert(fabs(shift)<m_local);
^~~~
std::abs
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
(__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
^
/Users/oxberry1/hiop-github/src/LinAlg/hiopMatrix.cpp:196:10: note: include the header <cstdlib> or explicitly provide a declaration for 'std::abs'
1 warning generated.
[ 57%] Built target hiopLinAlg
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/hiop.dir/build.make CMakeFiles/hiop.dir/depend
cd /Users/oxberry1/hiop-github/build && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_depends "Unix Makefiles" /Users/oxberry1/hiop-github /Users/oxberry1/hiop-github /Users/oxberry1/hiop-github/build /Users/oxberry1/hiop-github/build /Users/oxberry1/hiop-github/build/CMakeFiles/hiop.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/hiop.dir/build.make CMakeFiles/hiop.dir/build
[ 61%] Linking CXX static library libhiop.a
/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -P CMakeFiles/hiop.dir/cmake_clean_target.cmake
/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_link_script CMakeFiles/hiop.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libhiop.a src/Optimization/CMakeFiles/hiopOptimization.dir/hiopNlpFormulation.cpp.o src/Optimization/CMakeFiles/hiopOptimization.dir/hiopIterate.cpp.o src/Optimization/CMakeFiles/hiopOptimization.dir/hiopResidual.cpp.o src/Optimization/CMakeFiles/hiopOptimization.dir/hiopFilter.cpp.o src/Optimization/CMakeFiles/hiopOptimization.dir/hiopAlgFilterIPM.cpp.o src/Optimization/CMakeFiles/hiopOptimization.dir/hiopKKTLinSys.cpp.o src/Optimization/CMakeFiles/hiopOptimization.dir/hiopHessianLowRank.cpp.o src/Optimization/CMakeFiles/hiopOptimization.dir/hiopDualsUpdater.cpp.o src/LinAlg/CMakeFiles/hiopLinAlg.dir/hiopVector.cpp.o src/LinAlg/CMakeFiles/hiopLinAlg.dir/hiopMatrix.cpp.o src/Utils/CMakeFiles/hiopUtils.dir/hiopLogger.cpp.o src/Utils/CMakeFiles/hiopUtils.dir/hiopOptions.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libhiop.a
[ 61%] Built target hiop
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Drivers/CMakeFiles/hpc_benchmark.exe.dir/build.make src/Drivers/CMakeFiles/hpc_benchmark.exe.dir/depend
cd /Users/oxberry1/hiop-github/build && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_depends "Unix Makefiles" /Users/oxberry1/hiop-github /Users/oxberry1/hiop-github/src/Drivers /Users/oxberry1/hiop-github/build /Users/oxberry1/hiop-github/build/src/Drivers /Users/oxberry1/hiop-github/build/src/Drivers/CMakeFiles/hpc_benchmark.exe.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Drivers/CMakeFiles/hpc_benchmark.exe.dir/build.make src/Drivers/CMakeFiles/hpc_benchmark.exe.dir/build
[ 66%] Building CXX object src/Drivers/CMakeFiles/hpc_benchmark.exe.dir/hpc_benchmark.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Drivers && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/hpc_benchmark.exe.dir/hpc_benchmark.cpp.o -c /Users/oxberry1/hiop-github/src/Drivers/hpc_benchmark.cpp
/Users/oxberry1/hiop-github/src/Drivers/hpc_benchmark.cpp:49:72: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat]
if(0==my_rank ) printf("Network benchmark: base dimension is %lu\n", baseDim);
~~~ ^~~~~~~
%lld
/Users/oxberry1/hiop-github/src/Drivers/hpc_benchmark.cpp:67:80: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat]
if(0==my_rank ) printf(" buffer size %10lu reduced in %.10f seconds\n", loc_size, tm_end-tm_start);
~~~~~ ^~~~~~~~
%10lld
/Users/oxberry1/hiop-github/src/Drivers/hpc_benchmark.cpp:80:13: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat]
nranks, baseDim, TEST_X_SIZE, NUM_TESTS, NUM_REDUCES, NUM_REPETES);
^~~~~~~
/Users/oxberry1/hiop-github/src/Drivers/hpc_benchmark.cpp:88:90: warning: format specifies type 'unsigned long' but the argument has type 'long long' [-Wformat]
printf(" buffer size %10lu reduced in: mean %.10f seconds stddev %.3f percent\n", loc_size, mean, stdd/mean*100);
~~~~~ ^~~~~~~~
%10lld
4 warnings generated.
[ 71%] Linking CXX executable hpc_benchmark.exe
cd /Users/oxberry1/hiop-github/build/src/Drivers && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_link_script CMakeFiles/hpc_benchmark.exe.dir/link.txt --verbose=1
/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -fPIC -fpermissive -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/hpc_benchmark.exe.dir/hpc_benchmark.cpp.o -o hpc_benchmark.exe -framework Accelerate -framework Accelerate
[ 71%] Built target hpc_benchmark.exe
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Drivers/CMakeFiles/nlpDenseCons_ex2.exe.dir/build.make src/Drivers/CMakeFiles/nlpDenseCons_ex2.exe.dir/depend
cd /Users/oxberry1/hiop-github/build && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_depends "Unix Makefiles" /Users/oxberry1/hiop-github /Users/oxberry1/hiop-github/src/Drivers /Users/oxberry1/hiop-github/build /Users/oxberry1/hiop-github/build/src/Drivers /Users/oxberry1/hiop-github/build/src/Drivers/CMakeFiles/nlpDenseCons_ex2.exe.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Drivers/CMakeFiles/nlpDenseCons_ex2.exe.dir/build.make src/Drivers/CMakeFiles/nlpDenseCons_ex2.exe.dir/build
[ 76%] Building CXX object src/Drivers/CMakeFiles/nlpDenseCons_ex2.exe.dir/nlpDenseCons_ex2.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Drivers && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/nlpDenseCons_ex2.exe.dir/nlpDenseCons_ex2.cpp.o -c /Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex2.cpp
[ 80%] Building CXX object src/Drivers/CMakeFiles/nlpDenseCons_ex2.exe.dir/nlpDenseCons_ex2_driver.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Drivers && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/nlpDenseCons_ex2.exe.dir/nlpDenseCons_ex2_driver.cpp.o -c /Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex2_driver.cpp
/Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex2_driver.cpp:118:56: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
objval, -(int)log10(relerr), objval_saved[it], n);
^
/Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex2_driver.cpp:128:121: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
printf("selfcheck: driver does not have the objective for n=%d saved. BTW, obj=%18.12e was obtained for this n.\n", n, objval);
~~ ^
%lld
2 warnings generated.
[ 85%] Linking CXX executable nlpDenseCons_ex2.exe
cd /Users/oxberry1/hiop-github/build/src/Drivers && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_link_script CMakeFiles/nlpDenseCons_ex2.exe.dir/link.txt --verbose=1
/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -fPIC -fpermissive -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/nlpDenseCons_ex2.exe.dir/nlpDenseCons_ex2.cpp.o CMakeFiles/nlpDenseCons_ex2.exe.dir/nlpDenseCons_ex2_driver.cpp.o -o nlpDenseCons_ex2.exe ../../libhiop.a -framework Accelerate -framework Accelerate
[ 85%] Built target nlpDenseCons_ex2.exe
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Drivers/CMakeFiles/nlpDenseCons_ex1.exe.dir/build.make src/Drivers/CMakeFiles/nlpDenseCons_ex1.exe.dir/depend
cd /Users/oxberry1/hiop-github/build && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_depends "Unix Makefiles" /Users/oxberry1/hiop-github /Users/oxberry1/hiop-github/src/Drivers /Users/oxberry1/hiop-github/build /Users/oxberry1/hiop-github/build/src/Drivers /Users/oxberry1/hiop-github/build/src/Drivers/CMakeFiles/nlpDenseCons_ex1.exe.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/Drivers/CMakeFiles/nlpDenseCons_ex1.exe.dir/build.make src/Drivers/CMakeFiles/nlpDenseCons_ex1.exe.dir/build
[ 90%] Building CXX object src/Drivers/CMakeFiles/nlpDenseCons_ex1.exe.dir/nlpDenseCons_ex1.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Drivers && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/nlpDenseCons_ex1.exe.dir/nlpDenseCons_ex1.cpp.o -c /Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex1.cpp
/Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex1.cpp:57:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
[ 95%] Building CXX object src/Drivers/CMakeFiles/nlpDenseCons_ex1.exe.dir/nlpDenseCons_ex1_driver.cpp.o
cd /Users/oxberry1/hiop-github/build/src/Drivers && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -DDEEP_CHECKING -DWITH_MPI -I/Users/oxberry1/hiop-github/src/Interface -I/Users/oxberry1/hiop-github/src/Optimization -I/Users/oxberry1/hiop-github/src/LinAlg -I/Users/oxberry1/hiop-github/src/Utils -fPIC -fpermissive -o CMakeFiles/nlpDenseCons_ex1.exe.dir/nlpDenseCons_ex1_driver.cpp.o -c /Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex1_driver.cpp
/Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex1_driver.cpp:112:56: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
objval, -(int)log10(relerr), objval_saved[it], n);
^
/Users/oxberry1/hiop-github/src/Drivers/nlpDenseCons_ex1_driver.cpp:122:121: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat]
printf("selfcheck: driver does not have the objective for n=%d saved. BTW, obj=%18.12e was obtained for this n.\n", n, objval);
~~ ^
%lld
2 warnings generated.
[100%] Linking CXX executable nlpDenseCons_ex1.exe
cd /Users/oxberry1/hiop-github/build/src/Drivers && /Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_link_script CMakeFiles/nlpDenseCons_ex1.exe.dir/link.txt --verbose=1
/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/mpich-3.2-b6gz6h2nvk5zcelogwn54riiz7ut3axl/bin/mpicxx -fPIC -fpermissive -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/nlpDenseCons_ex1.exe.dir/nlpDenseCons_ex1.cpp.o CMakeFiles/nlpDenseCons_ex1.exe.dir/nlpDenseCons_ex1_driver.cpp.o -o nlpDenseCons_ex1.exe ../../libhiop.a -framework Accelerate -framework Accelerate
[100%] Built target nlpDenseCons_ex1.exe
/Users/oxberry1/spack/opt/spack/darwin-sierra-x86_64/clang-8.1.0-apple/cmake-3.10.1-frrq7hwzqkxloqy7twejcwpdhdkayy7n/bin/cmake -E cmake_progress_start /Users/oxberry1/hiop-github/build/CMakeFiles 0
Uvalde:build oxberry1$ ./src/Drivers/nlpDenseCons_ex1.exe 500 1.0 -selfcheck
Support for MPI is enabled
Segmentation fault: 11
Uvalde:build oxberry1$ ./src/Drivers/nlpDenseCons_ex1.exe 5000 1.0 -selfcheck
Support for MPI is enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment