| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|
| #
5a4671ae
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing spaces from all files
Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
|
| #
0bdf7c52
|
| 12-Dec-2012 |
Peter Brune <brune@mcs.anl.gov> |
Fixed PetscFunctionBeginUser (added in 7ee109c) in the case of no debugging.
Hg-commit: 4bac224a3cd6742b3a118da1696f6b6568ca9a99
|
| #
a8d2bbe5
|
| 12-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commited -objects_dump and updated all examples to use PetscFunctionBeginUser;
Hg-commit: 7ee109c3a330edfa02cfee5f25401f5538d5e197
|
| #
29aa02fc
|
| 11-Dec-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e
|
| #
fd3f9acd
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
simplied PetscCallStackHypre() and changed it to PetscCallStackStandard() since it can be used anywhere and isn't specific to hypre
Hg-commit: 7ab5a66be9271964789ab49046218230c124c84f
|
| #
c7a10e08
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
prototypes for DMTSSetIFunction/JacobianSerialize()
Hg-commit: 9b8363a9f974144729fe12ba995bc9cb8742a17e
|
| #
2d53ad75
|
| 09-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
more progress on serializing PETSc objects and function pointers yes Barry has lost his mind but this is too much fun to stop
Hg-commit: 70b547a30c706ea4b2828de11dd7962c0443a994
|
| #
bfbf6b1f
|
| 25-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 72681c158685a249910d8751a53626ec95bda25c
|
| #
6039bce7
|
| 25-Oct-2012 |
Jed Brown <jed@59A2.org> |
Silence -Wunused-parameter warnings for users that set this flag in their own code
Hg-commit: 1b29a38e9301189bfcf4510229a529e3fab5b50a
|
| #
f36da08c
|
| 25-Oct-2012 |
Jed Brown <jed@59A2.org> |
Backout d5dda018a93b, not valid C
Hg-commit: b7582f5c2ccfc7df23a180d0de631be4a61807d6
|
| #
eac8aba6
|
| 25-Oct-2012 |
Matthew G Knepley <knepley@gmail.com> |
Threads: Removed argument name
Hg-commit: d5dda018a93ba9a413b716433d15216db1fcdcf9
|
| #
93471ed9
|
| 05-Oct-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Fixed bug in PetscThreadLocalRegister(). Need to pass in the pointer to pthread_key_t.
Hg-commit: ef6d5f76d335b55dfd5a0787533a222e4088d4a7
|
| #
fd62bef4
|
| 05-Oct-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Replaced PetscThreadLocalxxx() macros with static inline functions (except PetscThreadLocalSetValue() when __thread is available)
Hg-commit: 999e900fdf480ad4e161ddde51d5b98d60c72cb0
|
| #
d4de8dcf
|
| 04-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: a52e99247c8f0b20fe3be55da60de692e4a612a7
|
| #
f5dc6901
|
| 04-Oct-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Removed ##_key business from PetscThreadLocalxxx()
Hg-commit: 0fe199b4fc7e80c5648d6885859deee451f507ca
|
| #
6f8b0bcc
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: de692b24285e65d10711c139758fd9affe8cde4e
|
| #
2f0c533e
|
| 03-Oct-2012 |
Satish Balay <balay@mcs.anl.gov> |
windows: c syntax fix
Hg-commit: 469d9d60fa29b55713c4b27c50b6e7b6e69d659c
|
| #
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
|
| #
2e43c059
|
| 27-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Make PetscThreadLocalxxx() available even for optimized mode.
Hg-commit: 441a9001bc26a399d1d8fe2eb47a31a2d16fd051
|
| #
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 ...
|
| #
ca235927
|
| 26-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Removed type argument from PetscThreadLocaGetValue
Hg-commit: a6552b5a4038832c2902a9a19d5b6086d275d30f
|
| #
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
|