Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Epetra_TsqrMessenger.hpp File Reference

Function for wrapping Epetra_Comm in a communicator wrapper that TSQR can use. More...

#include <Tpetra_ConfigDefs.hpp>

Go to the source code of this file.

Detailed Description

Function for wrapping Epetra_Comm in a communicator wrapper that TSQR can use.

Note
(mfh 27 Oct 2010) This file is in Tpetra (rather than Epetra, where it would seem to belong) as a temporary fix. Otherwise, Epetra would need an optional package dependency on Teuchos and Kokkos, which would break third-party code linking to the Epetra library. Third-party code should use FIND_PACKAGE on Trilinos to get the correct list of libraries against which to link, but we make this easy temporary fix now so they have time to fix their build systems later.

Definition in file Epetra_TsqrMessenger.hpp.