History log of /petsc/lib/petsc/conf/test (Results 1 – 25 of 280)
Revision Date Author Comments
# 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


# e6bb321c 26-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'

simplify/cleanup makefile system

See merge request petsc/petsc!6201


# 60bb51bd 18-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove need for seperate lib/petsc/conf/test file by merging with rules file

Commit-type: maintainability


# 9acb745a 22-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/tune-sycl-linker-flags' into 'main'

Config: separate SYCLC_LINKER_FLAGS

See merge request petsc/petsc!6047


# eacb1f64 09-Feb-2023 Junchao Zhang <jczhang@anl.gov>

Config: separate SYCLC_LINKER_FLAGS

Driven by the need of moving -Xsycl-target-backend to link time to avoid icpx warnings


# bf0e3ef8 09-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-07/fix-make-help' into 'main'

Fix make help for the root directory in PETSc and example directories

See merge request petsc/petsc!6031


# 40a841f6 09-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix make help for the root directory in PETSc and example directories

It is embarrassing we never had this right (or even half-right)

Commit-type: documentation
/spend 45m


# 37d05b02 06-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b877537e 05-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'release'

Fix Typos

See merge request petsc/petsc!6024


# da81f932 05-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Fix Typos


# 3975fd5c 09-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/remove-fvisibility-hidden' into 'main'

Remove -fvisibility=hidden from Kokkos compiler options

See merge request petsc/petsc!5810


# 55bc12c6 07-Nov-2022 Junchao Zhang <jczhang@mcs.anl.gov>

makefile: filter out -fvisibility=hidden from Kokkos compiler options


# d3f926d8 23-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-09-03/add-emcc' into 'main'

Get PETSc building and running with emcc

See merge request petsc/petsc!5588


# accbd18b 09-Oct-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix source code for emcc

Commit-type: portability
/spend 1h


# f1eebcfe 09-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-cudacxx-flags' into 'main'

Fix CUDACXX_FLAGS

See merge request petsc/petsc!5590


# f09347e2 06-Sep-2022 Junchao Zhang <jczhang@mcs.anl.gov>

cuda: remove the non-standard and really unused CUFLAGS


# 315b5d79 09-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-05-02/add-openmp-inplaces' into 'main'

Fix passing of linker, compiler and preprocessor flags from BuildSystem to the makefiles

See merge request petsc/petsc!5199


# a3fece2c 03-May-2022 Barry Smith <bsmith@petsc.dev>

CLINKER, FLINKER, and CXXLINKER variables already provided the compile and link flags so they should not also be be passed when linking

This removes the use of duplicate compile flags when compiling

CLINKER, FLINKER, and CXXLINKER variables already provided the compile and link flags so they should not also be be passed when linking

This removes the use of duplicate compile flags when compiling and linking PETSc examples in one step. Cleans up build lines produced by make

Note that the OpenMP flag will still be listed twice for direct links because it is contained in both the preprocessor and link flags
and both of these must be passed to the all at once linker. There does not seem to be any simple way to fix this properly.

/spend 45m

show more ...


# 1d267255 09-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-swarm-test-rewrite' into 'main'

Swarm: Rewrite of tests ex4 and ex5

See merge request petsc/petsc!5078


# 1c6715b8 06-Apr-2022 Matthew G. Knepley <knepley@gmail.com>

Config: Add a test for symbol export from an executable
- obviously this can be improved
- Also needed a more robust naming check in Plex ex5


# 58870ab4 18-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-add-micro-benchmarks' into 'main'

Add some GPU microbenchmarks and also support *.hip.cpp tests

See merge request petsc/petsc!4954


# 1a5aed34 10-Mar-2022 Junchao Zhang <jczhang@mcs.anl.gov>

Make: support *.hip.cpp tests


# ac50153c 18-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-01-27/doc-cco-finite-elements' into 'main'

Cook up trivial demo of use of MatSetPreallocationCOO() with finite elements

See merge request petsc/petsc!4773


# 735d7f90 27-Jan-2022 Barry Smith <bsmith@mcs.anl.gov>

Cook up trivial demo of use of MatSetPreallocationCOO() with finite elements

Clarify MatSetPreallocationCOO() usage in manual page

Kokkos part of example provided by Jed Brown

Commit-type: docs, e

Cook up trivial demo of use of MatSetPreallocationCOO() with finite elements

Clarify MatSetPreallocationCOO() usage in manual page

Kokkos part of example provided by Jed Brown

Commit-type: docs, example
/spend 3h
Reported-by: Fande Kong <fdkong.jd@gmail.com>
Thanks-to: Jed Brown <jed@jedbrown.org>
Thanks-to: Junchao Zhang <jczhang@mcs.anl.gov>

show more ...


12345678910>>...12