History log of /petsc/src/mat/impls/aij/mpi/mpiov.c (Results 1 – 25 of 655)
Revision Date Author Comments
# 2235c4e2 23-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/bt-byte' into 'main'

Implement PetscBT with new PetscByte datatype as unsigned char

See merge request petsc/petsc!9046


# 73bc78fd 17-Feb-2026 Lisandro Dalcin <dalcinl@gmail.com>

Implement PetscBT with new PetscByte datatype as unsigned char


# 834855d6 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-21' into 'main'

clang-format-21

See merge request petsc/petsc!8202


# 3a7d0413 12-May-2025 Pierre Jolivet <pierre@joliv.et>

One-liners from petsc/petsc!5344 and petsc/petsc!5557

Slightly reworked regular expression

git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do
cat

One-liners from petsc/petsc!5344 and petsc/petsc!5557

Slightly reworked regular expression

git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do
cat $file | tr '\n' '\r' | sed -E 's/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g' | tr '\r' '\n' > ${file}.joe; mv ${file}.joe ${file}
done

show more ...


# 117456d7 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# ab5046e2 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

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

MatSetSeqMats_MPIAIJ: switch from row to column indices for shifting

See merge request petsc/petsc!8659


# 070134c4 26-Aug-2025 Pierre Jolivet <pierre@joliv.et>

MatSetSeqMats_MPIAIJ: switch from row to column indices for shifting

Reported-by: Alexis Salzman <alexis.salzman@ec-nantes.fr>


# 89a8e22d 16-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a641e28e 14-Mar-2025 Satish Balay <balay@mcs.anl.gov>

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

MatIncreaseOverlap_MPIAIJ_Once: no need for overallocation

See merge request petsc/petsc!8194


# fa7fd462 13-Mar-2025 Pierre Jolivet <pierre@joliv.et>

MatIncreaseOverlap_MPIAIJ_Once: no need for overallocation


# d0e6bf2a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-19' into 'main'

clang-format-19

See merge request petsc/petsc!7644


# 0d5ef98a 18-Sep-2024 Satish Balay <balay@mcs.anl.gov>

CI: update checkclangformat to use clang-format-19.1.0


# 57508ece 17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


# 383426fb 20-Sep-2024 Satish Balay <balay@mcs.anl.gov>

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

Minor fixes

See merge request petsc/petsc!7842


# a3f1d042 18-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Minor fixes

See also: https://gitlab.com/slepc/slepc/-/merge_requests/692


# 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


# 6a210b70 10-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Add support to MPIU_Allreduce to prevent int overflow with a single integer argument


# 6497c311 25-Aug-2024 Barry Smith <bsmith@mcs.anl.gov>

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in th

Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']

Also fix the code to repository to compile cleanly with these flags in the CI

show more ...


# 8a9a218a 20-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stephan-koehler/improve-MatCreateSubMatrix_MPIAIJ_All' into 'main'

Use MPI_Allreduce in MatCreateSubMatrix_MPIAIJ_All

See merge request petsc/petsc!7356


# 66a1be37 20-Mar-2024 Stephan Köhler <stephan.koehler@math.tu-freiberg.de>

Use MPI_Allreduce in MatCreateSubMatrix_MPIAIJ_All


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# fbccb6d4 18-Nov-2023 Pierre Jolivet <pierre@joliv.et>

CI: update to clang-format-18


# f4f49eea 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g'
git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g'
git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'

show more ...


# 19e676f2 07-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/update-other-packages' into 'main'

configure: update OpenMPI and CMake

See merge request petsc/petsc!7267


12345678910>>...27