| b6956c12 | 22-Aug-2011 |
Jose Roman <jroman@dsic.upv.es> |
Clean interface for Chaco partitioner
Hg-commit: 87e23280a0cb9b1eda3c8e48aef9242df357c9f5 |
| 50d91057 | 20-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated all of PTScotch stuff to use proper ptscotch name and not scotch (since scotch is not ptscotch)
Hg-commit: e7f0c67b1b4cbe2b0adabff762d85a2581d91541 |
| e0f1cffa | 19-Aug-2011 |
Jose Roman <jroman@dsic.upv.es> |
Update Scotch interface to latest version
Hg-commit: 1338fadb6656161277cb1f01449b09a466a2245a |
| bda8bf91 | 18-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed bad merge
Hg-commit: d81cbcaf7d9958449fb47f9094433f68325f8ffd |
| cd723cd1 | 18-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
lots of fixed for nightly build
Hg-commit: 2a2d0cde08a4182a8c0c4b22619801648220ba54 |
| ec0d0771 | 17-Aug-2011 |
Matthew G Knepley <knepley@gmail.com> |
Fixed up MatSetValuesBatch() and now KSP ex4 verifies
Hg-commit: a7329fdf61e83d066cba0b54f0e193636ad4d3f4 |
| 37868618 | 17-Aug-2011 |
Matthew G Knepley <knepley@gmail.com> |
Added MatSetValuesBatch() - The idea is to extract parallelism here, analogous to MatSetValuesBlocked() - The default implementation just does a loop over MatSetValues() calls
Hg-commit: 5b195adbe6e
Added MatSetValuesBatch() - The idea is to extract parallelism here, analogous to MatSetValuesBlocked() - The default implementation just does a loop over MatSetValues() calls
Hg-commit: 5b195adbe6eb86917bc786cd1579c07684d7579e
show more ...
|
| bf2c1783 | 15-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added threads.html page to mirror gpus.html and added installation instructions and links to this page from other pages
Hg-commit: 7fcc78d39eb12d79899369813d1cb01bf1233d81 |
| 7d6a0e61 | 15-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated discussion of PETSc with threads fixed MATSEQPTHREADAIJ to MATSEQAIJPTHREAD
Hg-commit: 264131f1283f2e9b3d7687b1b961f6b25c50057e |
| 3564f093 | 10-Aug-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
polish fftw.c
Hg-commit: 7abd81608fc5aaaa3dec4892ee6f15e6d9cae025 |
| 1c2dcc2f | 09-Aug-2011 |
Matthew G Knepley <knepley@gmail.com> |
Added diagnostic events for MPI GPU assembly
Hg-commit: 6fd28bcdd5a754c7668c1927023c38371affe8ab |
| 75acc048 | 04-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated projects with MatSOR for bs > 1 with AIJ
Hg-commit: 81fb9399c7942e43c3c3270bb6102dffb164e5b6 |
| bbead8a2 | 04-Aug-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PCPBJACOBI to work for AIJ matrices with set block size also
Hg-commit: 0e020f5b49d3e02ffdf403ba777ccbc6d0077bb9 |
| ff34cdc8 | 22-Jul-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PETSC_USE_PTHREAD_CLASS to PETSC_HAVE_PTHREADCLASS so that name matches pthreadclasses.py name and cmake makes sure that specific code gets compiled
Hg-commit: 0a01a8e82fe4f48e319b836eb8da0
changed PETSC_USE_PTHREAD_CLASS to PETSC_HAVE_PTHREADCLASS so that name matches pthreadclasses.py name and cmake makes sure that specific code gets compiled
Hg-commit: 0a01a8e82fe4f48e319b836eb8da000af0532501
show more ...
|
| faea8a20 | 18-Jul-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added protection to pthread registration of vec and mat
Hg-commit: 965e763f53dfd5f94b7ad5a6d6d6eb4bf0a9cd5d |
| df17f0d5 | 18-Jul-2011 |
Kerry Stevens <kstevens@spetjhiong.com> |
commit after merge from petsc-dev (MatMult_Add function)
Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7 |
| ba61063d | 15-Jul-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added PETSC_USE_PTHREAD_CLASSES protection removed // comments added protection of pthread_barrier does not exist
Hg-commit: 972a3b80c9a6f09bc54db7149d59da967e72545e |
| 51d315f7 | 15-Jul-2011 |
Kerry Stevens <kstevens@spetjhiong.com> |
added thread pool versions
Hg-commit: 77a23f76a8d8ac73a47e6098a1f3e3805e47baf0 |
| 235683ed | 12-Jul-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
better documentation for using AMS with Java and options fixed two errors in using PetscOptionsXXX() when working with interactive options gui
Hg-commit: 89bc248f9523eb90041707320a4018e521612d7e |
| e0cc20ca | 06-Jul-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added another set of parameters to run with
Hg-commit: 59c40cc6c02a9e3c81d918c561aeb411f0a852a7 |
| d751767b | 26-Jun-2011 |
Matthew G Knepley <knepley@gmail.com> |
Now assembling 150K rows/1M unknowns in < 0.33s on crappy laptop - Need a comparison to naive assembly
Hg-commit: deca59027988654e50cb48e632042b59c5cdd1bc |
| c1f959c1 | 21-Jun-2011 |
Jed Brown <jed@59A2.org> |
Better error message when -pc_factor_mat_solver_package does not have the desired factorization type
Hg-commit: b068f94d6d7dc65068a4d9cf88df44c7b0b5df49 |
| 881003e5 | 17-Jun-2011 |
Jed Brown <jed@59A2.org> |
Documentation for MatGetArrayF90, use xx_v(:,:)
Hg-commit: 47cd3ca5d2b441e6fbc0ad858347c10ebfc0e0c1 |
| 70b693b5 | 04-Jun-2011 |
Jed Brown <jed@59A2.org> |
Include matrix type in error message
Hg-commit: f4a530c77748f71572e1a75bd337ee3c1da7e6a5 |
| d4a378da | 03-Jun-2011 |
Jed Brown <jed@59A2.org> |
Start casting floating point literals to (PetscScalar) to work with std::complex<float>
There is still much more to be done.
Hg-commit: 71e5798007d37fa1f814512de7878a7dadae5358 |