PetscLogDouble was passed in location requiring intRemove warning message about possibly unused variables
make xml nested logging work with logging turned off
opensolaris: fix build errors with CRLF chars [using dos2unix]
prototype for removed function removed
make sure entire structure is initialized to zero instead of just some fields
More MIN() usage fixedMemory corruption in nested xml logging for parallel runs due to not allocating a large enough buffer
more portability fixes for xml nested logging
fix use of uninitialized values due to not properly initializing all possible locations
fix non-C89 code in nested xml logging
fix mixture of PetscBool and bool
xml nested loggin used a random mix of size_t, int and long long, which caused grief with some compilers, replace with all int.
cleanup of nested xml logging code to remove - mixture of signed and unsigned numbers - unused variables - unneeded lines of code
remove unused Fortran file that was associated with nested xml logging
Import capability of nested logging in PETSc using XMLCleanup contributed source to match PETSc coding standards and styleSouce code contributed by Koos Huijssen <koos.huijssen@vortech.nl> and Chr
Import capability of nested logging in PETSc using XMLCleanup contributed source to match PETSc coding standards and styleSouce code contributed by Koos Huijssen <koos.huijssen@vortech.nl> and Christiaan Klaij <C.Klaij@marin.nl>
show more ...
Replaced PetscViewerASCIISynchronizedAllow() with PetscViewerASCIIPushSynchronized() PetscViewerASCIIPopSynchronized()
Merge branch 'master' into barry/fix-petscviewer-attempt-2
Merge branch 'maint'
Generate a very useful error message if PetscLogView(), PetscLogEventGetPerfInfo() or PetscLogEventGetFlops()is called with a preceeding call to PetscLogBegin() and friends (also -log_summary which
Generate a very useful error message if PetscLogView(), PetscLogEventGetPerfInfo() or PetscLogEventGetFlops()is called with a preceeding call to PetscLogBegin() and friends (also -log_summary which triggers a PetscLogBegin())Reported-by: Theler German Guillermo <gtheler@cites-gss.com>
fixes for missing ierr = around PetscLogFlops()
some code still used int for PetscLogStage
change PetscLogStageGetId() to return -1 if no stage exists
stripped out all PETSc threadcomm code
PetscNewLog: Move NULL check to PetscLogObjectMemory()
updated PETSc directory layout to match standard packaging strategiesinclude/petsc finclude,private,mpiunilib/petsc confbin/petsc*
manual merge of conflict
1...<<11121314151617181920