| a2fd9731 | 28-Oct-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Package: scotch should be ptscoth in strumpack.py according to its doc
see https://portal.nersc.gov/project/sparse/strumpack/master/installation.html |
| 7164d89c | 27-Oct-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Package: upgrade strumpack and also enable its GPU support |
| f0c068c3 | 27-Oct-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
H2OPUS: new version distclean removes make.inc |
| b5160ab5 | 27-Oct-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Build: update sycl device flags to match JLSE@ANL hardware |
| 579717a9 | 26-Oct-2022 |
Martin Diehl <mail@martin-diehl.net> |
configure: add HDF5-1.12.2 |
| e3f8113e | 24-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| d3f926d8 | 23-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-03/add-emcc' into 'main'
Get PETSc building and running with emcc
See merge request petsc/petsc!5588 |
| 35916fb5 | 21-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ee9f2e96 | 21-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
libpng: avoid -g3 as it could result in broken build |
| d5948a84 | 21-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/avoid-ftn-line-truncation-with-check' into 'release'
build: also avoid fortran truncation error with 'make check'
See merge request petsc/petsc!5750 |
| 1813dd6a | 19-Oct-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Package: do not check funtions for the C++ library kokkos-kernels
If KokkosKernels_ENABLE_BATCHED is OFF when building KK, the old approach using KokkosBatched::print_compiler_info() won't work.
KK
Package: do not check funtions for the C++ library kokkos-kernels
If KokkosKernels_ENABLE_BATCHED is OFF when building KK, the old approach using KokkosBatched::print_compiler_info() won't work.
KK could be header only
show more ...
|
| c52dd556 | 18-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix isGNU() for Cray compile wrapper cc+gnu |
| 755922eb | 17-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| a8e08d00 | 14-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-missing-elemental-tarball' into 'release'
configure: add Elemental tarball
See merge request petsc/petsc!5743 |
| 64f078cb | 04-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix configure for building PETSc with emcc
Commit-type: portability-fix |
| 2abd85b5 | 13-Oct-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: add Elemental tarball |
| a2a799d5 | 13-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| a907745d | 11-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-10-10/fix-bad-bfort/release' into 'release'
improve error message when configure fails due to bad bfort
See merge request petsc/petsc!5735 |
| cadde5c7 | 10-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
configure: avoid removesuffix() as its a python-3.9+ only feature
Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu> |
| 791163c4 | 10-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
configure: do not pass -fstack-protector compiler option to external packages
Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu> |
| 3699d741 | 10-Oct-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
improve error message when configure fails due to bad bfort
Commit-type: configure Reported-by: "Jose E. Roman" <jroman@dsic.upv.es> /spend 30m |
| 54841b12 | 09-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 56eb276f | 08-Oct-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for toclapack.sh
Fix f2c generation of xerbla to be void not int, since used as void in dgeev.c Remove a variety of lapack routines that cannot work because they depend on F90 routine Slight c
Fixes for toclapack.sh
Fix f2c generation of xerbla to be void not int, since used as void in dgeev.c Remove a variety of lapack routines that cannot work because they depend on F90 routine Slight cleanup of toclapack.sh script
Commit-type: bug-fix, portability-fix, external package /spend 10m
show more ...
|
| f3bbebe5 | 09-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
configure: fix giturl issue with --with-packages-download-dir - where URL has '.git' suffix - but local clone does not
Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu> |
| 9868c90e | 08-Oct-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix expansion of https:// to ftp to ftp:// for mcs domain downloads
Commit-type: bug-fix, configure /spend 5m Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu> |