History log of /petsc/config/BuildSystem/ (Results 926 – 950 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d460d7bf08-Mar-2023 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: update matrix factorization and solve related routines since cuda-12 removed some APIs we use


/petsc/.gitlab-ci.yml
config/packages/cuda.py
/petsc/config/examples/arch-ci-linux-cuda-double-64idx.py
/petsc/doc/changes/dev.rst
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petscksp.h
/petsc/src/binding/petsc4py/src/lib-petsc/custom.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/PETSc.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/SNES.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/libpetsc4py.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscpyappctx.pxi
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscsnes.pxi
/petsc/src/binding/petsc4py/test/test_snes.py
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgimpl.h
/petsc/src/ksp/ksp/impls/cg/cgtype.c
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/tr/trimpl.h
/petsc/src/snes/interface/snes.c
/petsc/src/snes/tests/ex1.c
/petsc/src/snes/tests/ex1.py
/petsc/src/snes/tests/output/ex1_4.out
/petsc/src/snes/tests/output/ex1_python_null_appctx-0.out
/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out
/petsc/src/snes/tests/output/ex1f_4.out
/petsc/src/snes/tutorials/ex15.c
/petsc/src/snes/tutorials/output/ex15_5.out
/petsc/src/snes/tutorials/output/ex18_3.out
/petsc/src/snes/tutorials/output/ex2_2.out
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/unconstrained/tutorials/output/rosenbrock1_snes_tr_cgnegcurve_kmdc.out
/petsc/src/tao/unconstrained/tutorials/rosenbrock1.c
bbbebc2c23-Mar-2023 Pierre Jolivet <pierre@joliv.et>

Add KSPMatSolveTranspose()

05ae7cb925-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-22/fix-cmake-cuda-dependency' into 'main'

CMake packages should only have CMAKE_CUDA_* options set if cuda is in deps or odeps;

See merge request petsc/petsc!6221

495b63f124-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ignore-cflags-in-env' into 'main'

configure: ignore CFLAGS (etc) set in env

See merge request petsc/petsc!6224

6a02322724-Mar-2023 Satish Balay <balay@mcs.anl.gov>

configure: fix nvcc version

configure.log currently has:
CUDA Compiler: /usr/local/cuda-11.7/bin/nvcc ...
Version: nvcc: NVIDIA (R) Cuda compiler driver

d1daee9123-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

CMake packages should only have CMAKE_CUDA_* options set if cuda is in deps or odeps;

Previously if CUDA was turned on but the CMake package didn't even depend on CUDA the flags were set

Also clean

CMake packages should only have CMAKE_CUDA_* options set if cuda is in deps or odeps;

Previously if CUDA was turned on but the CMake package didn't even depend on CUDA the flags were set

Also clean out redundant setting of some CMAKE_CUDA_* options in package files

show more ...

39dedf8723-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

NVIDIA libnvToolsExt.a might depend on -lstdc++

Commit-type: configure, portability
Reported-by: Stefano Zampini

70e400d622-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-22/fix-known-snrm2-returns-double' into 'main'

If --known-snrm2-returns-double=0 (or sdot) is provided BlasLapack.py mistakenly makes it a true

See merge request petsc/p

Merge branch 'barry/2023-03-22/fix-known-snrm2-returns-double' into 'main'

If --known-snrm2-returns-double=0 (or sdot) is provided BlasLapack.py mistakenly makes it a true

See merge request petsc/petsc!6220

show more ...

6960185a22-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/netcdf-build' into 'main'

netcdf: build without xml2, curl - as these pkgs might not be preinstalled

See merge request petsc/petsc!6219

6c66ab8d22-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

If --known-snrm2-returns-double=0 (or sdot) is provided BlasLapack.py mistakenly makes it a true

Since the arg type was not defined with an addArgument() it was not treated as a bool, but instead a

If --known-snrm2-returns-double=0 (or sdot) is provided BlasLapack.py mistakenly makes it a true

Since the arg type was not defined with an addArgument() it was not treated as a bool, but instead a string.
So "0" would be true, not false like we would like

Commit-type: configure,bug
Reported-by: Don Fernando <Don.Fernando@ipp.mpg.de>
Reported-by: Felix Wilms <felix.wilms@ipp.mpg.de>

show more ...

4e3f943a22-Mar-2023 Satish Balay <balay@mcs.anl.gov>

netcdf: build without xml2, curl - as these pkgs might not be preinstalled

eacb1f6409-Feb-2023 Junchao Zhang <jczhang@anl.gov>

Config: separate SYCLC_LINKER_FLAGS

Driven by the need of moving -Xsycl-target-backend to link time to avoid icpx warnings

6a67e4cc12-Mar-2023 Junchao Zhang <jczhang@anl.gov>

Pakage: let kokkos handle how to set sycl flags itself

96c34ac521-Mar-2023 Satish Balay <balay@mcs.anl.gov>

docs: attempt to speed up by building sowing, c2html with -O2

752b988011-Mar-2023 Pierre Jolivet <pierre@joliv.et>

KSPHPDDM: fix strict aliasing error with icpx


/petsc/.gitignore
config/packages/hpddm.py
/petsc/config/examples/arch-ci-osx-cxx-pkgs-opt.py
/petsc/doc/changes/dev.rst
/petsc/include/petsc/finclude/petscksp.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmacros.h
/petsc/include/petscmath.h
/petsc/lib/petsc/conf/rules
/petsc/src/binding/petsc4py/src/lib-petsc/compat/hypre.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/PC.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscpc.pxi
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cheby/betas.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cheby/chebyshevimpl.h
/petsc/src/ksp/ksp/impls/hpddm/hpddm.cxx
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/tests/ex13.c
/petsc/src/ksp/ksp/tests/ex42.c
/petsc/src/ksp/ksp/tests/output/ex13_qlp_1.out
/petsc/src/ksp/ksp/tests/output/ex13_qlp_2.out
/petsc/src/ksp/ksp/tests/output/ex13_qlp_3.out
/petsc/src/ksp/ksp/tests/output/ex13_qlp_3_alt.out
/petsc/src/ksp/ksp/tests/output/ex13_qlp_sisc.out
/petsc/src/ksp/ksp/tests/output/ex13_qlp_sisc_none.out
/petsc/src/ksp/ksp/tests/output/ex42_cg_neg_curve.out
/petsc/src/ksp/ksp/tests/output/ex42_minres_neg_curve.out
/petsc/src/ksp/ksp/tests/output/ex42_minres_qlp.out
/petsc/src/ksp/ksp/tests/output/ex42_minres_qlp_nonconsistent.out
/petsc/src/ksp/ksp/tests/output/ex48_1.out
/petsc/src/ksp/ksp/tutorials/ex29.c
/petsc/src/ksp/ksp/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/tutorials/output/ex25_2.out
/petsc/src/ksp/ksp/tutorials/output/ex29_3.out
/petsc/src/ksp/ksp/tutorials/output/ex29_4.out
/petsc/src/ksp/ksp/tutorials/output/ex29_aniso_first.out
/petsc/src/ksp/ksp/tutorials/output/ex29_aniso_fourth.out
/petsc/src/ksp/ksp/tutorials/output/ex29_aniso_opt_fourth.out
/petsc/src/ksp/ksp/tutorials/output/ex34_1.out
/petsc/src/ksp/ksp/tutorials/output/ex43_3.out
/petsc/src/ksp/ksp/tutorials/output/ex43_4.out
/petsc/src/ksp/ksp/tutorials/output/ex43_6.out
/petsc/src/ksp/ksp/tutorials/output/ex50_1.out
/petsc/src/ksp/ksp/tutorials/output/ex50_2.out
/petsc/src/ksp/ksp/tutorials/output/ex56_latebs-2.out
/petsc/src/ksp/ksp/tutorials/output/ex56_latebs.out
/petsc/src/ksp/ksp/tutorials/output/ex56_nns_gdsw.out
/petsc/src/ksp/ksp/tutorials/output/ex66_1.out
/petsc/src/ksp/ksp/tutorials/output/ex66_2.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_both_approx.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_deluxe_layers_adapt_cuda_approx_matis_localmat_type-seqaij.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_deluxe_layers_adapt_cuda_approx_matis_localmat_type-seqaijcusparse.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_dir_approx.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_neu_approx.out
/petsc/src/ksp/ksp/tutorials/output/ex71_gdsw_elast.out
/petsc/src/ksp/ksp/tutorials/output/ex71_gdsw_elast_adaptive_mg_levels_gdsw_userdefined-0.out
/petsc/src/ksp/ksp/tutorials/output/ex71_gdsw_elast_adaptive_mg_levels_gdsw_userdefined-1.out
/petsc/src/ksp/ksp/tutorials/output/ex71_gdsw_elast_hpddm.out
/petsc/src/ksp/ksp/tutorials/output/ex71_gdsw_poisson.out
/petsc/src/ksp/ksp/tutorials/output/ex71_gdsw_poisson_adaptive_mg_levels_gdsw_userdefined-0.out
/petsc/src/ksp/ksp/tutorials/output/ex71_gdsw_poisson_adaptive_mg_levels_gdsw_userdefined-1.out
/petsc/src/ksp/ksp/tutorials/output/ex7_gamg_cuda_nsize-1.out
/petsc/src/ksp/ksp/tutorials/output/ex7_gamg_cuda_nsize-2.out
/petsc/src/ksp/ksp/tutorials/output/ex7_gamg_kokkos_nsize-1.out
/petsc/src/ksp/ksp/tutorials/output/ex7_gamg_kokkos_nsize-2.out
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/mat/color/interface/matcoloring.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/tests/output/ex20_1.out
/petsc/src/snes/tutorials/output/ex12_mg_newton_coarse_1.out
/petsc/src/snes/tutorials/output/ex12_mg_newton_coarse_2.out
/petsc/src/snes/tutorials/output/ex17_ge_q1_gdsw.out
/petsc/src/snes/tutorials/output/ex18_1.out
/petsc/src/snes/tutorials/output/ex18_2.out
/petsc/src/snes/tutorials/output/ex18_3.out
/petsc/src/snes/tutorials/output/ex19_tut_2.out
/petsc/src/snes/tutorials/output/ex40f90_1.out
/petsc/src/snes/tutorials/output/ex46_1.out
/petsc/src/snes/tutorials/output/ex46_1_alt.out
/petsc/src/snes/tutorials/output/ex46_1_alt_2.out
/petsc/src/snes/tutorials/output/ex5_1.out
/petsc/src/snes/tutorials/output/ex5_2.out
/petsc/src/snes/tutorials/output/ex5_2_alt.out
/petsc/src/snes/tutorials/output/ex5_3.out
/petsc/src/snes/tutorials/output/ex5_3_alt.out
/petsc/src/snes/tutorials/output/ex5_4.out
/petsc/src/snes/tutorials/output/ex5_4_alt.out
/petsc/src/snes/tutorials/output/ex63_quad_q2q1_full_P2.out
/petsc/src/snes/tutorials/output/ex63_quad_q2q1_full_P5.out
/petsc/src/sys/classes/draw/impls/x/xops.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt_2.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt_3.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt_4.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt_5.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt_6.out
/petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex3_1_alt_7.out
/petsc/src/ts/tutorials/output/ex47_2d_p1p1_mg_r1.out
/petsc/src/ts/utils/dmlocalts.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/utils/isblock.c
5722871218-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/update-cmake-htool' into 'main'

Update CMake and Htool

See merge request petsc/petsc!6204

1aac200618-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'multiple-cuda-archs' into 'main'

configure: --with-cuda-arch: target multiple user-specified CUDA compute arches

See merge request petsc/petsc!6155


config/packages/AMReX.py
config/packages/MFEM.py
config/packages/MPICH.py
config/packages/SuperLU_DIST.py
config/packages/amgx.py
config/packages/cuda.py
config/packages/h2opus.py
config/packages/hypre.py
config/packages/kblas.py
config/packages/kokkos.py
config/packages/libceed.py
config/packages/magma.py
config/packages/raja.py
config/packages/strumpack.py
/petsc/doc/conf.py
/petsc/doc/developers/style.rst
/petsc/doc/fix_pydata_margins.py
/petsc/doc/miscellaneous/funding.rst
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petscblaslapack.h
/petsc/include/petscdmda_kokkos.hpp
/petsc/include/petscdmdatypes.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscmacros.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petsctaolinesearch.h
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/dualspace/impls/refined/dualspacerefined.c
/petsc/src/dm/dt/dualspace/impls/simple/dspacesimple.c
/petsc/src/dm/dt/dualspace/interface/dualspace.c
/petsc/src/dm/dt/fe/impls/composite/fecomposite.c
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/fv/interface/fv.c
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtprob.c
/petsc/src/dm/dt/interface/dtweakform.c
/petsc/src/dm/dt/space/impls/point/spacepoint.c
/petsc/src/dm/dt/space/interface/space.c
/petsc/src/dm/field/interface/dmfield.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/da.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dagetarray.c
/petsc/src/dm/impls/da/dagetelem.c
/petsc/src/dm/impls/da/dagtol.c
/petsc/src/dm/impls/da/dagtona.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/daltol.c
/petsc/src/dm/impls/da/dapf.c
/petsc/src/dm/impls/da/dascatter.c
/petsc/src/dm/impls/da/dasub.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/moab/dmmbmat.cxx
/petsc/src/dm/impls/moab/dmmbmg.cxx
/petsc/src/dm/impls/moab/dmmbutil.cxx
/petsc/src/dm/impls/network/network.c
/petsc/src/dm/impls/network/networkmonitor.c
/petsc/src/dm/impls/patch/patch.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexegads.c
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexinterpolate.c
/petsc/src/dm/impls/plex/plexnatural.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexreorder.c
/petsc/src/dm/impls/plex/plexsfc.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/impls/plex/transform/impls/extrude/plextrextrude.c
/petsc/src/dm/impls/plex/transform/impls/refine/regular/plexrefregular.c
/petsc/src/dm/impls/plex/transform/interface/plextransform.c
/petsc/src/dm/impls/product/productutils.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/impls/sliced/sliced.c
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/impls/swarm/swarm_migrate.c
/petsc/src/dm/impls/swarm/swarmpic.c
/petsc/src/dm/impls/swarm/swarmpic_sort.c
/petsc/src/dm/impls/swarm/swarmpic_view.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmceed.c
/petsc/src/dm/interface/dmcoordinates.c
/petsc/src/dm/interface/dmgenerate.c
/petsc/src/dm/interface/dmget.c
/petsc/src/dm/interface/dmi.c
/petsc/src/dm/interface/dmperiodicity.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/dm/label/impls/ephemeral/dmlabeleph.c
/petsc/src/dm/label/impls/ephemeral/plex/dmlabelephplex.c
/petsc/src/dm/partitioner/impls/shell/partshell.c
/petsc/src/dm/partitioner/interface/partitioner.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gcr/pipegcr/pipegcr.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/python/pythonksp.c
/petsc/src/ksp/ksp/interface/dmksp.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/utils/dmproject.c
/petsc/src/ksp/ksp/utils/schurm/schurm.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mpi/pcmpi.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/ksp/pc/impls/python/pythonpc.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/impls/aij/mpi/aijmkl/mpiaijmkl.c
/petsc/src/mat/impls/aij/mpi/aijperm/mpiaijperm.c
/petsc/src/mat/impls/aij/mpi/aijsell/mpiaijsell.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpihipsparse/mpiaijhipsparse.hip.cpp
/petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijperm/aijperm.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijmkl/baijmkl.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/fft/fft.c
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/hypre/mhypre.c
/petsc/src/mat/impls/kaij/kaij.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/impls/transpose/htransm.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/impls/fas/fasgalerkin.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ntrdc/ntrdc.c
/petsc/src/snes/impls/python/pythonsnes.c
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/linesearch/impls/shell/linesearchshell.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/convest.c
/petsc/src/snes/utils/dmadapt.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/classes/draw/impls/null/drawnull.c
/petsc/src/sys/classes/draw/interface/dcoor.c
/petsc/src/sys/classes/draw/interface/dellipse.c
/petsc/src/sys/classes/draw/interface/dline.c
/petsc/src/sys/classes/draw/interface/dmarker.c
/petsc/src/sys/classes/draw/interface/dmouse.c
/petsc/src/sys/classes/draw/interface/dpause.c
/petsc/src/sys/classes/draw/interface/dpoint.c
/petsc/src/sys/classes/draw/interface/draw.c
/petsc/src/sys/classes/draw/interface/drawregall.c
/petsc/src/sys/classes/draw/interface/drect.c
/petsc/src/sys/classes/draw/interface/dtext.c
/petsc/src/sys/classes/draw/interface/dtri.c
/petsc/src/sys/classes/draw/interface/dviewp.c
/petsc/src/sys/classes/draw/utils/dscatter.c
/petsc/src/sys/classes/draw/utils/hists.c
/petsc/src/sys/classes/random/interface/random.c
/petsc/src/sys/classes/viewer/impls/adios/adios.c
/petsc/src/sys/classes/viewer/impls/ams/amsopen.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/classes/viewer/interface/viewa.c
/petsc/src/sys/classes/viewer/interface/viewers.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/ftn-custom/zstartf.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/objects/version.c
/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c
/petsc/src/sys/time/fdate.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/webclient/box.c
/petsc/src/sys/webclient/globus.c
/petsc/src/sys/webclient/google.c
/petsc/src/sys/webclient/tellmycell.c
/petsc/src/sys/webclient/textbelt.c
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/constrained/impls/almm/almmutils.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/interface/taosolver_bounds.c
/petsc/src/tao/interface/taosolver_fg.c
/petsc/src/tao/interface/taosolver_hj.c
/petsc/src/tao/linesearch/interface/dlregis_taolinesearch.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/python/pythontao.c
/petsc/src/tao/shell/taoshell.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/glee/glee.c
/petsc/src/ts/impls/implicit/discgrad/tsdiscgrad.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/impls/implicit/glle/glleadapt.c
/petsc/src/ts/impls/implicit/irk/irk.c
/petsc/src/ts/impls/multirate/mprk.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/sensitivity/tssen.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsmon.c
/petsc/src/ts/interface/tsrhssplit.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/ts/utils/dmdats.c
/petsc/src/ts/utils/dmplexts.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/is/interface/index.c
/petsc/src/vec/is/is/interface/isreg.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/impls/nest/vecnest.c
/petsc/src/vec/vec/impls/seq/cupm/hip/vecseqcupm.hip.cpp
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/projection.c
/petsc/src/vec/vec/utils/tagger/impls/and.c
/petsc/src/vec/vec/utils/tagger/impls/cdf.c
/petsc/src/vec/vec/utils/tagger/impls/or.c
/petsc/src/vec/vec/utils/tagger/interface/tagger.c
/petsc/src/vec/vec/utils/tagger/interface/taggerregi.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vsection.c
f23e50ab18-Mar-2023 DenverCoder9 <gregory.meyer@gmail.com>

configure: --with-cuda-arch: target multiple user-specified CUDA compute arches
- pass multiple cuda arches to other packages
- refactor external package cuda arch flags into cuda.py
- throw error w

configure: --with-cuda-arch: target multiple user-specified CUDA compute arches
- pass multiple cuda arches to other packages
- refactor external package cuda arch flags into cuda.py
- throw error when compilation fails with user-supplied arch

show more ...


/petsc/.clang-format
/petsc/.gitignore
/petsc/.gitlab-ci.yml
/petsc/.gitlab/CODEOWNERS
config/packages/AMReX.py
config/packages/MFEM.py
config/packages/MPICH.py
config/packages/SuperLU_DIST.py
config/packages/amgx.py
config/packages/cuda.py
config/packages/h2opus.py
config/packages/hypre.py
config/packages/kblas.py
config/packages/kokkos.py
config/packages/libceed.py
config/packages/magma.py
config/packages/raja.py
config/packages/strumpack.py
/petsc/config/PETSc/Configure.py
/petsc/config/examples/arch-ci-linux-misc-32bit.py
/petsc/config/examples/arch-ci-osx-dbg.py
/petsc/config/gmakegentest.py
/petsc/doc/changes/dev.rst
/petsc/doc/community/meetings/2023/index.rst
/petsc/doc/fix_man_page_edit_links.py
/petsc/doc/manual/profiling.rst
/petsc/doc/manual/snes.rst
/petsc/include/petsc/finclude/petscsnes.h
/petsc/include/petsc/finclude/petsctao.h
/petsc/include/petsc/private/cpp/unordered_map.hpp
/petsc/include/petsc/private/petscadvancedmacros.h
/petsc/include/petsc/private/petscfvimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscerror.h
/petsc/include/petscfvceed.h
/petsc/include/petscksp.h
/petsc/include/petscmacros.h
/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/KSP.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscksp.pxi
/petsc/src/binding/petsc4py/test/test_snes.py
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/fv/interface/fvceed.c
/petsc/src/dm/dt/fv/interface/makefile
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtweakform.c
/petsc/src/dm/dt/space/impls/tensor/spacetensor.c
/petsc/src/dm/impls/plex/generators/tetgen/tetgenerate.cxx
/petsc/src/dm/impls/plex/plexceed.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/plexpartition.c
/petsc/src/dm/impls/plex/tests/ex42.c
/petsc/src/dm/impls/plex/tests/ex49.c
/petsc/src/dm/impls/plex/tests/output/ex49_fv_0.out
/petsc/src/dm/impls/swarm/tests/ex7.c
/petsc/src/ksp/f90-mod/petscksp.h
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgimpl.h
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/tutorials/network/ex1_nest.c
/petsc/src/ksp/ksp/tutorials/network/ex2.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.hpp
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparseband.hip.cpp
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matproduct.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/output/ex182_12.out
/petsc/src/mat/tests/output/ex182_15.out
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/tr/trimpl.h
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/snes/tests/ex4.c
/petsc/src/snes/tests/ex5.c
/petsc/src/snes/tests/output/ex1_4.out
/petsc/src/snes/tests/output/ex1f_4.out
/petsc/src/snes/tutorials/ex14.c
/petsc/src/snes/tutorials/ex18.c
/petsc/src/snes/tutorials/network/ex1.c
/petsc/src/snes/tutorials/output/ex14_6.out
/petsc/src/snes/tutorials/output/ex18_3.out
/petsc/src/snes/tutorials/output/ex2_2.out
/petsc/src/sys/classes/draw/utils/axisc.c
/petsc/src/sys/classes/random/impls/rander48/rander48.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/info/verboseinfo.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/objects/device/interface/mark_dcontext.cxx
/petsc/src/sys/objects/kokkos/kinit.kokkos.cxx
/petsc/src/sys/webclient/box.c
/petsc/src/sys/webclient/client.c
/petsc/src/sys/webclient/globus.c
/petsc/src/sys/webclient/google.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/interface/taosolverregi.c
/petsc/src/tao/makefile
/petsc/src/tao/snes/makefile
/petsc/src/tao/snes/taosnes.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/tutorials/output/eptorsion1_snes.out
/petsc/src/tao/unconstrained/tutorials/output/eptorsion1_snes_2.out
/petsc/src/tao/unconstrained/tutorials/output/rosenbrock1_snes.out
/petsc/src/tao/unconstrained/tutorials/output/rosenbrock1_snes_ls_armijo.out
/petsc/src/tao/unconstrained/tutorials/rosenbrock1.c
/petsc/src/ts/tutorials/ex11.c
/petsc/src/ts/tutorials/multirate/ex4.c
/petsc/src/ts/utils/dmplexlandau/kokkos/landau.kokkos.cxx
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/vec/is/sf/interface/vscat.c
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
47120cad18-Mar-2023 Pierre Jolivet <pierre@joliv.et>

configure: CMake 3.26.0 and htool


config/packages/cmake.py
config/packages/htool.py
/petsc/doc/conf.py
/petsc/doc/developers/style.rst
/petsc/doc/fix_pydata_margins.py
/petsc/doc/miscellaneous/funding.rst
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petscblaslapack.h
/petsc/include/petscdmda_kokkos.hpp
/petsc/include/petscdmdatypes.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscmacros.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petsctaolinesearch.h
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/dualspace/impls/refined/dualspacerefined.c
/petsc/src/dm/dt/dualspace/impls/simple/dspacesimple.c
/petsc/src/dm/dt/dualspace/interface/dualspace.c
/petsc/src/dm/dt/fe/impls/composite/fecomposite.c
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/fv/interface/fv.c
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtprob.c
/petsc/src/dm/dt/interface/dtweakform.c
/petsc/src/dm/dt/space/impls/point/spacepoint.c
/petsc/src/dm/dt/space/interface/space.c
/petsc/src/dm/field/interface/dmfield.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/da.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dagetarray.c
/petsc/src/dm/impls/da/dagetelem.c
/petsc/src/dm/impls/da/dagtol.c
/petsc/src/dm/impls/da/dagtona.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/daltol.c
/petsc/src/dm/impls/da/dapf.c
/petsc/src/dm/impls/da/dascatter.c
/petsc/src/dm/impls/da/dasub.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/moab/dmmbmat.cxx
/petsc/src/dm/impls/moab/dmmbmg.cxx
/petsc/src/dm/impls/moab/dmmbutil.cxx
/petsc/src/dm/impls/network/network.c
/petsc/src/dm/impls/network/networkmonitor.c
/petsc/src/dm/impls/patch/patch.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexegads.c
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexinterpolate.c
/petsc/src/dm/impls/plex/plexnatural.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexreorder.c
/petsc/src/dm/impls/plex/plexsfc.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/impls/plex/transform/impls/extrude/plextrextrude.c
/petsc/src/dm/impls/plex/transform/impls/refine/regular/plexrefregular.c
/petsc/src/dm/impls/plex/transform/interface/plextransform.c
/petsc/src/dm/impls/product/productutils.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/impls/sliced/sliced.c
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/impls/swarm/swarm_migrate.c
/petsc/src/dm/impls/swarm/swarmpic.c
/petsc/src/dm/impls/swarm/swarmpic_sort.c
/petsc/src/dm/impls/swarm/swarmpic_view.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmceed.c
/petsc/src/dm/interface/dmcoordinates.c
/petsc/src/dm/interface/dmgenerate.c
/petsc/src/dm/interface/dmget.c
/petsc/src/dm/interface/dmi.c
/petsc/src/dm/interface/dmperiodicity.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/dm/label/impls/ephemeral/dmlabeleph.c
/petsc/src/dm/label/impls/ephemeral/plex/dmlabelephplex.c
/petsc/src/dm/partitioner/impls/shell/partshell.c
/petsc/src/dm/partitioner/interface/partitioner.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gcr/pipegcr/pipegcr.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/python/pythonksp.c
/petsc/src/ksp/ksp/interface/dmksp.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/utils/dmproject.c
/petsc/src/ksp/ksp/utils/schurm/schurm.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mpi/pcmpi.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/ksp/pc/impls/python/pythonpc.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/impls/aij/mpi/aijmkl/mpiaijmkl.c
/petsc/src/mat/impls/aij/mpi/aijperm/mpiaijperm.c
/petsc/src/mat/impls/aij/mpi/aijsell/mpiaijsell.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpihipsparse/mpiaijhipsparse.hip.cpp
/petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijperm/aijperm.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijmkl/baijmkl.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/fft/fft.c
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/hypre/mhypre.c
/petsc/src/mat/impls/kaij/kaij.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/impls/transpose/htransm.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/impls/fas/fasgalerkin.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ntrdc/ntrdc.c
/petsc/src/snes/impls/python/pythonsnes.c
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/linesearch/impls/shell/linesearchshell.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/convest.c
/petsc/src/snes/utils/dmadapt.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/classes/draw/impls/null/drawnull.c
/petsc/src/sys/classes/draw/interface/dcoor.c
/petsc/src/sys/classes/draw/interface/dellipse.c
/petsc/src/sys/classes/draw/interface/dline.c
/petsc/src/sys/classes/draw/interface/dmarker.c
/petsc/src/sys/classes/draw/interface/dmouse.c
/petsc/src/sys/classes/draw/interface/dpause.c
/petsc/src/sys/classes/draw/interface/dpoint.c
/petsc/src/sys/classes/draw/interface/draw.c
/petsc/src/sys/classes/draw/interface/drawregall.c
/petsc/src/sys/classes/draw/interface/drect.c
/petsc/src/sys/classes/draw/interface/dtext.c
/petsc/src/sys/classes/draw/interface/dtri.c
/petsc/src/sys/classes/draw/interface/dviewp.c
/petsc/src/sys/classes/draw/utils/dscatter.c
/petsc/src/sys/classes/draw/utils/hists.c
/petsc/src/sys/classes/random/interface/random.c
/petsc/src/sys/classes/viewer/impls/adios/adios.c
/petsc/src/sys/classes/viewer/impls/ams/amsopen.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/classes/viewer/interface/viewa.c
/petsc/src/sys/classes/viewer/interface/viewers.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/ftn-custom/zstartf.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/objects/version.c
/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c
/petsc/src/sys/time/fdate.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/webclient/box.c
/petsc/src/sys/webclient/globus.c
/petsc/src/sys/webclient/google.c
/petsc/src/sys/webclient/tellmycell.c
/petsc/src/sys/webclient/textbelt.c
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/constrained/impls/almm/almmutils.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/interface/taosolver_bounds.c
/petsc/src/tao/interface/taosolver_fg.c
/petsc/src/tao/interface/taosolver_hj.c
/petsc/src/tao/linesearch/interface/dlregis_taolinesearch.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/python/pythontao.c
/petsc/src/tao/shell/taoshell.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/glee/glee.c
/petsc/src/ts/impls/implicit/discgrad/tsdiscgrad.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/impls/implicit/glle/glleadapt.c
/petsc/src/ts/impls/implicit/irk/irk.c
/petsc/src/ts/impls/multirate/mprk.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/sensitivity/tssen.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsmon.c
/petsc/src/ts/interface/tsrhssplit.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/ts/utils/dmdats.c
/petsc/src/ts/utils/dmplexts.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/is/interface/index.c
/petsc/src/vec/is/is/interface/isreg.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/impls/nest/vecnest.c
/petsc/src/vec/vec/impls/seq/cupm/hip/vecseqcupm.hip.cpp
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/projection.c
/petsc/src/vec/vec/utils/tagger/impls/and.c
/petsc/src/vec/vec/utils/tagger/impls/cdf.c
/petsc/src/vec/vec/utils/tagger/impls/or.c
/petsc/src/vec/vec/utils/tagger/interface/tagger.c
/petsc/src/vec/vec/utils/tagger/interface/taggerregi.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vsection.c
c33725b817-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-03-17/configure-sort-help' into 'main'

Sort configure --help output

See merge request petsc/petsc!6199


help.py
/petsc/config/gmakegen.py
/petsc/doc/build_classic_docs.py
/petsc/include/makefile
/petsc/include/petsc/finclude/makefile
/petsc/include/petsc/private/makefile
/petsc/interfaces/lua/src/makefile
/petsc/lib/petsc/bin/maint/generatefortranstubs.py
/petsc/makefile
/petsc/src/dm/dt/dualspace/impls/lagrange/makefile
/petsc/src/dm/dt/dualspace/impls/refined/makefile
/petsc/src/dm/dt/dualspace/impls/simple/makefile
/petsc/src/dm/dt/dualspace/interface/makefile
/petsc/src/dm/dt/dualspace/makefile
/petsc/src/dm/dt/fe/impls/basic/makefile
/petsc/src/dm/dt/fe/impls/composite/makefile
/petsc/src/dm/dt/fe/impls/opencl/makefile
/petsc/src/dm/dt/fe/interface/ftn-custom/makefile
/petsc/src/dm/dt/fe/interface/makefile
/petsc/src/dm/dt/fe/makefile
/petsc/src/dm/dt/fv/interface/ftn-custom/makefile
/petsc/src/dm/dt/fv/interface/makefile
/petsc/src/dm/dt/fv/makefile
/petsc/src/dm/dt/interface/f90-custom/makefile
/petsc/src/dm/dt/interface/ftn-custom/makefile
/petsc/src/dm/dt/interface/makefile
/petsc/src/dm/dt/makefile
/petsc/src/dm/dt/space/impls/point/makefile
/petsc/src/dm/dt/space/impls/poly/makefile
/petsc/src/dm/dt/space/impls/ptrimmed/makefile
/petsc/src/dm/dt/space/impls/subspace/makefile
/petsc/src/dm/dt/space/impls/sum/makefile
/petsc/src/dm/dt/space/impls/tensor/makefile
/petsc/src/dm/dt/space/impls/wxy/makefile
/petsc/src/dm/dt/space/interface/makefile
/petsc/src/dm/dt/space/makefile
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/field/impls/da/makefile
/petsc/src/dm/field/impls/ds/makefile
/petsc/src/dm/field/impls/shell/makefile
/petsc/src/dm/field/interface/makefile
/petsc/src/dm/field/makefile
/petsc/src/dm/impls/composite/f90-custom/makefile
/petsc/src/dm/impls/composite/ftn-custom/makefile
/petsc/src/dm/impls/composite/makefile
/petsc/src/dm/impls/da/f90-custom/makefile
/petsc/src/dm/impls/da/ftn-custom/makefile
/petsc/src/dm/impls/da/hypre/makefile
/petsc/src/dm/impls/da/kokkos/makefile
/petsc/src/dm/impls/da/makefile
/petsc/src/dm/impls/da/usfft/makefile
/petsc/src/dm/impls/forest/makefile
/petsc/src/dm/impls/forest/p4est/makefile
/petsc/src/dm/impls/moab/makefile
/petsc/src/dm/impls/network/makefile
/petsc/src/dm/impls/patch/makefile
/petsc/src/dm/impls/plex/adaptors/makefile
/petsc/src/dm/impls/plex/adaptors/mmg/makefile
/petsc/src/dm/impls/plex/adaptors/parmmg/makefile
/petsc/src/dm/impls/plex/adaptors/pragmatic/makefile
/petsc/src/dm/impls/plex/cgns/makefile
/petsc/src/dm/impls/plex/f90-custom/makefile
/petsc/src/dm/impls/plex/ftn-custom/makefile
/petsc/src/dm/impls/plex/generators/ctetgen/makefile
/petsc/src/dm/impls/plex/generators/tetgen/makefile
/petsc/src/dm/impls/plex/generators/triangle/makefile
/petsc/src/dm/impls/plex/makefile
/petsc/src/dm/impls/plex/transform/impls/extrude/makefile
/petsc/src/dm/impls/plex/transform/impls/filter/makefile
/petsc/src/dm/impls/plex/transform/impls/refine/1d/makefile
/petsc/src/dm/impls/plex/transform/impls/refine/alfeld/makefile
/petsc/src/dm/impls/plex/transform/impls/refine/bl/makefile
/petsc/src/dm/impls/plex/transform/impls/refine/regular/makefile
/petsc/src/dm/impls/plex/transform/impls/refine/sbr/makefile
/petsc/src/dm/impls/plex/transform/impls/refine/tobox/makefile
/petsc/src/dm/impls/plex/transform/interface/makefile
/petsc/src/dm/impls/product/makefile
/petsc/src/dm/impls/redundant/makefile
/petsc/src/dm/impls/shell/ftn-custom/makefile
/petsc/src/dm/impls/shell/makefile
/petsc/src/dm/impls/sliced/makefile
/petsc/src/dm/impls/stag/makefile
/petsc/src/dm/impls/swarm/f90-custom/makefile
/petsc/src/dm/impls/swarm/ftn-custom/makefile
/petsc/src/dm/impls/swarm/makefile
/petsc/src/dm/interface/ftn-custom/makefile
/petsc/src/dm/interface/makefile
/petsc/src/dm/label/ftn-custom/makefile
/petsc/src/dm/label/impls/ephemeral/makefile
/petsc/src/dm/label/impls/ephemeral/plex/makefile
/petsc/src/dm/label/makefile
/petsc/src/dm/makefile
/petsc/src/dm/partitioner/impls/chaco/makefile
/petsc/src/dm/partitioner/impls/gather/makefile
/petsc/src/dm/partitioner/impls/matpart/makefile
/petsc/src/dm/partitioner/impls/parmetis/makefile
/petsc/src/dm/partitioner/impls/ptscotch/makefile
/petsc/src/dm/partitioner/impls/shell/makefile
/petsc/src/dm/partitioner/impls/simple/makefile
/petsc/src/dm/partitioner/interface/ftn-custom/makefile
/petsc/src/dm/partitioner/interface/makefile
/petsc/src/ksp/f90-mod/makefile
/petsc/src/ksp/ksp/guess/impls/fischer/makefile
/petsc/src/ksp/ksp/guess/impls/pod/makefile
/petsc/src/ksp/ksp/guess/makefile
/petsc/src/ksp/ksp/impls/bcgs/fbcgs/makefile
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/makefile
/petsc/src/ksp/ksp/impls/bcgs/makefile
/petsc/src/ksp/ksp/impls/bcgs/pipebcgs/makefile
/petsc/src/ksp/ksp/impls/bcgs/qmrcgs/makefile
/petsc/src/ksp/ksp/impls/bcgsl/makefile
/petsc/src/ksp/ksp/impls/bicg/makefile
/petsc/src/ksp/ksp/impls/cg/cgne/makefile
/petsc/src/ksp/ksp/impls/cg/gltr/makefile
/petsc/src/ksp/ksp/impls/cg/groppcg/makefile
/petsc/src/ksp/ksp/impls/cg/makefile
/petsc/src/ksp/ksp/impls/cg/nash/makefile
/petsc/src/ksp/ksp/impls/cg/pipecg/makefile
/petsc/src/ksp/ksp/impls/cg/pipecg2/makefile
/petsc/src/ksp/ksp/impls/cg/pipecgrr/makefile
/petsc/src/ksp/ksp/impls/cg/pipelcg/makefile
/petsc/src/ksp/ksp/impls/cg/pipeprcg/makefile
/petsc/src/ksp/ksp/impls/cg/stcg/makefile
/petsc/src/ksp/ksp/impls/cgs/makefile
/petsc/src/ksp/ksp/impls/cheby/makefile
/petsc/src/ksp/ksp/impls/cr/makefile
/petsc/src/ksp/ksp/impls/cr/pipecr/makefile
/petsc/src/ksp/ksp/impls/fcg/makefile
/petsc/src/ksp/ksp/impls/fcg/pipefcg/makefile
/petsc/src/ksp/ksp/impls/fetidp/makefile
/petsc/src/ksp/ksp/impls/gcr/makefile
/petsc/src/ksp/ksp/impls/gcr/pipegcr/makefile
/petsc/src/ksp/ksp/impls/gmres/agmres/makefile
/petsc/src/ksp/ksp/impls/gmres/dgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/ftn-custom/makefile
/petsc/src/ksp/ksp/impls/gmres/lgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/makefile
/petsc/src/ksp/ksp/impls/gmres/pgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/makefile
/petsc/src/ksp/ksp/impls/hpddm/cuda/makefile
/petsc/src/ksp/ksp/impls/hpddm/makefile
/petsc/src/ksp/ksp/impls/ibcgs/makefile
/petsc/src/ksp/ksp/impls/lcd/makefile
/petsc/src/ksp/ksp/impls/lsqr/makefile
/petsc/src/ksp/ksp/impls/minres/makefile
/petsc/src/ksp/ksp/impls/preonly/makefile
/petsc/src/ksp/ksp/impls/python/ftn-custom/makefile
/petsc/src/ksp/ksp/impls/python/makefile
/petsc/src/ksp/ksp/impls/qcg/makefile
/petsc/src/ksp/ksp/impls/rich/makefile
/petsc/src/ksp/ksp/impls/symmlq/makefile
/petsc/src/ksp/ksp/impls/tcqmr/makefile
/petsc/src/ksp/ksp/impls/tfqmr/makefile
/petsc/src/ksp/ksp/impls/tsirm/makefile
/petsc/src/ksp/ksp/interface/f90-custom/makefile
/petsc/src/ksp/ksp/interface/ftn-custom/makefile
/petsc/src/ksp/ksp/interface/makefile
/petsc/src/ksp/ksp/interface/saws/makefile
/petsc/src/ksp/ksp/makefile
/petsc/src/ksp/ksp/utils/lmvm/bfgs/makefile
/petsc/src/ksp/ksp/utils/lmvm/brdn/makefile
/petsc/src/ksp/ksp/utils/lmvm/dfp/makefile
/petsc/src/ksp/ksp/utils/lmvm/diagbrdn/makefile
/petsc/src/ksp/ksp/utils/lmvm/makefile
/petsc/src/ksp/ksp/utils/lmvm/sr1/makefile
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/makefile
/petsc/src/ksp/ksp/utils/makefile
/petsc/src/ksp/ksp/utils/schurm/makefile
/petsc/src/ksp/pc/impls/amgx/makefile
/petsc/src/ksp/pc/impls/asm/ftn-custom/makefile
/petsc/src/ksp/pc/impls/asm/makefile
/petsc/src/ksp/pc/impls/bddc/ftn-custom/makefile
/petsc/src/ksp/pc/impls/bddc/makefile
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/makefile
/petsc/src/ksp/pc/impls/bjacobi/ftn-custom/makefile
/petsc/src/ksp/pc/impls/bjacobi/makefile
/petsc/src/ksp/pc/impls/chowiluviennacl/makefile
/petsc/src/ksp/pc/impls/chowiluviennaclcuda/makefile
/petsc/src/ksp/pc/impls/composite/ftn-custom/makefile
/petsc/src/ksp/pc/impls/composite/makefile
/petsc/src/ksp/pc/impls/cp/makefile
/petsc/src/ksp/pc/impls/deflation/makefile
/petsc/src/ksp/pc/impls/eisens/makefile
/petsc/src/ksp/pc/impls/factor/cholesky/makefile
/petsc/src/ksp/pc/impls/factor/ftn-custom/makefile
/petsc/src/ksp/pc/impls/factor/icc/makefile
/petsc/src/ksp/pc/impls/factor/ilu/makefile
/petsc/src/ksp/pc/impls/factor/lu/makefile
/petsc/src/ksp/pc/impls/factor/makefile
/petsc/src/ksp/pc/impls/factor/qr/makefile
/petsc/src/ksp/pc/impls/fieldsplit/ftn-custom/makefile
/petsc/src/ksp/pc/impls/fieldsplit/makefile
/petsc/src/ksp/pc/impls/galerkin/makefile
/petsc/src/ksp/pc/impls/gamg/ftn-custom/makefile
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/ksp/pc/impls/gasm/ftn-custom/makefile
/petsc/src/ksp/pc/impls/gasm/makefile
/petsc/src/ksp/pc/impls/h2opus/makefile
/petsc/src/ksp/pc/impls/hmg/makefile
/petsc/src/ksp/pc/impls/hpddm/makefile
/petsc/src/ksp/pc/impls/hypre/ftn-custom/makefile
/petsc/src/ksp/pc/impls/hypre/makefile
/petsc/src/ksp/pc/impls/is/makefile
/petsc/src/ksp/pc/impls/is/nn/makefile
/petsc/src/ksp/pc/impls/jacobi/makefile
/petsc/src/ksp/pc/impls/kaczmarz/makefile
/petsc/src/ksp/pc/impls/ksp/makefile
/petsc/src/ksp/pc/impls/lmvm/makefile
/petsc/src/ksp/pc/impls/lsc/makefile
/petsc/src/ksp/pc/impls/mat/makefile
/petsc/src/ksp/pc/impls/mg/ftn-custom/makefile
/petsc/src/ksp/pc/impls/mg/makefile
/petsc/src/ksp/pc/impls/ml/makefile
/petsc/src/ksp/pc/impls/mpi/makefile
/petsc/src/ksp/pc/impls/none/makefile
/petsc/src/ksp/pc/impls/parms/makefile
/petsc/src/ksp/pc/impls/patch/makefile
/petsc/src/ksp/pc/impls/pbjacobi/cuda/makefile
/petsc/src/ksp/pc/impls/pbjacobi/kokkos/makefile
/petsc/src/ksp/pc/impls/pbjacobi/makefile
/petsc/src/ksp/pc/impls/python/ftn-custom/makefile
/petsc/src/ksp/pc/impls/python/makefile
/petsc/src/ksp/pc/impls/redistribute/makefile
/petsc/src/ksp/pc/impls/redundant/makefile
/petsc/src/ksp/pc/impls/rowscalingviennacl/makefile
/petsc/src/ksp/pc/impls/rowscalingviennaclcuda/makefile
/petsc/src/ksp/pc/impls/saviennacl/makefile
/petsc/src/ksp/pc/impls/saviennaclcuda/makefile
/petsc/src/ksp/pc/impls/shell/ftn-custom/makefile
/petsc/src/ksp/pc/impls/shell/makefile
/petsc/src/ksp/pc/impls/sor/makefile
/petsc/src/ksp/pc/impls/spai/makefile
/petsc/src/ksp/pc/impls/svd/makefile
/petsc/src/ksp/pc/impls/telescope/makefile
/petsc/src/ksp/pc/impls/tfs/makefile
/petsc/src/ksp/pc/impls/vpbjacobi/cuda/makefile
/petsc/src/ksp/pc/impls/vpbjacobi/kokkos/makefile
/petsc/src/ksp/pc/impls/vpbjacobi/makefile
/petsc/src/ksp/pc/impls/wb/makefile
/petsc/src/ksp/pc/interface/ftn-custom/makefile
/petsc/src/ksp/pc/interface/makefile
/petsc/src/ksp/pc/makefile
/petsc/src/mat/coarsen/ftn-custom/makefile
/petsc/src/mat/coarsen/impls/hem/makefile
/petsc/src/mat/coarsen/impls/mis/makefile
/petsc/src/mat/coarsen/impls/misk/makefile
/petsc/src/mat/coarsen/makefile
/petsc/src/mat/color/impls/greedy/makefile
/petsc/src/mat/color/impls/jp/makefile
/petsc/src/mat/color/impls/minpack/makefile
/petsc/src/mat/color/impls/natural/makefile
/petsc/src/mat/color/impls/power/makefile
/petsc/src/mat/color/interface/ftn-custom/makefile
/petsc/src/mat/color/interface/makefile
/petsc/src/mat/color/utils/makefile
/petsc/src/mat/f90-mod/makefile
/petsc/src/mat/ftn-custom/makefile
/petsc/src/mat/ftn-kernels/makefile
/petsc/src/mat/impls/adj/mpi/ftn-custom/makefile
/petsc/src/mat/impls/adj/mpi/makefile
/petsc/src/mat/impls/aij/mpi/aijmkl/makefile
/petsc/src/mat/impls/aij/mpi/aijperm/makefile
/petsc/src/mat/impls/aij/mpi/aijsell/makefile
/petsc/src/mat/impls/aij/mpi/clique/makefile
/petsc/src/mat/impls/aij/mpi/crl/makefile
/petsc/src/mat/impls/aij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/aij/mpi/kokkos/makefile
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/makefile
/petsc/src/mat/impls/aij/mpi/mpicusparse/makefile
/petsc/src/mat/impls/aij/mpi/mpihipsparse/makefile
/petsc/src/mat/impls/aij/mpi/mpiviennacl/makefile
/petsc/src/mat/impls/aij/mpi/mpiviennaclcuda/makefile
/petsc/src/mat/impls/aij/mpi/mumps/makefile
/petsc/src/mat/impls/aij/mpi/pastix/makefile
/petsc/src/mat/impls/aij/mpi/strumpack/makefile
/petsc/src/mat/impls/aij/mpi/superlu_dist/makefile
/petsc/src/mat/impls/aij/seq/aijmkl/makefile
/petsc/src/mat/impls/aij/seq/aijperm/makefile
/petsc/src/mat/impls/aij/seq/aijsell/makefile
/petsc/src/mat/impls/aij/seq/bas/makefile
/petsc/src/mat/impls/aij/seq/cholmod/makefile
/petsc/src/mat/impls/aij/seq/crl/ftn-kernels/makefile
/petsc/src/mat/impls/aij/seq/crl/makefile
/petsc/src/mat/impls/aij/seq/essl/makefile
/petsc/src/mat/impls/aij/seq/ftn-custom/makefile
/petsc/src/mat/impls/aij/seq/ftn-kernels/makefile
/petsc/src/mat/impls/aij/seq/klu/makefile
/petsc/src/mat/impls/aij/seq/kokkos/makefile
/petsc/src/mat/impls/aij/seq/lusol/makefile
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matlab/makefile
/petsc/src/mat/impls/aij/seq/mkl_pardiso/makefile
/petsc/src/mat/impls/aij/seq/seqcusparse/makefile
/petsc/src/mat/impls/aij/seq/seqhipsparse/makefile
/petsc/src/mat/impls/aij/seq/seqviennacl/makefile
/petsc/src/mat/impls/aij/seq/seqviennaclcuda/makefile
/petsc/src/mat/impls/aij/seq/spqr/makefile
/petsc/src/mat/impls/aij/seq/superlu/makefile
/petsc/src/mat/impls/aij/seq/umfpack/makefile
/petsc/src/mat/impls/baij/mpi/baijmkl/ftn-custom/makefile
/petsc/src/mat/impls/baij/mpi/baijmkl/makefile
/petsc/src/mat/impls/baij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/seq/baijmkl/ftn-custom/makefile
/petsc/src/mat/impls/baij/seq/baijmkl/makefile
/petsc/src/mat/impls/baij/seq/ftn-custom/makefile
/petsc/src/mat/impls/baij/seq/ftn-kernels/makefile
/petsc/src/mat/impls/baij/seq/makefile
/petsc/src/mat/impls/blockmat/seq/makefile
/petsc/src/mat/impls/cdiagonal/makefile
/petsc/src/mat/impls/centering/makefile
/petsc/src/mat/impls/composite/makefile
/petsc/src/mat/impls/cufft/makefile
/petsc/src/mat/impls/dense/mpi/cupm/cuda/makefile
/petsc/src/mat/impls/dense/mpi/cupm/hip/makefile
/petsc/src/mat/impls/dense/mpi/cupm/makefile
/petsc/src/mat/impls/dense/mpi/ftn-custom/makefile
/petsc/src/mat/impls/dense/mpi/makefile
/petsc/src/mat/impls/dense/seq/cupm/cuda/makefile
/petsc/src/mat/impls/dense/seq/cupm/hip/makefile
/petsc/src/mat/impls/dense/seq/cupm/makefile
/petsc/src/mat/impls/dense/seq/ftn-custom/makefile
/petsc/src/mat/impls/dense/seq/makefile
/petsc/src/mat/impls/dummy/makefile
/petsc/src/mat/impls/elemental/makefile
/petsc/src/mat/impls/fft/fftw/makefile
/petsc/src/mat/impls/fft/ftn-custom/makefile
/petsc/src/mat/impls/fft/makefile
/petsc/src/mat/impls/h2opus/cuda/makefile
/petsc/src/mat/impls/h2opus/makefile
/petsc/src/mat/impls/htool/makefile
/petsc/src/mat/impls/hypre/makefile
/petsc/src/mat/impls/is/makefile
/petsc/src/mat/impls/kaij/makefile
/petsc/src/mat/impls/localref/makefile
/petsc/src/mat/impls/lrc/makefile
/petsc/src/mat/impls/maij/makefile
/petsc/src/mat/impls/mffd/ftn-custom/makefile
/petsc/src/mat/impls/mffd/makefile
/petsc/src/mat/impls/nest/ftn-custom/makefile
/petsc/src/mat/impls/nest/makefile
/petsc/src/mat/impls/normal/makefile
/petsc/src/mat/impls/preallocator/makefile
/petsc/src/mat/impls/python/ftn-custom/makefile
/petsc/src/mat/impls/python/makefile
/petsc/src/mat/impls/sbaij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/seq/cholmod/makefile
/petsc/src/mat/impls/sbaij/seq/ftn-custom/makefile
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/scalapack/makefile
/petsc/src/mat/impls/scatter/makefile
/petsc/src/mat/impls/sell/mpi/makefile
/petsc/src/mat/impls/sell/seq/ftn-custom/makefile
/petsc/src/mat/impls/sell/seq/makefile
/petsc/src/mat/impls/shell/ftn-custom/makefile
/petsc/src/mat/impls/shell/makefile
/petsc/src/mat/impls/submat/makefile
/petsc/src/mat/impls/transpose/makefile
/petsc/src/mat/interface/f90-custom/makefile
/petsc/src/mat/interface/ftn-custom/makefile
/petsc/src/mat/interface/makefile
/petsc/src/mat/makefile
/petsc/src/mat/matfd/ftn-custom/makefile
/petsc/src/mat/matfd/makefile
/petsc/src/mat/order/amd/makefile
/petsc/src/mat/order/ftn-custom/makefile
/petsc/src/mat/order/makefile
/petsc/src/mat/order/metisnd/makefile
/petsc/src/mat/partition/ftn-custom/makefile
/petsc/src/mat/partition/impls/chaco/makefile
/petsc/src/mat/partition/impls/hierarchical/makefile
/petsc/src/mat/partition/impls/party/ftn-custom/makefile
/petsc/src/mat/partition/impls/party/makefile
/petsc/src/mat/partition/impls/pmetis/makefile
/petsc/src/mat/partition/impls/scotch/makefile
/petsc/src/mat/partition/makefile
/petsc/src/mat/utils/makefile
/petsc/src/snes/f90-mod/makefile
/petsc/src/snes/impls/composite/makefile
/petsc/src/snes/impls/fas/makefile
/petsc/src/snes/impls/gs/makefile
/petsc/src/snes/impls/ksponly/makefile
/petsc/src/snes/impls/ls/makefile
/petsc/src/snes/impls/ms/makefile
/petsc/src/snes/impls/multiblock/makefile
/petsc/src/snes/impls/nasm/makefile
/petsc/src/snes/impls/ncg/makefile
/petsc/src/snes/impls/ngmres/makefile
/petsc/src/snes/impls/ntrdc/makefile
/petsc/src/snes/impls/patch/makefile
/petsc/src/snes/impls/python/ftn-custom/makefile
/petsc/src/snes/impls/python/makefile
/petsc/src/snes/impls/qn/makefile
/petsc/src/snes/impls/richardson/makefile
/petsc/src/snes/impls/shell/ftn-custom/makefile
/petsc/src/snes/impls/shell/makefile
/petsc/src/snes/impls/tr/makefile
/petsc/src/snes/impls/vi/makefile
/petsc/src/snes/impls/vi/rs/makefile
/petsc/src/snes/impls/vi/ss/makefile
/petsc/src/snes/interface/f90-custom/makefile
/petsc/src/snes/interface/ftn-custom/makefile
/petsc/src/snes/interface/makefile
/petsc/src/snes/interface/noise/makefile
/petsc/src/snes/interface/saws/makefile
/petsc/src/snes/linesearch/impls/basic/makefile
/petsc/src/snes/linesearch/impls/bt/makefile
/petsc/src/snes/linesearch/impls/cp/makefile
/petsc/src/snes/linesearch/impls/l2/makefile
/petsc/src/snes/linesearch/impls/nleqerr/makefile
/petsc/src/snes/linesearch/impls/shell/ftn-custom/makefile
/petsc/src/snes/linesearch/impls/shell/makefile
/petsc/src/snes/linesearch/interface/ftn-custom/makefile
/petsc/src/snes/linesearch/interface/makefile
/petsc/src/snes/linesearch/makefile
/petsc/src/snes/makefile
/petsc/src/snes/mf/makefile
/petsc/src/snes/utils/ftn-custom/makefile
/petsc/src/snes/utils/makefile
/petsc/src/sys/ams/makefile
/petsc/src/sys/classes/bag/f2003-src/fsrc/makefile
/petsc/src/sys/classes/bag/f90-custom/makefile
/petsc/src/sys/classes/bag/ftn-custom/makefile
/petsc/src/sys/classes/bag/makefile
/petsc/src/sys/classes/draw/impls/image/makefile
/petsc/src/sys/classes/draw/impls/null/makefile
/petsc/src/sys/classes/draw/impls/tikz/makefile
/petsc/src/sys/classes/draw/impls/win32/makefile
/petsc/src/sys/classes/draw/impls/x/ftn-custom/makefile
/petsc/src/sys/classes/draw/impls/x/makefile
/petsc/src/sys/classes/draw/interface/ftn-custom/makefile
/petsc/src/sys/classes/draw/interface/makefile
/petsc/src/sys/classes/draw/makefile
/petsc/src/sys/classes/draw/utils/ftn-custom/makefile
/petsc/src/sys/classes/draw/utils/makefile
/petsc/src/sys/classes/matlabengine/ftn-custom/makefile
/petsc/src/sys/classes/matlabengine/makefile
/petsc/src/sys/classes/random/impls/curand/makefile
/petsc/src/sys/classes/random/impls/rand/makefile
/petsc/src/sys/classes/random/impls/rand48/makefile
/petsc/src/sys/classes/random/impls/rander48/makefile
/petsc/src/sys/classes/random/impls/random123/makefile
/petsc/src/sys/classes/random/impls/sprng/makefile
/petsc/src/sys/classes/random/interface/ftn-custom/makefile
/petsc/src/sys/classes/random/interface/makefile
/petsc/src/sys/classes/random/makefile
/petsc/src/sys/classes/viewer/impls/adios/makefile
/petsc/src/sys/classes/viewer/impls/ams/makefile
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/ascii/makefile
/petsc/src/sys/classes/viewer/impls/binary/f90-custom/makefile
/petsc/src/sys/classes/viewer/impls/binary/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/binary/makefile
/petsc/src/sys/classes/viewer/impls/cgns/makefile
/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/draw/makefile
/petsc/src/sys/classes/viewer/impls/glvis/makefile
/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/hdf5/makefile
/petsc/src/sys/classes/viewer/impls/mathematica/makefile
/petsc/src/sys/classes/viewer/impls/matlab/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/matlab/makefile
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/socket/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/socket/makefile
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/bread.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/makefile
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/mex-files/bread.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/mex-files/makefile
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/mex-files/sclose.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/mex-files/sopen.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/mex-files/sread.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/mex-files/swrite.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/sclose.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/sopen.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/sread.c
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/swrite.c
/petsc/src/sys/classes/viewer/impls/string/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/string/makefile
/petsc/src/sys/classes/viewer/impls/vtk/ftn-custom/makefile
/petsc/src/sys/classes/viewer/impls/vtk/makefile
/petsc/src/sys/classes/viewer/impls/vu/makefile
/petsc/src/sys/classes/viewer/interface/ftn-custom/makefile
/petsc/src/sys/classes/viewer/interface/makefile
/petsc/src/sys/classes/viewer/makefile
/petsc/src/sys/dll/cxx/makefile
/petsc/src/sys/dll/makefile
/petsc/src/sys/error/ftn-custom/makefile
/petsc/src/sys/error/makefile
/petsc/src/sys/f90-custom/makefile
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-src/fsrc/makefile
/petsc/src/sys/f90-src/makefile
/petsc/src/sys/fileio/ftn-custom/makefile
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fsrc/makefile
/petsc/src/sys/ftn-custom/makefile
/petsc/src/sys/info/ftn-custom/makefile
/petsc/src/sys/info/makefile
/petsc/src/sys/logging/ftn-custom/makefile
/petsc/src/sys/logging/makefile
/petsc/src/sys/logging/utils/makefile
/petsc/src/sys/memory/cuda/makefile
/petsc/src/sys/memory/ftn-custom/makefile
/petsc/src/sys/memory/hip/makefile
/petsc/src/sys/memory/makefile
/petsc/src/sys/mpiuni/f90-mod/makefile
/petsc/src/sys/mpiuni/fsrc/makefile
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/objects/cxx/makefile
/petsc/src/sys/objects/device/impls/cupm/cuda/makefile
/petsc/src/sys/objects/device/impls/cupm/hip/makefile
/petsc/src/sys/objects/device/impls/cupm/makefile
/petsc/src/sys/objects/device/impls/host/makefile
/petsc/src/sys/objects/device/impls/makefile
/petsc/src/sys/objects/device/impls/sycl/makefile
/petsc/src/sys/objects/device/interface/makefile
/petsc/src/sys/objects/device/util/makefile
/petsc/src/sys/objects/f2003-src/fsrc/makefile
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/kokkos/makefile
/petsc/src/sys/objects/makefile
/petsc/src/sys/perfstubs/makefile
/petsc/src/sys/python/ftn-custom/makefile
/petsc/src/sys/python/makefile
/petsc/src/sys/time/ftn-custom/makefile
/petsc/src/sys/time/makefile
/petsc/src/sys/totalview/makefile
/petsc/src/sys/utils/ftn-custom/makefile
/petsc/src/sys/utils/ftn-kernels/makefile
/petsc/src/sys/utils/makefile
/petsc/src/sys/webclient/makefile
/petsc/src/sys/webclient/tutorials/makefile
/petsc/src/tao/bound/impls/blmvm/makefile
/petsc/src/tao/bound/impls/bncg/makefile
/petsc/src/tao/bound/impls/bnk/makefile
/petsc/src/tao/bound/impls/bqnk/makefile
/petsc/src/tao/bound/impls/bqnls/makefile
/petsc/src/tao/bound/impls/tron/makefile
/petsc/src/tao/bound/utils/makefile
/petsc/src/tao/complementarity/impls/asls/makefile
/petsc/src/tao/complementarity/impls/ssls/makefile
/petsc/src/tao/constrained/impls/admm/ftn-custom/makefile
/petsc/src/tao/constrained/impls/admm/makefile
/petsc/src/tao/constrained/impls/almm/makefile
/petsc/src/tao/constrained/impls/ipm/makefile
/petsc/src/tao/f90-mod/makefile
/petsc/src/tao/interface/ftn-custom/makefile
/petsc/src/tao/interface/makefile
/petsc/src/tao/leastsquares/impls/brgn/ftn-custom/makefile
/petsc/src/tao/leastsquares/impls/brgn/makefile
/petsc/src/tao/leastsquares/impls/pounders/makefile
/petsc/src/tao/linesearch/impls/armijo/makefile
/petsc/src/tao/linesearch/impls/gpcglinesearch/makefile
/petsc/src/tao/linesearch/impls/morethuente/makefile
/petsc/src/tao/linesearch/impls/owarmijo/makefile
/petsc/src/tao/linesearch/impls/unit/makefile
/petsc/src/tao/linesearch/interface/ftn-custom/makefile
/petsc/src/tao/linesearch/interface/makefile
/petsc/src/tao/makefile
/petsc/src/tao/matrix/makefile
/petsc/src/tao/pde_constrained/impls/lcl/makefile
/petsc/src/tao/python/ftn-custom/makefile
/petsc/src/tao/python/makefile
/petsc/src/tao/quadratic/impls/bqpip/makefile
/petsc/src/tao/quadratic/impls/gpcg/makefile
/petsc/src/tao/shell/makefile
/petsc/src/tao/snes/makefile
/petsc/src/tao/unconstrained/impls/bmrm/makefile
/petsc/src/tao/unconstrained/impls/cg/makefile
/petsc/src/tao/unconstrained/impls/lmvm/makefile
/petsc/src/tao/unconstrained/impls/neldermead/makefile
/petsc/src/tao/unconstrained/impls/nls/makefile
/petsc/src/tao/unconstrained/impls/ntl/makefile
/petsc/src/tao/unconstrained/impls/ntr/makefile
/petsc/src/tao/unconstrained/impls/owlqn/makefile
/petsc/src/tao/util/makefile
/petsc/src/ts/adapt/impls/basic/makefile
/petsc/src/ts/adapt/impls/cfl/makefile
/petsc/src/ts/adapt/impls/dsp/ftn-custom/makefile
/petsc/src/ts/adapt/impls/dsp/makefile
/petsc/src/ts/adapt/impls/glee/makefile
/petsc/src/ts/adapt/impls/history/makefile
/petsc/src/ts/adapt/impls/none/makefile
/petsc/src/ts/adapt/interface/ftn-custom/makefile
/petsc/src/ts/adapt/interface/makefile
/petsc/src/ts/characteristic/impls/da/makefile
/petsc/src/ts/characteristic/interface/makefile
/petsc/src/ts/characteristic/makefile
/petsc/src/ts/event/makefile
/petsc/src/ts/f90-mod/makefile
/petsc/src/ts/impls/arkimex/ftn-custom/makefile
/petsc/src/ts/impls/arkimex/makefile
/petsc/src/ts/impls/bdf/makefile
/petsc/src/ts/impls/eimex/makefile
/petsc/src/ts/impls/explicit/euler/makefile
/petsc/src/ts/impls/explicit/rk/ftn-custom/makefile
/petsc/src/ts/impls/explicit/rk/makefile
/petsc/src/ts/impls/explicit/ssp/ftn-custom/makefile
/petsc/src/ts/impls/explicit/ssp/makefile
/petsc/src/ts/impls/glee/makefile
/petsc/src/ts/impls/implicit/alpha/makefile
/petsc/src/ts/impls/implicit/discgrad/makefile
/petsc/src/ts/impls/implicit/glle/makefile
/petsc/src/ts/impls/implicit/irk/makefile
/petsc/src/ts/impls/implicit/radau5/makefile
/petsc/src/ts/impls/implicit/sundials/ftn-custom/makefile
/petsc/src/ts/impls/implicit/sundials/makefile
/petsc/src/ts/impls/implicit/theta/makefile
/petsc/src/ts/impls/mimex/makefile
/petsc/src/ts/impls/multirate/makefile
/petsc/src/ts/impls/pseudo/makefile
/petsc/src/ts/impls/python/ftn-custom/makefile
/petsc/src/ts/impls/python/makefile
/petsc/src/ts/impls/rosw/ftn-custom/makefile
/petsc/src/ts/impls/rosw/makefile
/petsc/src/ts/impls/symplectic/basicsymplectic/makefile
/petsc/src/ts/interface/ftn-custom/makefile
/petsc/src/ts/interface/makefile
/petsc/src/ts/interface/sensitivity/makefile
/petsc/src/ts/makefile
/petsc/src/ts/trajectory/impls/basic/makefile
/petsc/src/ts/trajectory/impls/memory/makefile
/petsc/src/ts/trajectory/impls/singlefile/makefile
/petsc/src/ts/trajectory/impls/visualization/makefile
/petsc/src/ts/trajectory/interface/ftn-custom/makefile
/petsc/src/ts/trajectory/interface/makefile
/petsc/src/ts/trajectory/utils/makefile
/petsc/src/ts/utils/dmplexlandau/cuda/makefile
/petsc/src/ts/utils/dmplexlandau/ftn-custom/makefile
/petsc/src/ts/utils/dmplexlandau/kokkos/makefile
/petsc/src/ts/utils/dmplexlandau/makefile
/petsc/src/ts/utils/makefile
/petsc/src/vec/f90-mod/makefile
/petsc/src/vec/is/ao/impls/basic/ftn-custom/makefile
/petsc/src/vec/is/ao/impls/basic/makefile
/petsc/src/vec/is/ao/impls/mapping/ftn-custom/makefile
/petsc/src/vec/is/ao/impls/mapping/makefile
/petsc/src/vec/is/ao/impls/memscalable/makefile
/petsc/src/vec/is/ao/interface/ftn-custom/makefile
/petsc/src/vec/is/ao/interface/makefile
/petsc/src/vec/is/ao/makefile
/petsc/src/vec/is/is/impls/block/ftn-custom/makefile
/petsc/src/vec/is/is/impls/block/makefile
/petsc/src/vec/is/is/impls/f90-custom/makefile
/petsc/src/vec/is/is/impls/general/makefile
/petsc/src/vec/is/is/impls/stride/makefile
/petsc/src/vec/is/is/interface/f90-custom/makefile
/petsc/src/vec/is/is/interface/ftn-custom/makefile
/petsc/src/vec/is/is/interface/makefile
/petsc/src/vec/is/is/makefile
/petsc/src/vec/is/is/utils/f90-custom/makefile
/petsc/src/vec/is/is/utils/ftn-custom/makefile
/petsc/src/vec/is/is/utils/makefile
/petsc/src/vec/is/section/interface/f90-custom/makefile
/petsc/src/vec/is/section/interface/ftn-custom/makefile
/petsc/src/vec/is/section/interface/makefile
/petsc/src/vec/is/section/makefile
/petsc/src/vec/is/sf/impls/basic/allgather/makefile
/petsc/src/vec/is/sf/impls/basic/allgatherv/makefile
/petsc/src/vec/is/sf/impls/basic/alltoall/makefile
/petsc/src/vec/is/sf/impls/basic/cuda/makefile
/petsc/src/vec/is/sf/impls/basic/gather/makefile
/petsc/src/vec/is/sf/impls/basic/gatherv/makefile
/petsc/src/vec/is/sf/impls/basic/hip/makefile
/petsc/src/vec/is/sf/impls/basic/kokkos/makefile
/petsc/src/vec/is/sf/impls/basic/makefile
/petsc/src/vec/is/sf/impls/basic/neighbor/makefile
/petsc/src/vec/is/sf/impls/basic/nvshmem/makefile
/petsc/src/vec/is/sf/impls/window/makefile
/petsc/src/vec/is/sf/interface/ftn-custom/makefile
/petsc/src/vec/is/sf/interface/makefile
/petsc/src/vec/is/sf/makefile
/petsc/src/vec/is/sf/utils/f90-custom/makefile
/petsc/src/vec/is/sf/utils/ftn-custom/makefile
/petsc/src/vec/is/sf/utils/makefile
/petsc/src/vec/is/utils/f90-custom/makefile
/petsc/src/vec/is/utils/ftn-custom/makefile
/petsc/src/vec/is/utils/makefile
/petsc/src/vec/pf/impls/constant/makefile
/petsc/src/vec/pf/impls/matlab/makefile
/petsc/src/vec/pf/impls/string/makefile
/petsc/src/vec/pf/interface/ftn-custom/makefile
/petsc/src/vec/pf/interface/makefile
/petsc/src/vec/pf/makefile
/petsc/src/vec/vec/impls/hypre/makefile
/petsc/src/vec/vec/impls/makefile
/petsc/src/vec/vec/impls/mpi/cupm/cuda/makefile
/petsc/src/vec/vec/impls/mpi/cupm/hip/makefile
/petsc/src/vec/vec/impls/mpi/cupm/makefile
/petsc/src/vec/vec/impls/mpi/ftn-custom/makefile
/petsc/src/vec/vec/impls/mpi/kokkos/makefile
/petsc/src/vec/vec/impls/mpi/makefile
/petsc/src/vec/vec/impls/mpi/mpiviennacl/makefile
/petsc/src/vec/vec/impls/mpi/mpiviennaclcuda/makefile
/petsc/src/vec/vec/impls/nest/ftn-custom/makefile
/petsc/src/vec/vec/impls/nest/makefile
/petsc/src/vec/vec/impls/seq/cupm/cuda/makefile
/petsc/src/vec/vec/impls/seq/cupm/hip/makefile
/petsc/src/vec/vec/impls/seq/cupm/makefile
/petsc/src/vec/vec/impls/seq/ftn-custom/makefile
/petsc/src/vec/vec/impls/seq/ftn-kernels/makefile
/petsc/src/vec/vec/impls/seq/kokkos/makefile
/petsc/src/vec/vec/impls/seq/makefile
/petsc/src/vec/vec/impls/seq/seqviennacl/makefile
/petsc/src/vec/vec/impls/seq/seqviennaclcuda/makefile
/petsc/src/vec/vec/impls/shared/makefile
/petsc/src/vec/vec/interface/f90-custom/makefile
/petsc/src/vec/vec/interface/ftn-custom/makefile
/petsc/src/vec/vec/interface/makefile
/petsc/src/vec/vec/makefile
/petsc/src/vec/vec/utils/f90-custom/makefile
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/matlab/makefile
/petsc/src/vec/vec/utils/tagger/impls/makefile
/petsc/src/vec/vec/utils/tagger/interface/makefile
/petsc/src/vec/vec/utils/tagger/makefile
5fb3f52d17-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-03-16/add-x64-x86-msmpi-search-dirs' into 'main'

Add x64 and x86 to MSMPI search directories

See merge request petsc/petsc!6192

e44e973a17-Mar-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Sort configure --help output. Core modules come first, then sort the remaining packages alphabetically

a1e2234a17-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/hypre-2.28.0' into 'main'

hypre: version 2.28.0

See merge request petsc/petsc!6198

0f7cb15317-Mar-2023 Satish Balay <balay@mcs.anl.gov>

hypre: version 2.28.0


/petsc/.clang-format
/petsc/.gitignore
/petsc/.gitlab-ci.yml
/petsc/.gitlab/CODEOWNERS
config/packages/hypre.py
/petsc/config/PETSc/Configure.py
/petsc/config/examples/arch-ci-linux-misc-32bit.py
/petsc/config/examples/arch-ci-osx-dbg.py
/petsc/config/gmakegentest.py
/petsc/doc/changes/dev.rst
/petsc/doc/community/meetings/2023/index.rst
/petsc/doc/fix_man_page_edit_links.py
/petsc/doc/manual/profiling.rst
/petsc/doc/manual/snes.rst
/petsc/include/petsc/finclude/petscsnes.h
/petsc/include/petsc/finclude/petsctao.h
/petsc/include/petsc/private/cpp/unordered_map.hpp
/petsc/include/petsc/private/petscadvancedmacros.h
/petsc/include/petsc/private/petscfvimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscerror.h
/petsc/include/petscfvceed.h
/petsc/include/petscksp.h
/petsc/include/petscmacros.h
/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/KSP.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscksp.pxi
/petsc/src/binding/petsc4py/test/test_snes.py
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/fv/interface/fvceed.c
/petsc/src/dm/dt/fv/interface/makefile
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtweakform.c
/petsc/src/dm/dt/space/impls/tensor/spacetensor.c
/petsc/src/dm/impls/plex/generators/tetgen/tetgenerate.cxx
/petsc/src/dm/impls/plex/plexceed.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/plexpartition.c
/petsc/src/dm/impls/plex/tests/ex42.c
/petsc/src/dm/impls/plex/tests/ex49.c
/petsc/src/dm/impls/plex/tests/output/ex49_fv_0.out
/petsc/src/dm/impls/swarm/tests/ex7.c
/petsc/src/ksp/f90-mod/petscksp.h
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgimpl.h
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/tutorials/network/ex1_nest.c
/petsc/src/ksp/ksp/tutorials/network/ex2.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.hpp
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparseband.hip.cpp
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matproduct.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/output/ex182_12.out
/petsc/src/mat/tests/output/ex182_15.out
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/tr/trimpl.h
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/snes/tests/ex4.c
/petsc/src/snes/tests/ex5.c
/petsc/src/snes/tests/output/ex1_4.out
/petsc/src/snes/tests/output/ex1f_4.out
/petsc/src/snes/tutorials/ex14.c
/petsc/src/snes/tutorials/ex18.c
/petsc/src/snes/tutorials/network/ex1.c
/petsc/src/snes/tutorials/output/ex14_6.out
/petsc/src/snes/tutorials/output/ex18_3.out
/petsc/src/snes/tutorials/output/ex2_2.out
/petsc/src/sys/classes/draw/utils/axisc.c
/petsc/src/sys/classes/random/impls/rander48/rander48.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/info/verboseinfo.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/objects/device/interface/mark_dcontext.cxx
/petsc/src/sys/objects/kokkos/kinit.kokkos.cxx
/petsc/src/sys/webclient/box.c
/petsc/src/sys/webclient/client.c
/petsc/src/sys/webclient/globus.c
/petsc/src/sys/webclient/google.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/interface/taosolverregi.c
/petsc/src/tao/makefile
/petsc/src/tao/snes/makefile
/petsc/src/tao/snes/taosnes.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/tutorials/output/eptorsion1_snes.out
/petsc/src/tao/unconstrained/tutorials/output/eptorsion1_snes_2.out
/petsc/src/tao/unconstrained/tutorials/output/rosenbrock1_snes.out
/petsc/src/tao/unconstrained/tutorials/output/rosenbrock1_snes_ls_armijo.out
/petsc/src/tao/unconstrained/tutorials/rosenbrock1.c
/petsc/src/ts/tutorials/ex11.c
/petsc/src/ts/tutorials/multirate/ex4.c
/petsc/src/ts/utils/dmplexlandau/kokkos/landau.kokkos.cxx
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/vec/is/sf/interface/vscat.c
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
12e0ef6508-Mar-2023 Duncan Campbell <dcampbell090498@gmail.com>

Test fix for mkstemp detection
Test newer _XOPEN_SOURCE value


/petsc/.clang-format
/petsc/.gitignore
/petsc/.gitlab-ci.yml
/petsc/.gitlab/CODEOWNERS
config/functions.py
/petsc/config/PETSc/Configure.py
/petsc/config/examples/arch-ci-linux-misc-32bit.py
/petsc/config/examples/arch-ci-osx-dbg.py
/petsc/config/gmakegentest.py
/petsc/doc/changes/dev.rst
/petsc/doc/community/meetings/2023/index.rst
/petsc/doc/fix_man_page_edit_links.py
/petsc/doc/manual/profiling.rst
/petsc/doc/manual/snes.rst
/petsc/include/petsc/finclude/petscsnes.h
/petsc/include/petsc/finclude/petsctao.h
/petsc/include/petsc/private/cpp/unordered_map.hpp
/petsc/include/petsc/private/petscadvancedmacros.h
/petsc/include/petsc/private/petscfvimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscerror.h
/petsc/include/petscfvceed.h
/petsc/include/petscksp.h
/petsc/include/petscmacros.h
/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/KSP.pyx
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/petscksp.pxi
/petsc/src/binding/petsc4py/test/test_snes.py
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/fv/interface/fvceed.c
/petsc/src/dm/dt/fv/interface/makefile
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtweakform.c
/petsc/src/dm/dt/space/impls/tensor/spacetensor.c
/petsc/src/dm/impls/network/network.c
/petsc/src/dm/impls/network/networkview.c
/petsc/src/dm/impls/plex/generators/tetgen/tetgenerate.cxx
/petsc/src/dm/impls/plex/plexceed.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/plexpartition.c
/petsc/src/dm/impls/plex/tests/ex42.c
/petsc/src/dm/impls/plex/tests/ex49.c
/petsc/src/dm/impls/plex/tests/output/ex49_fv_0.out
/petsc/src/dm/impls/swarm/tests/ex7.c
/petsc/src/ksp/f90-mod/petscksp.h
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgimpl.h
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/tutorials/network/ex1_nest.c
/petsc/src/ksp/ksp/tutorials/network/ex2.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/hpddm/pchpddm.cxx
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.hpp
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparseband.hip.cpp
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matproduct.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/output/ex182_12.out
/petsc/src/mat/tests/output/ex182_15.out
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/tr/trimpl.h
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/snes/tests/ex4.c
/petsc/src/snes/tests/ex5.c
/petsc/src/snes/tests/output/ex1_4.out
/petsc/src/snes/tests/output/ex1f_4.out
/petsc/src/snes/tutorials/ex14.c
/petsc/src/snes/tutorials/ex18.c
/petsc/src/snes/tutorials/network/ex1.c
/petsc/src/snes/tutorials/output/ex14_6.out
/petsc/src/snes/tutorials/output/ex18_3.out
/petsc/src/snes/tutorials/output/ex2_2.out
/petsc/src/sys/classes/draw/impls/image/drawimage.c
/petsc/src/sys/classes/draw/impls/tikz/tikz.c
/petsc/src/sys/classes/draw/utils/axisc.c
/petsc/src/sys/classes/random/impls/rander48/rander48.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/info/verboseinfo.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/objects/device/interface/mark_dcontext.cxx
/petsc/src/sys/objects/kokkos/kinit.kokkos.cxx
/petsc/src/sys/webclient/box.c
/petsc/src/sys/webclient/client.c
/petsc/src/sys/webclient/globus.c
/petsc/src/sys/webclient/google.c
/petsc/src/tao/bound/impls/bnk/bnk.c
/petsc/src/tao/interface/taosolverregi.c
/petsc/src/tao/makefile
/petsc/src/tao/snes/makefile
/petsc/src/tao/snes/taosnes.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/tutorials/output/eptorsion1_snes.out
/petsc/src/tao/unconstrained/tutorials/output/eptorsion1_snes_2.out
/petsc/src/tao/unconstrained/tutorials/output/rosenbrock1_snes.out
/petsc/src/tao/unconstrained/tutorials/output/rosenbrock1_snes_ls_armijo.out
/petsc/src/tao/unconstrained/tutorials/rosenbrock1.c
/petsc/src/ts/tutorials/ex11.c
/petsc/src/ts/tutorials/multirate/ex4.c
/petsc/src/ts/utils/dmplexlandau/kokkos/landau.kokkos.cxx
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/vec/is/sf/interface/vscat.c
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx

1...<<31323334353637383940>>...190