History log of /petsc/include/petscerror.h (Results 551 – 575 of 867)
Revision Date Author Comments
# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


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

added PetscCheckPointer() that uses sigaction and setjmp to check if a pointer points somewhere valid

Hg-commit: e9f69be1a6a58b4fa53793fc34fe1b574e1afc3f


# 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


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 014dd563 16-May-2012 Jed Brown <jed@59A2.org>

Add --with-visibility, all public symbols are marked with PETSC_EXTERN

Hg-commit: 91d6ccc58aec44b109582d7decb1c094fd081024


# 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


# 168e63f9 11-May-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ece721fe635792dfcea79d326f7e532c354d069c


# 4396dcdd 11-May-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Include sched.h before pthread.h otherwise CPU_SET and other functions are not defined for Linux.

Hg-commit: 39265967ab3652123d2281c41627fc6a3baed8a6


# 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 ...


# a5057860 30-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

cleanup include files slightly
removed warning generating code

Hg-commit: e1c9e44476917d298f5bb1d12e7f3b51de0af5ca


# 2adc2576 08-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a7033f44b7153ddbc07db52896b096f5b5ac7e60


# ad74a23b 08-Apr-2012 Jed Brown <jed@59A2.org>

merge PGMRES

Hg-commit: 2ed7d2b653d8d756e316e1b5a6232b04c6c99601


# 997ce2ba 07-Apr-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Renamed PETSC_ThreadLocal to PETSC_PTHREAD_LOCAL

Hg-commit: 4df31eb1b3a41b153bf3bc18f26cb46c4bf6f76c


# 8bf1f09c 07-Apr-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Removed unused flag PETSC_USE_PTHREAD

Hg-commit: f04ea9eabf50a1401c99e4b0884302b9ee768645


# fe89fe5a 07-Apr-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Made PetscStack to be thread local for pthreads version.
Added configure test to define the thread local specifier PETSC_ThreadLocal to either __thread (Linux) or declspec(thread) (Windows)
http://en

Made PetscStack to be thread local for pthreads version.
Added configure test to define the thread local specifier PETSC_ThreadLocal to either __thread (Linux) or declspec(thread) (Windows)
http://en.wikipedia.org/wiki/Thread-local_storage

Hg-commit: bf2991091f1a0ae7fada40fe84e42ea9c2be24d8

show more ...


# 7dcbb7ed 04-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 35a088934f98f0424c5aea7ed3981730d5289b00


# 4ef524e9 04-Apr-2012 Stefano Zampini <stefano.zampini@gmail.com>

src/dm/impls/complex/ctetgen.c:14615: warning: implicit declaration of function 'SETERRQ8'
with PETSc configured -with-errorchecking=0

Hg-commit: 53075a966497edca3ec4f0a3f2cfe28b0009f1a5


# f32c38ef 02-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed __gierr and _ and __ error handling macros

Hg-commit: c5e26b6474802e7782241137c2819a23d99022d9


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# 670f3ff9 23-Mar-2012 Jed Brown <jed@59A2.org>

Add PetscFPTrapPush() and PetscFPTrapPop(), use to guard LAPACK calls that set floating point exceptions

ieeeck() intentionally creates exceptions to find out whether they
trap. The call graph with

Add PetscFPTrapPush() and PetscFPTrapPop(), use to guard LAPACK calls that set floating point exceptions

ieeeck() intentionally creates exceptions to find out whether they
trap. The call graph with some LAPACK implementations is
dgesvd() -> dbdsqr() -> dlasq1() -> dlasq2() -> ilaenv() -> ieeeck()
so the eigenvalue routines fail when trapping is set.

Hg-commit: d683568cdffc64faaed23a6cf74b3fc1afe317bc

show more ...


# 2f3d0e1c 13-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Added SETERRQ8

Hg-commit: 861151ef2e20fdeb17b62e6dfc155ce84988bfa1


# 66738b27 21-Oct-2011 Jed Brown <jed@59A2.org>

Merge adaptivity

Hg-commit: 4e4ec14f7f877c933ab46784bda2bd132e949faa


1...<<21222324252627282930>>...35