History log of /petsc/src/mat/tests/ex237.c (Results 1 – 25 of 56)
Revision Date Author Comments
# 71383f75 17-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-matproduct_atb-seqbaij' into 'main'

MatSeqBAIJ: add MatProduct_AtB implementation (B of type MatSeqDense)

See merge request petsc/petsc!8848


# 1766d9c3 13-Nov-2025 Pierre Jolivet <pierre@joliv.et>

MatSeqBAIJ: add MatProduct_AtB implementation (B of type MatSeqDense)


# 609caa7c 19-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-explicit-empty-output_file' into 'main'

Remove 535 empty .out and consolidate the use of output/empty.out

See merge request petsc/petsc!8538


# 3886731f 09-Jul-2025 Pierre Jolivet <pierre@joliv.et>

Remove explicitly listed empty files and switch to output/empty.out


# 6c37f76f 27-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-log-handler' into 'main'

Deglobalize logging into PetscLogHandler and PetscLogState

See merge request petsc/petsc!6709


# 2611ad71 14-Jul-2023 Toby Isaac <toby.isaac@gmail.com>

Profiling: Improve !defined(PETSC_USE_LOG) #defines

- If we cast macro arguments to void, we can avoid unused errors that have
forced lots of conditionally included code like this:

```c
#if def

Profiling: Improve !defined(PETSC_USE_LOG) #defines

- If we cast macro arguments to void, we can avoid unused errors that have
forced lots of conditionally included code like this:

```c
#if defined(PETSC_USE_LOG)
PetscLogEvent event;
#endif
```

- Having global counters like petsc_TotalFlops externed event
if !PetscDefined(USE_LOG) helps to remove a lot of needless
`#ifdef`s around code that can instead be placed in
`if (PetscDefined(USE_LOG)) {}` blocks.

show more ...


# 3f8ef5f4 02-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-migrate-2' into 'main'

CI: migrate to Ubuntu-22.04 (part-2):

See merge request petsc/petsc!6124


# 7864358a 27-Feb-2023 Satish Balay <balay@mcs.anl.gov>

CI: migrate to Ubuntu-22.04 (part-2):

- linux-sycl-double
- linux-cxx-cmplx-pkgs-64idx-gcov
- arch-ci-linux-pkgs-gcov
- arch-ci-linux-matlab-ilp64-gcov: Fix warnings of type: /scratch/svcpetsc/petsc

CI: migrate to Ubuntu-22.04 (part-2):

- linux-sycl-double
- linux-cxx-cmplx-pkgs-64idx-gcov
- arch-ci-linux-pkgs-gcov
- arch-ci-linux-matlab-ilp64-gcov: Fix warnings of type: /scratch/svcpetsc/petsc.y/src/sys/utils/str.c:612:10: error: 'epar' may be used uninitialized in this function [-Werror=maybe-uninitialized]
src/mat/tests/ex237.c
src/sys/dll/dl.c
src/sys/fileio/rpath.c
src/sys/utils/str.c
- arch-ci-linux-pgi
- arch-ci-linux-nagfor: migrate to u20 [as u22 gives build errors with MPICH?]
- arch-ci-linux-intel-cmplx: workaround build failures of chaco, scalapack, hypre, bamg
- arch-ci-linux-intel: Fix: /scratch/svcpetsc/petsc.x/src/ts/tests/ex30.c:404:13: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result]
src/ts/tests/ex30.c
- linux-gcc-ifc-cmplx
- gce-nfs-short -> gce-u22-short

show more ...


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# 38f67375 27-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners

See merge request petsc/petsc!5557


# 48a46eb9 27-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 5cab5458 26-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-07-23/add-petscbeginuser' into 'main'

Add PetscFunctionBeginUser to all PETSc C/C++ examples

See merge request petsc/petsc!5470


# 327415f7 23-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Add PetscFunctionBeginUser to all PETSc C/C++ examples

Now the stack frames will contain the main program and the correct line numbers in them

git ls-files | egrep "(tutorials|tests)" | xargs sed -

Add PetscFunctionBeginUser to all PETSc C/C++ examples

Now the stack frames will contain the main program and the correct line numbers in them

git ls-files | egrep "(tutorials|tests)" | xargs sed -i "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n \1?g"

Commit-type: error-checking, testing-fix
/spend 15m

show more ...


# bda77271 20-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-24/linenumbers-petscstack' into 'main'

Fixes/improvements for PETSc stack handling

See merge request petsc/petsc!5368


# 792fecdf 25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Cleanup and unify naming of PetscCall routines

Commit-type: housekeeping
/spend 10m


# ef1023bd 25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)

Information was often wrong; incorrect filenames and line numbers removed

Also unified naming

Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)

Information was often wrong; incorrect filenames and line numbers removed

Also unified naming for callback function stack frames

Commit-type: error-checking, debugability
/spend 2h

show more ...


# b33f4bec 05-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-less-checkfalse' into 'main'

Dividing by four the number of PetscCheckFalse()

See merge request petsc/petsc!5072


# 08401ef6 04-Apr-2022 Pierre Jolivet <pierre@joliv.et>

Remove some PetscCheckFalse()


# 1dc0254a 26-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-03-22/rm-petsccheckfalse-mpi-size' into 'main'

Remove use of PetscCheckFalse() on a subset of examples

See merge request petsc/petsc!5006


# e00437b9 22-Mar-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove some PetscCheckFalse() from examples in several packages vec, mat, ksp, sys, snes

Commit-type: error-checking, housekeeping
/spend 45m


# be096a46 22-Mar-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove all use of PetscCheckFalse() for MPI size on a subset of examples

Commit-type: error-checking, housekeeping
/spend 35m


# f882803c 26-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'

Variadic CHKERRQ()

See merge request petsc/petsc!4889


123