- Nov 11, 2024
-
-
Satish Balay authored
pip-petsc: bdist_wheel is now part of setuptools v71 See merge request !8000
-
Lisandro Dalcin authored
The `bdist_wheel` command within the `wheel` package is currently deprecated and scheduled for removal. For the time being, keep our build dependency on `wheel` as stated in `pyproject.toml`. The extra, albeit unneeded, dependency on `wheel` does not harm and allows for running under older EOL Python versions the newer setuptools no longer supports.
-
Satish Balay authored
petsc4py: fix creation of source distribution See merge request !7990
-
- Nov 09, 2024
-
-
https://petsc.org/community/meetings/2025Satish Balay authored
website: add redirect from https://petsc.org/community/meetings/2025 to https://petsc.org/release/community/meetings/2025
-
Satish Balay authored
Add information about student travel support to PETSc 2025 meeting See merge request !7994
-
Satish Balay authored
docs: fix build error See merge request !7995
-
Satish Balay authored
-
- Nov 08, 2024
-
-
Satish Balay authored
-
Satish Balay authored
add rule make getversion to PETSc so users make (or cmake) can check for... See merge request !7977
-
Satish Balay authored
Fix the broken check that AVX512 is available in configure. See merge request !7979
-
Barry Smith authored
-
- Nov 07, 2024
-
-
Stefano Zampini authored
PKG-INFO has an invalid pin on the numpy version used to create the source distribution
-
- Nov 06, 2024
-
-
Satish Balay authored
petsc4py minor See merge request !7987
-
-
Stefano Zampini authored
-
Satish Balay authored
installation: clarify CUDA compatible Nvidia driver on Linux See merge request petsc/petsc!7985
-
Satish Balay authored
-
Satish Balay authored
petsc4py: Add preallocatorPreallocate binding See merge request petsc/petsc!7957
-
- Nov 05, 2024
-
-
-
Satish Balay authored
tests: switch '-V' option (to '-v') in src/ts/events/tests/ex3.c - this conflicts with '-V' option in config/petsc_harness.sh See merge request petsc/petsc!7980
-
Satish Balay authored
Simplify veckok cpu/gpu logging, in addition to adding missing ones See merge request petsc/petsc!7978
-
- Nov 03, 2024
-
-
Barry Smith authored
add rule make getversion to PETSc so users make (or cmake) can check for appropriate versions easily at build time
-
- Nov 02, 2024
-
-
Barry Smith authored
Reported-by: Lemon <nh3242532544@gmail.com>
-
- Nov 01, 2024
-
-
Satish Balay authored
tests: switch '-V' option (to '-v') in src/ts/events/tests/ex3.c - this conflicts with '-V' option in config/petsc_harness.sh This conflict is triggered by 'make test V=0' as used by 'make alltests' Ref: balay@al:~/petsc$ make test search=ts_event_tests-ex3_V Using MAKEFLAGS: -- search=ts_event_tests-ex3_V TEST arch-ci-linux-cmplx-single-arm/tests/counts/ts_event_tests-ex3_V.counts ok ts_event_tests-ex3_V+V-1e2_change5-0 ok diff-ts_event_tests-ex3_V+V-1e2_change5-0 ok ts_event_tests-ex3_V+V-1e2_change5-1 ok diff-ts_event_tests-ex3_V+V-1e2_change5-1 ok ts_event_tests-ex3_V+V-1e5_change5-0 ok diff-ts_event_tests-ex3_V+V-1e5_change5-0 ok ts_event_tests-ex3_V+V-1e5_change5-1 ok diff-ts_event_tests-ex3_V+V-1e5_change5-1 ok ts_event_tests-ex3_V+V-1e8_change5-0 ok diff-ts_event_tests-ex3_V+V-1e8_change5-0 ok ts_event_tests-ex3_V+V-1e8_change5-1 ok diff-ts_event_tests-ex3_V+V-1e8_change5-1 balay@al:~/petsc$ make test search=ts_event_tests-ex3_V V=0 Using MAKEFLAGS: -- V=0 search=ts_event_tests-ex3_V not ok diff-ts_event_tests-ex3_V+V-0_change5-0 * Error code: 1 * 2,12c2,3 * < 0 1. 1.78245e-07 pass * < 0 1.05 4.52791e-08 pass * < 0 2. 1.44922e-07 pass * < 0 3. 1.08548e-07 pass * < 0 4. 4.04742e-07 pass * < 0 5. 2.7984e-06 pass * < 0 6. 2.24499e-07 pass * < 0 7. 1.88794e-07 pass * < 0 8. 2.82053e-07 pass * < 0 9. 5.73366e-07 pass * < 0 9.05 1.11373e-07 pass * --- * > 0 1.05 0.0500001 fail * > 0 9.05 8. fail ...
-
Satish Balay authored
resolve install_name_tool on $PATH See merge request petsc/petsc!7976
-
Junchao Zhang authored
-
- Oct 31, 2024
-
-
Satish Balay authored
Add webpage for 2025 meeting with appropriate links See merge request petsc/petsc!7970
-
-
Satish Balay authored
-
Many other invocations already do this, but there is one hardcoded absolute path left The active SDK may be ahead of /usr/bin on $PATH, and /usr/bin may be an install-requesting proxy, not the actual tool e.g. builds on Azure macOS-13
-
Satish Balay authored
Minor housekeeping See merge request petsc/petsc!7975
-
Pierre Jolivet authored
-
Satish Balay authored
restore version range checks for MPICH, OpenMPI: accept versions [x.y.z, x+1.0.0) as compatible See merge request petsc/petsc!7912
-
- Oct 30, 2024
-
-
Satish Balay authored
kokkos vpbjacobi: Handle MPIAIJ matrices See merge request petsc/petsc!7974
-
James Wright authored
-
This for example, enables conda to update MPICH version from say mpich-4.0.1 to mpich-4.2.0 without having to rebuild PETSc This should restore the version checks added in !5260 which were lost in !7633.
-
- Oct 29, 2024
-
-
Satish Balay authored
Fix a typo See merge request petsc/petsc!7973
-
Junchao Zhang authored
-
- Oct 28, 2024
-
-
Satish Balay authored
-
- Oct 27, 2024
-
-
Satish Balay authored
Unify the name for petsc annual user meetings (PAUM) See merge request !7969
-