[Trilinos-Users] [Pytrilinos-users] expected Trilinos on shared memory machine.

Bill Spotz wfspotz at sandia.gov
Tue Apr 8 16:22:11 MDT 2008


On Apr 7, 2008, at 12:52 PM, Daniel Wheeler wrote:

> In our code, for a typical problem the majority of the compute time is
> spent in the "AztecOO.AztecOO(A, LHS, RHS)"  function.

This is just a constructor.  Doesn't most of your time get spent in

     Solver.Iterate(self.iterations, self.tolerance)

where Solver is the result of the constructor?

** Bill Spotz                                              **
** Sandia National Laboratories  Voice: (505)845-0170      **
** P.O. Box 5800                 Fax:   (505)284-0154      **
** Albuquerque, NM 87185-0370    Email: wfspotz at sandia.gov **







More information about the Trilinos-Users mailing list