changes to petsc-dev may require you to update your source, previously Re: How come it is PetscEvent but all the routines that act on it are PetscLogEventXXXX()?

2008-05-10 Thread Barry Smith
I have made the following changes to Petsc-dev that may require you to update your source code: ul liThe int stage used in the PetscLogStageXXX() routines is now a PetscLogStage/li liPetscEvent is now PetscLogEvent/li liPetscLogEventRegister() and

initialization of XXX_COOKIE in C source files

2008-05-10 Thread Lisandro Dalcin
I've noticed that in 2.3.3 all PETSc cookies are initialized to zero in sources, but in DEV they are not initialized. What's the reason of this change? -- Lisandro Dalc?n --- Centro Internacional de M?todos Computacionales en Ingenier?a (CIMEC) Instituto de Desarrollo Tecnol?gico

initialization of XXX_COOKIE in C source files

2008-05-10 Thread Matthew Knepley
2008/5/10 Lisandro Dalcin dalcinl at gmail.com: I've noticed that in 2.3.3 all PETSc cookies are initialized to zero in sources, but in DEV they are not initialized. What's the reason of this change? Not sure, but I would guess some compiler probably did not like it. Matt --

initialization of XXX_COOKIE in C source files

2008-05-10 Thread Barry Smith
On May 10, 2008, at 6:08 PM, Lisandro Dalcin wrote: I've noticed that in 2.3.3 all PETSc cookies are initialized to zero in sources, but in DEV they are not initialized. What's the reason of