| 458eac8d | 28-Dec-2018 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: use update with KSP_DIVERGED_PCSETUP_FAILED -> KSP_DIVERGED_PC_FAILE |
| f2677804 | 28-Dec-2018 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/check-package-64bitblas (pull request #1291)
Add package flag indicating if external packages support 64bit BLAS/LAPACK |
| c5c01507 | 27-Dec-2018 |
Richard Tran Mills <rmills@rmills.org> |
Need to test for both MKL_DEPRECATED and DEPRECATED, since both are used by different versions of MKL. |
| 3acd07dd | 26-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'rmills/refactor-mkl-sparse-optimize-configure/maint' [PR #1288]
* rmills/refactor-mkl-sparse-optimize-configure/maint: This branch eliminates the separate configure package testing for
Merge branch 'rmills/refactor-mkl-sparse-optimize-configure/maint' [PR #1288]
* rmills/refactor-mkl-sparse-optimize-configure/maint: This branch eliminates the separate configure package testing for mkl_sparse_sp2m(), rolling a test for a usable version of this feature into the mkl_sparse_optimize configure package.
show more ...
|
| 3a0ba7ba | 24-Dec-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Add package flag indicating if external packages support 64bit BLAS/LAPACK
Currently no external packages support 64bit BLAS/LAPACK Reason for Code: A user built PETSc with 64 bit indices, 64 bit BL
Add package flag indicating if external packages support 64bit BLAS/LAPACK
Currently no external packages support 64bit BLAS/LAPACK Reason for Code: A user built PETSc with 64 bit indices, 64 bit BLAS/LAPACK and SuperLU; this failed at run time.
Commit-type: feature
show more ...
|
| 615006b4 | 21-Dec-2018 |
Richard Tran Mills <rmills@rmills.org> |
Fixed typo: MatMultSymbolic --> MatMatMultSymbolic. |
| ff803634 | 21-Dec-2018 |
Richard Tran Mills <rmills@rmills.org> |
Added a clarifying comment about HAVE_MKL_SPARSE_SP2M_FEATURE. |
| 33665b5c | 20-Dec-2018 |
Richard Tran Mills <rmills@rmills.org> |
Added configure test for MKL_SPBLAS_DEPRECATED. |
| cbae888e | 20-Dec-2018 |
Richard Tran Mills <rmills@rmills.org> |
Removed separate mkl_sparse_sp2m package from configure.
|
| 37d1156d | 20-Dec-2018 |
Richard Tran Mills <rmills@rmills.org> |
Added configure test for HAVE_MKL_SPARSE_SP2M_FEATURE. |
| 56feac92 | 18-Dec-2018 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: updat to latest maint snapshot with SNESTEST updates |
| 533bd9f9 | 17-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Update ExodusII commit - Some NetCDF and C++ fixes |
| cc5f3a93 | 14-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/drop-support-hdf5-older-than-1.8.0' [PR #1268]
* haplav/drop-support-hdf5-older-than-1.8.0: Drop support for HDF5 older than 1.8.0. No attempts to take advantage of 1.8.0+ API t
Merge branch 'haplav/drop-support-hdf5-older-than-1.8.0' [PR #1268]
* haplav/drop-support-hdf5-older-than-1.8.0: Drop support for HDF5 older than 1.8.0. No attempts to take advantage of 1.8.0+ API to simplify codes, will be done progressively later See also https://lists.mcs.anl.gov/pipermail/petsc-dev/2018-December/023812.html for discussion.
show more ...
|
| 54c93a05 | 12-Dec-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| aaf6f115 | 12-Dec-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
configure: fix typo endwith -> endswith |
| 51b15fe3 | 11-Dec-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 080e1b01 | 11-Dec-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-superlu_dist_6.1.0/maint' into maint |
| 3f1b0701 | 11-Dec-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/avoid--Llib64/maint' into maint |
| 27a526c5 | 08-Dec-2018 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
BuildSystem: check that HDF5 version >= 1.8.0 |
| 4b5d8a59 | 07-Dec-2018 |
Jed Brown <jed@jedbrown.org> |
config: small fix for Python-3 (--help) |
| aa82bada | 06-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
superlu_dist: update to version 6.1.0
Also use trilinos version ( xsdk-0.2.0 +) patched to work it
tests: update superlu_dist tests to use --with-cxx-dialect=C++11 (and re-enable elemental in a cou
superlu_dist: update to version 6.1.0
Also use trilinos version ( xsdk-0.2.0 +) patched to work it
tests: update superlu_dist tests to use --with-cxx-dialect=C++11 (and re-enable elemental in a couple of tests)
show more ...
|
| 2960cdc8 | 06-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/feature-triangle-64int' [PR #1262]
* knepley/feature-triangle-64int: Fix conversion between Triangle integers and PETSc integers KSP: AGMRES fix for MPI type |
| ad536568 | 05-Dec-2018 |
Satish Balay <balay@mcs.anl.gov> |
pastix: set PREFIX etc variables so that user set env variables don't override this default
Reported-by: bernard ck Wong <bwbernard.wong1@gmail.com> |
| ad74c00c | 05-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'joe/adolc-examples' [PR #1249]
* joe/adolc-examples: This branch uses the automatic differentiation tool ADOL-C to generate Jacobian matrices for some example TS and TS adjoint problem
Merge branch 'joe/adolc-examples' [PR #1249]
* joe/adolc-examples: This branch uses the automatic differentiation tool ADOL-C to generate Jacobian matrices for some example TS and TS adjoint problems. Both assembled Jacobian and matrix-free approaches are considered.
A download and install script is included for ADOL-C, along with one for ColPack, which is used in obtaining colourings for ADOL-C’s sparse mode.
show more ...
|
| 66786302 | 04-Dec-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Now Triangle works with 64-bit |