History log of /petsc/src/snes/tutorials/makefile (Results 1 – 25 of 89)
Revision Date Author Comments
# 47c84c5a 19-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2026-01-29/hypre-umpire-pool-size' into 'main'

Add option -hypre_umpire_device_pool_size <size in MiB>

See merge request petsc/petsc!8984


# 955c50db 29-Jan-2026 Junchao Zhang <jczhang@anl.gov>

HYPRE: add option -hypre_umpire_device_pool_size <size in MiB>

When hypre is configured with Umpire (recommended by hypre), the default Umpire pool size on device is set
to 4 GB per process by hypre

HYPRE: add option -hypre_umpire_device_pool_size <size in MiB>

When hypre is configured with Umpire (recommended by hypre), the default Umpire pool size on device is set
to 4 GB per process by hypre which could lead to out-of-memory when one maps multiple MPI processes to one GPU.

show more ...


# 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


# a3626c83 18-Dec-2025 Satish Balay <balay@mcs.anl.gov>

__fp16: fix 'make check'


# 6ff259d9 24-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-10-09/make-check-verbose' into 'main'

Support make check V=1

See merge request petsc/petsc!8775


# a03c4107 13-Oct-2025 Junchao Zhang <jczhang@anl.gov>

Build: print make check command with V=1


# 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


# 4bf22137 21-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/kokkos-threads' into 'main'

Enable C++11 threads support in KOKKOS

See merge request petsc/petsc!8407


# 17c5bdc1 18-May-2025 Stefano Zampini <stefano.zampini@gmail.com>

KOKKOS: enable C++ threads backend

do not overwrite warning argument from code, use environment variable instead
Add configuration to CI
Use {Min|Max}FirstLoc instead of {Min|Max}Loc see https://git

KOKKOS: enable C++ threads backend

do not overwrite warning argument from code, use environment variable instead
Add configuration to CI
Use {Min|Max}FirstLoc instead of {Min|Max}Loc see https://github.com/kokkos/kokkos/issues/8097

show more ...


# 1d892be3 01-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-cmd-line-precedence' into 'main'

make: add PRELIBS and LIBS options similar to CPPFLAGS, CFLAGS, LDFLAGS

See merge request petsc/petsc!8167


# da4996e5 27-Feb-2025 Satish Balay <balay@mcs.anl.gov>

make: add explicit '% : %.c' target so that LINK.c target is in sync with LINK.F target '% : %.F90'

with multiple source compile into a singe binary:
- fixes Fortran example build: currently broken,

make: add explicit '% : %.c' target so that LINK.c target is in sync with LINK.F target '% : %.F90'

with multiple source compile into a singe binary:
- fixes Fortran example build: currently broken, due to duplicate obj-files in link command
- can now use consitent obj file dependencies irrespective of C-main or Fortran-main sources
- cab avoid duplicate compiles of same sources [esp with SEPARATE_COMPILE_LINK=1]

show more ...


# 9bd633b3 28-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b90f515d 27-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-01-24/fix-ex19-makefile-hip-hypre' into 'release'

Add -dm_mat_type aijhipsparse to options for ex19

See merge request petsc/petsc!8096


# 5beb4b7a 24-Jan-2025 Junchao Zhang <jczhang@mcs.anl.gov>

CI: add -dm_mat_type aijhipsparse to options for ex19


# b1b7ed3d 19-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/make-check-hip' into 'main'

make check: update to run hip test

Closes #1650

See merge request petsc/petsc!7847


# 3e0e9f3f 19-Sep-2024 Satish Balay <balay@mcs.anl.gov>

make check: update to run hip test


# b81ae979 21-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/minor-housekeeping' into 'main'

ksp_tutorials_ex1f: missing PetscCall[A]

See merge request petsc/petsc!7392


# b3b5ef4d 20-Mar-2024 Pierre Jolivet <pierre@joliv.et>

Proper capitalization in make check


# f73d58cd 16-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 46ff520e 16-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-02-14/fix-makefile' into 'release'

Update makefile to build ex55

See merge request petsc/petsc!7296


# 337d88fc 14-Feb-2024 Junchao Zhang <jczhang@mcs.anl.gov>

Update makefile to build ex55
Thanks to Satish Balay <balay@mcs.anl.gov>


# 802a5182 22-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-21/rm-unneeded-mansec' into 'main'

Remove MANSEC from makefiles it is not needed in, tutorials and tests

See merge request petsc/petsc!7137


# 39eaa9ea 22-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove MANSEC from makefiles it is not needed in, tutorials and tests


1234