| cedbe35e | 23-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
configure: switch back default to -ignoreLinkOutput=1
It was previously changed at https://gitlab.com/petsc/petsc/-/merge_requests/3855
Default of '0' caused grief when using functional compilers t
configure: switch back default to -ignoreLinkOutput=1
It was previously changed at https://gitlab.com/petsc/petsc/-/merge_requests/3855
Default of '0' caused grief when using functional compilers that have verbose messages on terminal requiring frequent addition of new filter strings.
With the addition of "filterAlways" attribute (in the prior commit)- some configure tests can always use the filters as needed, while the regular tests can rely on compiler error codes [and ignore the verbose messages on terminal]
show more ...
|
| 55e3d0db | 20-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
configure: Fix -ignoreLinkOutput=1 mode by adding "filterAlways" attribute, an updating checkFortranLibraries() to always use filtering.
checkFortranLibraries is not really doing a link test - but
configure: Fix -ignoreLinkOutput=1 mode by adding "filterAlways" attribute, an updating checkFortranLibraries() to always use filtering.
checkFortranLibraries is not really doing a link test - but just using filtering of its stdout - so its usage of filterLinkOutput() is non-standard - and should be unaffected by -ignoreLinkOutput=0/1 due to this requirement
show more ...
|
| 236d3b1c | 18-May-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Force MSVC to emit the right __cplusplus macro value |
| c177bb1d | 20-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
configure: minor cleanup of filter code |
| 7cdf2b9a | 22-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
fix earlier buggy suggestion/change in !6483 |
| 231e17b4 | 18-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix the help strings for ignoreCompileOutput and ignoreLinkOutput |
| 1aa3462c | 21-May-2023 |
Lisandro Dalcin <dalcinl@gmail.com> |
Fix p4est configure for MPIs without mpiexec |
| 0f0ac936 | 15-May-2023 |
YANG Zongze <yangzongze@gmail.com> |
Fix configure error of p4est when PATH include space
Use shlex.quote to quote values of environments in command |
| 719eb624 | 20-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/update-superlu' into 'main'
configure: update SuperLU[_DIST]
See merge request petsc/petsc!6486 |
| ffcf8290 | 23-Apr-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: update SuperLU[_DIST] |
| 9017fded | 19-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 96a6dc56 | 18-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Package: fix mpich configure option --with-cuda-sm= |
| 52c275a1 | 18-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/h2opus-dmdakokkos' into 'main'
Add support for KOKKOS in H2OPUS
See merge request petsc/petsc!6408 |
| 0bc67208 | 17-May-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: SLEPc 3.19.1 |
| 44c4e634 | 17-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-06/-slepc4pywithpetsc4py' into 'main'
some --download-slepc additions
See merge request petsc/petsc!6427 |
| d06e8a30 | 11-May-2023 |
Pierre Jolivet <pierre@joliv.et> |
SLEPc: use snapshot with cleaner 'make check' |
| 04a2cc5c | 16-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/turn-on-kokkos-libdl' into 'main'
Turn on Kokkos_ENABLE_LIBDL
See merge request petsc/petsc!6467 |
| 8a85f5a8 | 16-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| cee9ab54 | 12-May-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Configure blis to be compatible with f2cblaslapack in complex arithmetic
Apparently compilers differ in how they handle complex number return types from fortran: some return on the stack (GNU) other
Configure blis to be compatible with f2cblaslapack in complex arithmetic
Apparently compilers differ in how they handle complex number return types from fortran: some return on the stack (GNU) others insert an additional argument (Intel). f2cblaslapack is fortran that has been translated into C using the latter style. But this means that if f2cblaslapack is going to call blis, blis has to make sure its blas compatibility layer matches. If we don't tell blis which format to use, it guesses using the fortran compiler that it knows about, and it might guess wrong. So we add a flag to blis configuration to control the complex return type, and we have f2cblaslapack set the default value of that flag when --download-f2cblaslapack is used.
Without this change, 'mat_tests-ex120_*' tests are broken if blis returns complex numbers on the stack. We haven't detected this yet because we do not have a blis/f2cblaslapack/complex arch in CI.
show more ...
|
| f680c728 | 15-May-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Package: turn on Kokkos_ENABLE_LIBDL
Profiling is useful for us and downstream users and we should turn it on when possible
The Kokkos issue raised at https://github.com/kokkos/kokkos/issues/4824 s
Package: turn on Kokkos_ENABLE_LIBDL
Profiling is useful for us and downstream users and we should turn it on when possible
The Kokkos issue raised at https://github.com/kokkos/kokkos/issues/4824 seems to have been fixed by https://github.com/kokkos/kokkos/pull/5179
This MR effectively reverts !4890
show more ...
|
| 0fe358ee | 14-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 7de69702 | 10-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Update some discussions in the users manual
Also fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack |
| 7bae362d | 11-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure H2OPUS: do not use dlib, only lib |
| 9d86f588 | 04-May-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: add support to check if a package defines a macro
useful for example to test for some macros inside PETSc code without the need to include the relevant headers |
| 78aafc55 | 11-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |