History log of /petsc/config/BuildSystem/ (Results 826 – 850 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cedbe35e23-May-2023 Satish Balay <balay@mcs.anl.gov>

configure: switch back default to -ignoreLinkOutput=1

It was previously changed at https://gitlab.com/petsc/petsc/-/merge_requests/3855

Default of '0' caused grief when using functional compilers t

configure: switch back default to -ignoreLinkOutput=1

It was previously changed at https://gitlab.com/petsc/petsc/-/merge_requests/3855

Default of '0' caused grief when using functional compilers that have verbose messages on terminal
requiring frequent addition of new filter strings.

With the addition of "filterAlways" attribute (in the prior commit)- some configure tests
can always use the filters as needed, while the regular tests can rely on compiler error codes
[and ignore the verbose messages on terminal]

show more ...

55e3d0db20-May-2023 Satish Balay <balay@mcs.anl.gov>

configure: Fix -ignoreLinkOutput=1 mode by adding "filterAlways" attribute, an updating checkFortranLibraries()
to always use filtering.

checkFortranLibraries is not really doing a link test - but

configure: Fix -ignoreLinkOutput=1 mode by adding "filterAlways" attribute, an updating checkFortranLibraries()
to always use filtering.

checkFortranLibraries is not really doing a link test - but just using filtering of its stdout - so
its usage of filterLinkOutput() is non-standard - and should be unaffected by -ignoreLinkOutput=0/1
due to this requirement

show more ...

236d3b1c18-May-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Force MSVC to emit the right __cplusplus macro value


config/compilerOptions.py
/petsc/doc/community/bugs.rst
/petsc/doc/community/index.rst
/petsc/doc/community/meetings/2023/index.rst
/petsc/doc/developers/buildsystem.rst
/petsc/doc/developers/communication.rst
/petsc/doc/developers/contributing/developingmr.rst
/petsc/doc/developers/contributing/index.rst
/petsc/doc/developers/contributing/pipelines.rst
/petsc/doc/developers/contributing/submittingmr.rst
/petsc/doc/developers/design.rst
/petsc/doc/developers/documentation.rst
/petsc/doc/developers/index.rst
/petsc/doc/developers/mrmanagement.rst
/petsc/doc/developers/style.rst
/petsc/doc/developers/testing.rst
/petsc/doc/faq/index.rst
/petsc/include/petscmacros.h
/petsc/src/dm/dt/space/impls/wxy/spacewxy.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmgenerate.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gcr/pipegcr/pipegcr.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itres.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/color/interface/matcoloring.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/matlabengine/matlab.c
/petsc/src/sys/classes/viewer/impls/ams/ams.c
/petsc/src/sys/classes/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/socket/send.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/tests/ex17.c
/petsc/src/sys/tests/output/ex17_1.out
/petsc/src/sys/webclient/client.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/interface/taosolver_bounds.c
/petsc/src/tao/leastsquares/impls/brgn/brgn.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/ts/adapt/interface/tsadapt.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/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/pmap.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/utils/tagger/interface/taggerregi.c
/petsc/src/vec/vec/utils/vsection.c
c177bb1d20-May-2023 Satish Balay <balay@mcs.anl.gov>

configure: minor cleanup of filter code

7cdf2b9a22-May-2023 Satish Balay <balay@mcs.anl.gov>

fix earlier buggy suggestion/change in !6483


config/framework.py
/petsc/doc/community/bugs.rst
/petsc/doc/community/index.rst
/petsc/doc/community/meetings/2023/index.rst
/petsc/doc/developers/buildsystem.rst
/petsc/doc/developers/communication.rst
/petsc/doc/developers/contributing/developingmr.rst
/petsc/doc/developers/contributing/index.rst
/petsc/doc/developers/contributing/pipelines.rst
/petsc/doc/developers/contributing/submittingmr.rst
/petsc/doc/developers/design.rst
/petsc/doc/developers/documentation.rst
/petsc/doc/developers/index.rst
/petsc/doc/developers/mrmanagement.rst
/petsc/doc/developers/style.rst
/petsc/doc/developers/testing.rst
/petsc/doc/faq/index.rst
/petsc/include/petscmacros.h
/petsc/src/dm/dt/space/impls/wxy/spacewxy.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmgenerate.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gcr/pipegcr/pipegcr.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itres.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/color/interface/matcoloring.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/matlabengine/matlab.c
/petsc/src/sys/classes/viewer/impls/ams/ams.c
/petsc/src/sys/classes/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/socket/send.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/webclient/client.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/interface/taosolver_bounds.c
/petsc/src/tao/leastsquares/impls/brgn/brgn.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/ts/adapt/interface/tsadapt.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/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c
/petsc/src/vec/is/sf/interface/sfregi.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/pmap.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/utils/tagger/interface/taggerregi.c
/petsc/src/vec/vec/utils/vsection.c
231e17b418-May-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix the help strings for ignoreCompileOutput and ignoreLinkOutput


config/framework.py
config/setCompilers.py
/petsc/doc/changes/dev.rst
/petsc/doc/petsc.bib
/petsc/include/petsc/private/vecimpl.h
/petsc/include/petsclandau.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/src/dm/impls/plex/tests/output/ex1_0.out
/petsc/src/dm/impls/plex/tests/output/ex1_1.out
/petsc/src/dm/impls/plex/tutorials/output/ex1_0.out
/petsc/src/dm/impls/plex/tutorials/output/ex1_1.out
/petsc/src/dm/impls/plex/tutorials/output/ex1f90_0.out
/petsc/src/dm/impls/plex/tutorials/output/ex1f90_0_2.out
/petsc/src/dm/impls/plex/tutorials/output/ex1f90_1.out
/petsc/src/ksp/ksp/tutorials/output/ex49_hypre_nullspace.out
/petsc/src/ksp/ksp/tutorials/output/ex49_hypre_nullspace_alt.out
/petsc/src/ksp/ksp/tutorials/output/ex55_hypre_device.out
/petsc/src/ksp/ksp/tutorials/output/ex55_hypre_device_alt.out
/petsc/src/ksp/ksp/tutorials/output/ex77_deflation.out
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/bjkokkos.kokkos.cxx
/petsc/src/ksp/pc/impls/hypre/hypre.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/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h
/petsc/src/mat/impls/aij/mpi/mpihipsparse/mpiaijhipsparse.hip.cpp
/petsc/src/mat/impls/aij/mpi/mpihipsparse/mpihipsparsematimpl.h
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/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/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp
/petsc/src/mat/impls/aij/seq/seqhipsparse/hipsparsematimpl.h
/petsc/src/mat/impls/hypre/mhypre.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex254.c
/petsc/src/mat/tests/output/ex182_1.out
/petsc/src/mat/tests/output/ex182_10.out
/petsc/src/mat/tests/output/ex182_12.out
/petsc/src/mat/tests/output/ex182_15.out
/petsc/src/mat/tests/output/ex182_2.out
/petsc/src/mat/tests/output/ex182_3.out
/petsc/src/mat/tests/output/ex182_4.out
/petsc/src/mat/tests/output/ex182_5.out
/petsc/src/mat/tests/output/ex182_6.out
/petsc/src/mat/tests/output/ex182_7.out
/petsc/src/mat/tests/output/ex182_8.out
/petsc/src/mat/tests/output/ex219f_2.out
/petsc/src/mat/tutorials/ex18.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/tutorials/ex19.c
/petsc/src/snes/tutorials/output/ex19_tut_3.out
/petsc/src/sys/info/verboseinfo.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/tests/ex2.c
/petsc/src/ts/tests/ex30.c
/petsc/src/ts/tests/output/ex2_rk.out
/petsc/src/ts/tests/output/ex30_0.out
/petsc/src/ts/tests/output/ex30_3d.out
/petsc/src/ts/tutorials/output/ex31_3.out
/petsc/src/ts/tutorials/output/ex31_4.out
/petsc/src/ts/utils/dmplexlandau/kokkos/landau.kokkos.cxx
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/ts/utils/dmplexlandau/tutorials/output/ex1_re.out
/petsc/src/vec/vec/impls/mpi/cupm/vecmpicupm.hpp
/petsc/src/vec/vec/impls/mpi/kokkos/mpikok.kokkos.cxx
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/vec/impls/nest/vecnest.c
/petsc/src/vec/vec/impls/nest/vecnestimpl.h
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/cupm/vecseqcupm.hpp
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
/petsc/src/vec/vec/impls/seq/kokkos/veckokkosimpl.hpp
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/tests/ex37.c
/petsc/src/vec/vec/tests/output/ex37_1.out
/petsc/src/vec/vec/tests/output/ex37_3.out
/petsc/src/vec/vec/tests/output/ex37_4.out
/petsc/src/vec/vec/tests/output/ex37_5.out
1aa3462c21-May-2023 Lisandro Dalcin <dalcinl@gmail.com>

Fix p4est configure for MPIs without mpiexec

0f0ac93615-May-2023 YANG Zongze <yangzongze@gmail.com>

Fix configure error of p4est when PATH include space

Use shlex.quote to quote values of environments in command

719eb62420-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/update-superlu' into 'main'

configure: update SuperLU[_DIST]

See merge request petsc/petsc!6486

ffcf829023-Apr-2023 Pierre Jolivet <pierre@joliv.et>

configure: update SuperLU[_DIST]

9017fded19-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

96a6dc5618-May-2023 Junchao Zhang <jczhang@mcs.anl.gov>

Package: fix mpich configure option --with-cuda-sm=

52c275a118-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/h2opus-dmdakokkos' into 'main'

Add support for KOKKOS in H2OPUS

See merge request petsc/petsc!6408

0bc6720817-May-2023 Pierre Jolivet <pierre@joliv.et>

configure: SLEPc 3.19.1

44c4e63417-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-06/-slepc4pywithpetsc4py' into 'main'

some --download-slepc additions

See merge request petsc/petsc!6427

d06e8a3011-May-2023 Pierre Jolivet <pierre@joliv.et>

SLEPc: use snapshot with cleaner 'make check'

04a2cc5c16-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/turn-on-kokkos-libdl' into 'main'

Turn on Kokkos_ENABLE_LIBDL

See merge request petsc/petsc!6467

8a85f5a816-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

cee9ab5412-May-2023 Toby Isaac <toby.isaac@gmail.com>

Configure blis to be compatible with f2cblaslapack in complex arithmetic

Apparently compilers differ in how they handle complex number return types from fortran:
some return on the stack (GNU) other

Configure blis to be compatible with f2cblaslapack in complex arithmetic

Apparently compilers differ in how they handle complex number return types from fortran:
some return on the stack (GNU) others insert an additional argument (Intel). f2cblaslapack
is fortran that has been translated into C using the latter style. But this means that
if f2cblaslapack is going to call blis, blis has to make sure its blas compatibility layer
matches. If we don't tell blis which format to use, it guesses using the fortran compiler
that it knows about, and it might guess wrong. So we add a flag to blis
configuration to control the complex return type, and we have
f2cblaslapack set the default value of that flag when
--download-f2cblaslapack is used.

Without this change, 'mat_tests-ex120_*' tests are broken if blis returns complex numbers
on the stack. We haven't detected this yet because we do not have a blis/f2cblaslapack/complex
arch in CI.

show more ...

f680c72815-May-2023 Junchao Zhang <jczhang@mcs.anl.gov>

Package: turn on Kokkos_ENABLE_LIBDL

Profiling is useful for us and downstream users and we should turn it on when possible

The Kokkos issue raised at https://github.com/kokkos/kokkos/issues/4824 s

Package: turn on Kokkos_ENABLE_LIBDL

Profiling is useful for us and downstream users and we should turn it on when possible

The Kokkos issue raised at https://github.com/kokkos/kokkos/issues/4824 seems to have been fixed
by https://github.com/kokkos/kokkos/pull/5179

This MR effectively reverts !4890

show more ...

0fe358ee14-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


config/compilers.py
config/package.py
config/packages/BlasLapack.py
config/packages/Chaco.py
config/packages/SuiteSparse.py
config/packages/SuperLU.py
config/packages/SuperLU_DIST.py
config/packages/Trilinos.py
config/packages/libceed.py
config/packages/mkl_cpardiso.py
config/packages/mkl_pardiso.py
config/packages/ml.py
config/packages/openblas.py
config/setCompilers.py
/petsc/config/PETSc/options/indexTypes.py
/petsc/config/examples/arch-ci-linux-matlab-ilp64.py
/petsc/config/gmakegen.py
/petsc/config/gmakegentest.py
/petsc/doc/changes/2022.rst
/petsc/doc/changes/312.rst
/petsc/doc/changes/35.rst
/petsc/doc/developers/kernel.rst
/petsc/doc/faq/index.rst
/petsc/doc/install/windows.rst
/petsc/doc/manual/blas-lapack.rst
/petsc/doc/manual/fortran.rst
/petsc/doc/manual/other.rst
/petsc/doc/manual/performance.rst
/petsc/include/petsc/finclude/petscdmda.h
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/private/cupmblasinterface.hpp
/petsc/include/petsc/private/hashtable.h
/petsc/include/petsc/private/petschypre.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petscblaslapack.h
/petsc/include/petscerror.h
/petsc/include/petscsys.h
/petsc/include/petscsystypes.h
/petsc/include/petscviewerhdf5.h
/petsc/lib/petsc/bin/PetscBinaryIO.py
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/plex/tests/ex1.c
/petsc/src/dm/impls/stag/stag3d.c
/petsc/src/ksp/ksp/impls/cg/cgtype.c
/petsc/src/ksp/ksp/impls/hpddm/hpddm.cxx
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/tutorials/ex76.c
/petsc/src/ksp/ksp/tutorials/ex79.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/tfs/gs.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/seq/klu/klu.c
/petsc/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
/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/umfpack/umfpack.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex152.c
/petsc/src/snes/tutorials/output/ex19_hip_1.out
/petsc/src/snes/tutorials/output/ex19_hip_2.out
/petsc/src/sys/classes/viewer/impls/vtk/vtkvimpl.h
/petsc/src/sys/error/fp.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/xmllogevent.c
/petsc/src/sys/mpiuni/mpitime.c
/petsc/src/sys/objects/device/interface/device.cxx
/petsc/src/sys/objects/makefile
/petsc/src/sys/tutorials/ex5f90.F90
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/vec/is/ao/tests/ex4f.F90
/petsc/src/vec/is/is/tutorials/ex1f.F90
/petsc/src/vec/is/sf/impls/basic/cuda/sfcuda.cu
/petsc/src/vec/vec/interface/makefile
7de6970210-May-2023 Barry Smith <bsmith@mcs.anl.gov>

Update some discussions in the users manual

Also fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack


config/compilers.py
config/package.py
config/packages/BlasLapack.py
config/packages/Chaco.py
config/packages/SuiteSparse.py
config/packages/SuperLU.py
config/packages/SuperLU_DIST.py
config/packages/Trilinos.py
config/packages/libceed.py
config/packages/mkl_cpardiso.py
config/packages/mkl_pardiso.py
config/packages/ml.py
config/packages/openblas.py
config/setCompilers.py
/petsc/config/PETSc/options/indexTypes.py
/petsc/config/examples/arch-ci-linux-matlab-ilp64.py
/petsc/config/gmakegentest.py
/petsc/doc/changes/2022.rst
/petsc/doc/changes/312.rst
/petsc/doc/changes/35.rst
/petsc/doc/developers/kernel.rst
/petsc/doc/faq/index.rst
/petsc/doc/install/windows.rst
/petsc/doc/manual/blas-lapack.rst
/petsc/doc/manual/fortran.rst
/petsc/doc/manual/other.rst
/petsc/doc/manual/performance.rst
/petsc/include/petsc/finclude/petscdmda.h
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/private/cupmblasinterface.hpp
/petsc/include/petsc/private/hashtable.h
/petsc/include/petsc/private/logimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/petschypre.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petscblaslapack.h
/petsc/include/petscdmdatypes.h
/petsc/include/petscdrawtypes.h
/petsc/include/petscerror.h
/petsc/include/petscistypes.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petscsystypes.h
/petsc/include/petscviewerhdf5.h
/petsc/lib/petsc/bin/PetscBinaryIO.py
/petsc/lib/petsc/conf/rules.utils
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/plex/tests/ex1.c
/petsc/src/dm/impls/stag/stag3d.c
/petsc/src/ksp/ksp/impls/cg/cgtype.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/tutorials/ex76.c
/petsc/src/ksp/ksp/tutorials/ex79.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/tfs/gs.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/seq/klu/klu.c
/petsc/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
/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/umfpack/umfpack.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/tests/ex152.c
/petsc/src/snes/tutorials/output/ex19_hip_1.out
/petsc/src/snes/tutorials/output/ex19_hip_2.out
/petsc/src/sys/classes/viewer/impls/vtk/vtkvimpl.h
/petsc/src/sys/error/fp.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/logging/xmllogevent.c
/petsc/src/sys/mpiuni/mpitime.c
/petsc/src/sys/objects/device/interface/device.cxx
/petsc/src/sys/tutorials/ex5f90.F90
/petsc/src/tao/interface/taosolver.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/vec/is/ao/tests/ex4f.F90
/petsc/src/vec/is/is/tutorials/ex1f.F90
/petsc/src/vec/is/sf/impls/basic/cuda/sfcuda.cu
/petsc/src/vec/vec/interface/vector.c
7bae362d11-May-2023 Stefano Zampini <stefano.zampini@gmail.com>

configure H2OPUS: do not use dlib, only lib

9d86f58804-May-2023 Stefano Zampini <stefano.zampini@gmail.com>

Configure: add support to check if a package defines a macro

useful for example to test for some macros inside PETSc code without the need to include the relevant headers

78aafc5511-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

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