Matrix creation/destruction

2009-08-25 Thread Barry Smith
The ILU factorization requires a matrix that is created inside the KSP operations. Plus it counts sequential matrices that are contained inside the parallel matrices so the matrix numbers will often be hard to understand. The VecScatter is created in the MatAssembly and used in the

Matrix creation/destruction

2009-08-25 Thread John Fettig
of the stages, even though it would seem that (e.g.) all the Vec Scatters should be contained to the assembly stage. John -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20090825/b412d516/attachment.htm

Petsc with Intel MKL for blas/lapack

2009-08-25 Thread Satish Balay
Actually we now use a notation with MKL library names that appears to work consistantly across MKL versions. So there could be other issues. configure.log will clear things up [so send it over to us at petsc-maint at mcs.anl.gov] Satish On Tue, 25 Aug 2009, Matthew Knepley wrote: The

Matrix creation/destruction

2009-08-25 Thread John Fettig
.) all the Vec Scatters should be contained to the assembly stage. John -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20090825/30a49f1b/attachment-0001.htm

Matrix creation/destruction

2009-08-25 Thread Barry Smith
Sequential scatters and purely local parallel scatters don't have an end that is logged because the begin does everything. They return immediately without logging the end, hence the confusion. Barry On Aug 25, 2009, at 4:33 PM, John Fettig wrote: Another similar question. Running