| b769fe62 | 15-Jun-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Detect cxx17 from configure, as well as various CMake and pacakage cxx configuration cleanup. Each package now optionally defines a minimum and maximum cxx version, which configure checks for sanity
Detect cxx17 from configure, as well as various CMake and pacakage cxx configuration cleanup. Each package now optionally defines a minimum and maximum cxx version, which configure checks for sanity before starting. The upper bound of these limits are used for all packages and petsc source.
show more ...
|
| dc0f114d | 27-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
configure: disable saveLog() and restoreLog() by default - enable with --debugLevel=4 |
| a97d815f | 17-Jul-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: add isCrayPEWrapper() to help correctly detect MPI include dir and libs |
| 36d50b53 | 15-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
configure: update SLEPc/SCOTCH/SuiteSparse |
| 9d82f6be | 15-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| dde57c94 | 14-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mmcgurn-release-patch-84526' into 'release'
Change join in tchem configure args to use a space instead of a new line. ...
See merge request petsc/petsc!4153 |
| 9b671425 | 14-Jul-2021 |
Matt McGurn <matt@mcgurn.dev> |
Change join in tchem configure args to use a space instead of a new line. ... |
| 49a004c0 | 14-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-hip-kokkos-typo' into 'release'
Config: fix a typo in Kokkos+HIP config
See merge request petsc/petsc!4163 |
| e08a4e05 | 14-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-kokkos-includes' into 'main'
Config: add a workaround to skip checking includes for Kokkos
See merge request petsc/petsc!4150 |
| 11bdfc5d | 11-Jul-2021 |
Junchao Zhang <jczhang@anl.gov> |
Config: fix a typo in Kokkos+HIP config
Reported-by: Jacob Faibussowitsch <jacob.fai@gmail.com> |
| be2277af | 10-Jul-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: pass '-g -lineinfo' to nvcc when --with-debugging, to debug both host code and device code |
| b37d7f13 | 08-Jul-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
configure: upgrade to MAGMA 2.6.0 and fix --with-magma-dir=...
Fixes issue #939 |
| 8e41d312 | 01-Jul-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: add a workaround to skip checking includes for Kokkos |
| cc4f23bc | 17-Dec-2020 |
Hong Zhang <hongzhang@anl.gov> |
Add interface to libcams
- CAMS also work for stiffly-accurate methods. The last stage points to the solution vector ts->vec_sol. This feature is leveraged in CAMS checkpointing to reduce the memory
Add interface to libcams
- CAMS also work for stiffly-accurate methods. The last stage points to the solution vector ts->vec_sol. This feature is leveraged in CAMS checkpointing to reduce the memory cost.
- Add option -ts_trajectory_max_units_ram - Added -ts_trajectory_max_units_ram and -ts_trajectory_max_units_disk to specify the number of available checkpointing units. - Conceptualy a checkpoint may contain multiple checkpointing units (solution and stage values) of the same size. - Users should use either max_units or max_cps, but not both at the same time.
Commit-type: feature /spend 20h
show more ...
|
| d68ad03a | 13-Jun-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Do not print "You have set --with-blaslapack-dir ..." when the user did not
Commit-type: configure \spend 5m Reported-by: cleaf <caoye05@qq.com> |
| 814a224d | 04-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| f07f2db9 | 04-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-24/fix-mpich-openmpi-check/release' into 'release'
Fix symbol to check for MPICH
See merge request petsc/petsc!4128 |
| b5065adb | 04-Jul-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix symbol to check for MPICH |
| daaf4eac | 04-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/openmpi-git' into 'main'
openmpi: support install from git repo
See merge request petsc/petsc!4136 |
| c4c41b77 | 04-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-26/check-superlu-dist-int-size/release' into 'release'
Check that SuperLU_DIST integer size matches PETSc indices size
See merge request petsc/petsc!4135 |
| 3df9293f | 29-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| b0488d22 | 13-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: add lineinfo for NVCC if requested |
| a16ffcf4 | 11-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: search for lib/lib64 when passing --with-blaslapack-dir |
| 1981a01a | 28-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
openmpi: support install from git repo
./configure --download-openmpi=https://github.com/open-mpi/ompi.git --download-openmpi-commit=HEAD
./configure --download-openmpi=https://github.com/open-mpi/
openmpi: support install from git repo
./configure --download-openmpi=https://github.com/open-mpi/ompi.git --download-openmpi-commit=HEAD
./configure --download-openmpi=https://github.com/open-mpi/ompi/archive/refs/tags/v4.0.6.tar.gz
show more ...
|
| 1148afce | 15-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
ESSL: upgrade to 5.2 and above
As of ESSL 5.2, interfaces to functions like ?geev now match that of standard LAPACK, where they previously had a different calling convention.
Co-authored-by: Jed Br
ESSL: upgrade to 5.2 and above
As of ESSL 5.2, interfaces to functions like ?geev now match that of standard LAPACK, where they previously had a different calling convention.
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|