memory loggin

2007-07-06 Thread Barry Smith
Great. If you make PetscNewLog() support also the null object, then maybe eventually we'll only have PetscNewLog() and PetscMallocLog() etc and then we can remove the Log() from the name. This would be best. Thanks for tackling this. Barry On Fri, 6 Jul 2007, Lisandro Dalcin wrote:

memory loggin

2007-07-06 Thread Lisandro Dalcin
On 7/6/07, Barry Smith bsmith at mcs.anl.gov wrote: If you make PetscNewLog() support also the null object, then maybe eventually we'll only have PetscNewLog() and PetscMallocLog() etc and then we can remove the Log() from the name. This would be best. That's an excellent idea!! --

memory loggin

2007-07-06 Thread Lisandro Dalcin
On 7/6/07, Lisandro Dalcin dalcinl at gmail.com wrote: On 7/6/07, Barry Smith bsmith at mcs.anl.gov wrote: and then we can remove the Log() from the name. This would be best. That's an excellent idea!! However, other users are going to complain a lot. We should be more carefull about

test fail (because of bad makefile?)

2007-07-06 Thread Lisandro Dalcin
Can someone look at this? testexamples_C in: /u/dalcinl/Devel/PETSc/petsc-dev/src/dm/adda make[4]: *** No rule to make target `testexamples_C', needed by `tree'. Stop. -- Lisandro Dalc?n --- Centro Internacional de M?todos Computacionales en Ingenier?a (CIMEC) Instituto de

test fail (because of bad makefile?)

2007-07-06 Thread Matthew Knepley
Pushed a fix. Matt On 7/6/07, Lisandro Dalcin dalcinl at gmail.com wrote: Can someone look at this? testexamples_C in: /u/dalcinl/Devel/PETSc/petsc-dev/src/dm/adda make[4]: *** No rule to make target `testexamples_C', needed by `tree'. Stop. -- Lisandro Dalc?n --- Centro

segfault with 'mpicsrperm'

2007-07-06 Thread Lisandro Dalcin
Can someone confirm if this fails in 1 proc? I am not sure what's going on, but there should be something wrong with the internal convert machinery, o = Mat().create() o.setSizes(0) o.setType('mpicsrperm') -- Lisandro Dalc?n --- Centro Internacional de M?todos Computacionales en

memory loggin

2007-07-06 Thread Barry Smith
Let them complain. Barry On Fri, 6 Jul 2007, Lisandro Dalcin wrote: On 7/6/07, Lisandro Dalcin dalcinl at gmail.com wrote: On 7/6/07, Barry Smith bsmith at mcs.anl.gov wrote: and then we can remove the Log() from the name. This would be best. That's an excellent idea!!

segfault with 'mpicsrperm'

2007-07-06 Thread Richard Tran Mills
Hi Lisandro, I haven't checked this out yet, but I'm going to guess that this is probably my fault. The CSRPERM matrix types were added by me some time ago and I haven't maintained them in a while. They are currently broken because I didn't keep up with some of the changes to how PETSc matrices