History log of /petsc/src/dm/impls/swarm/tests/output/ex4_im_2d_alt.out (Results 1 – 5 of 5)
Revision Date Author Comments
# 4185d930 16-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/dm_box_label' into 'main'

Plex: Add box labeling to simplex, input meshes

See merge request petsc/petsc!7741


# 281879d4 05-Aug-2024 James Wright <james@jameswright.xyz>

plex: Print out labels in sorted stratum order


# 10bf35f1 26-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


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