History log of /petsc/src/ksp/pc/impls/ml/ml.c (Results 26 – 50 of 492)
Revision Date Author Comments
# b5ab7443 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-enable-arm' into 'release'

CI: enable ARM linux, mac builds

See merge request petsc/petsc!6956


# 57ccd2a6 24-Oct-2023 Satish Balay <balay@mcs.anl.gov>

CI: migrate osx-cxx-pkgs-opt to ARM

Add in Barry's configure pkgs in this job:
--download-amrex --download-cmake --download-ctetgen --download-exodusii --download-hdf5 --download-hypre --download-ks

CI: migrate osx-cxx-pkgs-opt to ARM

Add in Barry's configure pkgs in this job:
--download-amrex --download-cmake --download-ctetgen --download-exodusii --download-hdf5 --download-hypre --download-ks --download-metis --download-ml --download-mumps --download-netcdf --download-parmetis --download-pnetcdf --download-scalapack --download-suitesparse --download-triangle --download-zlib

However mumps gives 'make check' error - so disable for now:

> [0]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range
Possible problem with ex19 running with mumps, diffs above

And fix compiler errors with Cxx/ML

CXX arch-ci-osx-cxx-pkgs-opt/obj/src/ksp/pc/impls/ml/ml.o
/Users/petsc/petsc/src/ksp/pc/impls/ml/ml.c:696:67: error: assigning to 'PetscErrorCode' from incompatible type 'int'
PetscStackCallExternalVoid("ML_Aggregate_Create", PetscCall(ML_Aggregate_Set_NullSpace(agg_object, bs, nvec + !!has_const, nullvec, mlocal)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/petsc/petsc/include/petscerror.h:460:28: note: expanded from macro 'PetscCall'
ierr_petsc_call_q_ = __VA_ARGS__; \
^~~~~~~~~~~
/Users/petsc/petsc/include/petscerror.h:1738:7: note: expanded from macro 'PetscStackCallExternalVoid'
__VA_ARGS__; \
^~~~~~~~~~~

Update alt output files needed for M2

Co-authored-by: Barry Smith <bsmith@petsc.dev>

show more ...


# e8e8640d 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/rm-first-empty-line' into 'main'

Remove first and last empty lines

See merge request petsc/petsc!6892


# 92bec4ee 26-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Remove first and last empty lines


# 9c5460f9 17-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'

Linter detect possible static functions

See merge request petsc/petsc!6796


# 66976f2f 14-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add static to internal functions


# 599e5203 03-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-18/manual-linter-fixes-ksp' into 'main'

Manual fixes needed for linter for the KSP directory

See merge request petsc/petsc!6735


# 04c3f3b8 19-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Manual fixes needed for linter for the KSP directory


# 30cef6a6 13-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'fixbug-doc-pc_mg_cycles' into 'main'

Correct `-pc_mg_cycles` in doc to `-pc_mg_cycle_type`.

See merge request petsc/petsc!6051


# a9f5add0 10-Feb-2023 YANG Zongze <yangzongze@gmail.com>

Change `-pc_mg_cycles` in doc to `-pc_mg_cycle_type`.


# 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


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 1ea65430 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a41402af 04-Jan-2023 Satish Balay <balay@mcs.anl.gov>

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

Winter cleaning

See merge request petsc/petsc!5948


# 35cb6cd3 30-Dec-2022 Pierre Jolivet <pierre@joliv.et>

Fix some typos


# b8e6f1d7 07-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-10-25/cleanup-dangling-seterrq' into 'main'

Clean up some dangling seterrqs

See merge request petsc/petsc!5769


# 0fdf79fb 25-Oct-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

clean up some dangling seterrqs


# 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


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

Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation


# b7124133 20-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'

Feature: Slimmer PetscObject

See merge request petsc/petsc!5649


# 4dfa11a4 17-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()


12345678910>>...20