| dbb9f0d1 | 10-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: fixes when cudaArch attribute is missing |
| 8264e8c6 | 10-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure CUDA: Remove wrongly placed lstdc++
the configure code in this script only supports [ single_list, single_list] |
| 629fb9b1 | 08-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/main-cleanup' into 'main'
Minor housekeeping
See merge request petsc/petsc!6432 |
| 37f84354 | 08-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ec85b602 | 06-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Should do make check on slepc if --download-slepc used
Commit-type: error-checking |
| d41ae00c | 07-May-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wimplicit-function-declaration on MinGW
src/sys/memory/mem.c:93:51: warning: implicit declaration of function 'getpagesize' [-Wimplicit-function-declaration] 93 | *mem = ((PetscLogDouble)r
Fix -Wimplicit-function-declaration on MinGW
src/sys/memory/mem.c:93:51: warning: implicit declaration of function 'getpagesize' [-Wimplicit-function-declaration] 93 | *mem = ((PetscLogDouble)rss) * ((PetscLogDouble)getpagesize()); | ^~~~~~~~~~~
show more ...
|
| 7c815d87 | 07-May-2023 |
Pierre Jolivet <pierre@joliv.et> |
Cleanup generated main() by BuildSystem |
| 3ec5d0d2 | 08-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| a4ec4978 | 06-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc4py should be printed in configure summary information
Commit-type: configure |
| d9afee81 | 06-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
If --with-petsc4py and --download-slepc then automatically turn on slepc4py |
| fd7c9018 | 06-May-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: update SLEPc and HPDDM |
| 7bc44e24 | 04-May-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
Update --download-slepc, needed after !6387 |
| 7b59e9c5 | 05-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 1d40a602 | 03-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Package: update Kokkos and KK to 4.0.01 |
| 8a0a6bf5 | 03-May-2023 |
Junchao Zhang <jczhang@anl.gov> |
Config: add CMake failure log to petsc configure.log |
| ce0ac241 | 03-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
MUMPS: fix breakage on Windows [i.e without -lpthread]
Reported-by: Frederic Vi <fvi@altair.com> |
| 597312bb | 02-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 1b5bff3a | 01-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATHTOOL: update commit without fpe |
| 02e62876 | 30-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| d7b07e97 | 28-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
clang: use -Wno-implicit-function-declaration always [not just xcode]
Fixes --download-scalapack build with clang/linux
Reported-by: Sébastien Gilles <sebastien.gilles@inria.fr> |
| f1c942b3 | 27-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| cc5a890f | 26-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
configure: remove cython check for petsc4py - as cython is also built during petsc4py build process |
| 81cd56f8 | 25-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| eca1e6aa | 25-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-website-redirection' into 'release'
website: fix 'docs' redirect for all manpages
See merge request petsc/petsc!6370 |
| 0ec2f569 | 24-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
configure: improve user message when using --with-packages-download-dir option
$ ./configure --with-packages-download-dir=$HOME/tmp --download-hypre Download the following packages to /home/balay/tm
configure: improve user message when using --with-packages-download-dir option
$ ./configure --with-packages-download-dir=$HOME/tmp --download-hypre Download the following packages to /home/balay/tmp
hypre ['git clone https://github.com/hypre-space/hypre', 'https://github.com/hypre-space/hypre/archive/v2.28.0.tar.gz']
Then run the script again
show more ...
|