| a89cec69 | 20-Nov-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix a bug: selfbuflen is in <unit> |
| e22e20c5 | 12-Nov-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Move PetscCUBLASGetErrorName from vec to sys for --with-single-library=0 --with-visibility=1
Ref: https://gitlab.com/petsc/petsc/merge_requests/2282 |
| 4da3aa2f | 13-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 7fd2f626 | 13-Nov-2019 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix visibility issues with CUDA
- VecSet_SeqCUDA() called from densecuda.cu - PetscCUBLASInitializedHandle() should be declared PETSC_EXTERN |
| 1b5f50e6 | 11-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-fortran-interface' into 'master'
Fix Fortran interface that messed up with CAPS vs !UNDERSCORE
See merge request petsc/petsc!2283 |
| dd5e518f | 11-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| eeef398f | 08-Nov-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
examples: Deallocate leaked arrays |
| ca797d7a | 08-Nov-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
SF: Add note that user must free iremote from GetGraph in Fortran |
| 31f5cb13 | 08-Nov-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
fix directory name in makefile https://gitlab.com/petsc/petsc/issues/489 |
| 736c3998 | 08-Nov-2019 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix item list in manpages of XXXViewFromOptions |
| fe2efc57 | 07-Nov-2019 |
Mark <cal2princeton@yahoo.com> |
prototype for ViewFromOptions macro-->functions |
| bab242fd | 06-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| f9d91177 | 06-Nov-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Use existing memory in fftw vec when doing VecLoad_HDF5 to avoid memory leak and double-free
Reported-by: Sajid Ali <sajidsyed2021@u.northwestern.edu> |
| 5c01c09e | 06-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-petscsortedint' into 'master'
PetscFind{Int,MPIInt,Real}: Check in debug mode whether input array is sorted.
See merge request petsc/petsc!2248 |
| 51ccb202 | 05-Nov-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add an option -sf_use_pinned_buffer to use non-pagable host memory for send/recv buffer when passing GPU data |
| 0e0e0189 | 23-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Log transfer between CPU and GPU |
| e315309d | 23-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix a performance bug |
| e07844bf | 16-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Clarify a comment |
| 637e6665 | 16-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Rename rkey, lkey to rootdata, leafdata |
| 43407e70 | 16-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add GPU tests for sf(all)gather(v) |
| 855db38d | 16-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Support data on device but no gpu-aware MPI for sf(all)gather(v) |
| ca0da9f8 | 16-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix a typo: selfbuflen should be in terms of <unit> |
| 179d1274 | 16-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add VecSetFromOptions when creating new vectors |
| b7c0d12a | 10-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Renamed PetscSFPackWaitall_Basic to PetscSFPackWaitall |
| 5d1f9955 | 10-Oct-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Support "pack on GPU, do MPI on CPU" for SF Neighbor |