History log of /petsc/gmakefile.test (Results 1 – 25 of 370)
Revision Date Author Comments
# daba9d70 19-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2026-02-16/change-cpp-to-cxx' into 'main'

Change *.cpp to *.cxx

See merge request petsc/petsc!9043


# d52a580b 19-Feb-2026 Junchao Zhang <jczhang@mcs.anl.gov>

Change *.cpp to *.cxx


# ede9db93 19-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 7529a66a 10-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2026-02-04/fix-cuda-memcheck-url' into 'release'

Replace the deprecated and now removed cuda-memcheck

See merge request petsc/petsc!9000


# 74df5e01 04-Feb-2026 Junchao Zhang <jczhang@anl.gov>

CUDA: replace cuda-memcheck with compute-sanitizer

cuda-memcheck was deprecated in favor of compute-sanitizer starting with cuda-11.5, and was removed from cuda-12.0


# 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


# 1199fdcb 20-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Style guide for makefiles


# bcd4bb4a 03-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Add make checkshellcheck and shellcheck to use shellcheck on PETSc scripts


# 749c190b 25-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-04/fix-use-mpi-f08' into 'main'

Replace -with-mpi-f90module-visibility with -with-mpi-ftn-module=mpi_f08

See merge request petsc/petsc!8885


# 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


# 257f855a 16-Dec-2025 Junchao Zhang <jczhang@mcs.anl.gov>

Kokkos: update to v5.0.0

CI: remove kokkos from linux-cuda-pkgs (in favor of linux-kokkos-cuda) as v5 breaks with many external pkgs,
CI: continue to use kokkos v4.7.01 for hip builds - as they curr

Kokkos: update to v5.0.0

CI: remove kokkos from linux-cuda-pkgs (in favor of linux-kokkos-cuda) as v5 breaks with many external pkgs,
CI: continue to use kokkos v4.7.01 for hip builds - as they currently use rocm-5.4.3

Co-authored-by: Satish Balay <balay@mcs.anl.gov>

show more ...


# f5f4e933 08-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

fprettify does not need to trigger generating all the CI test scripts

which take forever

Why can't this line be an opt in instead of an opt out, then we won't need to keep on adding new rules to th

fprettify does not need to trigger generating all the CI test scripts

which take forever

Why can't this line be an opt in instead of an opt out, then we won't need to keep on adding new rules to the list of opt out?

show more ...


# 5e642da6 21-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/checkbadSource' into 'main'

checkbadSource: enforce proper style in makefiles

See merge request petsc/petsc!8802


# 3f02e49b 21-Oct-2025 Pierre Jolivet <pierre@joliv.et>

checkbadSource: enforce proper style in makefiles


# 2061aaf1 17-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/test-run-opts' into 'main'

Test: Added EXTRA_OPTIONS_INITiAL to allow overridding of test options

See merge request petsc/petsc!8643


# c1139c55 17-Aug-2025 Matthew Knepley <knepley@gmail.com>

Test: Added EXTRA_OPTIONS_INITIAL to allow overridding of test options
- EXTRA_OPTIONS returns to its initial meaning


# 97aba221 31-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-25/change-makealletags-to-makeetags' into 'main'

Change make alletags to make etags since it always makes all of them

See merge request petsc/petsc!8593


# 343dd72a 31-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Change make alletags to make etags since it always makes all of them


# e8e26386 31-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-25/docs-improve-make-help-test' into 'main'

Fix make help-test to show that PRINTONLY compiles the examples but does not run them

See merge request petsc/petsc!8595


# dbd7ba57 31-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix make help-test to show that PRINTONLY compiles the examples but does not run them


# 5f5eafce 23-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1b3d8219 21-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-setup-petsc4py' into 'release'

[mpi,petsc]4py: do not let setup.py add extra flags with Intel compilers

See merge request petsc/petsc!8333


# e8a0dc00 19-Apr-2025 Pierre Jolivet <pierre@joliv.et>

No need to generate tests when building external libraries


# c12c1262 10-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rmills/feature-ml-petscregressor' into 'main'

Add basic PetscRegressor component with support for a few linear regressors

See merge request petsc/petsc!7709


# 34b254c5 09-Apr-2025 Richard Tran Mills <rmills@rmills.org>

Add initial version PetscRegressor, part of the planned machine learning (ML) toolkit

Co-authored-by: Mr. Hong Zhang <hongzhang@anl.gov>
Co-authored-by: Hansol Suh <hsuh@anl.gov>
Co-authored-by: Bar

Add initial version PetscRegressor, part of the planned machine learning (ML) toolkit

Co-authored-by: Mr. Hong Zhang <hongzhang@anl.gov>
Co-authored-by: Hansol Suh <hsuh@anl.gov>
Co-authored-by: Barry Smith <bsmith@petsc.dev>
Co-authored-by: Toby Isaac <toby.isaac@gmail.com>
Co-authored-by: Satish Balay <balay@mcs.anl.gov>

Mr. Hong Zhang developed the petsc4py interface and examples.
Hansol Suh provided extensive help with updating the code to the latest PETSc coding guidelines and APIs, some documentation development, getting documentation to build correctly, getting new tests into the test harness, and numerous big fixes plus minor changes.
Barry Smith provided extensive feedback and code to get the Fortran interfaces and documentation build working.
Toby Isaac provided a fix to prevent breakage with complex-arithmetic builds.
Satish Balay provided important help with fixing builds.

Thanks-to: Pierre Jolivet <pierre@joliv.et>
Thanks-to: Jed Brown <jed@jedbrown.org>
Thanks-to: Jose Roman <jroman@dsic.upv.es>
Thanks-to: Stefano Zampini <stefano.zampini@gmail.com>

Pierre, Jed, Jose, and Stefano provided extremely helpful feedback and suggestions during the merge review process.

show more ...


12345678910>>...15