Skip to content
Success

Changes

Summary

  1. SYS: fix typos in printf with 64-bit indices (details)
  2. Add env-lint which runs the linter in a Python virtual environment (details)
  3. Fixes to manual page format found by make env-lint (details)
  4. pip-petsc: Update after upstream changes in pyproject_hooks package (details)
  5. Config: When configuring Kokkos-Kernels with nvcc, need to set -ccbin (details)
  6. add missing manual page (details)
  7. Improve detection of manual page usage in example tutorials (details)
  8. Add more details on Vec/MatGetOwnershipRange() and how the values are determined. (details)
Commit 4acaeda948f69f41fe096c60437fac1ae3401d78 by jczhang
SYS: fix typos in printf with 64-bit indices
The file was modified src/sys/objects/device/impls/cupm/cupmdevice.cxx (diff)
The file was modified src/sys/objects/device/impls/sycl/sycldevice.sycl.cxx (diff)
Commit ff57a0454f7fb97e7b39db75cec2917300792b4b by bsmith
Add env-lint which runs the linter in a Python virtual environment
The file was modified lib/petsc/conf/rules_util.mk (diff)
Commit 2507309694b01f78fec25ddd35683bc574a688a9 by bsmith
Fixes to manual page format found by make env-lint
The file was modified src/sys/error/pstack.c (diff)
Commit 1eeab4b41f87ea67e89b6cda108ada6a0f25ab99 by dalcinl
pip-petsc: Update after upstream changes in pyproject_hooks package
The file was modified setup.py (diff)
The file was modified config/install.py (diff)
Commit e54f8d54b5bfeec99224317e11be483b9e5a7019 by jczhang
Config: When configuring Kokkos-Kernels with nvcc, need to set -ccbin

Otherwise, nvcc uses the default gcc on PATH, which might be too old and cause nvcc error out
The file was modified config/BuildSystem/config/packages/kokkos-kernels.py (diff)
Commit ad05f2b7946f5bf71a8139e084a225549c129af6 by bsmith
add missing manual page
The file was modified include/petscsnes.h (diff)
Commit 6f51e5ad703ef0c291fbbcfbc071d6c3cfbf9959 by bsmith
Improve detection of manual page usage in example tutorials

Reported-by: Pierre Jolivet
The file was modified doc/build_man_examples_links.py (diff)
Commit 727bdf9b36d75cc6162125254ebcc4024d565c34 by bsmith
Add more details on Vec/MatGetOwnershipRange() and how the values are determined.

Reported-by: Sayan Bhattacharjee
The file was modified src/mat/impls/aij/mpi/mpiaij.c (diff)
The file was modified src/mat/impls/sbaij/mpi/mpisbaij.c (diff)
The file was modified src/vec/vec/impls/mpi/vmpicr.c (diff)
The file was modified src/mat/impls/baij/mpi/mpibaij.c (diff)
The file was modified doc/manual/vec.rst (diff)
The file was modified doc/manual/mat.rst (diff)
The file was modified src/mat/impls/aij/mpi/aijmkl/mpiaijmkl.c (diff)
The file was modified src/vec/vec/interface/vector.c (diff)
The file was modified src/mat/interface/matrix.c (diff)
The file was modified src/mat/utils/gcreate.c (diff)