| da2250f1 | 28-Sep-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: set cuda's host compiler as petsc's CXX |
| 775c4e6b | 28-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/make-cuda-c++' into 'main'
Make cuda a C++ library per petsc's use
See merge request petsc/petsc!4354 |
| 0f90cc5a | 28-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/reuse-c-fortran-petscinitialize' into 'main'
Reuse PetscInitialize code between C and Fortran
See merge request petsc/petsc!4364 |
| b84ac304 | 27-Sep-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Kokkos: add a config option to disable warnings in Kokkos initialization |
| bec4fe95 | 28-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-h2opus' into 'main'
Stefanozampini/fix h2opus
See merge request petsc/petsc!4368 |
| 34455b92 | 28-Sep-2021 |
Jed Brown <jed@jedbrown.org> |
config tchem: remove stale use of withSudo (!4179) |
| c65b1246 | 27-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| bd438bd6 | 19-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
config tchem: fix configure and install
This previously tried to add a list to a string and was not sudo-aware for installation. Now we do the globbing in Python and always use lists instead of stri
config tchem: fix configure and install
This previously tried to add a list to a string and was not sudo-aware for installation. Now we do the globbing in Python and always use lists instead of string concatenation.
Reported-by: David Salac <davidsal@buffalo.edu>
show more ...
|
| 2a994da6 | 27-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
H2OPUS: update branch |
| 53022aff | 22-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update H2 package |
| 323d8ec6 | 26-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure: If using MPIUNI np is 1 |
| a80e776c | 23-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure: look for libcuda if present |
| b0cb6d56 | 22-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure hypre: use essl attribute |
| 57a98b4a | 23-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: remove cheaders from blas/lapack |
| 0dac742e | 22-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: silent unknown pragmas for intel |
| 2c23348e | 22-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: detect NVIDIA compilers |
| 7a980c04 | 23-Sep-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Package: make cuda a C++ library per petsc's use
Petsc has *.cu files, which do require a C++ host compiler |
| cffcda3e | 02-Sep-2021 |
Pierre Jolivet <pierre@joliv.et> |
PCHPDDM: algebraic coarse operator |
| 628e502a | 23-Sep-2021 |
Pierre Jolivet <pierre@joliv.et> |
configure: update parmmg.py |
| 56021531 | 23-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/hip-config' into 'main'
HIP: add version check and automatic detection of target
See merge request petsc/petsc!4318 |
| 3bdc3ccd | 14-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
HIP/CUDA: add version check, automatic detection of target, and renaming
change --with-cuda-gencodearch to --with-cuda-arch; add --with-hip-arch; remove --with-kokkos-hip-arch |
| e24966d9 | 21-Sep-2021 |
Pierre Jolivet <pierre@joliv.et> |
configure: update hpddm.py |
| 3b9338fa | 21-Sep-2021 |
Pierre Jolivet <pierre@joliv.et> |
MatHtool: update htool.py and new compressor |
| 21e6d802 | 21-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/configure-remove-sudo' into 'main'
configure: remove usage of sudo with external-packages
See merge request petsc/petsc!4333 |
| 4473bf2d | 20-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
configure: print appropriate error message when installing an external-package in read-only prefix location use 'PrefixWriteCheck' in petsc4py to prevent this check [as its not really an external-pa
configure: print appropriate error message when installing an external-package in read-only prefix location use 'PrefixWriteCheck' in petsc4py to prevent this check [as its not really an external-package]
show more ...
|