History log of /petsc/config/BuildSystem/ (Results 576 – 600 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
adecce7712-Feb-2024 Satish Balay <balay@mcs.anl.gov>

SuiteSparse: add /usr to default getSearchDirectories. And add in self.pkgname.

And fix PETSC_HAVE_PACKAGES to handle "multiple names in "self.pkgname"

7181a3c411-Feb-2024 Satish Balay <balay@mcs.anl.gov>

generateLibList(): use --with-x-dir=/foo/bar should check ['-L/foo/bar', 'libX11.a'] - not ['/foo/bar/libX11.a']

And: --with-x-dir=/usr should check ['libX11.a'] - not ['/usr/lib/libX11.a'] nor ['-L

generateLibList(): use --with-x-dir=/foo/bar should check ['-L/foo/bar', 'libX11.a'] - not ['/foo/bar/libX11.a']

And: --with-x-dir=/usr should check ['libX11.a'] - not ['/usr/lib/libX11.a'] nor ['-L/usr/lib, 'libX11.a'] i.e skip sysDirs

show more ...

c1592c0312-Feb-2024 Satish Balay <balay@mcs.anl.gov>

getLibArgumentList(): convert '-L/foo/bar' to '-Wl,-rpath,/foo/bar -L/foo/bar'

And save 'pkg-config --libs' as a list - i.e usable by getLibArgumentList()

e3c9d77e12-Feb-2024 Pierre Jolivet <pierre@joliv.et>

configure: add /usr/lib/aarch64-linux-gnu etc to skipdefaultpaths

cdfa477d12-Feb-2024 Satish Balay <balay@mcs.anl.gov>

configure: update to cuda.cmakeArch notation - and add to Superlu_DIST

4fae72c811-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

1cb5f96f11-Feb-2024 Barry Smith <bsmith@mcs.anl.gov>

Improve detection of GNU compilers on Cray systems wheren compiler is wrapped by Cray

97bd5f7f14-Dec-2023 Pierre Jolivet <pierre@joliv.et>

configure: update MPICH-4.2.0


config/packages/MPICH.py
/petsc/doc/changes/dev.rst
/petsc/doc/manual/tao.rst
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscpctypes.h
/petsc/include/petsctao.h
/petsc/include/petsctao_deprecations.h
/petsc/src/binding/petsc4py/demo/python_types/mat.py
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/Options.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/TAO.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/arraynpy.pxi
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/libpetsc4py.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscopt.pxi
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petsctao.pxi
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/tutorials/ex56.c
/petsc/src/ksp/ksp/tutorials/ex72.c
/petsc/src/ksp/ksp/tutorials/output/ex56_baij.out
/petsc/src/ksp/ksp/tutorials/output/ex56_gamg.out
/petsc/src/ksp/ksp/tutorials/output/ex56_hypre.out
/petsc/src/ksp/ksp/tutorials/output/ex56_latebs-2.out
/petsc/src/ksp/ksp/tutorials/output/ex56_nns_gdsw.out
/petsc/src/ksp/ksp/tutorials/output/ex72_xxt.out
/petsc/src/ksp/ksp/utils/lmvm/diagbrdn/diagbrdn.c
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/symbrdn.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/scalapack/matscalapack.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex183.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/ftn-custom/zoptionsf.c
/petsc/src/sys/python/pythonsys.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/bound/tutorials/jbearing2.c
/petsc/src/tao/bound/tutorials/plate2.c
/petsc/src/tao/bound/tutorials/plate2f.F90
/petsc/src/tao/constrained/impls/almm/almm.c
/petsc/src/tao/constrained/tutorials/ex1.c
/petsc/src/tao/interface/ftn-custom/ztaosolverf.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/impls/brgn/brgn.c
/petsc/src/tao/leastsquares/tests/chwirut2.c
/petsc/src/tao/leastsquares/tutorials/chwirut1.c
/petsc/src/tao/leastsquares/tutorials/chwirut1f.F90
/petsc/src/tao/leastsquares/tutorials/chwirut2.c
/petsc/src/tao/leastsquares/tutorials/chwirut2f.F90
/petsc/src/tao/leastsquares/tutorials/cs1.c
/petsc/src/tao/leastsquares/tutorials/matlab/matlab_ls_test.c
/petsc/src/tao/pde_constrained/tutorials/elliptic.c
/petsc/src/tao/pde_constrained/tutorials/hyperbolic.c
/petsc/src/tao/pde_constrained/tutorials/parabolic.c
/petsc/src/tao/unconstrained/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/tutorials/eptorsion2.c
/petsc/src/tao/unconstrained/tutorials/eptorsion2f.F90
/petsc/src/tao/unconstrained/tutorials/minsurf1.c
/petsc/src/tao/unconstrained/tutorials/minsurf2.c
/petsc/src/tao/unconstrained/tutorials/rosenbrock1.c
/petsc/src/tao/unconstrained/tutorials/rosenbrock1f.F90
/petsc/src/tao/unconstrained/tutorials/spectraladjointassimilation.c
/petsc/src/ts/tutorials/ex11.c
/petsc/src/ts/tutorials/power_grid/ex3opt.c
/petsc/src/ts/tutorials/power_grid/ex3opt_fd.c
8ca3396408-Feb-2024 Junchao Zhang <jczhang@anl.gov>

Kokkos: fix KK configure; add *SOLVER as it requires *BLAS and *SPARSE

19e676f207-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

2022e95507-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/Intel-Bstatic' into 'main'

configure: use "icx -fortlib" to avoid fortranlib-autodetect via 'ifx -v'

See merge request petsc/petsc!7264

2bd80d2406-Feb-2024 Satish Balay <balay@mcs.anl.gov>

configure: use "icx -fortlib" to avoid fortranlib-autodetect via 'ifx -v'

And unify this test code with '-lgfortran' and '-lmpifort_cray' checks


/petsc/.gitlab-ci.yml
config/compilers.py
/petsc/doc/changes/dev.rst
/petsc/doc/developers/style.rst
/petsc/doc/install/download.rst
/petsc/doc/manual/vec.rst
/petsc/doc/update_htmlmap_links.py
/petsc/include/petsc/private/dmplextransformimpl.h
/petsc/include/petsc/private/dmstagimpl.h
/petsc/include/petsc/private/dmswarmimpl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/linesearchimpl.h
/petsc/include/petsc/private/petscdsimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdmstag.h
/petsc/include/petscdraw.h
/petsc/include/petscds.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscpctypes.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/GccAst.pm
/petsc/lib/petsc/bin/maint/generateetags.py
/petsc/lib/petsc/bin/maint/getinterfaces.py
/petsc/lib/petsc/bin/maint/getpdflabels.py
/petsc/makefile
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/PC.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscpc.pxi
/petsc/src/binding/petsc4py/src/petsc4py/__init__.py
/petsc/src/dm/dt/dualspace/interface/dualspace.c
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/fe/tests/ex3.c
/petsc/src/dm/dt/fv/interface/fv.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/ftn-custom/zdsf.c
/petsc/src/dm/dt/space/interface/space.c
/petsc/src/dm/field/interface/dmfield.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/tests/ex19.c
/petsc/src/dm/impls/plex/tests/ex46.c
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_hex_20node.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_quad_8node.out
/petsc/src/dm/impls/plex/transform/impls/extrude/plextrextrude.c
/petsc/src/dm/impls/shell/ftn-custom/zdmshellf.c
/petsc/src/dm/impls/stag/stag.c
/petsc/src/dm/impls/stag/stag1d.c
/petsc/src/dm/impls/stag/stag2d.c
/petsc/src/dm/impls/stag/stag3d.c
/petsc/src/dm/impls/stag/stagintern.c
/petsc/src/dm/impls/stag/stagmulti.c
/petsc/src/dm/impls/stag/stagutils.c
/petsc/src/dm/impls/stag/tests/ex16.c
/petsc/src/dm/impls/stag/tests/ex20.c
/petsc/src/dm/impls/stag/tests/ex32.c
/petsc/src/dm/impls/stag/tests/output/ex16_7.out
/petsc/src/dm/impls/stag/tests/output/ex16_8.out
/petsc/src/dm/impls/stag/tests/output/ex16_9.out
/petsc/src/dm/impls/stag/tests/output/ex20_1d.out
/petsc/src/dm/impls/swarm/swarmpic.c
/petsc/src/ksp/f90-mod/petscpc.h
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c
/petsc/src/ksp/ksp/impls/gmres/ftn-custom/zgmres2f.c
/petsc/src/ksp/ksp/interface/dmksp.c
/petsc/src/ksp/ksp/interface/ftn-custom/zdmkspf.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/tutorials/ex76.c
/petsc/src/ksp/ksp/tutorials/ex82.c
/petsc/src/ksp/pc/impls/hpddm/ftn-custom/zpchpddmf.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/shell/ftn-custom/zshellpcf.c
/petsc/src/mat/graphops/color/interface/matcoloring.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/h2opus/cuda/math2opus.cu
/petsc/src/mat/impls/htool/htool.cxx
/petsc/src/mat/impls/htool/htool.hpp
/petsc/src/mat/impls/mffd/ftn-custom/zmffdf.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/mat/tests/ex241.c
/petsc/src/mat/tests/ex246.cxx
/petsc/src/mat/tests/ex66.c
/petsc/src/snes/impls/shell/ftn-custom/zsnesshellf.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/linesearch/impls/shell/ftn-custom/zlinesearchshellf.c
/petsc/src/snes/linesearch/impls/shell/linesearchshell.c
/petsc/src/snes/linesearch/interface/ftn-custom/zlinesearchf.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/tutorials/ex16.c
/petsc/src/snes/tutorials/ex1f.F90
/petsc/src/snes/tutorials/ex36.c
/petsc/src/snes/tutorials/ex4.c
/petsc/src/snes/tutorials/ex48.c
/petsc/src/snes/tutorials/ex5.c
/petsc/src/snes/tutorials/ex55.c
/petsc/src/snes/tutorials/ex71.c
/petsc/src/snes/tutorials/ex9.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/snes/utils/ftn-custom/zdmdasnesf.c
/petsc/src/snes/utils/ftn-custom/zdmlocalsnesf.c
/petsc/src/snes/utils/ftn-custom/zdmsnesf.c
/petsc/src/sys/classes/draw/impls/x/xinit.c
/petsc/src/sys/classes/draw/impls/x/xioerr.c
/petsc/src/sys/classes/draw/interface/dmarker.c
/petsc/src/sys/classes/draw/utils/ftn-custom/zzoomf.c
/petsc/src/sys/classes/random/interface/random.c
/petsc/src/sys/classes/viewer/interface/view.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/logging/handler/interface/loghandler.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/device/interface/dcontext.cxx
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/tests/ex65.c
/petsc/src/sys/utils/mpishm.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/bound/impls/bnk/bntl.c
/petsc/src/tao/bound/impls/bnk/bntr.c
/petsc/src/tao/bound/impls/bqnk/bqnktl.c
/petsc/src/tao/bound/impls/bqnk/bqnktr.c
/petsc/src/tao/constrained/impls/admm/ftn-custom/zadmmf.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/interface/ftn-custom/ztaosolverf.c
/petsc/src/tao/leastsquares/impls/brgn/ftn-custom/zbrgnf.c
/petsc/src/tao/linesearch/interface/ftn-custom/ztaolinesearchf.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/alpha/alpha2.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/impls/implicit/glle/glle.h
/petsc/src/ts/impls/implicit/radau5/radau5.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/interface/sensitivity/tssen.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsrhssplit.c
/petsc/src/ts/tests/ex21.c
/petsc/src/ts/tests/ex30.c
/petsc/src/ts/tests/output/ex26_arkimex_explicit_stage.out
/petsc/src/ts/tests/output/ex30_0.out
/petsc/src/ts/tests/output/ex30_3d.out
/petsc/src/ts/tests/output/ex30_cgns.out
/petsc/src/ts/tests/output/ex30_normal.out
/petsc/src/ts/tests/output/ex30_simple.out
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex2.c
/petsc/src/ts/tutorials/autodiff/adr_ex1.cxx
/petsc/src/ts/tutorials/autodiff/adr_ex5adj.cxx
/petsc/src/ts/tutorials/autodiff/adr_ex5adj_mf.cxx
/petsc/src/ts/tutorials/ex26.c
/petsc/src/ts/tutorials/ex32.c
/petsc/src/ts/tutorials/ex46.c
/petsc/src/ts/tutorials/ex47.c
/petsc/src/ts/tutorials/ex76.c
/petsc/src/ts/tutorials/ex8.c
/petsc/src/ts/tutorials/hybrid/ex1.c
/petsc/src/ts/tutorials/hybrid/ex1adj.c
/petsc/src/ts/tutorials/hybrid/ex1fd.c
/petsc/src/ts/tutorials/hybrid/ex1fwd.c
/petsc/src/ts/tutorials/multirate/ex1.c
/petsc/src/ts/tutorials/multirate/ex2.c
/petsc/src/ts/tutorials/multirate/ex3.c
/petsc/src/ts/tutorials/optimal_control/ex1.c
/petsc/src/ts/tutorials/power_grid/ex1.c
/petsc/src/ts/tutorials/power_grid/ex2.c
/petsc/src/ts/tutorials/power_grid/ex3.c
/petsc/src/ts/tutorials/power_grid/ex3opt.c
/petsc/src/ts/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/tutorials/power_grid/ex3sa.c
/petsc/src/ts/tutorials/power_grid/ex5.c
/petsc/src/ts/tutorials/power_grid/ex9.c
/petsc/src/ts/tutorials/power_grid/ex9adj.c
/petsc/src/ts/tutorials/power_grid/ex9opt.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busdmnetwork.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busoptfd.c
/petsc/src/ts/utils/dmdats.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/section/interface/section.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/kokkos/mpikok.kokkos.cxx
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/tagger/interface/tagger.c
/petsc/src/vec/vec/utils/vinv.c
5804573c07-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Typos

d815164907-Feb-2024 Pierre Jolivet <pierre@joliv.et>

configure: add MUMPS license

9166fb9c31-Jan-2024 Pierre Jolivet <pierre@joliv.et>

configure: update OpenMPI/CMake

d806175705-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-29/check-lib-version-number' into 'main'

configure: accept options of type: --with-metis-lib=$HOME/tmp/metis/lib/libmetis.so.1.0

See merge request petsc/petsc!7247


/petsc/.gitlab-ci.yml
config/libraries.py
/petsc/doc/changes/dev.rst
/petsc/doc/developers/style.rst
/petsc/doc/install/download.rst
/petsc/doc/manual/vec.rst
/petsc/doc/update_htmlmap_links.py
/petsc/include/petsc/private/dmplextransformimpl.h
/petsc/include/petsc/private/dmstagimpl.h
/petsc/include/petsc/private/dmswarmimpl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/linesearchimpl.h
/petsc/include/petsc/private/petscdsimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdmstag.h
/petsc/include/petscdraw.h
/petsc/include/petscds.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscpctypes.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/GccAst.pm
/petsc/lib/petsc/bin/maint/generateetags.py
/petsc/lib/petsc/bin/maint/getinterfaces.py
/petsc/lib/petsc/bin/maint/getpdflabels.py
/petsc/makefile
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/PC.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscpc.pxi
/petsc/src/binding/petsc4py/src/petsc4py/__init__.py
/petsc/src/dm/dt/dualspace/interface/dualspace.c
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/fe/tests/ex3.c
/petsc/src/dm/dt/fv/interface/fv.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/ftn-custom/zdsf.c
/petsc/src/dm/dt/space/interface/space.c
/petsc/src/dm/field/interface/dmfield.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/tests/ex19.c
/petsc/src/dm/impls/plex/tests/ex46.c
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_hex_20node.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_quad_8node.out
/petsc/src/dm/impls/plex/transform/impls/extrude/plextrextrude.c
/petsc/src/dm/impls/shell/ftn-custom/zdmshellf.c
/petsc/src/dm/impls/stag/stag.c
/petsc/src/dm/impls/stag/stag1d.c
/petsc/src/dm/impls/stag/stag2d.c
/petsc/src/dm/impls/stag/stag3d.c
/petsc/src/dm/impls/stag/stagintern.c
/petsc/src/dm/impls/stag/stagmulti.c
/petsc/src/dm/impls/stag/stagutils.c
/petsc/src/dm/impls/stag/tests/ex16.c
/petsc/src/dm/impls/stag/tests/ex20.c
/petsc/src/dm/impls/stag/tests/ex32.c
/petsc/src/dm/impls/stag/tests/output/ex16_7.out
/petsc/src/dm/impls/stag/tests/output/ex16_8.out
/petsc/src/dm/impls/stag/tests/output/ex16_9.out
/petsc/src/dm/impls/stag/tests/output/ex20_1d.out
/petsc/src/dm/impls/swarm/swarmpic.c
/petsc/src/ksp/f90-mod/petscpc.h
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c
/petsc/src/ksp/ksp/impls/gmres/ftn-custom/zgmres2f.c
/petsc/src/ksp/ksp/interface/dmksp.c
/petsc/src/ksp/ksp/interface/ftn-custom/zdmkspf.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/tutorials/ex76.c
/petsc/src/ksp/ksp/tutorials/ex82.c
/petsc/src/ksp/pc/impls/hpddm/ftn-custom/zpchpddmf.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/shell/ftn-custom/zshellpcf.c
/petsc/src/mat/graphops/color/interface/matcoloring.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/h2opus/cuda/math2opus.cu
/petsc/src/mat/impls/htool/htool.cxx
/petsc/src/mat/impls/htool/htool.hpp
/petsc/src/mat/impls/mffd/ftn-custom/zmffdf.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/mat/tests/ex241.c
/petsc/src/mat/tests/ex246.cxx
/petsc/src/mat/tests/ex66.c
/petsc/src/snes/impls/shell/ftn-custom/zsnesshellf.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/linesearch/impls/shell/ftn-custom/zlinesearchshellf.c
/petsc/src/snes/linesearch/impls/shell/linesearchshell.c
/petsc/src/snes/linesearch/interface/ftn-custom/zlinesearchf.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/tutorials/ex16.c
/petsc/src/snes/tutorials/ex1f.F90
/petsc/src/snes/tutorials/ex36.c
/petsc/src/snes/tutorials/ex4.c
/petsc/src/snes/tutorials/ex48.c
/petsc/src/snes/tutorials/ex5.c
/petsc/src/snes/tutorials/ex55.c
/petsc/src/snes/tutorials/ex71.c
/petsc/src/snes/tutorials/ex9.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/snes/utils/ftn-custom/zdmdasnesf.c
/petsc/src/snes/utils/ftn-custom/zdmlocalsnesf.c
/petsc/src/snes/utils/ftn-custom/zdmsnesf.c
/petsc/src/sys/classes/draw/impls/x/xinit.c
/petsc/src/sys/classes/draw/impls/x/xioerr.c
/petsc/src/sys/classes/draw/interface/dmarker.c
/petsc/src/sys/classes/draw/utils/ftn-custom/zzoomf.c
/petsc/src/sys/classes/random/interface/random.c
/petsc/src/sys/classes/viewer/interface/view.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/logging/handler/interface/loghandler.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/device/interface/dcontext.cxx
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/tests/ex65.c
/petsc/src/sys/utils/mpishm.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/bound/impls/bnk/bntl.c
/petsc/src/tao/bound/impls/bnk/bntr.c
/petsc/src/tao/bound/impls/bqnk/bqnktl.c
/petsc/src/tao/bound/impls/bqnk/bqnktr.c
/petsc/src/tao/constrained/impls/admm/ftn-custom/zadmmf.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/interface/ftn-custom/ztaosolverf.c
/petsc/src/tao/leastsquares/impls/brgn/ftn-custom/zbrgnf.c
/petsc/src/tao/linesearch/interface/ftn-custom/ztaolinesearchf.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/alpha/alpha2.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/impls/implicit/glle/glle.h
/petsc/src/ts/impls/implicit/radau5/radau5.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/interface/sensitivity/tssen.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsrhssplit.c
/petsc/src/ts/tests/ex21.c
/petsc/src/ts/tests/ex30.c
/petsc/src/ts/tests/output/ex26_arkimex_explicit_stage.out
/petsc/src/ts/tests/output/ex30_0.out
/petsc/src/ts/tests/output/ex30_3d.out
/petsc/src/ts/tests/output/ex30_cgns.out
/petsc/src/ts/tests/output/ex30_normal.out
/petsc/src/ts/tests/output/ex30_simple.out
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/ex2.c
/petsc/src/ts/tutorials/autodiff/adr_ex1.cxx
/petsc/src/ts/tutorials/autodiff/adr_ex5adj.cxx
/petsc/src/ts/tutorials/autodiff/adr_ex5adj_mf.cxx
/petsc/src/ts/tutorials/ex26.c
/petsc/src/ts/tutorials/ex32.c
/petsc/src/ts/tutorials/ex46.c
/petsc/src/ts/tutorials/ex47.c
/petsc/src/ts/tutorials/ex76.c
/petsc/src/ts/tutorials/ex8.c
/petsc/src/ts/tutorials/hybrid/ex1.c
/petsc/src/ts/tutorials/hybrid/ex1adj.c
/petsc/src/ts/tutorials/hybrid/ex1fd.c
/petsc/src/ts/tutorials/hybrid/ex1fwd.c
/petsc/src/ts/tutorials/multirate/ex1.c
/petsc/src/ts/tutorials/multirate/ex2.c
/petsc/src/ts/tutorials/multirate/ex3.c
/petsc/src/ts/tutorials/optimal_control/ex1.c
/petsc/src/ts/tutorials/power_grid/ex1.c
/petsc/src/ts/tutorials/power_grid/ex2.c
/petsc/src/ts/tutorials/power_grid/ex3.c
/petsc/src/ts/tutorials/power_grid/ex3opt.c
/petsc/src/ts/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/tutorials/power_grid/ex3sa.c
/petsc/src/ts/tutorials/power_grid/ex5.c
/petsc/src/ts/tutorials/power_grid/ex9.c
/petsc/src/ts/tutorials/power_grid/ex9adj.c
/petsc/src/ts/tutorials/power_grid/ex9opt.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busdmnetwork.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/tutorials/power_grid/stability_9bus/ex9busoptfd.c
/petsc/src/ts/utils/dmdats.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/section/interface/section.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/kokkos/mpikok.kokkos.cxx
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/tagger/interface/tagger.c
/petsc/src/vec/vec/utils/vinv.c
d38b1c0b01-Feb-2024 Satish Balay <balay@mcs.anl.gov>

configure: accept options of type: --with-metis-lib=$HOME/tmp/metis/lib/libmetis.so.1.0

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

Reported-by:Alain O' Miniussi <alain.miniussi@oca.eu>


config/libraries.py
/petsc/doc/changes/dev.rst
/petsc/include/petsc/private/pcgamgimpl.h
/petsc/include/petscdm.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/src/dm/impls/forest/p4est/pforest.h
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdd.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/tutorials/ex27.c
/petsc/src/ksp/ksp/tutorials/ex56.c
/petsc/src/ksp/ksp/tutorials/output/ex27_4f.out
/petsc/src/ksp/ksp/tutorials/output/ex27_4f_nonzero.out
/petsc/src/ksp/ksp/tutorials/output/ex56_2.out
/petsc/src/ksp/ksp/tutorials/output/ex56_latebs.out
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcschurs.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/mat/graphops/coarsen/coarsen.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/spqr/aijspqr.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/normal/normmh.c
/petsc/src/mat/impls/sbaij/seq/cholmod/cholmodimpl.h
/petsc/src/mat/impls/shell/makefile
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shell.h
/petsc/src/mat/impls/transpose/htransm.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex175.c
/petsc/src/snes/tutorials/ex11.c
/petsc/src/snes/tutorials/ex20.c
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_asm_seq.out
/petsc/src/snes/tutorials/output/ex11_gdsw_corner.out
/petsc/src/snes/tutorials/output/ex11_hpddm.out
/petsc/src/snes/tutorials/output/ex11_hpddm_p4est.out
/petsc/src/snes/tutorials/output/ex12_p4est_solve_bddc.out
9c92e82429-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/update-package-versions' into 'main'

update package versions zfp, boost, eigen, fftw, codipack, zstd, gmp

See merge request petsc/petsc!7243


config/packages/Chaco.py
config/packages/CoDiPack.py
config/packages/PARTY.py
config/packages/Zoltan.py
config/packages/boost.py
config/packages/eigen.py
config/packages/fftw.py
config/packages/gmp.py
config/packages/sundials2.py
config/packages/zfp.py
config/packages/zstd.py
/petsc/doc/changes/dev.rst
/petsc/include/petsc/private/pcgamgimpl.h
/petsc/include/petscdm.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/src/dm/impls/forest/p4est/pforest.h
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdd.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/tutorials/ex27.c
/petsc/src/ksp/ksp/tutorials/ex56.c
/petsc/src/ksp/ksp/tutorials/output/ex27_4f.out
/petsc/src/ksp/ksp/tutorials/output/ex27_4f_nonzero.out
/petsc/src/ksp/ksp/tutorials/output/ex56_2.out
/petsc/src/ksp/ksp/tutorials/output/ex56_latebs.out
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcschurs.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/mat/graphops/coarsen/coarsen.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/spqr/aijspqr.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/normal/normmh.c
/petsc/src/mat/impls/sbaij/seq/cholmod/cholmodimpl.h
/petsc/src/mat/impls/shell/makefile
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shell.h
/petsc/src/mat/impls/transpose/htransm.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex175.c
/petsc/src/snes/tutorials/ex11.c
/petsc/src/snes/tutorials/ex20.c
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-dirichlet_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_bc_type-neumann_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-dirichlet_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_p4est_bc_type-neumann_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-dirichlet_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-analytical_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-analytical_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-analytical_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-constant_coefficient_type-analytical.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-constant_coefficient_type-checkerboard.out
/petsc/src/snes/tutorials/output/ex11_0_quad_bc_type-neumann_rhs_type-constant_coefficient_type-constant.out
/petsc/src/snes/tutorials/output/ex11_asm_seq.out
/petsc/src/snes/tutorials/output/ex11_gdsw_corner.out
/petsc/src/snes/tutorials/output/ex11_hpddm.out
/petsc/src/snes/tutorials/output/ex11_hpddm_p4est.out
/petsc/src/snes/tutorials/output/ex12_p4est_solve_bddc.out
361ae43e28-Jan-2024 Martin Diehl <mail@martin-diehl.net>

update gmp to 6.3.0

7e3d22c928-Jan-2024 Martin Diehl <mail@martin-diehl.net>

update zstd to 1.5.5

3a0d79f428-Jan-2024 Martin Diehl <mail@martin-diehl.net>

update CoDiPack to 2.1.0

89426b7f26-Jan-2024 Martin Diehl <mail@martin-diehl.net>

no obvious reason for delivering different FFTW versions

b3adf8e328-Jan-2024 Martin Diehl <mail@martin-diehl.net>

update Eigen to 3.4.0

4381941028-Jan-2024 Martin Diehl <mail@martin-diehl.net>

update boost to 1.84.0

fd5e8b4e28-Jan-2024 Martin Diehl <mail@martin-diehl.net>

update zfp to 1.0.1

1...<<21222324252627282930>>...190