[Trilinos-Users] compiling error with Teuchos

David Cole david.cole at kitware.com
Mon Feb 21 14:09:20 MST 2011


I reproduce this same error as Hongyu with Visual Studio 10 64-bit
Debug build. With or without MPI enabled.

Here is the complete build log of an incremental failing build. If
anybody can spot what changes to make to fix this problem, I can
verify the fix.

It appears to have something to do with lacking serialization traits
for a "Thyra::Ordinal" type, but I can't figure it out quickly. Maybe
somebody here can figure it out from this output?


Thanks,
David


1>------ Skipped Build: Project: RUN_TESTS, Configuration: Debug x64 ------
1>Project not selected to build for this solution configuration
2>------ Skipped Build: Project: NightlyMemoryCheck, Configuration:
Debug x64 ------
2>Project not selected to build for this solution configuration
3>------ Skipped Build: Project: Nightly, Configuration: Debug x64 ------
3>Project not selected to build for this solution configuration
4>------ Skipped Build: Project: Experimental, Configuration: Debug x64 ------
4>Project not selected to build for this solution configuration
5>------ Skipped Build: Project: Continuous, Configuration: Debug x64 ------
5>Project not selected to build for this solution configuration
6>------ Skipped Build: Project: Epetra_all, Configuration: Debug x64 ------
6>Project not selected to build for this solution configuration
7>------ Skipped Build: Project: Teuchos_all, Configuration: Debug x64 ------
7>Project not selected to build for this solution configuration
8>------ Skipped Build: Project: RTOp_all, Configuration: Debug x64 ------
8>Project not selected to build for this solution configuration
9>------ Skipped Build: Project: Sacado_all, Configuration: Debug x64 ------
9>Project not selected to build for this solution configuration
10>------ Build started: Project: thyra, Configuration: Debug x64 ------
11>------ Skipped Build: Project: EpetraExt_all, Configuration: Debug x64 ------
11>Project not selected to build for this solution configuration
12>------ Skipped Build: Project: Belos_all, Configuration: Debug x64 ------
12>Project not selected to build for this solution configuration
13>------ Skipped Build: Project: Galeri_all, Configuration: Debug x64 ------
13>Project not selected to build for this solution configuration
14>------ Skipped Build: Project: Triutils_all, Configuration: Debug x64 ------
14>Project not selected to build for this solution configuration
15>------ Skipped Build: Project: AztecOO_all, Configuration: Debug x64 ------
15>Project not selected to build for this solution configuration
16>------ Skipped Build: Project: Amesos_all, Configuration: Debug x64 ------
16>Project not selected to build for this solution configuration
17>------ Skipped Build: Project: Ifpack_all, Configuration: Debug x64 ------
17>Project not selected to build for this solution configuration
18>------ Skipped Build: Project: ML_all, Configuration: Debug x64 ------
18>Project not selected to build for this solution configuration
10>  Thyra_SpmdVectorSpaceUtilities.cpp
10>c:\k\t\trilinos\packages\teuchos\src\Teuchos_TableColumn.hpp(64):
warning C4244: 'return' : conversion from
'Teuchos::Array<T>::size_type' to 'int', possible loss of data
10>          with
10>          [
10>              T=Teuchos::RCP<Teuchos::TableEntry>
10>          ]
10>c:\k\t\trilinos\packages\teuchos\src\Teuchos_Array.hpp(1195):
warning C4244: 'return' : conversion from
'Teuchos::Array<T>::size_type' to 'int', possible loss of data
10>          with
10>          [
10>              T=std::string
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_Array.hpp(1194)
: while compiling class template member function 'int
Teuchos::Array<T>::length(void) const'
10>          with
10>          [
10>              T=std::string
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_XMLObjectImplem.hpp(121)
: see reference to class template instantiation 'Teuchos::Array<T>'
being compiled
10>          with
10>          [
10>              T=std::string
10>          ]
10>c:\k\t\trilinos\packages\teuchos\src\Teuchos_as.hpp(71): warning
C4267: 'return' : conversion from 'size_t' to 'int', possible loss of
data
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_as.hpp(70) :
while compiling class template member function 'int
Teuchos::ValueTypeConversionTraits<TypeTo,TypeFrom>::convert(const
TypeFrom)'
10>          with
10>          [
10>              TypeTo=int,
10>              TypeFrom=unsigned __int64
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_as.hpp(123)
: see reference to class template instantiation
'Teuchos::ValueTypeConversionTraits<TypeTo,TypeFrom>' being compiled
10>          with
10>          [
10>              TypeTo=int,
10>              TypeFrom=unsigned __int64
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(1096)
: see reference to function template instantiation 'TypeTo
Teuchos::as<int,unsigned __int64>(const TypeFrom &)' being compiled
10>          with
10>          [
10>              TypeTo=int,
10>              TypeFrom=unsigned __int64
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(1082)
: while compiling class template member function 'void
Teuchos::basic_FancyOStream_buf<CharT,Traits>::writeFrontMatter(void)'
10>          with
10>          [
10>              CharT=char,
10>              Traits=std::char_traits<char>
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(750)
: while compiling class template member function
'Teuchos::basic_FancyOStream_buf<CharT,Traits>::basic_FancyOStream_buf(const
Teuchos::RCP<T> &,const std::basic_string<_Elem,_Traits,_Ax> &,const
int,const bool,const int,const bool,const bool)'
10>          with
10>          [
10>              CharT=char,
10>              Traits=std::char_traits<char>,
10>              T=std::basic_ostream<char,std::char_traits<char>>,
10>              _Elem=char,
10>              _Traits=std::char_traits<char>,
10>              _Ax=std::allocator<char>
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(997)
: while compiling class template member function 'std::streamsize
Teuchos::basic_FancyOStream_buf<CharT,Traits>::xsputn(const char
*,std::streamsize)'
10>          with
10>          [
10>              CharT=char,
10>              Traits=std::char_traits<char>
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(444)
: see reference to class template instantiation
'Teuchos::basic_FancyOStream_buf<CharT,Traits>' being compiled
10>          with
10>          [
10>              CharT=char,
10>              Traits=std::char_traits<char>
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(475)
: see reference to class template instantiation
'Teuchos::basic_FancyOStream<CharT>' being compiled
10>          with
10>          [
10>              CharT=char
10>          ]
10>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C2825: 'T': must be a class or namespace when followed by '::'
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50)
: while compiling class template member function 'Thyra::Ordinal
Teuchos::UndefinedSerializationTraits<T>::notDefined(void)'
10>          with
10>          [
10>              T=Thyra::Ordinal
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(76)
: see reference to class template instantiation
'Teuchos::UndefinedSerializationTraits<T>' being compiled
10>          with
10>          [
10>              T=Thyra::Ordinal
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(76)
: while compiling class template member function 'Thyra::Ordinal
Teuchos::SerializationTraits<Ordinal,T>::fromCountToDirectBytes(const
Ordinal)'
10>          with
10>          [
10>              Ordinal=Thyra::Ordinal,
10>              T=Thyra::Ordinal
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraitsHelpers.hpp(223)
: see reference to class template instantiation
'Teuchos::SerializationTraits<Ordinal,T>' being compiled
10>          with
10>          [
10>              Ordinal=Thyra::Ordinal,
10>              T=Thyra::Ordinal
10>          ]
10>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraitsHelpers.hpp(220)
: while compiling class template member function
'Teuchos::ConstValueTypeSerializationBuffer<Ordinal,T>::ConstValueTypeSerializationBuffer(const
Ordinal,const T [])'
10>          with
10>          [
10>              Ordinal=Thyra::Ordinal,
10>              T=Thyra::Ordinal
10>          ]
10>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_CommHelpers.hpp(976)
: see reference to class template instantiation
'Teuchos::ConstValueTypeSerializationBuffer<Ordinal,T>' being compiled
10>          with
10>          [
10>              Ordinal=Thyra::Ordinal,
10>              T=Thyra::Ordinal
10>          ]
10>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_CommHelpers.hpp(1001)
: see reference to function template instantiation 'void
Teuchos::reduceAll<Ordinal,Packet>(const Teuchos::Comm<Ordinal>
&,const Teuchos::ValueTypeReductionOp<Ordinal,T> &,const Ordinal,const
Packet [],Packet [])' being compiled
10>          with
10>          [
10>              Ordinal=Thyra::Ordinal,
10>              Packet=Thyra::Ordinal,
10>              T=Thyra::Ordinal
10>          ]
10>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_CommHelpers.hpp(1011)
: see reference to function template instantiation 'void
Teuchos::reduceAll<Ordinal,Packet>(const Teuchos::Comm<Ordinal>
&,const Teuchos::EReductionType,const Ordinal,const Packet [],Packet
[])' being compiled
10>          with
10>          [
10>              Ordinal=Thyra::Ordinal,
10>              Packet=Thyra::Ordinal
10>          ]
10>          ..\..\..\..\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceUtilities.cpp(50)
: see reference to function template instantiation 'void
Teuchos::reduceAll<Thyra::Ordinal,Thyra::Ordinal>(const
Teuchos::Comm<Ordinal> &,const Teuchos::EReductionType,const Packet
&,const Teuchos::Ptr<T> &)' being compiled
10>          with
10>          [
10>              Ordinal=Thyra::Ordinal,
10>              Packet=Thyra::Ordinal,
10>              T=RTOpPack::index_type
10>          ]
10>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C2039: 'this_type_is_missing_a_specialization' : is not a member
of '`global namespace''
10>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C2146: syntax error : missing ')' before identifier
'this_type_is_missing_a_specialization'
10>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C2059: syntax error : ')'
10>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C3861: 'this_type_is_missing_a_specialization': identifier not
found
19>------ Build started: Project: thyraepetra, Configuration: Debug x64 ------
19>  Thyra_EpetraOperatorWrapper.cpp
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_TableColumn.hpp(64):
warning C4244: 'return' : conversion from
'Teuchos::Array<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::RCP<Teuchos::TableEntry>
19>          ]
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraOperatorWrapper.cpp(97):
warning C4244: 'initializing' : conversion from 'Thyra::Ordinal' to
'const int', possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraOperatorWrapper.cpp(133):
warning C4244: 'initializing' : conversion from 'Thyra::Ordinal' to
'const int', possible loss of data
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(190):
warning C4250: 'Thyra::MultiVectorDefaultBase<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::description'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(54)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::description'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(63)
: see reference to class template instantiation
'Thyra::MultiVectorDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_decl.hpp(105)
: see reference to class template instantiation
'Thyra::VectorDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DetachedSpmdVectorView.hpp(116)
: see reference to class template instantiation
'Thyra::SpmdVectorBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DetachedSpmdVectorView.hpp(109)
: while compiling class template member function
'Thyra::DetachedSpmdVectorView<Scalar>::DetachedSpmdVectorView(const
Teuchos::RCP<T> &)'
19>          with
19>          [
19>              Scalar=double,
19>              T=Thyra::VectorBase<double>
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraOperatorWrapper.cpp(95)
: see reference to class template instantiation
'Thyra::DetachedSpmdVectorView<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(190):
warning C4250: 'Thyra::MultiVectorDefaultBase<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::describe'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(83)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::describe'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(190):
warning C4250: 'Thyra::MultiVectorDefaultBase<Scalar>' : inherits
'Thyra::MultiVectorBase<Scalar>::Thyra::MultiVectorBase<Scalar>::clone'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\interfaces\operator_vector\fundamental\Thyra_MultiVectorBase_decl.hpp(646)
: see declaration of 'Thyra::MultiVectorBase<Scalar>::clone'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(277):
warning C4250: 'Thyra::VectorDefaultBase<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(104)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(277):
warning C4250: 'Thyra::VectorDefaultBase<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(117)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_decl.hpp(293):
warning C4250: 'Thyra::SpmdVectorBase<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(104)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_decl.hpp(293):
warning C4250: 'Thyra::SpmdVectorBase<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(117)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_Array.hpp(1195):
warning C4244: 'return' : conversion from
'Teuchos::Array<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=std::string
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_Array.hpp(1194)
: while compiling class template member function 'int
Teuchos::Array<T>::length(void) const'
19>          with
19>          [
19>              T=std::string
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_XMLObjectImplem.hpp(121)
: see reference to class template instantiation 'Teuchos::Array<T>'
being compiled
19>          with
19>          [
19>              T=std::string
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_decl.hpp(394):
warning C4250: 'Thyra::DefaultProductVectorSpace<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMemberView'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(92)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMemberView'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(579)
: see reference to class template instantiation
'Thyra::DefaultProductVectorSpace<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraOperatorWrapper.cpp(82)
: see reference to function template instantiation 'Teuchos::RCP<T>
Thyra::castOrCreateNonconstProductVectorBase<double>(const
Teuchos::RCP<Thyra::VectorBase<Scalar>>)' being compiled
19>          with
19>          [
19>              T=Thyra::ProductVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_decl.hpp(394):
warning C4250: 'Thyra::DefaultProductVectorSpace<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMemberView'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(82)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMemberView'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_decl.hpp(394):
warning C4250: 'Thyra::DefaultProductVectorSpace<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(113)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_decl.hpp(394):
warning C4250: 'Thyra::DefaultProductVectorSpace<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(104)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const double
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraOperatorWrapper.cpp(84)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=const double
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=double
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraOperatorWrapper.cpp(122)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(60):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(55)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::clone_mv(void) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(63)
: see reference to class template instantiation
'Thyra::MultiVectorDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_decl.hpp(105)
: see reference to class template instantiation
'Thyra::VectorDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DetachedSpmdVectorView.hpp(116)
: see reference to class template instantiation
'Thyra::SpmdVectorBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DetachedSpmdVectorView.hpp(109)
: while compiling class template member function
'Thyra::DetachedSpmdVectorView<Scalar>::DetachedSpmdVectorView(const
Teuchos::RCP<T> &)'
19>          with
19>          [
19>              Scalar=double,
19>              T=Thyra::VectorBase<double>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_decl.hpp(208):
warning C4250: 'Thyra::DefaultColumnwiseMultiVector<Scalar>' :
inherits 'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::description'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(54)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::description'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(91)
: see reference to class template instantiation
'Thyra::DefaultColumnwiseMultiVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(75)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::contigSubViewImpl(const
Thyra::Range1D &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_decl.hpp(208):
warning C4250: 'Thyra::DefaultColumnwiseMultiVector<Scalar>' :
inherits 'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::describe'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(83)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::describe'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_decl.hpp(208):
warning C4250: 'Thyra::DefaultColumnwiseMultiVector<Scalar>' :
inherits 'Thyra::MultiVectorBase<Scalar>::Thyra::MultiVectorBase<Scalar>::clone'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\interfaces\operator_vector\fundamental\Thyra_MultiVectorBase_decl.hpp(646)
: see declaration of 'Thyra::MultiVectorBase<Scalar>::clone'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(92):
warning C4244: 'argument' : conversion from
'Teuchos::Range1D::Ordinal' to 'int', possible loss of data
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(120):
warning C4244: 'argument' : conversion from
'Teuchos::Range1D::Ordinal' to 'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(103)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::nonconstContigSubViewImpl(const
Thyra::Range1D &)'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(137):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const int
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(133)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::nonContigSubViewImpl(const
Teuchos::ArrayView<const int> &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(173):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const int
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(169)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::nonconstNonContigSubViewImpl(const
Teuchos::ArrayView<const int> &)'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(214):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(208)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<const Teuchos::Ptr<Thyra::MultiVectorBase<Scalar>>>
&,const Teuchos::ArrayView<const Teuchos::Ptr<RTOpPack::ReductTarget>>
&,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(215):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(282):
warning C4244: 'initializing' : conversion from 'const Thyra::Ordinal'
to 'const int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(268)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const RTOpPack::RTOpT<Scalar> &,const
Teuchos::ArrayView<T> &,const Teuchos::ArrayView<const
Teuchos::Ptr<Thyra::MultiVectorBase<Scalar>>> &,const
Teuchos::Ptr<RTOpPack::ReductTarget> &,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(338):
warning C4244: 'initializing' : conversion from
'Teuchos::Range1D::Ordinal' to 'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(313)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::acquireDetachedMultiVectorViewImpl(const
Thyra::Range1D &,const Thyra::Range1D
&,RTOpPack::ConstSubMultiVectorView<Scalar> *) const'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(402):
warning C4244: 'initializing' : conversion from 'RTOpPack::Ordinal' to
'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(392)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::commitNonconstDetachedMultiVectorViewImpl(RTOpPack::SubMultiVectorView<Scalar>
*)'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_def.hpp(106):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_def.hpp(100)
: while compiling class template member function 'void
Thyra::SpmdVectorBase<Scalar>::applyOpImplWithComm(const
Teuchos::Ptr<T> &,const RTOpPack::RTOpT<Scalar> &,const
Teuchos::ArrayView<const Teuchos::Ptr<const
Thyra::VectorBase<Scalar>>> &,const Teuchos::ArrayView<const
Teuchos::Ptr<Thyra::VectorBase<Scalar>>> &,const
Teuchos::Ptr<RTOpPack::ReductTarget> &,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Comm<Thyra::Ordinal>
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_def.hpp(107):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::VectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(186):
warning C4244: 'argument' : conversion from 'RTOpPack::Ordinal' to
'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(180)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView(const
RTOpPack::ConstSubMultiVectorView<Scalar> &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_decl.hpp(126)
: see reference to class template instantiation
'Thyra::VectorSpaceDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(579)
: see reference to class template instantiation
'Thyra::DefaultProductVectorSpace<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraOperatorWrapper.cpp(82)
: see reference to function template instantiation 'Teuchos::RCP<T>
Thyra::castOrCreateNonconstProductVectorBase<double>(const
Teuchos::RCP<Thyra::VectorBase<Scalar>>)' being compiled
19>          with
19>          [
19>              T=Thyra::ProductVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(156):
warning C4244: 'argument' : conversion from 'RTOpPack::Ordinal' to
'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(151)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView(const
RTOpPack::SubMultiVectorView<Scalar> &) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_def.hpp(72):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::RCP<const Thyra::VectorSpaceBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_def.hpp(67)
: while compiling class template member function 'void
Thyra::DefaultProductVectorSpace<Scalar>::initialize(const
Teuchos::ArrayView<T> &)'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::RCP<const Thyra::VectorSpaceBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::range'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(105)
: see declaration of 'Thyra::VectorDefaultBase<Scalar>::range'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(292)
: see reference to class template instantiation
'Thyra::DefaultProductVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(579)
: see reference to function template instantiation 'Teuchos::RCP<T>
Thyra::defaultProductVector<Scalar>(const Teuchos::RCP<const
Thyra::DefaultProductVectorSpace<Scalar>> &,const
Teuchos::ArrayView<const Teuchos::RCP<Thyra::VectorBase<Scalar>>> &)'
being compiled
19>          with
19>          [
19>              T=Thyra::DefaultProductVector<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::domain'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(109)
: see declaration of 'Thyra::VectorDefaultBase<Scalar>::domain'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::opSupportedImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(248)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::opSupportedImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::applyImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(253)
: see declaration of 'Thyra::VectorDefaultBase<Scalar>::applyImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::clone_mv'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(117)
: see declaration of 'Thyra::VectorDefaultBase<Scalar>::clone_mv'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::nonconstColImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(137)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::nonconstColImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::contigSubViewImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(140)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::contigSubViewImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::nonconstContigSubViewImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(143)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::nonconstContigSubViewImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::nonContigSubViewImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(146)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::nonContigSubViewImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::nonconstNonContigSubViewImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(149)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::nonconstNonContigSubViewImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(104)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(117)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::acquireDetachedMultiVectorViewImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(151)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::acquireDetachedMultiVectorViewImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::releaseDetachedMultiVectorViewImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(157)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::releaseDetachedMultiVectorViewImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::acquireNonconstDetachedMultiVectorViewImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(161)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::acquireNonconstDetachedMultiVectorViewImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::commitNonconstDetachedMultiVectorViewImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(167)
: see declaration of
'Thyra::VectorDefaultBase<Scalar>::commitNonconstDetachedMultiVectorViewImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(247):
warning C4250: 'Thyra::DefaultProductVector<Scalar>' : inherits
'Thyra::VectorDefaultBase<Scalar>::Thyra::VectorDefaultBase<Scalar>::clone_v'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(127)
: see declaration of 'Thyra::VectorDefaultBase<Scalar>::clone_v'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_def.hpp(225):
warning C4244: 'initializing' : conversion from
'Teuchos::Array<T>::size_type' to 'const int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::RCP<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_def.hpp(223)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultColumnwiseMultiVector<Scalar>::nonconstColImpl(Thyra::Ordinal)'
19>          with
19>          [
19>              T=Thyra::VectorBase<double>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(91)
: see reference to class template instantiation
'Thyra::DefaultColumnwiseMultiVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(75)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::contigSubViewImpl(const
Thyra::Range1D &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_def.hpp(254):
warning C4244: 'argument' : conversion from
'Teuchos::Range1D::Ordinal' to 'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_def.hpp(239)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultColumnwiseMultiVector<Scalar>::nonconstContigSubViewImpl(const
Thyra::Range1D &)'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\rtop\src\ops_lib\RTOpPack_ROpGetSubVector_def.hpp(79):
warning C4244: '=' : conversion from 'const RTOpPack::index_type' to
'int', possible loss of data
19>          C:\K\T\Trilinos\packages\rtop\src\ops_lib\RTOpPack_ROpGetSubVector_def.hpp(76)
: while compiling class template member function 'void
RTOpPack::ROpGetSubVector<Scalar>::get_reduct_type_num_entries_impl(const
Teuchos::Ptr<T> &,const Teuchos::Ptr<T> &,const Teuchos::Ptr<T> &)
const'
19>          with
19>          [
19>              Scalar=double,
19>              T=int
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_def.hpp(358)
: see reference to class template instantiation
'RTOpPack::ROpGetSubVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_def.hpp(347)
: while compiling class template member function 'void
Thyra::VectorDefaultBase<Scalar>::acquireDetachedVectorViewImpl(const
Thyra::Range1D &,RTOpPack::ConstSubVectorView<Scalar> *) const'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\teuchos\src\Teuchos_as.hpp(71): warning
C4244: 'return' : conversion from 'const ptrdiff_t' to 'int', possible
loss of data
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_as.hpp(70) :
while compiling class template member function 'int
Teuchos::ValueTypeConversionTraits<TypeTo,TypeFrom>::convert(const
TypeFrom)'
19>          with
19>          [
19>              TypeTo=int,
19>              TypeFrom=ptrdiff_t
19>          ]
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_as.hpp(123)
: see reference to class template instantiation
'Teuchos::ValueTypeConversionTraits<TypeTo,TypeFrom>' being compiled
19>          with
19>          [
19>              TypeTo=int,
19>              TypeFrom=ptrdiff_t
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\interfaces\RTOpPack_Types.hpp(211)
: see reference to function template instantiation 'TypeTo
Teuchos::as<int,ptrdiff_t>(const TypeFrom &)' being compiled
19>          with
19>          [
19>              TypeTo=int,
19>              TypeFrom=ptrdiff_t
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\interfaces\RTOpPack_Types.hpp(208)
: while compiling class template member function 'const double *const
RTOpPack::ConstSubVectorView<Scalar>::valuesBegin(void) const'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\interfaces\RTOpPack_Types.hpp(252)
: see reference to class template instantiation
'RTOpPack::ConstSubVectorView<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DetachedSpmdVectorView.hpp(145)
: see reference to class template instantiation
'RTOpPack::SubVectorView<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_def.hpp(108):
warning C4244: 'initializing' : conversion from 'Thyra::Ordinal' to
'const int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_def.hpp(98)
: while compiling class template member function 'void
Thyra::DefaultColumnwiseMultiVector<Scalar>::initialize(const
Teuchos::RCP<T> &,const Teuchos::RCP<T> &,const
Teuchos::ArrayView<const Teuchos::RCP<Thyra::VectorBase<Scalar>>> &)'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Thyra::VectorSpaceBase<double>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(90)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::VectorSpaceDefaultBase<Scalar>::createMembers(int) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductMultiVector_decl.hpp(274):
warning C4250: 'Thyra::DefaultProductMultiVector<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(117)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductMultiVector_def.hpp(665)
: see reference to class template instantiation
'Thyra::DefaultProductMultiVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_def.hpp(339)
: see reference to function template instantiation 'Teuchos::RCP<T>
Thyra::defaultProductMultiVector<Scalar>(const Teuchos::RCP<const
Thyra::DefaultProductVectorSpace<Scalar>> &,const int)' being compiled
19>          with
19>          [
19>              T=Thyra::DefaultProductMultiVector<double>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_def.hpp(337)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultProductVectorSpace<Scalar>::createMembers(int) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(310):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(294)
: while compiling class template member function 'void
Thyra::DefaultProductVector<Scalar>::applyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<const Teuchos::Ptr<Thyra::VectorBase<Scalar>>>
&,const Teuchos::Ptr<RTOpPack::ReductTarget> &,const Thyra::Ordinal)
const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_decl.hpp(292)
: see reference to class template instantiation
'Thyra::DefaultProductVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(579)
: see reference to function template instantiation 'Teuchos::RCP<T>
Thyra::defaultProductVector<Scalar>(const Teuchos::RCP<const
Thyra::DefaultProductVectorSpace<Scalar>> &,const
Teuchos::ArrayView<const Teuchos::RCP<Thyra::VectorBase<Scalar>>> &)'
being compiled
19>          with
19>          [
19>              T=Thyra::DefaultProductVector<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(311):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::VectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(224)
: while compiling class template member function
'Teuchos::ArrayView<T> Teuchos::ArrayView<Teuchos::Ptr<const
Thyra::VectorBase<Scalar>>>::getConst(void) const'
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::VectorBase<double>>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(248)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(208)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<const Teuchos::Ptr<Thyra::MultiVectorBase<Scalar>>>
&,const Teuchos::ArrayView<const Teuchos::Ptr<RTOpPack::ReductTarget>>
&,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(224)
: while compiling class template member function
'Teuchos::ArrayView<T>
Teuchos::ArrayView<Teuchos::Ptr<Thyra::VectorBase<Scalar>>>::getConst(void)
const'
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::VectorBase<double>>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(249)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=Teuchos::Ptr<Thyra::VectorBase<double>>
19>          ]
19>C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_RTOpTHelpers_def.hpp(74):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const RTOpPack::ConstSubVectorView<double>
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\ops_lib\RTOpPack_ROpGetSubVector_def.hpp(233)
: see reference to function template instantiation 'void
RTOpPack::validate_apply_op<Scalar>(const RTOpPack::RTOpT<Scalar>
&,const int,const int,const bool,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<const RTOpPack::SubVectorView<Scalar>> &,const
Teuchos::Ptr<const RTOpPack::ReductTarget> &)' being compiled
19>          with
19>          [
19>              Scalar=double,
19>              T=const RTOpPack::ConstSubVectorView<double>
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\ops_lib\RTOpPack_ROpGetSubVector_def.hpp(227)
: while compiling class template member function 'void
RTOpPack::ROpGetSubVector<Scalar>::apply_op_impl(const
Teuchos::ArrayView<T> &,const Teuchos::ArrayView<const
RTOpPack::SubVectorView<Scalar>> &,const
Teuchos::Ptr<RTOpPack::ReductTarget> &) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const RTOpPack::ConstSubVectorView<double>
19>          ]
19>C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_RTOpTHelpers_def.hpp(75):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const RTOpPack::SubVectorView<double>
19>          ]
19>C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_SPMD_apply_op_def.hpp(460):
warning C4244: 'initializing' : conversion from 'RTOpPack::Ordinal' to
'const int', possible loss of data
19>          C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_SPMD_apply_op_def.hpp(342)
: see reference to function template instantiation 'void
RTOpPack::SPMD_apply_op<Scalar>(const Teuchos::Comm<Ordinal> *,const
RTOpPack::RTOpT<Scalar> &,const int,const int,const
RTOpPack::ConstSubVectorView<Scalar> [],const int,const
RTOpPack::SubVectorView<Scalar> [],RTOpPack::ReductTarget *const [])'
being compiled
19>          with
19>          [
19>              Scalar=double,
19>              Ordinal=Thyra::Ordinal
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_def.hpp(160)
: see reference to function template instantiation 'void
RTOpPack::SPMD_apply_op<Scalar>(const Teuchos::Comm<Ordinal> *,const
RTOpPack::RTOpT<Scalar> &,const int,const
RTOpPack::ConstSubVectorView<Scalar> [],const int,const
RTOpPack::SubVectorView<Scalar> [],RTOpPack::ReductTarget *)' being
compiled
19>          with
19>          [
19>              Scalar=double,
19>              Ordinal=Thyra::Ordinal
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_def.hpp(100)
: while compiling class template member function 'void
Thyra::SpmdVectorBase<Scalar>::applyOpImplWithComm(const
Teuchos::Ptr<T> &,const RTOpPack::RTOpT<Scalar> &,const
Teuchos::ArrayView<const Teuchos::Ptr<const
Thyra::VectorBase<Scalar>>> &,const Teuchos::ArrayView<const
Teuchos::Ptr<Thyra::VectorBase<Scalar>>> &,const
Teuchos::Ptr<RTOpPack::ReductTarget> &,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Comm<Thyra::Ordinal>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorSpaceBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorSpaceBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(165)
: while compiling class template member function 'Teuchos::RCP<T>
&Teuchos::ArrayView<Teuchos::RCP<T>>::operator
[](Teuchos::ArrayView<Teuchos::RCP<T>>::size_type) const'
19>          with
19>          [
19>              T=const Thyra::VectorSpaceBase<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(107)
: while compiling class template member function
'Teuchos::ArrayView<T>::~ArrayView(void)'
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorSpaceBase<double>>
19>          ]
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_Tuple.hpp(54)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorSpaceBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(577)
: see reference to class template instantiation 'Teuchos::Tuple<T,N>'
being compiled
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorSpaceBase<double>>,
19>              N=1
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::RCP<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=Teuchos::RCP<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(165)
: while compiling class template member function 'Teuchos::RCP<T>
&Teuchos::ArrayView<Teuchos::RCP<T>>::operator
[](Teuchos::ArrayView<Teuchos::RCP<T>>::size_type) const'
19>          with
19>          [
19>              T=Thyra::VectorBase<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(107)
: while compiling class template member function
'Teuchos::ArrayView<T>::~ArrayView(void)'
19>          with
19>          [
19>              T=Teuchos::RCP<Thyra::VectorBase<double>>
19>          ]
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_Tuple.hpp(54)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=Teuchos::RCP<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(578)
: see reference to class template instantiation 'Teuchos::Tuple<T,N>'
being compiled
19>          with
19>          [
19>              T=Teuchos::RCP<Thyra::VectorBase<double>>,
19>              N=1
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const Teuchos::RCP<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(const
Teuchos::RCP<Thyra::VectorBase<Scalar>>
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::RCP<Thyra::VectorBase<double>>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(224)
: while compiling class template member function
'Teuchos::ArrayView<T>
Teuchos::ArrayView<Teuchos::RCP<Thyra::VectorBase<Scalar>>>::getConst(void)
const'
19>          with
19>          [
19>              T=const Teuchos::RCP<Thyra::VectorBase<double>>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductMultiVector_def.hpp(241):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'const
int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductMultiVector_def.hpp(240)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultProductMultiVector<Scalar>::colImpl(Thyra::Ordinal)
const'
19>          with
19>          [
19>              T=const Thyra::VectorBase<double>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductMultiVector_def.hpp(665)
: see reference to class template instantiation
'Thyra::DefaultProductMultiVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_def.hpp(339)
: see reference to function template instantiation 'Teuchos::RCP<T>
Thyra::defaultProductMultiVector<Scalar>(const Teuchos::RCP<const
Thyra::DefaultProductVectorSpace<Scalar>> &,const int)' being compiled
19>          with
19>          [
19>              T=Thyra::DefaultProductMultiVector<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductMultiVector_def.hpp(253):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'const
int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductMultiVector_def.hpp(252)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultProductMultiVector<Scalar>::nonconstColImpl(Thyra::Ordinal)'
19>          with
19>          [
19>              T=Thyra::VectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const Teuchos::RCP<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::RCP<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(100)
: while compiling class template member function 'void
Thyra::DefaultProductVector<Scalar>::initialize(const Teuchos::RCP<T>
&,const Teuchos::ArrayView<const Teuchos::RCP<const
Thyra::VectorBase<Scalar>>> &)'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Thyra::DefaultProductVectorSpace<double>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::Ptr<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=Teuchos::Ptr<Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(294)
: while compiling class template member function 'void
Thyra::DefaultProductVector<Scalar>::applyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<const Teuchos::Ptr<Thyra::VectorBase<Scalar>>>
&,const Teuchos::Ptr<RTOpPack::ReductTarget> &,const Thyra::Ordinal)
const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(165)
: while compiling class template member function 'Teuchos::RCP<T>
&Teuchos::ArrayView<Teuchos::RCP<T>>::operator
[](Teuchos::ArrayView<Teuchos::RCP<T>>::size_type) const'
19>          with
19>          [
19>              T=const Thyra::VectorBase<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(107)
: while compiling class template member function
'Teuchos::ArrayView<T>::~ArrayView(void)'
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorBase<double>>
19>          ]
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_Tuple.hpp(54)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVector_def.hpp(596)
: see reference to class template instantiation 'Teuchos::Tuple<T,N>'
being compiled
19>          with
19>          [
19>              T=Teuchos::RCP<const Thyra::VectorBase<double>>,
19>              N=1
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraOperatorWrapper.cpp(120)
: see reference to function template instantiation 'Teuchos::RCP<T>
Thyra::castOrCreateProductVectorBase<double>(const Teuchos::RCP<const
Thyra::VectorBase<Scalar>>)' being compiled
19>          with
19>          [
19>              T=const Thyra::ProductVectorBase<double>,
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\teuchos\src\Teuchos_as.hpp(71): warning
C4267: 'return' : conversion from 'size_t' to 'int', possible loss of
data
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_as.hpp(70) :
while compiling class template member function 'int
Teuchos::ValueTypeConversionTraits<TypeTo,TypeFrom>::convert(const
TypeFrom)'
19>          with
19>          [
19>              TypeTo=int,
19>              TypeFrom=unsigned __int64
19>          ]
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_as.hpp(123)
: see reference to class template instantiation
'Teuchos::ValueTypeConversionTraits<TypeTo,TypeFrom>' being compiled
19>          with
19>          [
19>              TypeTo=int,
19>              TypeFrom=unsigned __int64
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(1096)
: see reference to function template instantiation 'TypeTo
Teuchos::as<int,unsigned __int64>(const TypeFrom &)' being compiled
19>          with
19>          [
19>              TypeTo=int,
19>              TypeFrom=unsigned __int64
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(1082)
: while compiling class template member function 'void
Teuchos::basic_FancyOStream_buf<CharT,Traits>::writeFrontMatter(void)'
19>          with
19>          [
19>              CharT=char,
19>              Traits=std::char_traits<char>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(750)
: while compiling class template member function
'Teuchos::basic_FancyOStream_buf<CharT,Traits>::basic_FancyOStream_buf(const
Teuchos::RCP<T> &,const std::basic_string<_Elem,_Traits,_Ax> &,const
int,const bool,const int,const bool,const bool)'
19>          with
19>          [
19>              CharT=char,
19>              Traits=std::char_traits<char>,
19>              T=std::basic_ostream<char,std::char_traits<char>>,
19>              _Elem=char,
19>              _Traits=std::char_traits<char>,
19>              _Ax=std::allocator<char>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(997)
: while compiling class template member function 'std::streamsize
Teuchos::basic_FancyOStream_buf<CharT,Traits>::xsputn(const char
*,std::streamsize)'
19>          with
19>          [
19>              CharT=char,
19>              Traits=std::char_traits<char>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(444)
: see reference to class template instantiation
'Teuchos::basic_FancyOStream_buf<CharT,Traits>' being compiled
19>          with
19>          [
19>              CharT=char,
19>              Traits=std::char_traits<char>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_FancyOStream.hpp(475)
: see reference to class template instantiation
'Teuchos::basic_FancyOStream<CharT>' being compiled
19>          with
19>          [
19>              CharT=char
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const Teuchos::RCP<const Thyra::VectorSpaceBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(const Teuchos::RCP<const
Thyra::VectorSpaceBase<Scalar>>
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::RCP<const Thyra::VectorSpaceBase<double>>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(224)
: while compiling class template member function
'Teuchos::ArrayView<T> Teuchos::ArrayView<Teuchos::RCP<const
Thyra::VectorSpaceBase<Scalar>>>::getConst(void) const'
19>          with
19>          [
19>              T=const Teuchos::RCP<const Thyra::VectorSpaceBase<double>>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const RTOpPack::index_type
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const RTOpPack::index_type
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(339)
: while compiling class template member function 'void
Teuchos::ArrayView<T>::setUpIterators(const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const RTOpPack::index_type
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(46)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(Teuchos::ENull)'
19>          with
19>          [
19>              T=const RTOpPack::index_type
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_def.hpp(93)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=const RTOpPack::index_type
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductVectorSpace_def.hpp(67)
: while compiling class template member function 'void
Thyra::DefaultProductVectorSpace<Scalar>::initialize(const
Teuchos::ArrayView<T> &)'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::RCP<const Thyra::VectorSpaceBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultProductMultiVector_def.hpp(321)
: while compiling class template member function 'void
Thyra::DefaultProductMultiVector<Scalar>::mvMultiReductApplyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<const Teuchos::Ptr<Thyra::MultiVectorBase<Scalar>>>
&,const Teuchos::ArrayView<const Teuchos::Ptr<RTOpPack::ReductTarget>>
&,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::MultiVectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::Ptr<Thyra::MultiVectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=Teuchos::Ptr<Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const Teuchos::Ptr<RTOpPack::ReductTarget>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::Ptr<RTOpPack::ReductTarget>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(339)
: while compiling class template member function 'void
Teuchos::ArrayView<T>::setUpIterators(const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const Teuchos::Ptr<RTOpPack::ReductTarget>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(46)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(Teuchos::ENull)'
19>          with
19>          [
19>              T=const Teuchos::Ptr<RTOpPack::ReductTarget>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(61)
: see reference to function template instantiation 'void
Thyra::assign<double>(const Teuchos::Ptr<T> &,const
Thyra::MultiVectorBase<Scalar> &)' being compiled
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(55)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::clone_mv(void) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const char
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const char
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(224)
: while compiling class template member function
'Teuchos::ArrayView<T> Teuchos::ArrayView<char>::getConst(void) const'
19>          with
19>          [
19>              T=const char
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(46)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(Teuchos::ENull)'
19>          with
19>          [
19>              T=char
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\ops_lib\RTOpPack_ROpGetSubVector_def.hpp(176)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=char
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\ops_lib\RTOpPack_ROpGetSubVector_def.hpp(160)
: while compiling class template member function 'void
RTOpPack::ROpGetSubVector<Scalar>::extract_reduct_obj_state_impl(const
RTOpPack::ReductTarget &,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<RTOpPack::index_type> &,const
Teuchos::ArrayView<char> &) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=double
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const RTOpPack::SubVectorView<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const RTOpPack::SubVectorView<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(107)
: while compiling class template member function
'Teuchos::ArrayView<T>::~ArrayView(void)'
19>          with
19>          [
19>              T=const RTOpPack::SubVectorView<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(165)
: while compiling class template member function 'const
RTOpPack::SubVectorView<Scalar> &Teuchos::ArrayView<T>::operator
[](Teuchos::ArrayView<T>::size_type) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const RTOpPack::SubVectorView<double>
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\ops_lib\RTOpPack_ROpGetSubVector_def.hpp(233)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=const RTOpPack::SubVectorView<double>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(55):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=const RTOpPack::ConstSubVectorView<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(54)
: while compiling class template member function
'Teuchos::ArrayView<T>::ArrayView(T
*,Teuchos::ArrayView<T>::size_type,const Teuchos::ERCPNodeLookup)'
19>          with
19>          [
19>              T=const RTOpPack::ConstSubVectorView<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(107)
: while compiling class template member function
'Teuchos::ArrayView<T>::~ArrayView(void)'
19>          with
19>          [
19>              T=const RTOpPack::ConstSubVectorView<double>
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_ArrayView.hpp(165)
: while compiling class template member function 'const
RTOpPack::ConstSubVectorView<Scalar> &Teuchos::ArrayView<T>::operator
[](Teuchos::ArrayView<T>::size_type) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const RTOpPack::ConstSubVectorView<double>
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\ops_lib\RTOpPack_ROpGetSubVector_def.hpp(233)
: see reference to class template instantiation
'Teuchos::ArrayView<T>' being compiled
19>          with
19>          [
19>              T=const RTOpPack::ConstSubVectorView<double>
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C2825: 'T': must be a class or namespace when followed by '::'
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50)
: while compiling class template member function 'RTOpPack::index_type
Teuchos::UndefinedSerializationTraits<T>::notDefined(void)'
19>          with
19>          [
19>              T=RTOpPack::index_type
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(88)
: see reference to class template instantiation
'Teuchos::UndefinedSerializationTraits<T>' being compiled
19>          with
19>          [
19>              T=RTOpPack::index_type
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(88)
: while compiling class template member function 'RTOpPack::index_type
*Teuchos::SerializationTraits<Ordinal,T>::convertFromCharPtr(char *)'
19>          with
19>          [
19>              Ordinal=RTOpPack::Ordinal,
19>              T=RTOpPack::index_type
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_SPMD_apply_op_def.hpp(111)
: see reference to class template instantiation
'Teuchos::SerializationTraits<Ordinal,T>' being compiled
19>          with
19>          [
19>              Ordinal=RTOpPack::Ordinal,
19>              T=RTOpPack::index_type
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_SPMD_apply_op_def.hpp(230)
: see reference to function template instantiation 'void
RTOpPack::serialize<Scalar>(const RTOpPack::RTOpT<Scalar>
&,RTOpPack::Ordinal,RTOpPack::Ordinal,RTOpPack::Ordinal,const
RTOpPack::ReductTarget &,char [])' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_SPMD_apply_op_def.hpp(218)
: while compiling class template member function 'void
RTOpPack::ReductTargetSerializer<Scalar>::serialize(const
RTOpPack::index_type,const RTOpPack::ReductTarget *const [],const
RTOpPack::index_type,char []) const'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_SPMD_apply_op_def.hpp(315)
: see reference to class template instantiation
'RTOpPack::ReductTargetSerializer<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_SPMD_apply_op_def.hpp(529)
: see reference to function template instantiation 'void
RTOpPack::SPMD_all_reduce<Scalar>(const Teuchos::Comm<Ordinal> *,const
RTOpPack::RTOpT<Scalar> &,const int,const RTOpPack::ReductTarget
*const [],RTOpPack::ReductTarget *const [])' being compiled
19>          with
19>          [
19>              Scalar=double,
19>              Ordinal=Thyra::Ordinal
19>          ]
19>          C:\K\T\Trilinos\packages\rtop\src\support\RTOpPack_SPMD_apply_op_def.hpp(342)
: see reference to function template instantiation 'void
RTOpPack::SPMD_apply_op<Scalar>(const Teuchos::Comm<Ordinal> *,const
RTOpPack::RTOpT<Scalar> &,const int,const int,const
RTOpPack::ConstSubVectorView<Scalar> [],const int,const
RTOpPack::SubVectorView<Scalar> [],RTOpPack::ReductTarget *const [])'
being compiled
19>          with
19>          [
19>              Scalar=double,
19>              Ordinal=Thyra::Ordinal
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C2039: 'this_type_is_missing_a_specialization' : is not a member
of '`global namespace''
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C2146: syntax error : missing ')' before identifier
'this_type_is_missing_a_specialization'
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C2059: syntax error : ')'
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_SerializationTraits.hpp(50):
error C3861: 'this_type_is_missing_a_specialization': identifier not
found
19>  Thyra_EpetraThyraWrappers.cpp
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_TableColumn.hpp(64):
warning C4244: 'return' : conversion from
'Teuchos::Array<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=Teuchos::RCP<Teuchos::TableEntry>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(211):
warning C4250: 'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' : inherits
'Thyra::ScalarProdVectorSpaceBase<Scalar>::Thyra::ScalarProdVectorSpaceBase<Scalar>::scalarProd'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_ScalarProdVectorSpaceBase_decl.hpp(142)
: see declaration of
'Thyra::ScalarProdVectorSpaceBase<Scalar>::scalarProd'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_decl.hpp(58)
: see reference to class template instantiation
'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(147)
: see reference to class template instantiation
'Thyra::DefaultSpmdVectorSpace<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(211):
warning C4250: 'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' : inherits
'Thyra::ScalarProdVectorSpaceBase<Scalar>::Thyra::ScalarProdVectorSpaceBase<Scalar>::isEuclidean'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_ScalarProdVectorSpaceBase_decl.hpp(140)
: see declaration of
'Thyra::ScalarProdVectorSpaceBase<Scalar>::isEuclidean'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(211):
warning C4250: 'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMembers'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(71)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMembers'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(211):
warning C4250: 'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMemberView'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(92)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMemberView'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(211):
warning C4250: 'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMemberView'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(82)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMemberView'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(211):
warning C4250: 'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(113)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(211):
warning C4250: 'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' : inherits
'Thyra::VectorSpaceDefaultBase<Scalar>::Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_decl.hpp(104)
: see declaration of
'Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(211):
warning C4250: 'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' : inherits
'Thyra::ScalarProdVectorSpaceBase<Scalar>::Thyra::ScalarProdVectorSpaceBase<Scalar>::scalarProdsImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_ScalarProdVectorSpaceBase_decl.hpp(145)
: see declaration of
'Thyra::ScalarProdVectorSpaceBase<Scalar>::scalarProdsImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_decl.hpp(237):
warning C4250: 'Thyra::DefaultSpmdVectorSpace<Scalar>' : inherits
'Thyra::ScalarProdVectorSpaceBase<Scalar>::Thyra::ScalarProdVectorSpaceBase<Scalar>::scalarProd'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_ScalarProdVectorSpaceBase_decl.hpp(142)
: see declaration of
'Thyra::ScalarProdVectorSpaceBase<Scalar>::scalarProd'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_decl.hpp(237):
warning C4250: 'Thyra::DefaultSpmdVectorSpace<Scalar>' : inherits
'Thyra::ScalarProdVectorSpaceBase<Scalar>::Thyra::ScalarProdVectorSpaceBase<Scalar>::isEuclidean'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_ScalarProdVectorSpaceBase_decl.hpp(140)
: see declaration of
'Thyra::ScalarProdVectorSpaceBase<Scalar>::isEuclidean'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_decl.hpp(237):
warning C4250: 'Thyra::DefaultSpmdVectorSpace<Scalar>' : inherits
'Thyra::ScalarProdVectorSpaceBase<Scalar>::Thyra::ScalarProdVectorSpaceBase<Scalar>::scalarProdsImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_ScalarProdVectorSpaceBase_decl.hpp(145)
: see declaration of
'Thyra::ScalarProdVectorSpaceBase<Scalar>::scalarProdsImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(190):
warning C4250: 'Thyra::MultiVectorDefaultBase<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::description'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(54)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::description'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(63)
: see reference to class template instantiation
'Thyra::MultiVectorDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_decl.hpp(105)
: see reference to class template instantiation
'Thyra::VectorDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVector_decl.hpp(56)
: see reference to class template instantiation
'Thyra::SpmdVectorBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(190)
: see reference to class template instantiation
'Thyra::DefaultSpmdVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(190):
warning C4250: 'Thyra::MultiVectorDefaultBase<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::describe'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(83)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::describe'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(190):
warning C4250: 'Thyra::MultiVectorDefaultBase<Scalar>' : inherits
'Thyra::MultiVectorBase<Scalar>::Thyra::MultiVectorBase<Scalar>::clone'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\interfaces\operator_vector\fundamental\Thyra_MultiVectorBase_decl.hpp(646)
: see declaration of 'Thyra::MultiVectorBase<Scalar>::clone'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(277):
warning C4250: 'Thyra::VectorDefaultBase<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(104)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(277):
warning C4250: 'Thyra::VectorDefaultBase<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(117)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_decl.hpp(293):
warning C4250: 'Thyra::SpmdVectorBase<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(104)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_decl.hpp(293):
warning C4250: 'Thyra::SpmdVectorBase<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(117)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVector_decl.hpp(154):
warning C4250: 'Thyra::DefaultSpmdVector<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(104)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVector_decl.hpp(154):
warning C4250: 'Thyra::DefaultSpmdVector<Scalar>' : inherits
'Thyra::MultiVectorDefaultBase<Scalar>::Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_decl.hpp(117)
: see declaration of
'Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_MultiVectorAdapterBase_decl.hpp(111):
warning C4250: 'Thyra::MultiVectorAdapterBase<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::description'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(54)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::description'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_decl.hpp(102)
: see reference to class template instantiation
'Thyra::MultiVectorAdapterBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_decl.hpp(55)
: see reference to class template instantiation
'Thyra::SpmdMultiVectorBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(273)
: see reference to class template instantiation
'Thyra::DefaultSpmdMultiVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_MultiVectorAdapterBase_decl.hpp(111):
warning C4250: 'Thyra::MultiVectorAdapterBase<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::describe'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(83)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::describe'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_MultiVectorAdapterBase_decl.hpp(111):
warning C4250: 'Thyra::MultiVectorAdapterBase<Scalar>' : inherits
'Thyra::MultiVectorBase<Scalar>::Thyra::MultiVectorBase<Scalar>::clone'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\interfaces\operator_vector\fundamental\Thyra_MultiVectorBase_decl.hpp(646)
: see declaration of 'Thyra::MultiVectorBase<Scalar>::clone'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_decl.hpp(335):
warning C4250: 'Thyra::SpmdMultiVectorBase<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::description'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(54)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::description'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_decl.hpp(335):
warning C4250: 'Thyra::SpmdMultiVectorBase<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::describe'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(83)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::describe'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_decl.hpp(335):
warning C4250: 'Thyra::SpmdMultiVectorBase<Scalar>' : inherits
'Thyra::MultiVectorBase<Scalar>::Thyra::MultiVectorBase<Scalar>::clone'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\interfaces\operator_vector\fundamental\Thyra_MultiVectorBase_decl.hpp(646)
: see declaration of 'Thyra::MultiVectorBase<Scalar>::clone'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_decl.hpp(211):
warning C4250: 'Thyra::DefaultSpmdMultiVector<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::description'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(54)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::description'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_decl.hpp(211):
warning C4250: 'Thyra::DefaultSpmdMultiVector<Scalar>' : inherits
'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::describe'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(83)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::describe'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_decl.hpp(211):
warning C4250: 'Thyra::DefaultSpmdMultiVector<Scalar>' : inherits
'Thyra::MultiVectorBase<Scalar>::Thyra::MultiVectorBase<Scalar>::clone'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\interfaces\operator_vector\fundamental\Thyra_MultiVectorBase_decl.hpp(646)
: see declaration of 'Thyra::MultiVectorBase<Scalar>::clone'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(437):
warning C4244: '+=' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(447):
warning C4244: 'initializing' : conversion from 'Thyra::Ordinal' to
'const int', possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(448):
warning C4244: 'initializing' : conversion from 'Thyra::Ordinal' to
'const int', possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(452):
warning C4244: '+=' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(455):
warning C4244: 'initializing' : conversion from 'Thyra::Ordinal' to
'const int', possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(669):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(669):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(738):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(738):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(777):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(777):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(809):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
19>..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(809):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_Array.hpp(1195):
warning C4244: 'return' : conversion from
'Teuchos::Array<T>::size_type' to 'int', possible loss of data
19>          with
19>          [
19>              T=std::string
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_Array.hpp(1194)
: while compiling class template member function 'int
Teuchos::Array<T>::length(void) const'
19>          with
19>          [
19>              T=std::string
19>          ]
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_XMLObjectImplem.hpp(121)
: see reference to class template instantiation 'Teuchos::Array<T>'
being compiled
19>          with
19>          [
19>              T=std::string
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_decl.hpp(208):
warning C4250: 'Thyra::DefaultColumnwiseMultiVector<Scalar>' :
inherits 'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::description'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(54)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::description'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(92)
: see reference to class template instantiation
'Thyra::DefaultColumnwiseMultiVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(90)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::VectorSpaceDefaultBase<Scalar>::createMembers(int) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_ScalarProdVectorSpaceBase_decl.hpp(72)
: see reference to class template instantiation
'Thyra::VectorSpaceDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorSpaceDefaultBase_decl.hpp(83)
: see reference to class template instantiation
'Thyra::ScalarProdVectorSpaceBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_decl.hpp(58)
: see reference to class template instantiation
'Thyra::SpmdVectorSpaceDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(147)
: see reference to class template instantiation
'Thyra::DefaultSpmdVectorSpace<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_decl.hpp(208):
warning C4250: 'Thyra::DefaultColumnwiseMultiVector<Scalar>' :
inherits 'Thyra::LinearOpDefaultBase<Scalar>::Thyra::LinearOpDefaultBase<Scalar>::describe'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_LinearOpDefaultBase_decl.hpp(83)
: see declaration of 'Thyra::LinearOpDefaultBase<Scalar>::describe'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_DefaultColumnwiseMultiVector_decl.hpp(208):
warning C4250: 'Thyra::DefaultColumnwiseMultiVector<Scalar>' :
inherits 'Thyra::MultiVectorBase<Scalar>::Thyra::MultiVectorBase<Scalar>::clone'
via dominance
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\interfaces\operator_vector\fundamental\Thyra_MultiVectorBase_decl.hpp(646)
: see declaration of 'Thyra::MultiVectorBase<Scalar>::clone'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(186):
warning C4244: 'argument' : conversion from 'RTOpPack::Ordinal' to
'int', possible loss of data
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(180)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView(const
RTOpPack::ConstSubMultiVectorView<Scalar> &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(156):
warning C4244: 'argument' : conversion from 'RTOpPack::Ordinal' to
'int', possible loss of data
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorSpaceDefaultBase_def.hpp(151)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::VectorSpaceDefaultBase<Scalar>::createMembersView(const
RTOpPack::SubMultiVectorView<Scalar> &) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_def.hpp(200):
warning C4244: 'argument' : conversion from 'RTOpPack::Ordinal' to
'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_def.hpp(192)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultSpmdVectorSpace<Scalar>::createMembersView(const
RTOpPack::ConstSubMultiVectorView<Scalar> &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_def.hpp(179):
warning C4244: 'argument' : conversion from 'RTOpPack::Ordinal' to
'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVectorSpace_def.hpp(171)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultSpmdVectorSpace<Scalar>::createMembersView(const
RTOpPack::SubMultiVectorView<Scalar> &) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(60):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(55)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::clone_mv(void) const'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_VectorDefaultBase_decl.hpp(63)
: see reference to class template instantiation
'Thyra::MultiVectorDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_decl.hpp(105)
: see reference to class template instantiation
'Thyra::VectorDefaultBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdVector_decl.hpp(56)
: see reference to class template instantiation
'Thyra::SpmdVectorBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(190)
: see reference to class template instantiation
'Thyra::DefaultSpmdVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(92):
warning C4244: 'argument' : conversion from
'Teuchos::Range1D::Ordinal' to 'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(75)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::contigSubViewImpl(const
Thyra::Range1D &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(120):
warning C4244: 'argument' : conversion from
'Teuchos::Range1D::Ordinal' to 'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(103)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::nonconstContigSubViewImpl(const
Thyra::Range1D &)'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(137):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const int
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(133)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::nonContigSubViewImpl(const
Teuchos::ArrayView<const int> &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(173):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const int
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(169)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::MultiVectorDefaultBase<Scalar>::nonconstNonContigSubViewImpl(const
Teuchos::ArrayView<const int> &)'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(214):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(208)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::mvMultiReductApplyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<const Teuchos::Ptr<Thyra::MultiVectorBase<Scalar>>>
&,const Teuchos::ArrayView<const Teuchos::Ptr<RTOpPack::ReductTarget>>
&,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(215):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(282):
warning C4244: 'initializing' : conversion from 'const Thyra::Ordinal'
to 'const int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(268)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::mvSingleReductApplyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const RTOpPack::RTOpT<Scalar> &,const
Teuchos::ArrayView<T> &,const Teuchos::ArrayView<const
Teuchos::Ptr<Thyra::MultiVectorBase<Scalar>>> &,const
Teuchos::Ptr<RTOpPack::ReductTarget> &,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(338):
warning C4244: 'initializing' : conversion from
'Teuchos::Range1D::Ordinal' to 'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(313)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::acquireDetachedMultiVectorViewImpl(const
Thyra::Range1D &,const Thyra::Range1D
&,RTOpPack::ConstSubMultiVectorView<Scalar> *) const'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(402):
warning C4244: 'initializing' : conversion from 'RTOpPack::Ordinal' to
'int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\client_support\Thyra_MultiVectorDefaultBase_def.hpp(392)
: while compiling class template member function 'void
Thyra::MultiVectorDefaultBase<Scalar>::commitNonconstDetachedMultiVectorViewImpl(RTOpPack::SubMultiVectorView<Scalar>
*)'
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_def.hpp(106):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::VectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_def.hpp(100)
: while compiling class template member function 'void
Thyra::SpmdVectorBase<Scalar>::applyOpImplWithComm(const
Teuchos::Ptr<T> &,const RTOpPack::RTOpT<Scalar> &,const
Teuchos::ArrayView<const Teuchos::Ptr<const
Thyra::VectorBase<Scalar>>> &,const Teuchos::ArrayView<const
Teuchos::Ptr<Thyra::VectorBase<Scalar>>> &,const
Teuchos::Ptr<RTOpPack::ReductTarget> &,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Comm<Thyra::Ordinal>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdVectorBase_def.hpp(107):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::VectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(150):
warning C4244: 'argument' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<Thyra::MultiVectorBase<double>>
19>          ]
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(88)
: while compiling class template member function 'void
Thyra::SpmdMultiVectorBase<Scalar>::mvMultiReductApplyOpImpl(const
RTOpPack::RTOpT<Scalar> &,const Teuchos::ArrayView<T> &,const
Teuchos::ArrayView<const Teuchos::Ptr<Thyra::MultiVectorBase<Scalar>>>
&,const Teuchos::ArrayView<const Teuchos::Ptr<RTOpPack::ReductTarget>>
&,const Thyra::Ordinal) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_decl.hpp(55)
: see reference to class template instantiation
'Thyra::SpmdMultiVectorBase<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(273)
: see reference to class template instantiation
'Thyra::DefaultSpmdMultiVector<Scalar>' being compiled
19>          with
19>          [
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(150):
warning C4244: 'argument' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const Teuchos::Ptr<const Thyra::MultiVectorBase<double>>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(150):
warning C4244: 'argument' : conversion from
'Teuchos::Range1D::Ordinal' to 'const int', possible loss of data
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(501):
warning C4244: 'argument' : conversion from 'RTOpPack::Ordinal' to
'const int', possible loss of data
19>          c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(288)
: while compiling class template member function 'void
Thyra::SpmdMultiVectorBase<Scalar>::euclideanApply(const
Thyra::EOpTransp,const Thyra::MultiVectorBase<Scalar> &,const
Teuchos::Ptr<T> &,const Scalar,const Scalar) const'
19>          with
19>          [
19>              Scalar=double,
19>              T=Thyra::MultiVectorBase<double>
19>          ]
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(501):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'const
int', possible loss of data
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(501):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'const
int', possible loss of data
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(501):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'const
int', possible loss of data
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(501):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'const
int', possible loss of data
19>c:\k\t\trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_SpmdMultiVectorBase_def.hpp(501):
warning C4244: 'argument' : conversion from 'Teuchos_Index' to 'const
int', possible loss of data
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_def.hpp(276):
warning C4244: 'argument' : conversion from
'Teuchos::Range1D::Ordinal' to 'int', possible loss of data
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_def.hpp(270)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultSpmdMultiVector<Scalar>::contigSubViewImpl(const
Thyra::Range1D &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_def.hpp(310):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const int
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_def.hpp(308)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultSpmdMultiVector<Scalar>::nonContigSubViewImpl(const
Teuchos::ArrayView<const int> &) const'
19>          with
19>          [
19>              T=const Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_def.hpp(326):
warning C4244: 'initializing' : conversion from
'Teuchos::ArrayView<T>::size_type' to 'const int', possible loss of
data
19>          with
19>          [
19>              T=const int
19>          ]
19>          C:\K\T\Trilinos\packages\thyra\src\support\operator_vector\adapter_support\Thyra_DefaultSpmdMultiVector_def.hpp(324)
: while compiling class template member function 'Teuchos::RCP<T>
Thyra::DefaultSpmdMultiVector<Scalar>::nonconstNonContigSubViewImpl(const
Teuchos::ArrayView<const int> &)'
19>          with
19>          [
19>              T=Thyra::MultiVectorBase<double>,
19>              Scalar=double
19>          ]
19>c:\k\t\trilinos\packages\teuchos\src\Teuchos_OrdinalTraits.hpp(89):
error C2664: 'std::basic_string<_Elem,_Traits,_Ax>::basic_string(const
std::basic_string<_Elem,_Traits,_Ax> &)' : cannot convert parameter 1
from 'Thyra::Ordinal' to 'const std::basic_string<_Elem,_Traits,_Ax>
&'
19>          with
19>          [
19>              _Elem=char,
19>              _Traits=std::char_traits<char>,
19>              _Ax=std::allocator<char>
19>          ]
19>          Reason: cannot convert from 'Thyra::Ordinal' to 'const
std::basic_string<_Elem,_Traits,_Ax>'
19>          with
19>          [
19>              _Elem=char,
19>              _Traits=std::char_traits<char>,
19>              _Ax=std::allocator<char>
19>          ]
19>          No constructor could take the source type, or constructor
overload resolution was ambiguous
19>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_OrdinalTraits.hpp(89)
: while compiling class template member function 'std::string
Teuchos::OrdinalTraits<T>::name(void)'
19>          with
19>          [
19>              T=Thyra::Ordinal
19>          ]
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_DefaultSerialComm.hpp(339)
: see reference to class template instantiation
'Teuchos::OrdinalTraits<T>' being compiled
19>          with
19>          [
19>              T=Thyra::Ordinal
19>          ]
19>          C:\K\T\Trilinos\packages\teuchos\src\Teuchos_DefaultSerialComm.hpp(337)
: while compiling class template member function 'std::string
Teuchos::SerialComm<Ordinal>::description(void) const'
19>          with
19>          [
19>              Ordinal=Thyra::Ordinal
19>          ]
19>          ..\..\..\..\..\..\Trilinos\packages\thyra\adapters\epetra\src\Thyra_EpetraThyraWrappers.cpp(99)
: see reference to class template instantiation
'Teuchos::SerialComm<Ordinal>' being compiled
19>          with
19>          [
19>              Ordinal=Thyra::Ordinal
19>          ]
19>  Generating Code...
20>------ Build started: Project: moochothyra, Configuration: Debug x64 ------
21>------ Skipped Build: Project: Rythmos_all, Configuration: Debug x64 ------
21>Project not selected to build for this solution configuration
22>------ Skipped Build: Project: Thyra_all, Configuration: Debug x64 ------
22>Project not selected to build for this solution configuration
23>------ Skipped Build: Project: Stratimikos_all, Configuration:
Debug x64 ------
23>Project not selected to build for this solution configuration
20>  MoochoPack_MoochoThyraSolver.cpp
24>------ Skipped Build: Project: NOX_all, Configuration: Debug x64 ------
24>Project not selected to build for this solution configuration
20>c:\k\t\trilinos\packages\moocho\src\moochoutilities\src\OptionsFromStreamPack_OptionsFromStream.hpp(600):
warning C4267: 'return' : conversion from 'size_t' to 'int', possible
loss of data
20>c:\k\t\trilinos\packages\moocho\src\moochoutilities\src\OptionsFromStreamPack_OptionsFromStream.hpp(649):
warning C4267: 'return' : conversion from 'size_t' to 'int', possible
loss of data
20>c:\k\t\trilinos\packages\teuchos\src\Teuchos_TableColumn.hpp(64):
warning C4244: 'return' : conversion from
'Teuchos::Array<T>::size_type' to 'int', possible loss of data
20>          with
20>          [
20>              T=Teuchos::RCP<Teuchos::TableEntry>
20>          ]
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::force_xinit_in_bounds'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(101)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::force_xinit_in_bounds'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::force_xinit_in_bounds'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(99)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::force_xinit_in_bounds'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::is_initialized'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(91)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::is_initialized'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::space_x'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(93)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::space_x'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::space_c'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(95)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::space_c'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::num_bounded_x'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(97)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::num_bounded_x'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::xl'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(105)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::xl'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::xu'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(107)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::xu'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::max_var_bounds_viol'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(109)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::max_var_bounds_viol'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::xinit'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(103)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::xinit'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::set_f'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(111)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::set_f'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::set_c'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(113)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::set_c'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::scale_f'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(119)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::scale_f'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::scale_f'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(117)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::scale_f'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::report_final_solution'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(121)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::report_final_solution'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_f'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(144)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_f'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_c'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(148)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_c'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::set_Gf'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(134)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::set_Gf'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPDirectThyraModelEvaluator.hpp(146):
warning C4250: 'NLPInterfacePack::NLPDirectThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_Gf'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(158)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_Gf'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::force_xinit_in_bounds'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(101)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::force_xinit_in_bounds'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::force_xinit_in_bounds'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(99)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::force_xinit_in_bounds'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::is_initialized'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(91)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::is_initialized'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::space_x'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(93)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::space_x'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::space_c'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(95)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::space_c'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::num_bounded_x'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(97)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::num_bounded_x'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::xl'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(105)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::xl'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::xu'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(107)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::xu'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::max_var_bounds_viol'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(109)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::max_var_bounds_viol'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::xinit'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(103)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::xinit'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::set_f'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(111)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::set_f'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::set_c'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(113)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::set_c'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::scale_f'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(119)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::scale_f'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::scale_f'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(117)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::scale_f'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::report_final_solution'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(121)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::report_final_solution'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_f'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(144)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_f'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_c'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(148)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_c'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::set_Gf'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(134)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::set_Gf'
20>C:\K\T\Trilinos\packages\moocho\thyra\src\NLPInterfacePack\NLPInterfacePack_NLPFirstOrderThyraModelEvaluator.hpp(120):
warning C4250: 'NLPInterfacePack::NLPFirstOrderThyraModelEvaluator' :
inherits 'NLPInterfacePack::NLPThyraModelEvaluatorBase::NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_Gf'
via dominance
20>          c:\k\t\trilinos\packages\moocho\thyra\src\nlpinterfacepack\NLPInterfacePack_NLPThyraModelEvaluatorBase.hpp(158)
: see declaration of
'NLPInterfacePack::NLPThyraModelEvaluatorBase::imp_calc_Gf'
20>c:\k\t\trilinos\packages\teuchos\src\Teuchos_Array.hpp(1195):
warning C4244: 'return' : conversion from
'Teuchos::Array<T>::size_type' to 'int', possible loss of data
20>          with
20>          [
20>              T=std::string
20>          ]
20>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_Array.hpp(1194)
: while compiling class template member function 'int
Teuchos::Array<T>::length(void) const'
20>          with
20>          [
20>              T=std::string
20>          ]
20>          c:\k\t\trilinos\packages\teuchos\src\Teuchos_XMLObjectImplem.hpp(121)
: see reference to class template instantiation 'Teuchos::Array<T>'
being compiled
20>          with
20>          [
20>              T=std::string
20>          ]
20>c:\k\t\trilinos\packages\thyra\src\support\nonlinear\model_evaluator\client_support\Thyra_ModelEvaluatorDefaultBase.hpp(614):
warning C4244: 'argument' : conversion from 'Thyra::Ordinal' to 'int',
possible loss of data
20>          c:\k\t\trilinos\packages\thyra\src\support\nonlinear\model_evaluator\client_support\Thyra_ModelEvaluatorDefaultBase.hpp(491)
: while compiling class template member function 'void
Thyra::ModelEvaluatorDefaultBase<Scalar>::evalModel(const
Thyra::ModelEvaluatorBase::InArgs<Scalar> &,const
Thyra::ModelEvaluatorBase::OutArgs<Scalar> &) const'
20>          with
20>          [
20>              Scalar=MoochoPack::MoochoThyraSolver::Scalar
20>          ]
20>          c:\k\t\trilinos\packages\thyra\src\support\nonlinear\model_evaluator\client_support\Thyra_ModelEvaluatorDelegatorBase.hpp(71)
: see reference to class template instantiation
'Thyra::ModelEvaluatorDefaultBase<Scalar>' being compiled
20>          with
20>          [
20>              Scalar=MoochoPack::MoochoThyraSolver::Scalar
20>          ]
20>          C:\K\T\Trilinos\packages\thyra\src\support\nonlinear\model_evaluator\client_support\Thyra_DefaultInverseModelEvaluator.hpp(252)
: see reference to class template instantiation
'Thyra::ModelEvaluatorDelegatorBase<Scalar>' being compiled
20>          with
20>          [
20>              Scalar=MoochoPack::MoochoThyraSolver::Scalar
20>          ]
20>          ..\..\..\..\..\Trilinos\packages\moocho\thyra\src\MoochoPack\MoochoPack_MoochoThyraSolver.cpp(420)
: see reference to class template instantiation
'Thyra::DefaultInverseModelEvaluator<Scalar>' being compiled
20>          with
20>          [
20>              Scalar=MoochoPack::MoochoThyraSolver::Scalar
20>          ]
20>c:\k\t\trilinos\packages\thyra\src\support\nonlinear\model_evaluator\client_support\Thyra_ModelEvaluatorDefaultBase.hpp(679):
warning C4244: 'initializing' : conversion from
'Teuchos::Array<T>::size_type' to 'const int', possible loss of data
20>          with
20>          [
20>
T=Thyra::ModelEvaluatorDefaultBaseTypes::MultiVectorAdjointPair<MoochoPack::MoochoThyraSolver::Scalar>
20>          ]
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1544): error C2039: 'difference_type' : is not
a member of 'Teuchos::RCP<T>'
20>          with
20>          [
20>              T=Thyra::VectorBase<MoochoPack::value_type>
20>          ]
20>          C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1589) : see reference to class template
instantiation 'std::_Vb_iter_base<_Alloc>' being compiled
20>          with
20>          [
20>              _Alloc=Teuchos::RCP<Thyra::VectorBase<MoochoPack::value_type>>
20>          ]
20>          C:\K\T\Trilinos\packages\thyra\src\support\nonlinear\solvers\client_support\Thyra_DampenedNewtonNonlinearSolver.hpp(445)
: see reference to class template instantiation
'std::_Vb_reference<_Alloc>' being compiled
20>          with
20>          [
20>              _Alloc=Teuchos::RCP<Thyra::VectorBase<MoochoPack::value_type>>
20>          ]
20>          C:\K\T\Trilinos\packages\thyra\src\support\nonlinear\solvers\client_support\Thyra_DampenedNewtonNonlinearSolver.hpp(277)
: while compiling class template member function
'Thyra::SolveStatus<Scalar>
Thyra::DampenedNewtonNonlinearSolver<Scalar>::solve(Thyra::VectorBase<Scalar>
*,const Thyra::SolveCriteria<Scalar> *,Thyra::VectorBase<Scalar> *)'
20>          with
20>          [
20>              Scalar=MoochoPack::MoochoThyraSolver::Scalar
20>          ]
20>          ..\..\..\..\..\Trilinos\packages\moocho\thyra\src\MoochoPack\MoochoPack_MoochoThyraSolver.cpp(631)
: see reference to class template instantiation
'Thyra::DampenedNewtonNonlinearSolver<Scalar>' being compiled
20>          with
20>          [
20>              Scalar=MoochoPack::MoochoThyraSolver::Scalar
20>          ]
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1544): error C2146: syntax error : missing ','
before identifier 'difference_type'
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1544): error C2065: 'difference_type' :
undeclared identifier
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1548): error C2955: 'std::_Iterator012' : use
of class template requires template argument list
20>          C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\xutility(353) : see declaration of 'std::_Iterator012'
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1550): error C2039: 'size_type' : is not a
member of 'Teuchos::RCP<T>'
20>          with
20>          [
20>              T=Thyra::VectorBase<MoochoPack::value_type>
20>          ]
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1550): error C2146: syntax error : missing ';'
before identifier '_Sizet'
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1550): error C4430: missing type specifier -
int assumed. Note: C++ does not support default-int
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1550): error C4430: missing type specifier -
int assumed. Note: C++ does not support default-int
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1558): error C2061: syntax error : identifier
'_Sizet'
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1565): error C2061: syntax error : identifier
'_Sizet'
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1582): error C2146: syntax error : missing ';'
before identifier '_Myoff'
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1582): error C4430: missing type specifier -
int assumed. Note: C++ does not support default-int
20>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\vector(1582): error C4430: missing type specifier -
int assumed. Note: C++ does not support default-int
25>------ Skipped Build: Project: MOOCHO_all, Configuration: Debug x64 ------
25>Project not selected to build for this solution configuration
26>------ Skipped Build: Project: PACKAGE, Configuration: Debug x64 ------
26>Project not selected to build for this solution configuration
27>------ Skipped Build: Project: INSTALL, Configuration: Debug x64 ------
27>Project not selected to build for this solution configuration
28>------ Skipped Build: Project: Trilinos_libs, Configuration: Debug x64 ------
28>Project not selected to build for this solution configuration
29>------ Skipped Build: Project: libs, Configuration: Debug x64 ------
29>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 3 failed, 48 up-to-date, 26 skipped ==========



On Fri, Feb 11, 2011 at 1:54 PM, David Cole <david.cole at kitware.com> wrote:
> But to do a 64-bit build using VS 2010, you need to use the "Visual Studio
> 10 Win64" generator. Is that what you used to configure your Trilinos build
> tree?
>
>
> On Fri, Feb 11, 2011 at 1:41 PM, Hongyu Miao <jackymiao at gmail.com> wrote:
>>
>> I’m using 64-bit build. Visual Studio 2010 only has 32-bit version, but it
>> can compile codes as 64-bit.
>>
>>
>>
>> Hongyu
>>
>>
>>
>> From: David Cole [mailto:david.cole at kitware.com]
>> Sent: Friday, February 11, 2011 1:31 PM
>> To: Hongyu Miao
>> Cc: trilinos-users at software.sandia.gov
>> Subject: Re: [Trilinos-Users] compiling error with Teuchos
>>
>>
>>
>> So.... I have downloaded the current v1.3.2 installers for MPICH2.
>>
>> Question before I attempt to reproduce the problem:
>> Are you doing a 32-bit or 64-bit build? (I'm assuming 32-bits since you
>> said you were using the "Visual Studio 10" generator...)
>>
>>
>> Thx,
>> David
>>
>> On Thu, Feb 10, 2011 at 3:02 PM, David Cole <david.cole at kitware.com>
>> wrote:
>>
>> 2.8.3 should work, but we have fixed several VS 2010 related bugs between
>> 2.8.3 and 2.8.4. None of that should influence the errors you're seeing,
>> though. I suspect it's going to happen for me too if I use the same MPI as
>> you...
>>
>> I will see if I can get MPICH2 v1.3.1 and try it here.
>>
>> On Thu, Feb 10, 2011 at 2:49 PM, Hongyu Miao <jackymiao at gmail.com> wrote:
>>
>> I’m using CMake 2.8.3, will that cause the problem?
>>
>> Also, I used the Visual Studio 10 generator instead of NMake makefiles;
>>
>> I specified the lapack library in CMake built from CLAPACK;
>>
>> MPICH2 v1.3.1 is what I’m using.
>>
>>
>>
>> Thanks,
>>
>> Hongyu
>>
>>
>>
>> From: David Cole [mailto:david.cole at kitware.com]
>> Sent: Thursday, February 10, 2011 2:16 PM
>> To: Hongyu Miao
>> Cc: trilinos-users at software.sandia.gov
>> Subject: Re: [Trilinos-Users] compiling error with Teuchos
>>
>>
>>
>> I have not tried this with Trilinos 10.6.2 (I am using Trilinos from the
>> head of the git repository today), but I am able to build Teuchos without
>> errors using CMake 2.8.4-rc2 and Visual Studio 2010. I'm using the NMake
>> Makefiles generator. I'm also doing a serial build, not an openmp build.
>>
>> What version of CMake are you using?
>> What generator are you using (NMake Makefiles or Visual Studio 10)?
>> Did you build clapack first?
>> What MPI library are you using?
>>
>> On Thu, Feb 10, 2011 at 12:56 PM, Hongyu Miao <jackymiao at gmail.com> wrote:
>>
>> Sorry to send this again since the file name was spelled wrong.
>>
>>
>>
>> Hi, All
>>
>> Sorry to bother you with this. I’m new to Trilinos and I’m trying to
>> compile Trilinos 10.6.2 on Windows using CMake and V.S. 2010. The error
>> messages I got so far are listed below. If anyone can help (e.g., a quick
>> fix), I will appreciate a lot.
>>
>>
>>
>> 1.      Epetra_CrsMatrix.cpp, line 2792, ‘row’ must be signed integer with
>> OpenMP on. This is easy to fix, but I’d like to report it;
>>
>>
>>
>> 2.      Teuchos_SerializationTraits.hpp, line 50, I got a bunch of errors:
>>
>> Error         393        error C2825: 'T': must be a class or namespace
>> when followed by '::'
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>> Error         394        error C2039:
>> 'this_type_is_missing_a_specialization' : is not a member of '`global
>> namespace''
>> …\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp    50
>>
>> Error         395        error C2146: syntax error : missing ')' before
>> identifier 'this_type_is_missing_a_specialization'
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>> Error         396        error C2059: syntax error : ')'
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>> Error         397        error C3861:
>> 'this_type_is_missing_a_specialization': identifier not found
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>> Error         554        error C2825: 'T': must be a class or namespace
>> when followed by '::'
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>> Error         555        error C2039:
>> 'this_type_is_missing_a_specialization' : is not a member of '`global
>> namespace''
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>> Error         556        error C2146: syntax error : missing ')' before
>> identifier 'this_type_is_missing_a_specialization'
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>> Error         557        error C2059: syntax error : ')'
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>> Error         558        error C3861:
>> 'this_type_is_missing_a_specialization': identifier not found
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_SerializationTraits.hpp
>> 50
>>
>>
>>
>> 3.      Teuchos_OrdinalTraits.hpp, line 89, one error message:
>>
>> Error         633        error C2664:
>> 'std::basic_string<_Elem,_Traits,_Ax>::basic_string(const
>> std::basic_string<_Elem,_Traits,_Ax> &)' : cannot convert parameter 1 from
>> 'Thyra::Ordinal' to 'const std::basic_string<_Elem,_Traits,_Ax> &'
>> …\thirdparty\trilinos\src\packages\teuchos\src\Teuchos_OrdinalTraits.hpp
>> 89
>>
>>
>>
>> 4.      I guess the errors above also triggered a number of error messages
>> in std::vector. Here is a part of what I got:
>>
>> Error         5354      error C2039: 'difference_type' : is not a member
>> of 'Teuchos::RCP<T>'    C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\include\vector       1544
>>
>> Error         5355      error C2146: syntax error : missing ',' before
>> identifier 'difference_type'    C:\Program Files (x86)\Microsoft Visual
>> Studio 10.0\VC\include\vector       1544
>>
>> Error         5356      error C2065: 'difference_type' : undeclared
>> identifier         C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\include\vector            1544
>>
>> Error         5357      error C2955: 'std::_Iterator012' : use of class
>> template requires template argument list          C:\Program Files
>> (x86)\Microsoft Visual Studio 10.0\VC\include\vector    1548
>>
>> Error         5358      error C2039: 'size_type' : is not a member of
>> 'Teuchos::RCP<T>'     C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\include\vector   1550
>>
>> Error         5359      error C2146: syntax error : missing ';' before
>> identifier '_Sizet'         C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\include\vector   1550
>>
>> Error         5360      error C4430: missing type specifier - int assumed.
>> Note: C++ does not support default-int              C:\Program Files
>> (x86)\Microsoft Visual Studio 10.0\VC\include\vector    1550
>>
>> Error         5361      error C4430: missing type specifier - int assumed.
>> Note: C++ does not support default-int              C:\Program Files
>> (x86)\Microsoft Visual Studio 10.0\VC\include\vector    1550
>>
>> Error         5362      error C2061: syntax error : identifier
>> '_Sizet'           C:\Program Files (x86)\Microsoft Visual Studio
>> 10.0\VC\include\vector            1558
>>
>>
>>
>> Thanks,
>>
>> Hongyu
>>
>>
>>
>> _______________________________________________
>> Trilinos-Users mailing list
>> Trilinos-Users at software.sandia.gov
>> http://software.sandia.gov/mailman/listinfo/trilinos-users
>>
>>
>>
>>
>>
>> _______________________________________________
>> Trilinos-Users mailing list
>> Trilinos-Users at software.sandia.gov
>> http://software.sandia.gov/mailman/listinfo/trilinos-users
>>
>>
>
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users
>
>




More information about the Trilinos-Users mailing list