| #
e65717ac
|
| 03-Aug-2018 |
Karl Rupp <me@karlrupp.net> |
CUDA: Fixed compilation problems with complex.
Reported and patch provided by: Greg Meyer <gregory.meyer@gmail.com> via petsc-maint
|
| #
2f07c833
|
| 14-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-snes-ex13-spectral
* master: (2350 commits) migrate warning fix from next-tmp Revert "Remove dead code." clarifying comment in the code Remove dead
Merge branch 'master' into knepley/feature-snes-ex13-spectral
* master: (2350 commits) migrate warning fix from next-tmp Revert "Remove dead code." clarifying comment in the code Remove dead code. Add JuMP citation Copyedits and updates to developers manual Add more protection to intrinsics MPI: protect arguments in MPI macros Add the missing conditionals for 64-bit build Plex+VTK: Fix field type determination Fix bug in name cleanup Bib: Added ref Plex+VTK: Fix field type determination Plex: Updated test output - I am now hating this shit forgot to save file after moving prototypes to petscsys.h update Apple example project settings per Xcode Two functions should actually be public, used, for example from Apple MacOS and iOS programs includes should always be included relative to include directory Apple removed old locations of docsets SNES ex12: Updated test output ...
Conflicts: src/snes/examples/tutorials/ex13.c
show more ...
|
| #
e4bc0d72
|
| 08-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-pc-patch
* master: (440 commits) revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html release: set v3.9 strings fix grep us
Merge branch 'master' into knepley/feature-pc-patch
* master: (440 commits) revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html release: set v3.9 strings fix grep usage on solaris [use egrep] opensolaris: fix errors Update timer reporting and minor reporting fix Remove redundant if statement. Found by @jedbrown Fixed problem with order of developer photos on website. superlu_dist: use correct flag in example [PETSC_HAVE_SUPERLU -> PETSC_HAVE_SUPERLU_DIST] Bib: PERMON ref fix for osx doc: more author fixes doc: more author fixes Italicized "orderings" in MPI process placement discussion. Added Richard to the user manual author list. Added Richard to the list of active developers on the website. add string check for MS-MPI and IMPI timeout errors opensolaris does not have multiple grep utils - but default one does not support -F. So use fgrep instead Standardizing timeout checks Report wall clock time of total tests Use time instead of date %s ...
Conflicts: include/petscpc.h src/ksp/ksp/interface/itfunc.c
show more ...
|
| #
d13c9127
|
| 29-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'karlrupp/feature-remove-cusp'
* karlrupp/feature-remove-cusp: Removes VECCUSP vectors and AIJCUSP matrices, because they provide no added benefit over VECCUDA and AIJCUSPARSE. Also rem
Merge branch 'karlrupp/feature-remove-cusp'
* karlrupp/feature-remove-cusp: Removes VECCUSP vectors and AIJCUSP matrices, because they provide no added benefit over VECCUDA and AIJCUSPARSE. Also removes the CUSP-based preconditioners for now. SACUSP will be re-added later, after the new release is out.
show more ...
|
| #
b8ced49e
|
| 28-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
GPUs: Allow ViennaCL and VECCUDA to be used concurrently.
This also gets rid of the weird veccuda.py.
|
| #
23819d05
|
| 20-Mar-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-pc-patch
* master: (33 commits) cleanup very ugly PCGAMG manual page minor clarifications for VecScatterCreate() manual page gcov: PETSC_ARCH is requ
Merge branch 'master' into knepley/feature-pc-patch
* master: (33 commits) cleanup very ugly PCGAMG manual page minor clarifications for VecScatterCreate() manual page gcov: PETSC_ARCH is required onlyfor -run_gcov - and not for -merge_gcov [where it doesn't exist] make clearer in help statements what --with-external-packages-dir is for. Website: Added news entry for PETSc User Meeting 2018 on main page. KSPGUESSPOD: exclude negative of zero eigenvalues from the energy computation KSPGUESSFISCHER: use PetscInfo for KSP class CUDA: Further test output fixes for mat_tests-ex2 Turn off elemental test for parmetis running since this does not work on batch systems. 3.8 Changes: KSPCHEBYSHEV CUDA: Fixed most test errors due to MatMultTranspose* KSPFGMRES: add KSP_NORM_NONE / PC_RIGHT as supported KSPSetSupportedNorm man page: remove old note about default support for KSP_NORM_NONE Dev manual: copyedit DMPlexDistributeLabels: Propagate the output flag cuda/cusp: update minimum supported versions of cuda to 7.5 and cusp to 0.5.0 cuda: remove configure option -with-cuda-arch. [use CUDAFLAGS instead] projected gradient code fixed to obey recent convergence test changed Merge conflicts resolved after rebase norm update bug fixed in GPGC, test output reverted ...
show more ...
|
| #
6294108e
|
| 19-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield
* origin/knepley/fix-snes-ex69: (311 commits) PetscFECreateDefault: fix custom Fortran interface to use MPI_
Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield
* origin/knepley/fix-snes-ex69: (311 commits) PetscFECreateDefault: fix custom Fortran interface to use MPI_Comm SNES ex69: Updated test output SNES ex69: Removed all mantle stuff and change fields to constants - Also use dsymutil for executables SNES ex69: Removed special partition SNES ex69: Fixed null space creation - Null space locks its vectors PetscFE: PetscFECreateDefault() now takes MPI_Comm instead of DM cleanup very ugly PCGAMG manual page minor clarifications for VecScatterCreate() manual page gcov: PETSC_ARCH is required onlyfor -run_gcov - and not for -merge_gcov [where it doesn't exist] make clearer in help statements what --with-external-packages-dir is for. Website: Added news entry for PETSc User Meeting 2018 on main page. CUDA: Further test output fixes for mat_tests-ex2 Turn off elemental test for parmetis running since this does not work on batch systems. 3.8 Changes: KSPCHEBYSHEV CUDA: Fixed most test errors due to MatMultTranspose* website: update urls website: fix Jason's name to match pic. Also add Todd's pic Dev manual: copyedit DMPlexDistributeLabels: Propagate the output flag cuda/cusp: update minimum supported versions of cuda to 7.5 and cusp to 0.5.0 ...
show more ...
|
| #
1f37a713
|
| 14-Mar-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
554b8892
|
| 14-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
CUDA: Fixed most test errors due to MatMultTranspose*
|
| #
d8acc534
|
| 30-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matsolvertype'
|
| #
ea799195
|
| 29-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
change MatSolverType to be a const char* typedef to match other XXType
Commit-type: style-fix Reported-by: Franck Houssen <franck.houssen@inria.fr>
|
| #
f4256b6c
|
| 27-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/matsolverpackage-matsolvertype'
|
| #
9c22d89a
|
| 27-Jan-2018 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merged in psanan/private-functions-rename (pull request #842)
Rename some private functions
|
| #
3ca39a21
|
| 26-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix name MatSolverPackage since it is better to be consistent and use the terminology Type.
Commit-type: style-fix, documentation
|
| #
470880ab
|
| 24-Jan-2018 |
Patrick Sanan <patrick.sanan@gmail.com> |
Rename some private functions
Rename some private functions which start with XXX_, where XXX is the name of a main PETSc class, and mark static if needbe.
|
| #
e366c154
|
| 15-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint
Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match documentation.
|
| #
2b11a2d1
|
| 01-Aug-2017 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'karlrupp/fix-MatDuplicate-GPU'
* karlrupp/fix-MatDuplicate-GPU: Provides MatDuplicate() functionality for AIJCUSPARSE and AIJVIENNACL matrices.
Reported-by: Jose Roman
|
| #
9ff858a8
|
| 28-Jul-2017 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
CUSPARSE: Fix MatDuplicate()
MatDuplicate_SeqAIJ() used to be called for SEQAIJCUSPARSE matrices, which did not set up the GPU datastructures. This commit provides a dedicated MatDuplicate_SeqAIJCUS
CUSPARSE: Fix MatDuplicate()
MatDuplicate_SeqAIJ() used to be called for SEQAIJCUSPARSE matrices, which did not set up the GPU datastructures. This commit provides a dedicated MatDuplicate_SeqAIJCUSPARSE() implementation.
Reported-by: Jose Roman
show more ...
|
| #
1a581bdb
|
| 28-Jul-2017 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'jose/check-typename'
* jose/check-typename: Adds type name checks for GPU vectors to detect incorrect usage.
|
| #
447d7429
|
| 26-Jul-2017 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Reduce Vec type checks on CUDA/CUSP/VIENNACL
|
| #
fbc6a628
|
| 26-Jul-2017 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Add several Vec type checks on CUDA/CUSP/VIENNACL
|
| #
f1e2e5e7
|
| 26-Jul-2017 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Add macros PetscCheckTypeName(s)
|
| #
e6ea867e
|
| 26-Jul-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/cusparse-sethandle'
|
| #
c4b120e1
|
| 25-Jul-2017 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'jose/aijcusparse-fix'
* jose/aijcusparse-fix: Fixes problems in MatMult and MatTransposeMult for matrices with empty rows when using -mat_type aijcusparse. The fix is to initialize the
Merge branch 'jose/aijcusparse-fix'
* jose/aijcusparse-fix: Fixes problems in MatMult and MatTransposeMult for matrices with empty rows when using -mat_type aijcusparse. The fix is to initialize the result vector with zero, which has some performance overhead. Arguably, this is a bug in cuSparse, which we have to circumvent here.
show more ...
|
| #
6b1cf21d
|
| 25-Jul-2017 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
MatCUSPARSESetHandle: do not destroy handle to set
|