[petsc-dev] Error during KSPDestroy

2012-05-07 Thread Matthew Knepley
part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20120507/e907f176/attachment.html

[petsc-dev] Error during KSPDestroy

2012-05-07 Thread Barry Smith
I am also running complex. Look in the file dlasq2.f (it will be in the externalpackages subdirectory of the PETSc directory. Look at line 215, this is where valgrind has a problem. In my copy END IF * * Check for negative data and compute sums of q's and e's. *

[petsc-dev] Error during KSPDestroy

2012-05-07 Thread Alexander Grayver
On 07.05.2012 15:04, Barry Smith wrote: I am also running complex. Look in the file dlasq2.f (it will be in the externalpackages subdirectory of the PETSc directory. Look at line 215, this is where valgrind has a problem. In my copy END IF * * Check for negative data

[petsc-dev] Error during KSPDestroy

2012-05-07 Thread Barry Smith
On May 7, 2012, at 11:18 AM, Matthew Knepley wrote: On Mon, May 7, 2012 at 11:53 AM, Satish Balay balay at mcs.anl.gov wrote: On Mon, 7 May 2012, Barry Smith wrote: I am also running complex. Look in the file dlasq2.f (it will be in the externalpackages subdirectory of the

[petsc-dev] Error during KSPDestroy

2012-05-07 Thread Barry Smith
Alexander Satish and I have determined the problem (took some valgrind and debugger work). We were not allocating enough workspace for one of the work arrays passed to zgesvd(). We have fixed it in petsc-dev. You should be able to do a hg pull -u then recompile the libraries with make

[petsc-dev] API changes in MatIS

2012-05-07 Thread Jed Brown
-dev/attachments/20120507/2f08700d/attachment.html