| 405d97de | 18-Oct-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 7f672f57 | 17-Oct-2017 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: update to snapshot with the fix for 768d5fcef7e65bc5716c5e46069d6a09414963c7 |
| 90874a6a | 04-Oct-2017 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'jose/lapack-check'
* jose/lapack-check: configure: add a few checks for missing Lapack subroutines See PR #761 on Bitbucket. |
| b8695a4a | 03-Oct-2017 |
Karl Rupp <me@karlrupp.net> |
BuildSystem: Updated list of LAPACK routines to check for. |
| bac0c110 | 02-Oct-2017 |
Satish Balay <balay@mcs.anl.gov> |
hypre: check if user specified hypre has HYPRE_BIGINT that is compatible with PetscInt |
| 56c3ee8d | 02-Oct-2017 |
Satish Balay <balay@mcs.anl.gov> |
metis: check if user specified metis has IDXTYPEWIDTH value compatible with PetscInt |
| 40b9351e | 30-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| a5737712 | 27-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
configure: print a warning if wrong type gets used - for eg: --with-mkl_pardiso=~/local_opt/intel/mkl
Reported-by: Roland Richter <roland.richter@ntnu.no> |
| fcaca0da | 23-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html - enable cuda in configure |
| 0e50f9e5 | 25-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
release: set v3.8 strings |
| 15754b1b | 26-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-mpiuni (pull request #751)
MPIUNI: Various fixes and enhancements |
| ae005cef | 26-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/knepley/feature-boost-headers-only' |
| 5cf5d571 | 18-Sep-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscSF: Additional fixes for MPIUNI
* Configure define HAVE_MPI_TYPE_DUP and HAVE_MPI_TYPE_GET_ENVELOPE. * Fallback for MPI_Type_dup() now uses MPI_Type_contiguous(). |
| 13befd7a | 14-Sep-2017 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr746/irinasok/feature-baijmkl/master'
* pr746/irinasok/feature-baijmkl/master: Implementation of BAIJMKL matrix type similar to AIJMKL. Supports MKL calls for MatMult (add and transpo
Merge branch 'pr746/irinasok/feature-baijmkl/master'
* pr746/irinasok/feature-baijmkl/master: Implementation of BAIJMKL matrix type similar to AIJMKL. Supports MKL calls for MatMult (add and transposed). In case if used MKL version does not support mkl_sparse_optimize() (MKL 11.2 and earlier) PETSc default kernels are used. Test added on configuration step to check if used version of MKL supports column major layout with zero based indexing. All released versions of MKL do not support such cross case and MatSeqBAIJMKL_create_mkl_handle() converts matrix arrays to one based indexing before passing them to mkl routines.
show more ...
|
| 42742c31 | 12-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/tisaac/random123' |
| b5b72c8a | 11-Sep-2017 |
Irina Sokolova <irina.sokolova@intel.com> |
Added new matrix classes to include files Added define MKL_SUPPORTS_BAIJ_ZERO_BASED to suuport different versions of MKL (older verions support only one based indexing for column major blocks in baij
Added new matrix classes to include files Added define MKL_SUPPORTS_BAIJ_ZERO_BASED to suuport different versions of MKL (older verions support only one based indexing for column major blocks in baij format)
show more ...
|
| 8f3bf2b2 | 08-Sep-2017 |
Toby Isaac <tisaac@cc.gatech.edu> |
Random123: fix configure, copy pkg.conf |
| 37b18e53 | 08-Sep-2017 |
Toby Isaac <tisaac@cc.gatech.edu> |
Random123: added package
The website asks you to consent for the license, but registering your email address is optional, so I did not put a _license warning in. |
| a56b6327 | 08-Sep-2017 |
Elijah DeLee <deleeke@gmail.com> |
Add --boost-headers-only option so user can not build boost library and only install headers |
| 6f3c28df | 07-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
'quad' -> '__float128' |
| 2d4f01c2 | 07-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
parmetis: always build single precision (default) version [we should be able to use single/double parmetis from any of single/double/quad petsc builds]
Thanks-to: Jed Brown <jed@jedbrown.org> |
| b08d264c | 06-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/karlrupp/update-elemental' |
| 89f8f547 | 06-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/fix-with-cuda' |
| 8f99de53 | 06-Sep-2017 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Revert "Merge remote-tracking branch 'origin/balay/fix-with-cuda'""
This reverts commit 3aefdf506021f4cbf7fa49ea363acdb4288d4afb. |
| 91e1def5 | 04-Aug-2017 |
Satish Balay <balay@mcs.anl.gov> |
cuda: don't know how to access CUDAC from compilerOptions.py. Alternate fix is to remove this workaround (its for cuda 4.1 anyway) |