| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
d40c85d7
|
| 27-Feb-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Launch the thread pool only when a matrix or vector class needs it and not on PetscIntialize(). Made lock-free as the default synchronization scheme.
Hg-commit: 45added8e274973c6aac52fbd29b4e21e7cb7
Launch the thread pool only when a matrix or vector class needs it and not on PetscIntialize(). Made lock-free as the default synchronization scheme.
Hg-commit: 45added8e274973c6aac52fbd29b4e21e7cb7c64
show more ...
|
| #
d3f95da6
|
| 27-Feb-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
More clean up of the pthread code. i) Added PetscThreadsInitialize() and PetscThreadsFinalize() ii) Renamed PetscThreadInitialize/Finalize() to PetscThreadsSychronizationInitialize/Finalize()
Hg-com
More clean up of the pthread code. i) Added PetscThreadsInitialize() and PetscThreadsFinalize() ii) Renamed PetscThreadInitialize/Finalize() to PetscThreadsSychronizationInitialize/Finalize()
Hg-commit: d499577fe5e2e2ca784da29f67428fcbf3ced6dd
show more ...
|
| #
e39bb055
|
| 24-Feb-2012 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 83c4fea74b43533d296ffb75a5ce75a413d18328
|
| #
bf4db9bb
|
| 22-Feb-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Clean up pthread code. i) Added header pthreadimpl.h ii) Removed error checking for now, will add this later.
Hg-commit: 0d5bfd86c86f938f731b5d37bbc35e2475ad173e
|
| #
47abebeb
|
| 15-Nov-2011 |
Sean Farley <sean@mcs.anl.gov> |
Fixed Barry's missing #endif for the missing lsame_ function
Hg-commit: b600e5e603310846f5d6f5348a13042fd990504d
|
| #
43db4dbb
|
| 15-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added lsame() versions for when needed like Lion xcode 4.2 with no fortran compiler and SuperLU_Dist
Hg-commit: a29ab9de98e4ad215134a0e7feb95ee2aa94cdd6
|
| #
d05ab69a
|
| 03-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 919511e5e0d0f40f0d0bb7bde989a4a76e286b82
|
| #
e4d1774b
|
| 02-Nov-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Added PetscOpFList support. Compiles, but untested.
Hg-commit: 75d57305d7526737660cd7bdb9a5be25885da8fb
|
| #
4b0a73b2
|
| 03-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
moved cuda options database checks from PetscInitialize to the function that checks options database options.
Hg-commit: eee4bc9ce9927aa7d3ca531023f1a56f43abeffb
|
| #
c17803e7
|
| 01-Oct-2011 |
Jed Brown <jed@59A2.org> |
Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock
In merging Emil's work, I added a flag for an explicit stage instead of redirecting through a different function.
Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock
In merging Emil's work, I added a flag for an explicit stage instead of redirecting through a different function. It is less code and more clear, I think.
Hg-commit: 1aa32ce28475592f35bc148baeecb41ed3995a50
show more ...
|
| #
4dbf1ed6
|
| 30-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 8cdd6ebea106b0d546930c2fcd73f7fc81fdf91f
|
| #
0069ddf5
|
| 29-Sep-2011 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Move PetscThreadInitialize() to PetscInitialize(). Change return type of all PetscThreadInitialize_xxx routines to PetscErrorCode.
Hg-commit: dee915051b6a99d3c181567e2c486a47865d4312
|
| #
6d07fc83
|
| 28-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 3307ff9c5d03481441537a6f709576a0b0a6eebc
|
| #
2e4784d6
|
| 28-Sep-2011 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
-malloc_xxx doesn't work with PETSC_USE_PTHREAD flag. Use PETSC_HAVE_PTHREADCLASSES instead of PETSC_USE_PTHREAD for pthread classes.
Hg-commit: 549f2e0307f9144a574777e03e9edc84143067af
|
| #
1c1325fe
|
| 26-Sep-2011 |
Peter Brune <brune@cs.uchicago.edu> |
commit after merge
Hg-commit: bc589908dea7ebb861f2760c0d80f312294e48c0
|
| #
472b90b3
|
| 26-Sep-2011 |
adams <adams@jaguarpf-login1.ccs.ornl.gov> |
fix for emtpty procs on input grid (2nd commit).
Hg-commit: 416bc569082d603eba1a683707921f8a1b880bdb
|
| #
a78750e0
|
| 24-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 90d42b91fa042efc5645e6dc48e46af794215e9b
|
| #
976c927d
|
| 23-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge from 3.2
Hg-commit: 136b1a81df3a1c609acad95fbce77ebeead8502d
|
| #
8c9b41c2
|
| 23-Sep-2011 |
Jed Brown <jed@59A2.org> |
merge Rosenbrock work
Hg-commit: c912d4ef2e7db4f1f10a2f0924022e28387de729
|
| #
56073d67
|
| 23-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0beedc262b1dbac1be7a8a2b0cf549297d0f60e0
|
| #
dbf7f789
|
| 22-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
bug in PetscMin_local and PetscMax_loca used sum of mins
Hg-commit: c2b802728e995ade775b659f13b26f30e86dc6a9
|
| #
f2d66bca
|
| 22-Sep-2011 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Moved pthread related code from init.c,pinit.c to pthread.c
Hg-commit: 957b330a309be8123d26a1ce5a3b640b9422218b
|
| #
e5f2da98
|
| 16-Sep-2011 |
Matthew G Knepley <knepley@gmail.com> |
Added some CUDA to check devices
Hg-commit: 15dffaf5e39b547e3a7cf9c316fd1f7628313d8e
|
| #
bfae9544
|
| 08-Sep-2011 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: aee85eceae49b0be84b866808d01e3877a200a0a
|