[Trilinos-Users] bug in Teuchos_LAPACK.hpp?

Thornquist, Heidi K hkthorn at sandia.gov
Tue Oct 18 08:54:26 MDT 2005


Hi Burkhard,

Thank you very much for reporting this error in the Teuchos LAPACK
wrappers.
I corrected the bug by putting the ampersand in front of lwork, as you
mentioned.
This fix will be in the next minor version release of Trilinos 6.0 as
well as
future releases of Trilinos.

I apologize for any inconvenience this may have caused.

Thanks again,
Heidi
 

-----Original Message-----
From: trilinos-users-bounces at software.sandia.gov
[mailto:trilinos-users-bounces at software.sandia.gov] On Behalf Of
Burkhard Doliwa
Sent: Tuesday, October 18, 2005 8:22 AM
To: trilinos-users at software.sandia.gov
Subject: [Trilinos-Users] bug in Teuchos_LAPACK.hpp?

Hi all,

I think there is a bug in the Teuchos_LAPACK.hpp file:

Instead of
     ZGETRI_F77(&n, A, &lda, IPIV, WORK, lwork, info);

one should have
     ZGETRI_F77(&n, A, &lda, IPIV, WORK, & lwork, info);

Similarly for the other GETRI wrappers.

Burkhard

_______________________________________________
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