| #
d40cffd3
|
| 04-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/rm-PETSc.pyi' into 'main'
remove PETSc.pyi, its generated during build, and is available in tarball
See merge request petsc/petsc!8997
|
| #
e8eeb0ae
|
| 03-Feb-2026 |
Satish Balay <balay@mcs.anl.gov> |
CI: add a job to test builddist
|
| #
fd5a8555
|
| 31-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
8d4b0557
|
| 31-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-win11' into 'release'
CI: migrate mswin jobs with Win-11, VS-2026, OneAPI-2025.3.1, MS-MPI-10.1.3
See merge request petsc/petsc!8988
|
| #
89dc456a
|
| 22-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
CI: migrate mswin jobs with Win-11, VS-2026, OneAPI-2025.3.1, MS-MPI-10.1.3
Note: ifort is now removed - but ifx fails with dll build
ex5f.obj : error LNK2019: unresolved external symbol MPIU_ABORT
CI: migrate mswin jobs with Win-11, VS-2026, OneAPI-2025.3.1, MS-MPI-10.1.3
Note: ifort is now removed - but ifx fails with dll build
ex5f.obj : error LNK2019: unresolved external symbol MPIU_ABORT referenced in function MAIN__
show more ...
|
| #
0b3a6bba
|
| 23-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-01-03/use-shellcheck-on-shellscripts' into 'main'
add make shellcheck
See merge request petsc/petsc!8933
|
| #
bcd4bb4a
|
| 03-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add make checkshellcheck and shellcheck to use shellcheck on PETSc scripts
|
| #
cd1bdac5
|
| 13-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/avoid-dup-cuda-sources' into 'main'
CI: avoid duplicate file names with cuda/kokkos sources, add a test to checkbadSource
See merge request petsc/petsc!8950
|
| #
a90d8e38
|
| 08-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
CI: avoid duplicate file names with cuda/kokkos sources, add a test to checkbadSource
cuda+coverage uses 'nvcc --keep-dir=DIR' option - this creates conflicts with 'make -j' where intermediate gener
CI: avoid duplicate file names with cuda/kokkos sources, add a test to checkbadSource
cuda+coverage uses 'nvcc --keep-dir=DIR' option - this creates conflicts with 'make -j' where intermediate generated files in DIR during compilation of one source-file might affect the compile of another source file - with the same name.
CI: linux-cuda-pkgs can now run all tests - so remove the 'vec*' restriction
show more ...
|
| #
77cf3243
|
| 09-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
fccfa4b4
|
| 09-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-01-07/fix-mpich-stream' into 'release'
CI: avoid queryval='kokkos*' - thats creating inconsitent test list, and other fixes
See merge request petsc/petsc!8946
|
| #
2cec7e5d
|
| 08-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
CI: avoid '*' in "query='requires' queryval='kokkos*'" - this creates incorrect list of tests to run
|
| #
c9e3fce0
|
| 21-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-10-27/update-kokkos-5.0' into 'main'
Update to Kokkos-5.0
See merge request petsc/petsc!8815
|
| #
dfef7f55
|
| 05-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
kokkos: update minver to 4.3.00 and test via cuda112-omp
|
| #
c8af8497
|
| 21-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
098f7b70
|
| 21-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-add-kokkos-cuda' into 'release'
CI: add linux-kokkos-cuda with cuda-12.8
See merge request petsc/petsc!8907
|
| #
6dae9492
|
| 21-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
CI: add linux-kokkos-cuda with cuda-12.8
|
| #
e14e8d21
|
| 20-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
51fc735d
|
| 20-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-fp16' into 'release'
__fp16: fix build, and add to CI
See merge request petsc/petsc!8903
|
| #
5307b54a
|
| 18-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
__fp16: add to CI (stage-1)
Use -O1 to suppress:
/home/petsc/builds/JuL9GhZAi/0/petsc/petsc/include/petsc/private/cpp/unordered_map.hpp:1156:55: error: ‘*(const std::pair<long unsigned int, std::ve
__fp16: add to CI (stage-1)
Use -O1 to suppress:
/home/petsc/builds/JuL9GhZAi/0/petsc/petsc/include/petsc/private/cpp/unordered_map.hpp:1156:55: error: ‘*(const std::pair<long unsigned int, std::vector<void*, std::allocator<void*> > >*)<unknown>.std::pair<long unsigned int, std::vector<void*> >::first’ may be used uninitialized [-Werror=maybe-uninitialized]
show more ...
|
| #
e2904c9e
|
| 10-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
16685b2a
|
| 10-Dec-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'thrust' into 'release'
Fix builds against CUDA 13.1
See merge request petsc/petsc!8890
|
| #
29d3d2f8
|
| 10-Dec-2025 |
Nuno Nobre <nuno.nobre@stfc.ac.uk> |
Fix builds against CUDA 13.1
- Fix usage of deprecated thrust:: APIs in CCCL 3.1 - Explicitly include "thrust/copy.h" to fix builds w/ CUDA 13.1 - configure: use SuperLU_DIST 9.2.1 for CUDA 13.1 - C
Fix builds against CUDA 13.1
- Fix usage of deprecated thrust:: APIs in CCCL 3.1 - Explicitly include "thrust/copy.h" to fix builds w/ CUDA 13.1 - configure: use SuperLU_DIST 9.2.1 for CUDA 13.1 - CI: update linux-cuda-latest to test with CUDA 13.1
show more ...
|
| #
d25d7c4e
|
| 12-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d9c4b645
|
| 12-Nov-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-fix-tags' into 'release'
CI: update gitlab tag format
See merge request petsc/petsc!8846
|