On Mon, Feb 01, 2010 at 10:15:34PM +0100, Kristian Oelgaard wrote:
>
>
> On 1 February 2010 21:38, Anders Logg <l...@simula.no> wrote:
> >Can anyone else check if you see this bug or if it is Harish-specific?
> >Kristian? Garth?
>
> It didn't break here. I got:
>
> Matrix of size 50 x 50 has 548 nonzero entries.
> Sorting sparsity pattern.
> Calling FFC just-in-time (JIT) compiler, this may take some time.
> Solving linear system of size 50 x 50 (uBLAS Krylov solver).
> *** Warning: Conjugate-gradient method not yet programmed for 
> uBLASKrylovSolver. Using GMRES.
> Krylov solver converged in 0 iterations.
> Calling FFC just-in-time (JIT) compiler, this may take some time.
> Matrix of size 25 x 25 has 137 nonzero entries.
> Sorting sparsity pattern.
> Calling FFC just-in-time (JIT) compiler, this may take some time.
> Solving linear system of size 25 x 25 (uBLAS Krylov solver).
> *** Warning: Conjugate-gradient method not yet programmed for 
> uBLASKrylovSolver. Using GMRES.
> Krylov solver converged in 0 iterations.
>
> at the end.

I get

# python harishtest.py
Matrix of size 50 x 50 has 548 nonzero entries.
Solving linear system of size 50 x 50 (Krylov solver).
PETSc Krylov solver (cg, ilu) converged in 0 iterations.
Matrix of size 25 x 25 has 137 nonzero entries.
Solving linear system of size 25 x 25 (Krylov solver).
PETSc Krylov solver (cg, ilu) converged in 0 iterations.

--
Anders

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Mailing list: https://launchpad.net/~ffc
Post to     : ffc@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ffc
More help   : https://help.launchpad.net/ListHelp

Reply via email to