[Trilinos-Users] compile error when CUDA is set

Sunghwan Choi sunghwanchoi91 at gmail.com
Wed Dec 3 17:49:39 MST 2014


Dear all, 

I tried to install trilinos with CUDA using below script. However, I met
error that I have not seen before. 

 

cmake \

-D CMAKE_BUILD_TYPE:STRING=DEBUG \

-D Trilinos_ENABLE_Fortran:BOOL=OFF \

-D Trilinos_ENABLE_OpenMP:BOOL=ON \

-D BUILD_SHARED_LIBS:BOOL=ON \

\

-D Trilinos_ENABLE_Xpetra:BOOL=OFF \

-D Trilinos_ENABLE_Tpetra:BOOL=ON \

-D Trilinos_ENABLE_Belos:BOOL=ON \

-D Trilinos_ENABLE_Anasazi:BOOL=ON \

-D Trilinos_ENABLE_Ifpack2:BOOL=ON \

-D Trilinos_ENABLE_Teuchos:BOOL=ON \

-D Trilinos_ENABLE_AztecOO:BOOL=ON \

-D Trilinos_ENABLE_Epetra:BOOL=ON \

-D Trilinos_ENABLE_Kokkos:BOOL=ON \

-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_KokkosMpiComm:BOOL=ON \

-D Tpetra_ENABLE_Kokkos_Refactor:BOOL=ON \

-D ML_ENABLE_MPI:BOOL=ON\

\

-D TPL_ENABLE_BLAS:BOOL=ON \

-D BLAS_LIBRARY_DIRS:PATH=/home/shchoi/programs/intel/cpp/mkl/lib/intel64 \

-D
BLAS_LIBRARY_NAMES:STRING="mkl_blas95_lp64;mkl_intel_lp64;mkl_sequential;mkl
_core" \

-D TPL_ENABLE_LAPACK:BOOL=ON \

-D LAPACK_LIBRARY_DIRS:PATH=/home/shchoi/programs/intel/cpp/mkl/lib/intel64/
\

-D
LAPACK_LIBRARY_NAMES:STRING="mkl_lapack95_lp64;mkl_intel_lp64;mkl_sequential
;mkl_core" \

\

-D MPI_BASE_DIR:PATH=/home/shchoi/programs/openmpi-1.8.3/ \

-D MPI_EXEC:FILEPATH=/home/shchoi/programs/openmpi-1.8.3/bin/mpirun \

-D MPI_C_COMPILER:FILEPATH=/home/shchoi/programs/openmpi-1.8.3/bin/mpicc \

-D MPI_CXX_COMPILER:FILEPATH=/home/shchoi/programs/openmpi-1.8.3/bin/mpicxx
\

-D CMAKE_C_COMPILER:FILEPATH=/home/shchoi/programs/intel/cpp/bin/icc \

-D CMAKE_CXX_COMPILER:FILEPATH=/home/shchoi/programs/intel/cpp/bin/icpc \

-D CMAKE_INSTALL_PREFIX:PATH=/home/shchoi/programs/trilinos-libs \

-D Teuchos_ENABLE_DEBUG_RCP_NODE_TRACING=OFF \

/home/shchoi/programs/trilinos-11.12.1-Source

 

 

cmake worked fine but when during the compile, error message came out

 

 

Scanning dependencies of target teuchoscore

[  0%] Building CXX object
packages/teuchos/core/src/CMakeFiles/teuchoscore.dir/Teuchos_Describable.cpp
.o

In file included from /usr/include/c++/4.8/string(41),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_ConfigDefs.hpp(84),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_ConstTypeTraits.hpp(46),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_TypeNameTraits.hpp(50),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_TestForException.hpp(49),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_Assert.hpp(46),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_VerbosityLevel.hpp(51),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_Describable.hpp(45),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_Describable.cpp(42):

/usr/include/c++/4.8/bits/allocator.h(92): error: __allocator_base is not a
template

      class allocator: public __allocator_base<_Tp>

                              ^

 

In file included from /usr/include/c++/4.8/string(41),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_ConfigDefs.hpp(84),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_ConstTypeTraits.hpp(46),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_TypeNameTraits.hpp(50),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_TestForException.hpp(49),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_Assert.hpp(46),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_VerbosityLevel.hpp(51),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_Describable.hpp(45),

                 from
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_Describable.cpp(42):

/usr/include/c++/4.8/bits/allocator.h(92): error: not a class or struct name

      class allocator: public __allocator_base<_Tp>

                              ^

 

/usr/include/c++/4.8/bits/allocator.h(116): error: __allocator_base is not a
template

        : __allocator_base<_Tp>(__a) { }

          ^

          detected during:

            instantiation of "std::basic_string<_CharT, _Traits,
_Alloc>::allocator_type std::basic_string<_CharT, _Traits,
_Alloc>::get_allocator() const [with _CharT=char,
_Traits=std::char_traits<char>, _Alloc=std::allocator<char>]" at line 539 of
"/usr/include/c++/4.8/bits/basic_string.h"

            instantiation of "std::basic_string<_CharT, _Traits,
_Alloc>::~basic_string() [with _CharT=char, _Traits=std::char_traits<char>,
_Alloc=std::allocator<char>]" at line 94 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_RCPNode.hpp"

 

/usr/include/c++/4.8/bits/stl_tree.h(395): error: class
"std::allocator<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>" has no member "destroy"

          get_allocator().destroy(std::__addressof(__p->_M_value_field));

                          ^

          detected during:

            instantiation of "void std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_destroy_node(std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_Link_type) [with _Key=std::string, _Val=std::pair<const
std::string, Teuchos::RCPNode::extra_data_entry_t>,
_KeyOfValue=std::_Select1st<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>, _Compare=std::less<std::string>,
_Alloc=std::allocator<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>]"

                      at line 1127

            instantiation of "void std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_erase(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_Link_type) [with _Key=std::string, _Val=std::pair<const
std::string, Teuchos::RCPNode::extra_data_entry_t>,
_KeyOfValue=std::_Select1st<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>, _Compare=std::less<std::string>,
_Alloc=std::allocator<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>]" at line

                      671

            instantiation of "std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::~_Rb_tree() [with _Key=std::string, _Val=std::pair<const
std::string, Teuchos::RCPNode::extra_data_entry_t>,
_KeyOfValue=std::_Select1st<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>, _Compare=std::less<std::string>,
_Alloc=std::allocator<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>]" at line 96 of
"/usr/include/c++/4.8/bits/stl_map.h"

 

/usr/include/c++/4.8/bits/stl_tree.h(374): error: class
"std::allocator<std::_Rb_tree_node<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>>" has no member "deallocate"

        { _M_impl._Node_allocator::deallocate(__p, 1); }

                                   ^

          detected during:

            instantiation of "void std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_put_node(std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_Link_type) [with _Key=std::string, _Val=std::pair<const
std::string, Teuchos::RCPNode::extra_data_entry_t>,
_KeyOfValue=std::_Select1st<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>, _Compare=std::less<std::string>,
_Alloc=std::allocator<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>]" at

                      line 396

            instantiation of "void std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_destroy_node(std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_Link_type) [with _Key=std::string, _Val=std::pair<const
std::string, Teuchos::RCPNode::extra_data_entry_t>,
_KeyOfValue=std::_Select1st<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>, _Compare=std::less<std::string>,
_Alloc=std::allocator<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>]"

                      at line 1127

            instantiation of "void std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_erase(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_Link_type) [with _Key=std::string, _Val=std::pair<const
std::string, Teuchos::RCPNode::extra_data_entry_t>,
_KeyOfValue=std::_Select1st<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>, _Compare=std::less<std::string>,
_Alloc=std::allocator<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>]" at line

                      671

            instantiation of "std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::~_Rb_tree() [with _Key=std::string, _Val=std::pair<const
std::string, Teuchos::RCPNode::extra_data_entry_t>,
_KeyOfValue=std::_Select1st<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>, _Compare=std::less<std::string>,
_Alloc=std::allocator<std::pair<const std::string,
Teuchos::RCPNode::extra_data_entry_t>>]" at line 96 of
"/usr/include/c++/4.8/bits/stl_map.h"

 

/usr/include/c++/4.8/bits/stl_deque.h(544): error: class "std::allocator<int
*>" has no member "allocate"

        { return _M_get_map_allocator().allocate(__n); }

                                        ^

          detected during:

            instantiation of "_Tp **std::_Deque_base<_Tp,
_Alloc>::_M_allocate_map(std::size_t={unsigned long}) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 589

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_initialize_map(std::size_t={unsigned long}) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 453

            instantiation of "std::_Deque_base<_Tp, _Alloc>::_Deque_base()
[with _Tp=int, _Alloc=std::allocator<int>]" at line 783

            instantiation of "std::deque<_Tp, _Alloc>::deque() [with
_Tp=int, _Alloc=std::allocator<int>]" at line 874 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream_buf<CharT,
Traits>::basic_FancyOStream_buf(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 1262 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream<CharT,
Traits>::basic_FancyOStream(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 599 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(533): error: class
"std::allocator<int>" has no member "allocate"

          return
_M_impl._Tp_alloc_type::allocate(__deque_buf_size(sizeof(_Tp)));

                                         ^

          detected during:

            instantiation of "_Tp *std::_Deque_base<_Tp,
_Alloc>::_M_allocate_node() [with _Tp=int, _Alloc=std::allocator<int>]" at
line 627

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_create_nodes(_Tp **, _Tp **) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 601

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_initialize_map(std::size_t={unsigned long}) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 453

            instantiation of "std::_Deque_base<_Tp, _Alloc>::_Deque_base()
[with _Tp=int, _Alloc=std::allocator<int>]" at line 783

            instantiation of "std::deque<_Tp, _Alloc>::deque() [with
_Tp=int, _Alloc=std::allocator<int>]" at line 874 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream_buf<CharT,
Traits>::basic_FancyOStream_buf(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 1262 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream<CharT,
Traits>::basic_FancyOStream(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 599 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(539): error: class
"std::allocator<int>" has no member "deallocate"

          _M_impl._Tp_alloc_type::deallocate(__p,
__deque_buf_size(sizeof(_Tp)));

                                  ^

          detected during:

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_deallocate_node(_Tp *) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 642

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_destroy_nodes(_Tp **, _Tp **) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 631

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_create_nodes(_Tp **, _Tp **) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 601

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_initialize_map(std::size_t={unsigned long}) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 453

            instantiation of "std::_Deque_base<_Tp, _Alloc>::_Deque_base()
[with _Tp=int, _Alloc=std::allocator<int>]" at line 783

            instantiation of "std::deque<_Tp, _Alloc>::deque() [with
_Tp=int, _Alloc=std::allocator<int>]" at line 874 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream_buf<CharT,
Traits>::basic_FancyOStream_buf(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 1262 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream<CharT,
Traits>::basic_FancyOStream(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 599 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(548): error: class "std::allocator<int
*>" has no member "deallocate"

        { _M_get_map_allocator().deallocate(__p, __n); }

                                 ^

          detected during:

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_deallocate_map(_Tp **, std::size_t={unsigned long}) [with
_Tp=int, _Alloc=std::allocator<int>]" at line 604

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_initialize_map(std::size_t={unsigned long}) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 453

            instantiation of "std::_Deque_base<_Tp, _Alloc>::_Deque_base()
[with _Tp=int, _Alloc=std::allocator<int>]" at line 783

            instantiation of "std::deque<_Tp, _Alloc>::deque() [with
_Tp=int, _Alloc=std::allocator<int>]" at line 874 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream_buf<CharT,
Traits>::basic_FancyOStream_buf(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 1262 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream<CharT,
Traits>::basic_FancyOStream(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 599 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(544): error: class
"std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>> *>" has no member "allocate"

        { return _M_get_map_allocator().allocate(__n); }

                                        ^

          detected during:

            instantiation of "_Tp **std::_Deque_base<_Tp,
_Alloc>::_M_allocate_map(std::size_t={unsigned long}) [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 589

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_initialize_map(std::size_t={unsigned long}) [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 453

            instantiation of "std::_Deque_base<_Tp, _Alloc>::_Deque_base()
[with _Tp=std::basic_string<char, std::char_traits<char>,
std::allocator<char>>, _Alloc=std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char>>>]" at line 783

            instantiation of "std::deque<_Tp, _Alloc>::deque() [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 874 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream_buf<CharT,
Traits>::basic_FancyOStream_buf(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 1262 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream<CharT,
Traits>::basic_FancyOStream(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 599 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(533): error: class
"std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>" has no member "allocate"

          return
_M_impl._Tp_alloc_type::allocate(__deque_buf_size(sizeof(_Tp)));

                                         ^

          detected during:

            instantiation of "_Tp *std::_Deque_base<_Tp,
_Alloc>::_M_allocate_node() [with _Tp=std::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 627

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_create_nodes(_Tp **, _Tp **) [with _Tp=std::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 601

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_initialize_map(std::size_t={unsigned long}) [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 453

            instantiation of "std::_Deque_base<_Tp, _Alloc>::_Deque_base()
[with _Tp=std::basic_string<char, std::char_traits<char>,
std::allocator<char>>, _Alloc=std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char>>>]" at line 783

            instantiation of "std::deque<_Tp, _Alloc>::deque() [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 874 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream_buf<CharT,
Traits>::basic_FancyOStream_buf(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 1262 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream<CharT,
Traits>::basic_FancyOStream(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 599 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(539): error: class
"std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>" has no member "deallocate"

          _M_impl._Tp_alloc_type::deallocate(__p,
__deque_buf_size(sizeof(_Tp)));

                                  ^

          detected during:

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_deallocate_node(_Tp *) [with _Tp=std::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 642

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_destroy_nodes(_Tp **, _Tp **) [with _Tp=std::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 631

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_create_nodes(_Tp **, _Tp **) [with _Tp=std::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 601

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_initialize_map(std::size_t={unsigned long}) [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 453

            instantiation of "std::_Deque_base<_Tp, _Alloc>::_Deque_base()
[with _Tp=std::basic_string<char, std::char_traits<char>,
std::allocator<char>>, _Alloc=std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char>>>]" at line 783

            instantiation of "std::deque<_Tp, _Alloc>::deque() [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 874 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream_buf<CharT,
Traits>::basic_FancyOStream_buf(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 1262 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream<CharT,
Traits>::basic_FancyOStream(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 599 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(548): error: class
"std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>> *>" has no member "deallocate"

        { _M_get_map_allocator().deallocate(__p, __n); }

                                 ^

          detected during:

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_deallocate_map(_Tp **, std::size_t={unsigned long}) [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 604

            instantiation of "void std::_Deque_base<_Tp,
_Alloc>::_M_initialize_map(std::size_t={unsigned long}) [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 453

            instantiation of "std::_Deque_base<_Tp, _Alloc>::_Deque_base()
[with _Tp=std::basic_string<char, std::char_traits<char>,
std::allocator<char>>, _Alloc=std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char>>>]" at line 783

            instantiation of "std::deque<_Tp, _Alloc>::deque() [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 874 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream_buf<CharT,
Traits>::basic_FancyOStream_buf(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 1262 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_FancyOStream<CharT,
Traits>::basic_FancyOStream(const Teuchos::RCP<std::basic_ostream<CharT,
Traits>> &, const std::basic_string<CharT, Traits, std::allocator<CharT>> &,
int, bool, int, bool, bool) [with CharT=char,
Traits=std::char_traits<char>]" at line 599 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(1395): error: class
"std::_Deque_base<_Tp, _Alloc>::_Deque_impl [with _Tp=int,
_Alloc=std::allocator<int>]" has no member "construct"

              this->_M_impl.construct(this->_M_impl._M_finish._M_cur, __x);

                            ^

          detected during:

            instantiation of "void std::deque<_Tp, _Alloc>::push_back(const
std::deque<_Tp, _Alloc>::value_type &) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 1051 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream_buf<CharT,
Traits>::pushTab(int) [with CharT=char, Traits=std::char_traits<char>]" at
line 1403 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream<CharT,
Traits>::pushTab(int) [with CharT=char, Traits=std::char_traits<char>]" at
line 756 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_OSTab<CharT,
Traits>::updateState() [with CharT=char, Traits=std::char_traits<char>]" at
line 659 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_OSTab<CharT,
Traits>::basic_OSTab(const Teuchos::RCP<Teuchos::basic_FancyOStream<CharT,
Traits>> &, int, std::basic_string<CharT, Traits, std::allocator<CharT>>)
[with CharT=char, Traits=std::char_traits<char>]" at line 68 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_Describable.cpp"

 

/usr/include/c++/4.8/bits/deque.tcc(454): error: class
"std::_Deque_base<_Tp, _Alloc>::_Deque_impl [with _Tp=int,
_Alloc=std::allocator<int>]" has no member "construct"

              this->_M_impl.construct(this->_M_impl._M_finish._M_cur, __t);

                            ^

          detected during:

            instantiation of "void std::deque<_Tp,
_Alloc>::_M_push_back_aux(const std::deque<_Tp, _Alloc>::value_type &) [with
_Tp=int, _Alloc=std::allocator<int>]" at line 1399 of
"/usr/include/c++/4.8/bits/stl_deque.h"

            instantiation of "void std::deque<_Tp, _Alloc>::push_back(const
std::deque<_Tp, _Alloc>::value_type &) [with _Tp=int,
_Alloc=std::allocator<int>]" at line 1051 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream_buf<CharT,
Traits>::pushTab(int) [with CharT=char, Traits=std::char_traits<char>]" at
line 1403 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream<CharT,
Traits>::pushTab(int) [with CharT=char, Traits=std::char_traits<char>]" at
line 756 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_OSTab<CharT,
Traits>::updateState() [with CharT=char, Traits=std::char_traits<char>]" at
line 659 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_OSTab<CharT,
Traits>::basic_OSTab(const Teuchos::RCP<Teuchos::basic_FancyOStream<CharT,
Traits>> &, int, std::basic_string<CharT, Traits, std::allocator<CharT>>)
[with CharT=char, Traits=std::char_traits<char>]" at line 68 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_Describable.cpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(1395): error: class
"std::_Deque_base<_Tp, _Alloc>::_Deque_impl [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" has no member "construct"

              this->_M_impl.construct(this->_M_impl._M_finish._M_cur, __x);

                            ^

          detected during:

            instantiation of "void std::deque<_Tp, _Alloc>::push_back(const
std::deque<_Tp, _Alloc>::value_type &) [with _Tp=std::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 1081 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream_buf<CharT,
Traits>::pushLinePrefix(const std::basic_string<CharT, Traits,
std::allocator<CharT>> &) [with CharT=char, Traits=std::char_traits<char>]"
at line 1426 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream<CharT,
Traits>::pushLinePrefix(const std::basic_string<CharT, Traits,
std::allocator<CharT>> &) [with CharT=char, Traits=std::char_traits<char>]"
at line 757 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_OSTab<CharT,
Traits>::updateState() [with CharT=char, Traits=std::char_traits<char>]" at
line 659 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_OSTab<CharT,
Traits>::basic_OSTab(const Teuchos::RCP<Teuchos::basic_FancyOStream<CharT,
Traits>> &, int, std::basic_string<CharT, Traits, std::allocator<CharT>>)
[with CharT=char, Traits=std::char_traits<char>]" at line 68 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_Describable.cpp"

 

/usr/include/c++/4.8/bits/deque.tcc(454): error: class
"std::_Deque_base<_Tp, _Alloc>::_Deque_impl [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" has no member "construct"

              this->_M_impl.construct(this->_M_impl._M_finish._M_cur, __t);

                           ^

          detected during:

            instantiation of "void std::deque<_Tp,
_Alloc>::_M_push_back_aux(const std::deque<_Tp, _Alloc>::value_type &) [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 1399 of
"/usr/include/c++/4.8/bits/stl_deque.h"

            instantiation of "void std::deque<_Tp, _Alloc>::push_back(const
std::deque<_Tp, _Alloc>::value_type &) [with _Tp=std::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 1081 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream_buf<CharT,
Traits>::pushLinePrefix(const std::basic_string<CharT, Traits,
std::allocator<CharT>> &) [with CharT=char, Traits=std::char_traits<char>]"
at line 1426 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream<CharT,
Traits>::pushLinePrefix(const std::basic_string<CharT, Traits,
std::allocator<CharT>> &) [with CharT=char, Traits=std::char_traits<char>]"
at line 757 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_OSTab<CharT,
Traits>::updateState() [with CharT=char, Traits=std::char_traits<char>]" at
line 659 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_OSTab<CharT,
Traits>::basic_OSTab(const Teuchos::RCP<Teuchos::basic_FancyOStream<CharT,
Traits>> &, int, std::basic_string<CharT, Traits, std::allocator<CharT>>)
[with CharT=char, Traits=std::char_traits<char>]" at line 68 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_Describable.cpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(1448): error: class
"std::_Deque_base<_Tp, _Alloc>::_Deque_impl [with _Tp=int,
_Alloc=std::allocator<int>]" has no member "destroy"

              this->_M_impl.destroy(this->_M_impl._M_finish._M_cur);

                            ^

          detected during:

            instantiation of "void std::deque<_Tp, _Alloc>::pop_back() [with
_Tp=int, _Alloc=std::allocator<int>]" at line 1072 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream_buf<CharT,
Traits>::popTab() [with CharT=char, Traits=std::char_traits<char>]" at line
1417 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream<CharT,
Traits>::popTab() [with CharT=char, Traits=std::char_traits<char>]" at line
711 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_OSTab<CharT,
Traits>::~basic_OSTab() [with CharT=char, Traits=std::char_traits<char>]" at
line 68 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_Describable.cpp"

 

/usr/include/c++/4.8/bits/deque.tcc(510): error: class
"std::_Deque_base<_Tp, _Alloc>::_Deque_impl [with _Tp=int,
_Alloc=std::allocator<int>]" has no member "destroy"

        this->_M_impl.destroy(this->_M_impl._M_finish._M_cur);

                      ^

          detected during:

            instantiation of "void std::deque<_Tp,
_Alloc>::_M_pop_back_aux() [with _Tp=int, _Alloc=std::allocator<int>]" at
line 1451 of "/usr/include/c++/4.8/bits/stl_deque.h"

            instantiation of "void std::deque<_Tp, _Alloc>::pop_back() [with
_Tp=int, _Alloc=std::allocator<int>]" at line 1072 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream_buf<CharT,
Traits>::popTab() [with CharT=char, Traits=std::char_traits<char>]" at line
1417 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream<CharT,
Traits>::popTab() [with CharT=char, Traits=std::char_traits<char>]" at line
711 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_OSTab<CharT,
Traits>::~basic_OSTab() [with CharT=char, Traits=std::char_traits<char>]" at
line 68 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_Describable.cpp"

 

/usr/include/c++/4.8/bits/stl_deque.h(1448): error: class
"std::_Deque_base<_Tp, _Alloc>::_Deque_impl [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" has no member "destroy"

              this->_M_impl.destroy(this->_M_impl._M_finish._M_cur);

                            ^

          detected during:

            instantiation of "void std::deque<_Tp, _Alloc>::pop_back() [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 1088 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream_buf<CharT,
Traits>::popLinePrefix() [with CharT=char, Traits=std::char_traits<char>]"
at line 1433 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream<CharT,
Traits>::popLinePrefix() [with CharT=char, Traits=std::char_traits<char>]"
at line 712 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_OSTab<CharT,
Traits>::~basic_OSTab() [with CharT=char, Traits=std::char_traits<char>]" at
line 68 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_Describable.cpp"

 

/usr/include/c++/4.8/bits/deque.tcc(510): error: class
"std::_Deque_base<_Tp, _Alloc>::_Deque_impl [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" has no member "destroy"

        this->_M_impl.destroy(this->_M_impl._M_finish._M_cur);

                      ^

          detected during:

            instantiation of "void std::deque<_Tp,
_Alloc>::_M_pop_back_aux() [with _Tp=std::basic_string<char,
std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 1451 of
"/usr/include/c++/4.8/bits/stl_deque.h"

            instantiation of "void std::deque<_Tp, _Alloc>::pop_back() [with
_Tp=std::basic_string<char, std::char_traits<char>, std::allocator<char>>,
_Alloc=std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char>>>]" at line 1088 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream_buf<CharT,
Traits>::popLinePrefix() [with CharT=char, Traits=std::char_traits<char>]"
at line 1433 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "void Teuchos::basic_FancyOStream<CharT,
Traits>::popLinePrefix() [with CharT=char, Traits=std::char_traits<char>]"
at line 712 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_FancyOStream.hpp"

            instantiation of "Teuchos::basic_OSTab<CharT,
Traits>::~basic_OSTab() [with CharT=char, Traits=std::char_traits<char>]" at
line 68 of
"/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teu
chos_Describable.cpp"

 

compilation aborted for
/home/shchoi/programs/trilinos-11.12.1-Source/packages/teuchos/core/src/Teuc
hos_Describable.cpp (code 2)

make[2]: ***
[packages/teuchos/core/src/CMakeFiles/teuchoscore.dir/Teuchos_Describable.cp
p.o] Error 2

make[1]: *** [packages/teuchos/core/src/CMakeFiles/teuchoscore.dir/all]
Error 2

make: *** [all] Error 2

 

If someone has a piece of information to this case, please let me know. I
think some paths are not set but I don't know what path I should add more. 

 

# echo $LD_LIBRARY_PATH

/home/shchoi/programs/intel/cpp/composer_xe_2013_sp1.0.080/ipp/../compiler/l
ib/intel64:/home/shchoi/programs/intel/cpp/composer_xe_2013_sp1.0.080/ipp/li
b/intel64:/home/shchoi/programs/intel/cpp/composer_xe_2013_sp1.0.080/ipp/../
compiler/lib/intel64:/home/shchoi/programs/intel/cpp/composer_xe_2013_sp1.0.
080/ipp/lib/intel64::/home/shchoi/programs/intel/cpp/composer_xe_2013_sp1.0.
080/compiler/lib/intel64/:/home/shchoi/programs/intel/cpp/composer_xe_2013_s
p1.0.080/mkl/lib/intel64/:/home/shchoi/programs/intel/fortran/composer_xe_20
13_sp1.4.211/compiler/lib/intel64/

 

# echo $PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr
/local/games:/home/shchoi/programs/intel/cpp/composer_xe_2013_sp1.0.080/bin/
intel64/:/home/shchoi/programs/intel/fortran/composer_xe_2013_sp1.4.211/bin/
intel64/

 

Sincerely

Sunghwan Choi 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://software.sandia.gov/pipermail/trilinos-users/attachments/20141204/36ee2781/attachment-0001.html>


More information about the Trilinos-Users mailing list