[Trilinos-Users] belos/ifpack2 questions

David Hysom hysom1 at llnl.gov
Tue Aug 19 12:24:27 MDT 2014


Hi,

We just started using belos/ifpack2, built with your public repo,
using the attached script. We successfully built and ran a test case
(test_belos.cpp, attached). However, we got some warnings during
compilation. Could you let us know what these mean/can we ignore
them/etc?

thanks, David
-------------- next part --------------
#!/bin/bash

# compiler: icc (ICC) 14.0.3 20140422
# blas/lapack: mkl
# trilinos source: trilinos public repo
#
# August 19, 2014 (dave hysom)
#
#
#

TRILINOS_SOURCE_PATH=/p/lscratchd/hysom/publicTrilinos
TRILINOS_INSTALL_PATH=/usr/gapps/eigen/trilinos_Belos_IfPack2

EXTRA_ARGS=$@

rm -f CMakeCache.txt

cmake  \
          -D Trilinos_ENABLE_KokkosAlgorithms:BOOL=ON \
          -D Trilinos_ENABLE_KokkosCore:BOOL=ON \
          -D Trilinos_ENABLE_KokkosCompat:BOOL=ON \
          -D Trilinos_ENABLE_KokkosLinAlg:BOOL=ON \
          -D Trilinos_ENABLE_KokkosContainers:BOOL=ON \
          -D Trilinos_ENABLE_KokkosAlgorithms:BOOL=ON \
          -D Trilinos_ENABLE_KokkosMpiComm:BOOL=ON \
          -D Belos_ENABLE_TEUCHOS_TIME_MONITOR:BOOL=ON \
          -D Trilinos_ENABLE_Belos=ON \
          -D Trilinos_ENABLE_Ifpack2=ON \
          -D IfPack_ENABLE_TEUCHOS_TIME_MONITOR:BOOL=ON \
          -D Trilinos_ASSERT_MISSING_PACKAGES=OFF \
          -D Trilinos_ENABLE_KokkosCore:BOOL=ON \
          -D Trilinos_ENABLE_KokkosCompat:BOOL=ON \
          -D Trilinos_ENABLE_KokkosContainers:BOOL=ON \
          -D Trilinos_ENABLE_KokkosLinAlg:BOOL=ON \
          -D Trilinos_ENABLE_KokkosMpiComm:BOOL=ON \
          -D Tpetra_ENABLE_Kokkos_Refactor:BOOL=ON  \
          -D KokkosClassic_DefaultNode:STRING="Kokkos::Compat::KokkosOpenMPWrapperNode" \
          -D Teuchos_ENABLE_COMPLEX:BOOL=OFF \
          -D Tpetra_INST_COMPLEX_DOUBLE:BOOL=OFF \
          -D Trilinos_ENABLE_ThreadPool:BOOL=OFF \
          -D Trilinos_ENABLE_TEUCHOS_TIME_MONITOR:BOOL=ON \
          -D TPL_ENABLE_Pthread:BOOL=OFF  \
          -D TPL_ENABLE_MPI:BOOL=OFF \
          -D TPL_ENABLE_TBB:BOOL=OFF \
          -D Trilinos_ENABLE_Kokkos:BOOL=ON \
          -D Trilinos_ENABLE_OpenMP:BOOL=ON \
          -D Trilinos_ENABLE_Fortran:BOOL=ON \
          -D Trilinos_ENABLE_CHECKED_STL:BOOL=OFF \
          -D Trilinos_ENABLE_EXPLICIT_INSTANTIATION:BOOL=OFF \
          -D Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=OFF \
          -D Trilinos_ENABLE_Anasazi:BOOL=ON \
          -D Trilinos_ENABLE_Tpetra:BOOL=ON \
          -D Trilinos_ENABLE_Epetra:BOOL=ON \
          -D Trilinos_ENABLE_EpetraExt:BOOL=ON \
          -D Trilinos_ENABLE_TESTS:BOOL=OFF \
          -D Trilinos_ENABLE_EXAMPLES:BOOL=OFF \
          -D CMAKE_INSTALL_PREFIX:STRING=${TRILINOS_INSTALL_PATH} \
          -D CMAKE_BUILD_TYPE:STRING=RELEASE \
          -D CMAKE_C_COMPILER:STRING="icc" \
          -D CMAKE_C_FLAGS:STRING="-O3 -g -Wall" \
          -D CMAKE_CXX_COMPILER:STRING="icpc " \
          -D CMAKE_CXX_FLAGS:STRING="-O3 -g -Wall " \
          -D Tpetra_ENABLE_RTI:BOOL=ONN \
          -D CMAKE_FORTRAN_FLAGS:STRING="-g -O3 " \
          -D TPL_MKL_INCLUDE_DIRS:STRING="/opt/intel-13.0/mkl/include" \
          -D MKL_LIBRARY_NAMES:STRING="mkl_intel_lp64; mkl_intel_thread; mkl_core; iomp5; pthread" \
          -D MKL_LIBRARY_DIRS:STRING="/opt/intel-13.0/mkl/lib/intel64;/opt/intel-13.0/compiler/lib/intel64/;/usr/lib64" \
          -D BLAS_LIBRARY_NAMES:STRING="mkl_intel_lp64; mkl_intel_thread; mkl_core; iomp5; pthread" \
          -D LAPACK_LIBRARY_NAMES:STRING="mkl_intel_lp64; mkl_intel_thread; mkl_core; iomp5; pthread" \
          -D BLAS_LIBRARY_DIRS:STRING="/opt/intel-13.0/mkl/lib/intel64;/opt/intel-13.0/compiler/lib/intel64/;/usr/lib64" \
          -D LAPACK_LIBRARY_DIRS:STRING="/opt/intel-13.0/mkl/lib/intel64;/opt/intel-13.0/compiler/lib/intel64/;/usr/lib64" \
          -D Trilinos_EXTRA_LINK_FLAGS:STRING="-lgfortran" \
          -D TPL_ENABLE_LAPACK:STRING=ON \
          -D TPL_ENABLE_BLAS:STRING=ON \
          -D DART_TESTING_TIMEOUT:STRING=600 \
          ${EXTRA_ARGS} \
          ${TRILINOS_SOURCE_PATH}

#          -D Tpetra_ENABLE_RTI:BOOL=ON 
# /opt/intel-14.0/bin/intel64/icc
#          -D TPL_ENABLE_Thrust:BOOL=ON \
#          -D TPL_ENABLE_CUDA:BOOL=ON 
#          -D TBB_LIBRARY_DIRS="/opt/intel-14.0/tbb/lib/intel64/" \
#          -D TBB_INCLUDE_DIRS="/opt/intel-14.0/tbb/include/tbb/;/opt/intel-14.0/tbb/include" 
-------------- next part --------------
cpc: command line warning #10121: overriding '-std=c++0x' with '-std=gnu++0x'
ipo: warning #11060: /usr/gapps/eigen/trilinos_Belos_IfPack2/lib/libkokkosmpicomm.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed)
ipo: warning #11060: /usr/gapps/eigen/trilinos_Belos_IfPack2/lib/libkokkoscorelinalg.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed)
ipo: warning #11060: /usr/gapps/eigen/trilinos_Belos_IfPack2/lib/libkokkosalgorithms.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed)
ipo: warning #11060: /usr/gapps/eigen/trilinos_Belos_IfPack2/lib/libkokkosTPL_unused_dummy.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed)
ipo: warning #11060: /usr/gapps/eigen/trilinos_Belos_IfPack2/lib/libkokkosmpicomm.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed)
ipo: warning #11060: /usr/gapps/eigen/trilinos_Belos_IfPack2/lib/libkokkoscorelinalg.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed)
ipo: warning #11060: /usr/gapps/eigen/trilinos_Belos_IfPack2/lib/libkokkosalgorithms.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed)
ipo: warning #11060: /usr/gapps/eigen/trilinos_Belos_IfPack2/lib/libkokkosTPL_unused_dummy.a is an archive, but has no symbols (this can happen if ar is used where xiar is needed)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_belos.cpp
Type: text/x-c++src
Size: 34756 bytes
Desc: not available
URL: <http://software.sandia.gov/pipermail/trilinos-users/attachments/20140819/e8e805cc/attachment.bin>


More information about the Trilinos-Users mailing list