History log of /petsc/src/sys/objects/init.c (Results 526 – 550 of 798)
Revision Date Author Comments
# c3aae356 31-Dec-2012 Jed Brown <jed@59A2.org>

Add MPIU_BOOL and MPIU_ENUM to control clang-3.2 warnings when using MPI_INT directly

Hg-commit: 659ebb827654e17cd01d6fb5cf1a54155f4e77a7


# 7c2de775 31-Dec-2012 Jed Brown <jed@59A2.org>

Simplify PetscComplex macros; make available when PETSC_HAVE_COMPLEX (vs PETSC_USE_COMPLEX)

Hg-commit: e2742dc6abf8913958eca460bd0194e122c07223


# a64a8e02 12-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

added/improved PetscObjectsDump() and -objects_dump to display undestroyed objects

Hg-commit: 0428a943a6648d62069d3c7dd92c14586f652e6b


# 7a3afff6 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# 9f20b660 15-Oct-2012 Satish Balay <balay@mcs.anl.gov>

petscmath.h: <complex> should not get exported via public includes for c++/non-complex build.
So use PETSC_DESIRE_COMPLEX for c++ aswell [similar to current usage for C].
Its one more fix for d00825f

petscmath.h: <complex> should not get exported via public includes for c++/non-complex build.
So use PETSC_DESIRE_COMPLEX for c++ aswell [similar to current usage for C].
Its one more fix for d00825fc28cd. This broke c++ build on OSX [with isinf() in mathinf.c]

Hg-commit: c3957891ee3ad3e67521ccfddb5d1f2234762909

show more ...


# 7659c1be 28-Sep-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e67798811b9e9715a27e1162d786ebd65ddc7d21


# e1167bb9 23-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Create petscstack after threadcomm is initialized.

Hg-commit: 1305fd7c2d5949009f39190305ae1299b87cb99c


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# 50f81f78 14-Oct-2012 Jed Brown <jed@59A2.org>

Refactor complex support to allow portable use of complex in otherwise real builds

Defines PETSC_HAVE_COMPLEX when _any_ complex type is available

Hg-commit: d00825fc28cd13b46bc0f1016da5b9d91a442bc4


# 4dd37ed8 29-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f6a88fee9ba1b8041ee9b459d0ad54470439160a


# 8c764dc5 23-Aug-2012 Jose Roman <jroman@dsic.upv.es>

Enable __float128 precision with complex scalars

Hg-commit: 260360ea8a4fc88aed535bc381fba60e70cd1504


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# 6e832a71 16-Jul-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Removed old pthread code.

Hg-commit: adce8f56f5e22f1cc42f23405c6d3e111fb0272c


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 574034a9 08-Jul-2012 Jed Brown <jed@59A2.org>

Add -malloc_log_threshold and PetscMallocSetDumpLogThreshold()

Hg-commit: f004e0725884007841f130fd6278d39edc6c6c20


# cae2f346 04-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

Needed to make PETSC_RUNNING_ON_VALGRIND and hence the location of valgrind.h universal so that PetscCheckPointer() could be used anywhere and not be triggered when run under valgrind

Hg-commit: c65

Needed to make PETSC_RUNNING_ON_VALGRIND and hence the location of valgrind.h universal so that PetscCheckPointer() could be used anywhere and not be triggered when run under valgrind

Hg-commit: c6539cb758dd89a4e698360f117e72536e09cddc

show more ...


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# d4f855bc 12-May-2012 Jed Brown <jed@59A2.org>

Remove __USE_GNU and redundant feature test macros

Hg-commit: 81ca8251e64d830fb77a9998212c71e4522cb61c


# 171dad80 11-May-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: cb1ab7bdadb003e0ed486eed4d0b810f20691705


# 61d886c9 10-May-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Use pthread_key_t and pthread_get(set)specific API to get the pthreads implementation working on operating systems like Apple where thread local variables like __thread are not available.

Hg-commit:

Use pthread_key_t and pthread_get(set)specific API to get the pthreads implementation working on operating systems like Apple where thread local variables like __thread are not available.

Hg-commit: 05d3225c51f7e4b74ac2f079603ba77cca84a760

show more ...


# 019f2bb8 08-May-2012 Satish Balay <balay@mcs.anl.gov>

fix warning

Hg-commit: 7d3534f51dad41c8ce0f1c3b2b5f1908e0f4b2c2


1...<<21222324252627282930>>...32