[Trilinos-Users] Building zoltan on windows 7 using VS12 with cmake

Chris Deluca deluca at txcorp.com
Mon Feb 2 10:15:50 MST 2015


I attempting to build zoltan on a 64bit windows 7 machine using the VS12 
cl compiler with command line cmake in cygwin.  Running the 
configuration script attached in cygwin I am able to successfully 
configure for building zoltan, but when I attempt to build seems to do 
pretty much nothing and then stops with no error.  Attached are the 
configuration and build scripts and their log files.  If anyone has any 
ideas about how to get my build system building zoltan they would be 
greatly appreciated.

Thank you,
Chris DeLuca
-------------- next part --------------
#!/bin/bash
echo nmake
nmake
res=$?
echo Build of trilinos-parcommio completed with result = $res.
echo $res > bilderbuild-trilinos-parcommio.res
exit $res
-------------- next part --------------
nmake

Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation.  All rights reserved.

	C:\winsame\deluca\ExperimentalBuilds\MoabDevel\software-vs12\cmake-2.8.12.1-ser\bin\cmake.exe -HC:\winsame\deluca\ExperimentalBuilds\VS12_TEST\Trilinos_Builds\trilinos-11.12.1 -BC:\winsame\deluca\ExperimentalBuilds\VS12_TEST\Trilinos_Builds\trilinos-11.12.1\parcommio --check-build-system CMakeFiles\Makefile.cmake 0
	C:\winsame\deluca\ExperimentalBuilds\MoabDevel\software-vs12\cmake-2.8.12.1-ser\bin\cmake.exe -E cmake_progress_start C:\winsame\deluca\ExperimentalBuilds\VS12_TEST\Trilinos_Builds\trilinos-11.12.1\parcommio\CMakeFiles C:\winsame\deluca\ExperimentalBuilds\VS12_TEST\Trilinos_Builds\trilinos-11.12.1\parcommio\CMakeFiles\progress.marks
	"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe" -f CMakeFiles\Makefile2 /nologo -                   all
	C:\winsame\deluca\ExperimentalBuilds\MoabDevel\software-vs12\cmake-2.8.12.1-ser\bin\cmake.exe -E cmake_progress_start C:\winsame\deluca\ExperimentalBuilds\VS12_TEST\Trilinos_Builds\trilinos-11.12.1\parcommio\CMakeFiles 0
Build of trilinos-parcommio completed with result = 0.
-------------- next part --------------
#!/bin/bash

# Clear cmake cache to ensure a clean configure.
rm -rf CMakeFiles CMakeCache.txt

 '/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/cmake/bin/cmake' \
  -DCMAKE_INSTALL_PREFIX:PATH=C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/trilinos-11.12.1-parcommio \
  -DCMAKE_BUILD_TYPE:STRING=Release \
  -DCMAKE_COLOR_MAKEFILE:BOOL=FALSE \
  -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
  -DTPL_ENABLE_MPI:BOOL=ON \
  -DCMAKE_C_COMPILER:FILEPATH='C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl.exe' \
  -DCMAKE_CXX_COMPILER:FILEPATH='C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl.exe' \
  -DDART_TESTING_TIMEOUT:STRING=600 \
  -DPYTHON_EXECUTABLE:FILEPATH=C:/Python27/python \
  -DTrilinos_ENABLE_Fortran=OFF \
  -DBoost_INCLUDE_DIRS:FILEPATH='C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/boost-1_57_0-ser/include' \
  -DLAPACK_LIBRARY_DIRS:PATH='/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/clapack_cmake-3.2.1-ser/lib' \
  -DBLAS_LIBRARY_DIRS:PATH='/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/clapack_cmake-3.2.1-ser/lib' \
  -DLAPACK_LIBRARY_NAMES:STRING='lapack' \
  -DBLAS_LIBRARY_NAMES:STRING='blas;f2c' \
  -DCMAKE_C_FLAGS_RELEASE:STRING='/O2 /Ob2 /D NDEBUG' \
  -DCMAKE_CXX_FLAGS_RELEASE:STRING='/O2 /Ob2 /D NDEBUG' \
  -DTrilinos_ENABLE_ML:BOOL=OFF \
  -DTrilinos_ENABLE_AztecOO:BOOL=OFF \
  -DTrilinos_ENABLE_Amesos:BOOL=OFF \
  -DTrilinos_ENABLE_Galeri:BOOL=OFF \
  -DTrilinos_ENABLE_Shards:BOOL=OFF \
  -DTrilinos_ENABLE_Intrepid:BOOL=OFF \
  -DTrilinos_ENABLE_Komplex:BOOL=OFF \
  -DTrilinos_ENABLE_Phalanx:BOOL=OFF \
  -DTrilinos_ENABLE_NOX:BOOL=OFF \
  -DTrilinos_ENABLE_EpetraExt:BOOL=OFF \
  -DTrilinos_ENABLE_Epetra:BOOL=OFF \
  -DTrilinos_ENABLE_Triutils:BOOL=OFF \
  -DTrilinos_ENABLE_Teuchos:BOOL=OFF \
  -DTrilinos_ENABLE_Ifpack:BOOL=OFF \
  -DTeuchos_ENABLE_LONG_LONG_INT:BOOL=ON \
  -DTrilinos_ENABLE_Zoltan:BOOL=ON \
  -DTPL_ENABLE_BinUtils:BOOL=OFF \
  -DTPL_ENABLE_Boost:STRING=ON \
  -DTPL_ENABLE_SuperLUDist:BOOL=OFF \
  -DSuperLUDist_INCLUDE_DIRS:PATH='C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/superlu_dist-2.5-parcomm/include' \
  -DSuperLUDist_LIBRARY_DIRS:PATH='C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/superlu_dist-2.5-parcomm/lib' \
  -DSuperLUDist_LIBRARY_NAMES:STRING='superlu_dist' \
  -DTPL_ENABLE_SuperLUDist_Without_ParMETIS:BOOL=TRUE \
  -DTrilinos_ENABLE_SECONDARY_STABLE_CODE:BOOL=OFF \
  -DTrilinos_ENABLE_SEACASExodus:BOOL=OFF \
  -DTrilinos_ENABLE_SEACASNemesis:BOOL=OFF \
  -DTPL_ENABLE_Netcdf:BOOL=ON \
  -DNetcdf_LIBRARY_DIRS:PATH='C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/netcdf-4.3.2-ser/lib;C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/hdf5-1.8.13-ser/lib' \
  -DNetcdf_LIBRARY_NAMES:STRING='netcdf;hdf5_hl;hdf5' \
  -DNetcdf_INCLUDE_DIRS:PATH=C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/netcdf-4.3.2-ser/include \
  -DTPL_ENABLE_MATLAB:BOOL=OFF \
  -G 'NMake Makefiles JOM' \
  C:/winsame/deluca/ExperimentalBuilds/VS12_TEST/Trilinos_Builds/trilinos-11.12.1
-------------- next part --------------

Configuring Trilinos build directory

-- PROJECT_SOURCE_DIR='C:/winsame/deluca/ExperimentalBuilds/VS12_TEST/Trilinos_Builds/trilinos-11.12.1'
-- PROJECT_BINARY_DIR='C:/winsame/deluca/ExperimentalBuilds/VS12_TEST/Trilinos_Builds/trilinos-11.12.1/parcommio'
-- Trilinos_TRIBITS_DIR='C:/winsame/deluca/ExperimentalBuilds/VS12_TEST/Trilinos_Builds/trilinos-11.12.1/cmake/tribits'
-- CMAKE_VERSION='2.8.12.1'
-- CMAKE_HOST_SYSTEM_NAME='Windows'
-- Trilinos_HOSTNAME='T5500'
-- Found PythonInterp: C:/Python27/python (Required is at least version "2.4") 
-- Python version 2.7.6
-- PYTHON_EXECUTABLE='C:/Python27/python'

Setting up major user options ...


***
*** Warning: Setting Trilinos_ENABLE_ForTrilinos=OFF because Trilinos_ENABLE_Fortran=OFF!
***


***
*** Warning: Setting Trilinos_ENABLE_PyTrilinos=OFF because BUILD_SHARED_LIBS=OFF!
***

--   Setting Trilinos_ENABLE_TriKota=OFF because 'C:/winsame/deluca/ExperimentalBuilds/VS12_TEST/Trilinos_Builds/trilinos-11.12.1/packages/TriKota/Dakota' does not exit!

Reading the list of packages from C:/winsame/deluca/ExperimentalBuilds/VS12_TEST/Trilinos_Builds/trilinos-11.12.1/PackagesList.cmake

-- Trilinos_NUM_PACKAGES='56'

Reading the list of TPLs from C:/winsame/deluca/ExperimentalBuilds/VS12_TEST/Trilinos_Builds/trilinos-11.12.1/TPLsList.cmake

-- Trilinos_NUM_TPLS='84'

Processing Project, Repository, and Package dependency files and building internal dependencies graph ...

-- Trilinos_NUM_SE_PACKAGES='128'
-- Tentatively enabling TPL 'Pthread'

Explicitly enabled packages on input (by user):  Zoltan 1

Explicitly enabled SE packages on input (by user):  Zoltan 1

Explicitly disabled packages on input (by user or by default):  Teuchos Epetra Shards Triutils Tpetra EpetraExt Xpetra Isorropia AztecOO Galeri Amesos Pamgen Trios Ifpack Komplex ML Anasazi Ifpack2 ShyLU Teko TriKota Intrepid STK Phalanx NOX MOOCHO Sundance ForTrilinos PyTrilinos 29

Explicitly disabled SE packages on input (by user or by default):  Teuchos KokkosCore KokkosCompat KokkosContainers KokkosAlgorithms KokkosLinAlg KokkosExample KokkosMpiComm KokkosTask Epetra Shards Triutils Tpetra EpetraExt Xpetra Isorropia AztecOO Galeri Amesos Pamgen SEACASExodus SEACASNemesis Trioscommsplitter Triossupport Triosnnti Triosnssi Triosprograms Triosexamples Triostests Triosnetcdf-service Trios Ifpack Komplex ML Anasazi Ifpack2 ShyLU Teko TriKota Intrepid STK Phalanx NOX MOOCHO Sundance ForTrilinos PyTrilinos 47

Explicitly enabled TPLs on input (by user):  Pthread MPI Boost Netcdf 4

Explicitly disabled TPLs on input (by user or by default):  BinUtils SuperLUDist MATLAB 3

Disabling all packages that have a required dependency on disabled TPLs and optional package TPL support based on TPL_ENABLE_<TPL>=OFF ...


Disabling subpackages for hard disables of parent packages due to Trilinos_ENABLE_<PARENT_PACKAGE>=OFF ...

-- Setting subpackage enable Trilinos_ENABLE_TeuchosCore=OFF because parent package Trilinos_ENABLE_Teuchos=OFF
-- Setting subpackage enable Trilinos_ENABLE_TeuchosParameterList=OFF because parent package Trilinos_ENABLE_Teuchos=OFF
-- Setting subpackage enable Trilinos_ENABLE_TeuchosComm=OFF because parent package Trilinos_ENABLE_Teuchos=OFF
-- Setting subpackage enable Trilinos_ENABLE_TeuchosNumerics=OFF because parent package Trilinos_ENABLE_Teuchos=OFF
-- Setting subpackage enable Trilinos_ENABLE_TeuchosRemainder=OFF because parent package Trilinos_ENABLE_Teuchos=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKClassic=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKUtil=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKTopology=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKMesh=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKIO=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKSearch=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKSearchUtil=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKTransfer=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKUnit_tests=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKDoc_tests=OFF because parent package Trilinos_ENABLE_STK=OFF
-- Setting subpackage enable Trilinos_ENABLE_STKExp=OFF because parent package Trilinos_ENABLE_STK=OFF

Disabling forward required SE packages and optional intra-package support that have a dependancy on disabled SE packages Trilinos_ENABLE_<TRIBITS_PACKAGE>=OFF ...

-- Setting Trilinos_ENABLE_RTOp=OFF because RTOp has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_KokkosClassic=OFF because KokkosClassic has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_GlobiPack=OFF because GlobiPack has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_ThyraCore=OFF because ThyraCore has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_OptiPack=OFF because OptiPack has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_Amesos2=OFF because Amesos2 has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_Belos=OFF because Belos has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_Zoltan2=OFF because Zoltan2 has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_FEI=OFF because FEI has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_Moertel=OFF because Moertel has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_MueLu=OFF because MueLu has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_Rythmos=OFF because Rythmos has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_Stokhos=OFF because Stokhos has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_Piro=OFF because Piro has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_CTrilinos=OFF because CTrilinos has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_Optika=OFF because Optika has a required library dependence on disabled package Teuchos
-- Setting Trilinos_ENABLE_ThyraEpetraAdapters=OFF because ThyraEpetraAdapters has a required library dependence on disabled package Epetra
-- Setting Trilinos_ENABLE_ThyraEpetraExtAdapters=OFF because ThyraEpetraExtAdapters has a required library dependence on disabled package Epetra
-- Setting Trilinos_ENABLE_Pliris=OFF because Pliris has a required library dependence on disabled package Epetra
-- Setting Trilinos_ENABLE_ThyraTpetraAdapters=OFF because ThyraTpetraAdapters has a required library dependence on disabled package Tpetra
-- Setting Trilinos_ENABLE_Thyra=OFF because Thyra has a required library dependence on disabled package ThyraCore
-- Setting Trilinos_ENABLE_Stratimikos=OFF because Stratimikos has a required library dependence on disabled package ThyraEpetraAdapters
-- Setting Trilinos_ENABLE_SEACASExodus_for=OFF because SEACASExodus_for has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASConjoin=OFF because SEACASConjoin has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASEjoin=OFF because SEACASEjoin has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASEpu=OFF because SEACASEpu has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASExo2mat=OFF because SEACASExo2mat has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASExodiff=OFF because SEACASExodiff has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASMat2exo=OFF because SEACASMat2exo has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASNemslice=OFF because SEACASNemslice has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASNemspread=OFF because SEACASNemspread has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASTxtexo=OFF because SEACASTxtexo has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACAS=OFF because SEACAS has a required library dependence on disabled package SEACASExodus
-- Setting Trilinos_ENABLE_SEACASSuplib=OFF because SEACASSuplib has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASAlgebra=OFF because SEACASAlgebra has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASBlot=OFF because SEACASBlot has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASExotxt=OFF because SEACASExotxt has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASFastq=OFF because SEACASFastq has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASGjoin=OFF because SEACASGjoin has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASGen3D=OFF because SEACASGen3D has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASGenshell=OFF because SEACASGenshell has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASGrepos=OFF because SEACASGrepos has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASGrope=OFF because SEACASGrope has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASMapvarlib=OFF because SEACASMapvarlib has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASMapvar=OFF because SEACASMapvar has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASMapvar-kd=OFF because SEACASMapvar-kd has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASNumbers=OFF because SEACASNumbers has a required library dependence on disabled package SEACASExodus_for
-- Setting Trilinos_ENABLE_SEACASPLT=OFF because SEACASPLT has a required library dependence on disabled package SEACASSuplib
-- Setting Trilinos_ENABLE_SEACASAprepro=OFF because SEACASAprepro has a required library dependence on disabled package SEACASSuplib
-- Setting Trilinos_ENABLE_SEACASExomatlab=OFF because SEACASExomatlab has a required library dependence on disabled package SEACASSuplib

Enabling subpackages for hard enables of parent packages due to Trilinos_ENABLE_<PARENT_PACKAGE>=ON ...


Enabling all required (and optional since Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES=ON) upstream SE packages for current set of enabled packages ...


Enabling all optional intra-package enables <TRIBITS_PACKAGE>_ENABLE_<DEPPACKAGE> that are not currently disabled if both sets of packages are enabled ...


Enabling all remaining required TPLs for current set of enabled packages ...


Enabling all optional package TPL support for currently enabled TPLs ...

-- Setting Zoltan_ENABLE_MPI=ON since TPL_ENABLE_MPI=ON

Enabling TPLs based on <TRIBITS_PACKAGE>_ENABLE_<TPL>=ON if TPL is not explicitly disabled ...


Set cache entries for optional packages/TPLs and tests/examples for packages actually enabled ...


Enabling all packages not yet enabled that have at least one subpackage enabled ...


Final set of enabled packages:  Zoltan 1

Final set of enabled SE packages:  Zoltan 1

Final set of non-enabled packages:  TriBITS Teuchos ThreadPool RTOp Gtest Kokkos Sacado Epetra Shards GlobiPack Triutils Tpetra EpetraExt Xpetra Thyra OptiPack Isorropia Pliris AztecOO Galeri Amesos Amesos2 Pamgen SEACAS Trios Ifpack Komplex ML Belos Anasazi Zoltan2 Ifpack2 ShyLU Stratimikos FEI Teko TriKota Intrepid STK Phalanx NOX Moertel MueLu Rythmos MOOCHO Stokhos Piro Sundance CTrilinos ForTrilinos PyTrilinos Didasko Optika Mesquite TrilinosCouplings 55

Final set of non-enabled SE packages:  TriBITS TeuchosCore TeuchosParameterList TeuchosComm TeuchosNumerics TeuchosRemainder Teuchos ThreadPool RTOp Gtest KokkosTPL KokkosCore KokkosCompat KokkosClassic KokkosContainers KokkosAlgorithms KokkosLinAlg KokkosExample KokkosMpiComm KokkosTask Kokkos Sacado Epetra Shards GlobiPack Triutils Tpetra EpetraExt Xpetra ThyraCore ThyraEpetraAdapters ThyraEpetraExtAdapters ThyraTpetraAdapters Thyra OptiPack Isorropia Pliris AztecOO Galeri Amesos Amesos2 Pamgen SEACASExodus SEACASExodus_for SEACASNemesis SEACASIoss SEACASChaco SEACASAprepro_lib SEACASSupes SEACASSuplib SEACASSVDI SEACASPLT SEACASAlgebra SEACASAprepro SEACASBlot SEACASConjoin SEACASEjoin SEACASEpu SEACASExo2mat SEACASExodiff SEACASExomatlab SEACASExotxt SEACASFastq SEACASGjoin SEACASGen3D SEACASGenshell SEACASGrepos SEACASGrope SEACASMapvarlib SEACASMapvar SEACASMapvar-kd SEACASMat2exo SEACASNemslice SEACASNemspread SEACASNumbers SEACASTxtexo SEACAS Trioscommsplitter Triossupport Triosnnti Triosnssi Triosprograms Triosexamples Triostests Triosnetcdf-service Trios Ifpack Komplex ML Belos Anasazi Zoltan2 Ifpack2 ShyLU Stratimikos FEI Teko TriKota Intrepid STKClassic STKUtil STKTopology STKMesh STKIO STKSearch STKSearchUtil STKTransfer STKUnit_tests STKDoc_tests STKExp STK Phalanx NOX Moertel MueLu Rythmos MOOCHO Stokhos Piro Sundance CTrilinos ForTrilinos PyTrilinos Didasko Optika Mesquite TrilinosCouplings 127

Final set of enabled TPLs:  Pthread MPI Boost Netcdf 4

Final set of non-enabled TPLs:  MKL yaml-cpp Peano CUDA CUSPARSE Thrust Cusp TBB HWLOC QTHREAD BinUtils ARPREC QD BLAS LAPACK Scotch OVIS gpcd METIS ParMETIS LibTopoMap PaToH CppUnit ADOLC ADIC TVMET MF ExodusII Nemesis XDMF Zlib HDF5 y12m SuperLUDist SuperLUMT SuperLU Cholmod UMFPACK MA28 AMD CSparse HYPRE PETSC BLACS SCALAPACK MUMPS PARDISO_MKL PARDISO Oski TAUCS ForUQTK Dakota HIPS MATLAB CASK SPARSKIT QT gtest BoostLib BoostAlbLib OpenNURBS Portals CrayPortals Gemini InfiniBand BGPDCMF BGQPAMI Pablo HPCToolkit Pnetcdf Clp GLPK qpOASES Matio PAPI MATLABLib Eigen X11 Lemon GLM 80

Setting up export dependencies for all enabled SE packages ...


Probing the environment ...

-- CMAKE_BUILD_TYPE='Release'
-- MPI_USE_COMPILER_WRAPPERS='ON'
-- Leaving current CMAKE_C_COMPILER=C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl.exe since it is already set!
-- Leaving current CMAKE_CXX_COMPILER=C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl.exe since it is already set!
-- MPI_EXEC='C:/Program Files/Microsoft HPC Pack 2008 SDK/Bin/mpiexec.exe'
-- The C compiler identification is MSVC 18.0.31101.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- CMAKE_C_COMPILER_ID='MSVC'
-- The CXX compiler identification is MSVC 18.0.31101.0
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- CMAKE_CXX_COMPILER_ID='MSVC'
-- Looking for C++ include sys/time.h
-- Looking for C++ include sys/time.h - not found
-- Looking for C++ include time.h
-- Looking for C++ include time.h - found
-- Looking for C++ include stdint.h
-- Looking for C++ include stdint.h - found
-- Looking for C++ include inttypes.h
-- Looking for C++ include inttypes.h - found
-- Found Perl: C:/cygwin64/bin/perl.exe (found version "5.14.4") 
-- Performing Test FINITE_VALUE_HAVE_GLOBAL_ISNAN
-- Performing Test FINITE_VALUE_HAVE_GLOBAL_ISNAN - Success
-- Performing Test FINITE_VALUE_HAVE_STD_ISNAN
-- Performing Test FINITE_VALUE_HAVE_STD_ISNAN - Success
-- Performing Test FINITE_VALUE_HAVE_GLOBAL_ISINF
-- Performing Test FINITE_VALUE_HAVE_GLOBAL_ISINF - Success
-- Performing Test FINITE_VALUE_HAVE_STD_ISINF
-- Performing Test FINITE_VALUE_HAVE_STD_ISINF - Success
-- Found Doxygen: C:/Program Files/doxygen/bin/doxygen.exe (found version "1.8.6") 

Getting information for all enabled TPLs ...

-- Processing enabled TPL: Pthread
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Found Threads: TRUE  
--   Attempting to enable tentatively enabled TPL 'Pthread' ...
--   Searching for library 'pthread' ...
--   Warning: Could not find a library in the set "pthread" for the TPL Pthread!  Please manually set Pthread_LIBRARY_DIRS and/or Pthread_LIBRARY_NAMES or just TPL_Pthread_LIBRARIES to point to the Pthread libraries!
-- Could not find the Pthread Library!  Please manually set Pthread_LIBRARY_DIRS and/or Pthread_LIBRARY_NAMES or just TPL_Pthread_LIBRARIES to point to the Pthread libraries!
-- _Pthread_ENABLE_SUCCESS='FALSE'
--   TPL_Pthread_LIBRARIES=''
--     Did not find Pthread TPL header: pthread.h
-- Could not find the Pthread headers include directory! Please manually set Pthread_INCLUDE_DIRS and/or Pthread_LIBRARY_DIRS or TPL_Pthread_INCLUDE_DIRS to point to the Pthread headers!
-- _Pthread_ENABLE_SUCCESS='FALSE'
--   TPL_Pthread_INCLUDE_DIRS=''
--   Attempt to enable tentatively enabled TPL 'Pthread' failed!  Setting TPL_ENABLE_Pthread=OFF
-- Processing enabled TPL: MPI
-- Found MPI_C: C:/Program Files/Microsoft HPC Pack 2008 SDK/lib/amd64/msmpi.lib  
-- Found MPI_CXX: C:/Program Files/Microsoft HPC Pack 2008 SDK/lib/amd64/msmpi.lib  
-- Processing enabled TPL: Boost
--     Found Boost TPL header: C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/boost-1_57_0-ser/include/boost/version.hpp
--     Found Boost TPL header: C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/boost-1_57_0-ser/include/boost/mpl/at.hpp
--   Found Boost TPL header path: C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/boost-1_57_0-ser/include
--   TPL_Boost_INCLUDE_DIRS='C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/boost-1_57_0-ser/include'
-- Processing enabled TPL: Netcdf
--   Netcdf_LIBRARY_DIRS='C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/netcdf-4.3.2-ser/lib;C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/hdf5-1.8.13-ser/lib'
--   Searching for library 'netcdf' ...
--     Found Netcdf TPL library: C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/netcdf-4.3.2-ser/lib/netcdf.lib
--   Searching for library 'hdf5_hl' ...
--     Found Netcdf TPL library: C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/hdf5-1.8.13-ser/lib/hdf5_hl.lib
--   Searching for library 'hdf5' ...
--     Found Netcdf TPL library: C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/hdf5-1.8.13-ser/lib/hdf5.lib
--   TPL_Netcdf_LIBRARIES='C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/netcdf-4.3.2-ser/lib/netcdf.lib;C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/hdf5-1.8.13-ser/lib/hdf5_hl.lib;C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/hdf5-1.8.13-ser/lib/hdf5.lib'
--     Found Netcdf TPL header: C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/netcdf-4.3.2-ser/include/netcdf.h
--   Found Netcdf TPL header path: C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/netcdf-4.3.2-ser/include
--   TPL_Netcdf_INCLUDE_DIRS='C:/winsame/deluca/ExperimentalBuilds/MoabDevel/software-vs12/netcdf-4.3.2-ser/include'

Setting up testing support ...

-- CTEST_DROP_METHOD='http'
-- CTEST_DROP_SITE='testing.sandia.gov'
-- CTEST_PROJECT_NAME='Trilinos'
-- CTEST_DROP_LOCATION='/cdash/submit.php?project=Trilinos'
-- CTEST_TRIGGER_SITE=''
-- CTEST_DROP_SITE_CDASH='TRUE'

Configuring individual enabled Trilinos packages ...

Processing enabled package: Zoltan (Libs)
-- 
-- about to add zoltantest library with SOURCES = 
-- all/all_allo.c
-- coloring/coloring.c
-- coloring/color_test.c
-- coloring/g2l_hash.c
-- coloring/bucket.c
-- graph/graph.c
-- ha/divide_machine.c
-- ha/get_processor_name.c
-- ha/ha_ovis.c
-- hier/hier.c
-- hier/hier_free_struct.c
-- hsfc/hsfc_box_assign.c
-- hsfc/hsfc.c
-- hsfc/hsfc_hilbert.c
-- hsfc/hsfc_point_assign.c
-- lb/lb_balance.c
-- lb/lb_box_assign.c
-- lb/lb_copy.c
-- lb/lb_eval.c
-- lb/lb_free.c
-- lb/lb_init.c
-- lb/lb_invert.c
-- lb/lb_migrate.c
-- lb/lb_part2proc.c
-- lb/lb_point_assign.c
-- lb/lb_remap.c
-- lb/lb_set_fn.c
-- lb/lb_set_method.c
-- lb/lb_set_part_sizes.c
-- matrix/matrix_build.c
-- matrix/matrix_distribute.c
-- matrix/matrix_operations.c
-- matrix/matrix_sym.c
-- matrix/matrix_utils.c
-- order/hsfcOrder.c
-- order/order.c
-- order/order_struct.c
-- order/order_tools.c
-- order/perm.c
-- par/par_average.c
-- par/par_bisect.c
-- par/par_median.c
-- par/par_median_randomized.c
-- par/par_stats.c
-- par/par_sync.c
-- par/par_tflops_special.c
-- params/assign_param_vals.c
-- params/bind_param.c
-- params/check_param.c
-- params/free_params.c
-- params/key_params.c
-- params/print_params.c
-- params/set_param.c
-- tpls/build_graph.c
-- tpls/postprocessing.c
-- tpls/preprocessing.c
-- tpls/scatter_graph.c
-- tpls/third_library.c
-- tpls/verify_graph.c
-- phg/phg_build.c
-- phg/phg_build_calls.c
-- phg/phg.c
-- phg/phg_lookup.c
-- phg/phg_verbose.c
-- phg/phg_coarse.c
-- phg/phg_comm.c
-- phg/phg_distrib.c
-- phg/phg_gather.c
-- phg/phg_hypergraph.c
-- phg/phg_match.c
-- phg/phg_order.c
-- phg/phg_parkway.c
-- phg/phg_patoh.c
-- phg/phg_plot.c
-- phg/phg_rdivide.c
-- phg/phg_refinement.c
-- phg/phg_scale.c
-- phg/phg_serialpartition.c
-- phg/phg_tree.c
-- phg/phg_two_ways.c
-- phg/phg_util.c
-- phg/phg_Vcycle.c
-- rcb/box_assign.c
-- rcb/create_proc_list.c
-- rcb/inertial1d.c
-- rcb/inertial2d.c
-- rcb/inertial3d.c
-- rcb/point_assign.c
-- rcb/rcb_box.c
-- rcb/rcb.c
-- rcb/rcb_util.c
-- rcb/rib.c
-- rcb/rib_util.c
-- rcb/shared.c
-- reftree/reftree_build.c
-- reftree/reftree_coarse_path.c
-- reftree/reftree_hash.c
-- reftree/reftree_part.c
-- simple/block.c
-- simple/cyclic.c
-- simple/random.c
-- timer/timer_params.c
-- Utilities/Communication/comm_exchange_sizes.c
-- Utilities/Communication/comm_invert_map.c
-- Utilities/Communication/comm_do.c
-- Utilities/Communication/comm_do_reverse.c
-- Utilities/Communication/comm_info.c
-- Utilities/Communication/comm_create.c
-- Utilities/Communication/comm_resize.c
-- Utilities/Communication/comm_sort_ints.c
-- Utilities/Communication/comm_destroy.c
-- Utilities/Communication/comm_invert_plan.c
-- Utilities/Timer/zoltan_timer.c
-- Utilities/Timer/timer.c
-- Utilities/DDirectory/DD_Find.c
-- Utilities/DDirectory/DD_Destroy.c
-- Utilities/DDirectory/DD_Set_Neighbor_Hash_Fn3.c
-- Utilities/DDirectory/DD_Remove.c
-- Utilities/DDirectory/DD_Create.c
-- Utilities/DDirectory/DD_Update.c
-- Utilities/DDirectory/DD_Stats.c
-- Utilities/DDirectory/DD_Hash2.c
-- Utilities/DDirectory/DD_Memory.c
-- Utilities/DDirectory/DD_Print.c
-- Utilities/DDirectory/DD_Set_Neighbor_Hash_Fn2.c
-- Utilities/DDirectory/DD_Set_Hash_Fn.c
-- Utilities/DDirectory/DD_Set_Neighbor_Hash_Fn1.c
-- Utilities/Memory/mem.c
-- Utilities/shared/zoltan_align.c
-- Utilities/shared/zoltan_id.c
-- zz/zz_coord.c
-- zz/zz_gen_files.c
-- zz/zz_hash.c
-- zz/zz_map.c
-- zz/zz_heap.c
-- zz/zz_init.c
-- zz/zz_obj_list.c
-- zz/zz_rand.c
-- zz/zz_set_fn.c
-- zz/zz_sort.c
-- zz/zz_struct.c
-- zz/zz_back_trace.c
-- zz/zz_util.c
-- 

No ETI support requested by packages.


Set up for creating a distribution ...


Exporting library dependencies ...


Finished configuring Trilinos!

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BLAS_LIBRARY_DIRS
    BLAS_LIBRARY_NAMES
    CMAKE_CXX_FLAGS_RELEASE
    LAPACK_LIBRARY_DIRS
    LAPACK_LIBRARY_NAMES
    SuperLUDist_INCLUDE_DIRS
    SuperLUDist_LIBRARY_DIRS
    SuperLUDist_LIBRARY_NAMES
    TPL_ENABLE_SuperLUDist_Without_ParMETIS
    Teuchos_ENABLE_LONG_LONG_INT


-- Build files have been written to: C:/winsame/deluca/ExperimentalBuilds/VS12_TEST/Trilinos_Builds/trilinos-11.12.1/parcommio


More information about the Trilinos-Users mailing list