History log of /petsc/src/sys/error/pstack.c (Results 151 – 175 of 186)
Revision Date Author Comments
# 639ff905 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

macros changed to static inline functions
output of example fixed for previous change to example

Hg-commit: 30b16dfe130e50978dcb99c50a8edfc8772fcf0f


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

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# a6dfd86e 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb

show more ...


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

commited -objects_dump and updated all examples to use PetscFunctionBeginUser;

Hg-commit: 7ee109c3a330edfa02cfee5f25401f5538d5e197


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

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

Hg-commit: 0428a943a6648d62069d3c7dd92c14586f652e6b


# cf6142ae 29-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 22746e3b3fbadeeb7355c91f5c38c081c818d4a8


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

Merge

Hg-commit: e67798811b9e9715a27e1162d786ebd65ddc7d21


# 1f46d60f 27-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed petscstack and related functions for multi-threaded operations.
i) Made petscstack thread local when using threads.
ii) Fixed bug in accessing petscstack in PetscStackDestroy_kernel.
iii) Al

Fixed petscstack and related functions for multi-threaded operations.
i) Made petscstack thread local when using threads.
ii) Fixed bug in accessing petscstack in PetscStackDestroy_kernel.
iii) All thread local variables are now always accessed via PetscThreadLocalGet/SetValue().
iii) Fixed petscstack and related functions
for different threadlocal directives (__thread on Linux, pthread_key_t on MacOS, OpenMP #pragma omp threadprivate()).

Hg-commit: a4b061f37d4921e07d16480340b005b2c620d21f

show more ...


# 74b43855 24-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Create petscstack for each thread.

Hg-commit: 8f209e27680dd6eae162017250ca6d9e0e122186


# 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


# 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


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


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


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


12345678