History log of /petsc/src/sys/objects/pinit.c (Results 876 – 900 of 1307)
Revision Date Author Comments
# 2d139d8f 17-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

shutdown webserver if you started it on PetscFinalize(), what about when crash, should still shut it down


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# f05ece33 13-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

changed AMS publishing to use the Viewer model
added simple AMS viewer for mat,ksp,snes,ts
added --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS)
added PetscS

changed AMS publishing to use the Viewer model
added simple AMS viewer for mat,ksp,snes,ts
added --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS)
added PetscStackCalls around AMS function calls when appropriate (note do not want these in webserver because do not webserver stopping just because AMS server is down

show more ...


# 495fc317 08-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

mpe.h should never be exposed to all the PETSc code and certainly not to user code, fixed
logging code is still pretty ugly, could do with some cleanup

Hg-commit: d1a7c9a9194d1c3197bd4fe4054fef154d5

mpe.h should never be exposed to all the PETSc code and certainly not to user code, fixed
logging code is still pretty ugly, could do with some cleanup

Hg-commit: d1a7c9a9194d1c3197bd4fe4054fef154d5bc08e

show more ...


# ff1c5d1b 07-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 81500f7e84c8ec0c4dcae9cb31d1cb32892d545d


# d6f2c3cb 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

fixes for MATLAB engine fortran interface
make PetscBeganMPI PETSC_EXTERN and available in petscsys.h for others to use

Hg-commit: 767347ff803d58b1c86e037fe578a50a51aac791


# c19eab39 06-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# 296840b1 06-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users w

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users will only want --with-clanguage=C++ for std::complex.


Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347

show more ...


# 8cc058d9 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN

Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426


# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# 99e0435e 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

updated from EXTERN_C_BEGIN/END through sys directory

Hg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df


# 665c2ded 16-Feb-2013 Jed Brown <jed@59A2.org>

Remove petscviewer.h from petscsys.h

Much of sys is independent of viewer. Viewer is used in so many other
places that it is now included by petscvec.h.

Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6

Remove petscviewer.h from petscsys.h

Much of sys is independent of viewer. Viewer is used in so many other
places that it is now included by petscvec.h.

Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730

show more ...


# ffdaebb2 16-Feb-2013 Jed Brown <jed@59A2.org>

Cannot mix variable declarations with code in C89

Hg-commit: 9c4e466287822cd4e9a1379d49a03bd75ee6a6ea


# f5565f11 14-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added an extra reference count for global threadcomm so that it gets destroyed in PetscFinalize() and not
when the last PetscObject gets destroyed. Saw an error running ex5 with -log_summary and henc

Added an extra reference count for global threadcomm so that it gets destroyed in PetscFinalize() and not
when the last PetscObject gets destroyed. Saw an error running ex5 with -log_summary and hence made this
change.

Hg-commit: 43b181ee4f08f385d5c215fd3fece3558855a55d

show more ...


# d9799b0b 12-Feb-2013 Jed Brown <jed@59A2.org>

Merge branch 'private-impl-headers'

petsc-private/petscimpl.h and vecimpl.h are no longer included by
petscsys.h and petscvec.h. Some inline functions become normal functions
as a consequence of the

Merge branch 'private-impl-headers'

petsc-private/petscimpl.h and vecimpl.h are no longer included by
petscsys.h and petscvec.h. Some inline functions become normal functions
as a consequence of these changes.

Hg-commit: 5c59734726c7c41f493a5f5b9303cfab5c66ae21

show more ...


# afcb2eb5 12-Feb-2013 Jed Brown <jed@59A2.org>

Make petscimpl.h private

Hg-commit: 910e8b03a54a915953944da6f75eb81c807d7428


# 41c0b4b3 11-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Wrong comment location.

Hg-commit: 8b952d508c887784d9435547009fa233404c98a3


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 047240e1 06-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed bug that appears in C++ with casting to void** in pthread stuff

Hg-commit: dee2854f44eddfeec83028aca913288bcf35b3cb


# a297a907 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/sys/*

Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805


# 88c06622 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 5462df9e9c3eff3493c9f6fbdf6f5b962f02dc81


# c879a207 24-Jan-2013 Matthew G Knepley <knepley@gmail.com>

MPI: Put in MPI-3 functions
- Configure should emulate these when they do not exist

Hg-commit: 8f710fa032b7df097fa798f74b11128bcd06e589


# d54338ec 22-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Using MPI_Type_create_struct, MPI_Comm_[create|set]_errhandler instead of MPI-3.0-removed MPI_Type_struct, MPI_Errhandler_create, MPI_Errhandler_set. Added compatibility preprocessor guards.

Hg-comm

Using MPI_Type_create_struct, MPI_Comm_[create|set]_errhandler instead of MPI-3.0-removed MPI_Type_struct, MPI_Errhandler_create, MPI_Errhandler_set. Added compatibility preprocessor guards.

Hg-commit: fabf60c7d012db5a109255579665b5c2e7804fb9

show more ...


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 6e111a19 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'

Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1


1...<<31323334353637383940>>...53