| f519c683 | 19-Mar-2020 |
Fande Kong <fdkong.jd@gmail.com> |
Skip systems libs for conda
We should not hard-link to libs in conda sysroot |
| 26937933 | 18-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 0996a30f | 17-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-checkFortranLibraries/maint' into 'maint'
configure: checkFortranLibraries() make sure C code actually calls a fortran function
See merge request petsc/petsc!2606 |
| c46c0e6f | 17-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/suitesparse-5.7.1' into 'master'
config suitesparse: upgrade from 5.6.0 to 5.7.1
See merge request petsc/petsc!2599 |
| d545763c | 17-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/config-blis' into 'master'
Jed/config blis
Closes #519
See merge request petsc/petsc!2417 |
| 1806079f | 15-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
config: upgrade hdf5-1.12.0 and Exodus master
There appears to be an ordering change with NetCDF upgraded beyond 4.5.0, so we are not upgrading to 4.6.* or 4.7.* at this time. |
| cd2a57b1 | 15-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
config suitesparse: upgrade from 5.6.0 to 5.7.1 |
| 4e4a1d08 | 16-Dec-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add --download-amrex add example that tests PETSc with AMReX
Commit-type: feature, example Funded-by: ECP Project: PETSc-AMReX
Update cmake to 3.15.6 for amrex |
| ae1113ab | 15-Mar-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Update |
| 2c827555 | 14-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
config blis.py: use self.openmp to determine threading
Requested-by: Barry Smith <bsmith@mcs.anl.gov> |
| c760c33e | 14-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
f2cblaslapack: add support for building with BLIS
In this mode, we build only libf2clapack (as before) and libf2cblas contains only the auxiliary symbols needed by libf2clapack, with the real BLAS i
f2cblaslapack: add support for building with BLIS
In this mode, we build only libf2clapack (as before) and libf2cblas contains only the auxiliary symbols needed by libf2clapack, with the real BLAS implementation provided by BLIS.
Add to arch-ci-linux-clang-avx.
Requested-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|
| b1ef6821 | 14-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
config: upgrade CoDiPack to v1.9.1 (2020-01-13) |
| bbe77491 | 14-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
config: CoDiPack and adblaslapack: improve install style/robustness
These packages weren't creating install directories if they don't exist yet, so do that and convert to cleaner withSudo style. |
| 6bcdfa05 | 14-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
config f2cblaslapack: fix typo in string |
| d6abf499 | 14-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
config: add withSudo helper to work with command lists (instead of strings) |
| 05a15546 | 26-Dec-2019 |
Jed Brown <jed@jedbrown.org> |
config blis.py: add support for finding/downloading BLIS
Resolve #519 |
| ae3c9708 | 13-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 7aa4dbe3 | 13-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-xl-runs/maint' into 'maint'
xlf fixes
See merge request petsc/petsc!2595 |
| a0fda147 | 12-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
configure: checkFortranLibraries() make sure C code actually calls a fortran function |
| 6f7e44de | 11-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
xlf fixes - add HAVE_F90_ASSUMED_TYPE_NOT_PTR for xlf - update PetscSFBcastBegin()/PetscSFBcastEnd() fortran interface to use F90_ASSUMED_TYPE_NOT_PTR [ref: src/vec/is/sf/examples/tutorials/ex1f.F90]
xlf fixes - add HAVE_F90_ASSUMED_TYPE_NOT_PTR for xlf - update PetscSFBcastBegin()/PetscSFBcastEnd() fortran interface to use F90_ASSUMED_TYPE_NOT_PTR [ref: src/vec/is/sf/examples/tutorials/ex1f.F90] - fix write format diffs - fix F2003 requirement
show more ...
|
| a6053ece | 07-Mar-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Support selective 64-bit mumps
A standard installation of MUMPS supports selective 64-bit. It uses int64_t for number for nonzeros (i.e., id.nnz, id.nnz_loc), and use int for indices of nonzeros (i.
Support selective 64-bit mumps
A standard installation of MUMPS supports selective 64-bit. It uses int64_t for number for nonzeros (i.e., id.nnz, id.nnz_loc), and use int for indices of nonzeros (i.e., id.irn, id.jcn, id.irn_loc and id.jcn_loc).
Previously, one can only build petsc with 32-bit indices to work with mumps.
This commit updates MUMPS interface to work with 64-bit-indices petsc.
show more ...
|
| c62f2dcb | 10-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
configure: strip -lxlomp_ser from compiler library list as xlc can switch to -lxlomp when -fopenmp option is used
Reported-by: Cameron Smith <smithc11@rpi.edu> |
| 7fe2cf7a | 09-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
python2.4/2.6 updates
Reported-by: Jose E. Roman <jroman@dsic.upv.es> |
| 4f6b84e7 | 07-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 564dba19 | 05-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
hdf5.py: skip --enable-parallel when MPIUNI
Reported-by: Dipankar Dwivedi <ddwivedi@lbl.gov> Thanks-to: Satish Balay <balay@mcs.anl.gov> |