[Trilinos-Users] Compilation of Trilinos 10 on BlueGene/P

Heroux, Michael A maherou at sandia.gov
Wed Oct 27 10:09:54 MDT 2010


John,

No, the "using" statements are not necessary.  We should remove them.

Thanks.

Mike


On 10/27/10 9:47 AM, "John R Cary" <cary at colorado.edu> wrote:

> To Trilinos folks - should one use 'using'?  I can cause
> problems.  Also the patch to Tpetra_MatrixIO.cpp is my best
> guess.
> 
> John Cary
> 
> numbersix.cary$ cat trilinos-10.6.0.patch
> diff -ruN ./packages/epetra/src/Epetra_ConfigDefs.h
> ../trilinos-10.6.0-new/packages/epetra/src/Epetra_ConfigDefs.h
> --- ./packages/epetra/src/Epetra_ConfigDefs.h 2010-09-29
> 17:37:34.000000000 -0500
> +++ ../trilinos-10.6.0-new/packages/epetra/src/Epetra_ConfigDefs.h
> 2010-10-13 04:29:37.143652046 -0500
> @@ -138,7 +138,7 @@
>   using std::fabs;
>   using std::atoi;
>   using std::atof;
> -using std::abs;
> +// using std::abs;
>   using std::pow;
>   using std::sqrt;
>   using std::asin;




More information about the Trilinos-Users mailing list