| #
f6189d20
|
| 13-Mar-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 9ae5f892cfb831cbf8c8c69fc962d95358890ae8
|
| #
8e2a635c
|
| 06-Mar-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: fbf9aa77a9041a8c0accf9fc4a07c80dd4f51952
|
| #
542d4b3f
|
| 06-Mar-2009 |
Satish Balay <balay@mcs.anl.gov> |
PetscLogFlops - use PetscLogDouble datatype - to avoid some integer overflows
Hg-commit: 89b8976c45235ab25ff46d04d7825a831e8c64e3
|
| #
b4007ace
|
| 12-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 56dbc8a21ca25cdcbc8738f35c4b2f9197f73032
|
| #
d854a674
|
| 12-Nov-2008 |
Satish Balay <balay@mcs.anl.gov> |
fix sieve compile warnings by adding PetscLogFlopsNoError()
Hg-commit: b0ebf7833c766790b75c2f7694ce09705c21c3c0
|
| #
207126cb
|
| 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers
Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700
|
| #
5afb0711
|
| 15-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ef52a8078177b8b44731cc9f45cd43f2b6261754
|
| #
01faf4e4
|
| 14-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Better logging
Hg-commit: b135ed91599985a84199e2de72c9ec6f21f09b53
|
| #
166c7f25
|
| 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscEvent to PetscLogEvent Removed initialization of global variables PetscLogEvent and PetscCookie to 0 since no longer needed
Hg-commit: b49d69f3756a139801bd445902e6aa5221450631
|
| #
a3bc4eb9
|
| 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
working with calling sequence changes to PetscLogEventRegister(), PetscLogStageRegister(), PetscCookieRegister()
Hg-commit: ae944a5cd338f5f744aec5adb18d0222f70f5106
|
| #
9afaeae2
|
| 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscLogClassRegister() to PetscCookieRegister() and fixed calling sequence
Hg-commit: 9bf4c5c14bd579a1e7136bac681411624d111bf5
|
| #
8cbcd9cc
|
| 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscLogEventRegister() returns event as final argument
Hg-commit: 48f3daa4669e948117ab4e8a2d02ec1f90b3dd53
|
| #
5afd5e0c
|
| 09-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
completed rough tutorial
Hg-commit: 4863b347d5336a5880eb54981a37d446e1ce18a9
|
| #
8ec6c7c1
|
| 08-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6bf6f927f50b7c3afa97096a8d57512ab412f115
|
| #
26471541
|
| 04-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4d4bc0805daaa6d14bf59feeb68055599311ae83
|
| #
90fdf44c
|
| 31-Mar-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Many fixes - petsc_tmp_flops has to be extern in the header - Declared PCFieldSplitSetIS - Removed separate destroy in meshimpl - Fixed calls in ex5f - Fixed new TokenFind
Hg-commit: 71a9b90ca3f688b
Many fixes - petsc_tmp_flops has to be extern in the header - Declared PCFieldSplitSetIS - Removed separate destroy in meshimpl - Fixed calls in ex5f - Fixed new TokenFind
Hg-commit: 71a9b90ca3f688b1d1200d8663fced781a16a75a
show more ...
|
| #
8b648ec9
|
| 31-Mar-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 98a5e96ff6b96fd75dd94267aeabc64ba04ed883
|
| #
bf3909cd
|
| 27-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed PetscLogFlops() to not call SETERRQ, removed PetscLogFlopsNoCheck(), removed bad use of flop variable to count flops before calling PetscLogFlops, added code so PetscLogFlops() does not chec
fixed PetscLogFlops() to not call SETERRQ, removed PetscLogFlopsNoCheck(), removed bad use of flop variable to count flops before calling PetscLogFlops, added code so PetscLogFlops() does not check for negative values in optimized code. Updated developers manual and changes file to reflect changes
Hg-commit: 65eb69a47addfb38d502e3eb1e848e8f9df0965c
show more ...
|
| #
ef318b3c
|
| 19-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0d772d7014ef64d82e1c9181c6197cb0244eb48b
|
| #
c8217ed5
|
| 14-Feb-2008 |
Satish Balay <balay@mcs.anl.gov> |
mpiuni updates - use __MPIUNI_H instead of a duplicate _petsc_mpi_uni
- default to compiling proper MPI symbols instead of Petsc_MPI prefix.
- introduce a flag MPIUNI_AVOID_MPI_NAMESPACE. If this i
mpiuni updates - use __MPIUNI_H instead of a duplicate _petsc_mpi_uni
- default to compiling proper MPI symbols instead of Petsc_MPI prefix.
- introduce a flag MPIUNI_AVOID_MPI_NAMESPACE. If this is set, Petsc_MPI prefix is used [and at the same time - fortran mpi functions are not built]. This flag should now be set if the user wants to avoid name conflits that might araise with other external packages - that might have their own internal mpiuni eqivalents.
- move MPI_Comm_create() from macro to function. This way, if MPIUNI is build separately - then PETSc configure can detect/use it as an MPI impl [with mpi-include and mpi-lib options]
Hg-commit: ba5534f963130bb47ed2cee088c7de2e7f1ae5c2
show more ...
|
| #
3be44c43
|
| 18-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aFTERmerge
Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320
|
| #
6f3d5618
|
| 31-Oct-2007 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230
|
| #
60f69c44
|
| 15-Oct-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: ae7ad2b71b1fdcfb27898e923a2c03bd62c86a54
|
| #
2f95671e
|
| 08-Oct-2007 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: b9d21e8d395c907b24f99b42da320dec7457e659
|
| #
93e9e51b
|
| 10-Oct-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 96cc84d65a6e126257d7107d9c1d95ca39bd881f
|