| 856751a5 | 12-Mar-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
VecScatterInitializePackage() must be called otherwise VEC_SCATTER_CLASSID is not set in ksp/ksp/examples/tutorials/ex100.c and Python fails with its uninitialized value of 0.
Commit-type: bug-fix R
VecScatterInitializePackage() must be called otherwise VEC_SCATTER_CLASSID is not set in ksp/ksp/examples/tutorials/ex100.c and Python fails with its uninitialized value of 0.
Commit-type: bug-fix Reported-by: nightly tests
show more ...
|
| 2dc8f7eb | 12-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/fix-PetscSFView-no-graph-set' [PR #878]
* haplav/fix-PetscSFView-no-graph-set: PetscSFView: call PetscSFSetUp only if graph is set. |
| 80153354 | 06-Mar-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscSFView: call PetscSFSetUp only if graph is set |
| 713d6c57 | 07-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master'
* pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master: Implemented wrapper of MatPartitioning i
Merge branch 'pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master'
* pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master: Implemented wrapper of MatPartitioning into PetscPartitioner.
show more ...
|
| 049452fa | 06-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Vec: revert VecMDot and VecMAXPY intrinsics (producing incorrect results)
These had been added in 96e086a24b9cdc04c368e2851f46791dcaa837d7:
"Added case specific intrinsic kernels for VecMdot_Seq,
Vec: revert VecMDot and VecMAXPY intrinsics (producing incorrect results)
These had been added in 96e086a24b9cdc04c368e2851f46791dcaa837d7:
"Added case specific intrinsic kernels for VecMdot_Seq, VecMAXPY_Seq, and BAIJ bocksize 9 by 9"
show more ...
|
| 0aaa36e1 | 05-Mar-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Undo the commits that broke VecView_GLVis()
Commit-type: bug-fix |
| 6783bb9d | 05-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr871/acroucher/acroucher/dmplex-hdf5-vecview/master'
* pr871/acroucher/acroucher/dmplex-hdf5-vecview/master: Two fixes to prevent HDF5 DMPlex VecView crashing when one process has no
Merge branch 'pr871/acroucher/acroucher/dmplex-hdf5-vecview/master'
* pr871/acroucher/acroucher/dmplex-hdf5-vecview/master: Two fixes to prevent HDF5 DMPlex VecView crashing when one process has no cells.
show more ...
|
| 912b9667 | 05-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
dvec2: fix tons of _mm256_store_pd to unaligned addresses |
| 2200b9de | 02-Mar-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
object management for case where the viewer does not keep object in a link list so should destroy it immediately.
Commit-type: bug-fix Reported-by: nightly tests |
| 9fe25b6e | 28-Feb-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'karlrupp/fix-public-access-cublas-handle'
* karlrupp/fix-public-access-cublas-handle: Provides the ability to access the CUBLAS handle used inside of PETSc.
Thanks to: Jose Roman <j
Merge branch 'karlrupp/fix-public-access-cublas-handle'
* karlrupp/fix-public-access-cublas-handle: Provides the ability to access the CUBLAS handle used inside of PETSc.
Thanks to: Jose Roman <jroman@dsic.upv.es> Alejandro Lamas Davina <alejandro.lamas@dsic.upv.es>
show more ...
|
| 7b3c4b83 | 28-Feb-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jose/cuda-tests'
* jose/cuda-tests: Fix CUDA-related tests in new test harness. See PR #848. |
| 00467d5f | 27-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'pr862/dkokron/IntelIntrinsicsForBAIJ9by9MDotMaxpy/maint' |
| 532f2c2f | 26-Feb-2018 |
Karl Rupp <me@karlrupp.net> |
CUSP: Fixed failure of KSP tutorial ex7 and test ex43 in nightly tests. |
| 1828ab91 | 26-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/maint' into stefano_zampini/fix-matis-dmda-l2g |
| 83e0d789 | 26-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
Vec: added test for VecSetValuesBlocked with negative indices |
| 355f4779 | 26-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/maint' |
| 60a182d6 | 26-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
fix bug in VecSetValuesBlocked_{MPI|Seq} for negative indices |
| 5ca5d0dd | 25-Feb-2018 |
Karl Rupp <me@karlrupp.net> |
CUDA: Fix includes for PetscCUBLASGetHandle()
Extern visibility was not ensured with the previous move of the PetscCUBLASGetHandle() declaration to the public header. |
| 2a86a7ca | 25-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
update #define conditions used to turn on Intel intrinsics
Commit-type: portability-fix, style-fix |
| beb4d3b5 | 23-Feb-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix remaining build warning |
| 8e607667 | 22-Feb-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix warnings reported from regression tests |
| 96e086a2 | 12-Feb-2018 |
Daniel Kokron <Daniel.Kokron@nasa.gov> |
Added case specific intrinsic kernels for VecMdot_Seq, VecMAXPY_Seq, and BAIJ bocksize 9 by 9 |
| dbda1d23 | 22-Feb-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix build warnings |
| 6894f681 | 22-Feb-2018 |
Adrian Croucher <a.croucher@auckland.ac.nz> |
Don't compute block size if local size is zero |
| 74c49ccc | 21-Feb-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for '--with-mpi=0' |