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