History log of /petsc/src/mat/impls/aij/mpi/mumps/mumps.c (Results 51 – 75 of 1127)
Revision Date Author Comments
# 721dcea3 25-Feb-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/mumps-overflow' into 'release'

MATSOLVERMUMPS: clearer error message when overflowing

See merge request petsc/petsc!8160


# 917c3dcc 22-Feb-2025 Pierre Jolivet <pierre@joliv.et>

MATSOLVERMUMPS: clearer error message when overflowing


# 76d69608 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1d017dde 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-11-26/improve-man-pages/release' into 'release'

Improve some manual pages in KSP/SNES

See merge request petsc/petsc!8071


# 0b4b7b1c 26-Nov-2024 Barry Smith <bsmith@mcs.anl.gov>

Improve some manual pages in KSP/SNES


# f88fb689 17-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f89f7e9e 14-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-pchpddm-missing-error' into 'release'

PCHPDDM: stop the setup if there is an error during the factorization

See merge request petsc/petsc!7941


# bdcd51b8 13-Oct-2024 Pierre Jolivet <pierre@joliv.et>

PCHPDDM: stop the setup if there is an error during the factorization

Reported-by: Alexander <alexander.lindsay@inl.gov>
Thanks-to: Jose Roman <jroman@dsic.upv.es>


# e4a561a4 07-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# fd0575bf 07-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/fix-compile-warnings' into 'release'

Fix compiler warnings

See merge request petsc/petsc!7923


# ea17275a 05-Oct-2024 Jose E. Roman <jroman@dsic.upv.es>

Fix compiler warnings from NVIDIA nvc 24.7

"src/vec/is/section/interface/section.c", line 1268: warning: pointless comparison of unsigned integer with zero [unsigned_compare_with_zero]
PetscCa

Fix compiler warnings from NVIDIA nvc 24.7

"src/vec/is/section/interface/section.c", line 1268: warning: pointless comparison of unsigned integer with zero [unsigned_compare_with_zero]
PetscCall(PetscMalloc1(last >= 0 ? s->bc->atlasOff[last] + s->bc->atlasDof[last] : 0, &s->bcIndices));
^

"src/mat/impls/aij/mpi/mumps/mumps.c", line 2101: warning: loop is not reachable [loop_not_reachable]
PetscCheck(!schur, PETSC_COMM_SELF, PETSC_ERR_SUP, "Cannot use -%smat_mumps_use_omp_threads with the Schur complement feature", ((PetscObject)F)->prefix ? ((PetscObject)F)->prefix : "");
^

"src/dm/impls/swarm/swarm.c", line 217: warning: variable "flg" was set but never used [set_but_not_used]
PetscBool flg;
^

"src/ts/utils/dmplexlandau/plexland.c", line 1848: warning: loop is not reachable [loop_not_reachable]
PetscCall(PetscFree4(ww, xx, yy, invJ_a));
^

show more ...


# 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


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

Remove unneeded parentheses


# 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


# 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 ...


# bac74541 03-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-30/doc-vecsetinf' into 'main'

Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()

See merge request petsc/petsc!7661


# f480ea8a 03-Jul-2024 Barry Smith <bsmith@mcs.anl.gov>

Refactor VecSetInf() into VecFlag() and deprecate VecSetInf()

Reported-by: Stefano Zampini


# 7a8c93dd 02-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b65512ae 01-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/mumps-zerosize' into 'release'

MATSOLVERMUMPS: do not report error if size is 0

See merge request petsc/petsc!7660


# 72b150d8 30-Jun-2024 Stefano Zampini <stefano.zampini@gmail.com>

MATMUMPS: do not report error if size is 0

MUMPS does not support 0 sized problems, these errors are benign for PETSc since the solver will never be run


# 0c572711 25-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 3aba110f 24-Jun-2024 Satish Balay <balay@mcs.anl.gov>

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

Docs: fix typos and extra characters

See merge request petsc/petsc!7643


# 9afb9c56 23-Jun-2024 Pierre Jolivet <pierre@joliv.et>

Docs: fix typos and extra characters


# 73667fc3 18-Jun-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2024-06-14/feature-improve-mpi-pkg-macros' into 'main'

Improve various MPI packages' macro and try to make them consistent with other packages

See merge request petsc/petsc!76

Merge branch 'jczhang/2024-06-14/feature-improve-mpi-pkg-macros' into 'main'

Improve various MPI packages' macro and try to make them consistent with other packages

See merge request petsc/petsc!7633

show more ...


12345678910>>...46