History log of /petsc/src/sys/tests/ex78.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 2b75dd21 16-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 91b6c4d1 16-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/egrep-obsolescent' into 'release'

Replace egrep with grep -E

See merge request petsc/petsc!8320


# 444bb3e7 15-Apr-2025 Jed Brown <jed@jedbrown.org>

Replace egrep with grep -E

On recent systems, egrep will print this on stderr:

egrep: warning: egrep is obsolescent; using grep -E

This has been fixed before (petsc/petsc!5674), but crept back in.


# 732aec7a 22-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/remove-cast' into 'main'

Use NULL or nullptr instead of casted 0

See merge request petsc/petsc!7857


# c8025a54 21-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Use NULL or nullptr instead of casted 0


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 462c564d 14-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()

Introduce MPIU_Count to be used when MPI_Count is not available