[petsc-users] output after updating to petsc-3.3-p4 from p3

2012-11-26 Thread Randall Mackie
I just updated from patch level 3 to patch level 4, and after recompiling and rerunning, I am getting output like the following: [0]Total space allocated 1091174672 bytes [ 0]48 bytes PetscObjectComposedDataIncreaseReal() line 170 in /home/MackieR/PETSc/petsc-3.3-p4/src/sys/objects/state.c

[petsc-users] output after updating to petsc-3.3-p4 from p3

2012-11-26 Thread Barry Smith
Randy, This output comes from having a memory leak in the code. By default we don't print this information. Do you perhaps have an environmental variable PETSC_OPTIONS set to -malloc_test or -malloc_debug etc? Likely this is not a direct result of changing the patch