[Trilinos-Users] bug report in trilinos 10.8.2 - Epetra_FECrsMatrix::GlobalAssemble()

Williams, Alan B william at sandia.gov
Tue Oct 11 12:52:13 MDT 2011


That is a terrible bug, we can certainly fix it immediately.
I'm not sure of the schedule for the next bug-fix release.
Alan

> -----Original Message-----
> From: trilinos-users-bounces at software.sandia.gov [mailto:trilinos-
> users-bounces at software.sandia.gov] On Behalf Of Jordi Cotela
> Sent: Tuesday, October 11, 2011 11:19 AM
> To: trilinos-users
> Subject: [Trilinos-Users] bug report in trilinos 10.8.2 -
> Epetra_FECrsMatrix::GlobalAssemble()
> 
> Dear all,
> this is to signal an issue we have encountered when upgrading to
> trilinos 10.8. In this release, the possibility to use a different
> Epetra_combineMode in calls to GlobalAssemble() was introduced
> following
> our past petition. Unfortunately, a bug is present in line 530 of
> Epetra_FECrsMatrix.cpp. It originally read
> 
>    return( GlobalAssemble(DomainMap(), RangeMap(), callFillComplete),
> combineMode );
> 
> while the correct version is
> 
>    return( GlobalAssemble(DomainMap(), RangeMap(), callFillComplete,
> combineMode ));
> 
> (note the closing parenthesis after callFillComplete). In fact, we are
> surprised that the current code compiles.
> 
> this represents a problem for us since we need to patch the trilinos to
> use this feature.
> Could you give a hint about when the next bugfix release will be
> published?
> 
> aside of this is there any currently ongoing effort to package the
> latest trilinos in deb or rpm?
> 
> thank you
> Jordi & Riccardo
> 
> _______________________________________________
> 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