History log of /petsc/config/BuildSystem/ (Results 1226 – 1250 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
96929ab522-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Handle : in output from linker

The apple linker can produce out output like the following. Therefor filter out blank lines and lines with a single :

Linker output before filtering:
ld: warning: ld:

Handle : in output from linker

The apple linker can produce out output like the following. Therefor filter out blank lines and lines with a single :

Linker output before filtering:
ld: warning: ld: warning: object file (/var/folders/kz/5f59q5_52974cxjk0_7wkmlm0000gn/T/petsc-f21wvg8p/config.compilers/conftest.o) was built for newer macOS version (11.0) than being linked (10.15)object file (/var/folders/kz/5f59q5_52974cxjk0_7wkmlm0000gn/T/petsc-f21wvg8p/config.compilers/confc.o) was built for newer macOS version (11.0) than being linked (10.15)

ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libnetcdf.dylib) was built for newer macOS version (11.0) than being linked (10.15)
ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libpnetcdf.dylib) was built for newer macOS version (11.0) than being linked (10.15)
ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libmpi.dylib) was built for newer macOS version (11.0) than being linked (10.15)
ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libpmpi.dylib) was built for newer macOS version (11.0) than being linked (10.15)
ld: warning: dylib (/opt/homebrew/Cellar/gcc/11.3.0_2/lib/gcc/11/libgfortran.dylib) was built for newer macOS version (11.0) than being linked (10.15)
ld: warning: dylib (/opt/homebrew/Cellar/gcc/11.3.0_2/lib/gcc/11/libquadmath.dylib) was built for newer macOS version (11.0) than being linked (10.15)
ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libhdf5_hl.dylib) was built for newer macOS version (11.0) than being linked (10.15)
ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libhdf5.dylib) was built for newer macOS version (11.0) than being linked (10.15)
:
Linker output after filtering:

:

Commit-type: portability-fix, configure
Reported-by: Beth Wingate

show more ...

1261552222-Jul-2022 Pierre Jolivet <pierre@joliv.et>

configure: MUMPS 5.5.1

c07fc37f21-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-cgns' into 'main'

DMPlex: add support for writing CGNS files in parallel

See merge request petsc/petsc!5449

5f34f2dc20-Jul-2022 Jed Brown <jed@jedbrown.org>

DMPlex: add support for writing CGNS files in parallel

Also --download-cgns. This supports most kinds of quadratic and
cubic elements, plus some quartic (not supported in Paraview-5.10.1).
Parallel

DMPlex: add support for writing CGNS files in parallel

Also --download-cgns. This supports most kinds of quadratic and
cubic elements, plus some quartic (not supported in Paraview-5.10.1).
Parallel IO uses collective contiguous writes.

show more ...

7985c6a321-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

53bc7efe20-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'Fande-Kong/fix-m1-opt-fbaslapack' into 'release'

configure: fblaslapack (opt) build errors on Mac M1

See merge request petsc/petsc!5447

a234bdcb20-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix reuse of Error building that should be Error installing in various packages xxx.py file

Commit-type: housekeeping
/spend 10m

660278c026-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness

-petsc_ci - automatically set for all runs in test harness

-petsc_ci_portable_error_out

Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness

-petsc_ci - automatically set for all runs in test harness

-petsc_ci_portable_error_output - ensures all error messages (when possible are system and compiler information),
should be only used in tests that are explicitly testing the error handling

This allows proper comparisons of runs on different machines and when errors are intentionally triggered to test error handling

Commit-type: error-checking, testing-fix
/spend 5h

show more ...


/petsc/.gitlab-ci.yml
config/framework.py
/petsc/config/example_template.py
/petsc/doc/docs/changes/dev.rst
/petsc/include/petsc/private/kernels/blockinvert.h
/petsc/include/petsc/private/kernels/petscaxpy.h
/petsc/include/petsc/private/vecimpl.h
/petsc/include/petsc/private/viewerhdf5impl.h
/petsc/include/petscblaslapack.h
/petsc/include/petscerror.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscviewersaws.h
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/fe/impls/basic/febasic.c
/petsc/src/dm/dt/fe/impls/composite/fecomposite.c
/petsc/src/dm/dt/fv/interface/fv.c
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/tests/ex13.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/hypre/mhyp.c
/petsc/src/dm/impls/forest/p4est/petsc_p4est_package.c
/petsc/src/dm/impls/forest/p4est/petsc_p4est_package.h
/petsc/src/dm/impls/forest/p4est/pforest.h
/petsc/src/dm/impls/forest/p4est/tests/ex1.c
/petsc/src/dm/impls/plex/adaptors/mmgcommon.h
/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/plexhdf5.c
/petsc/src/dm/impls/plex/plexmed.c
/petsc/src/dm/impls/plex/plexmetric.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/tests/ex26.c
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/partitioner/impls/parmetis/partparmetis.c
/petsc/src/dm/tests/ex46.c
/petsc/src/ksp/ksp/guess/impls/fischer/fischer.c
/petsc/src/ksp/ksp/guess/impls/pod/pod.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresdeflation.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresorthog.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/saws/kspsaws.c
/petsc/src/ksp/ksp/tutorials/ex59.c
/petsc/src/ksp/ksp/utils/dmproject.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcscalingbasic.c
/petsc/src/ksp/pc/impls/bddc/bddcschurs.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/hpddm/hpddm.cxx
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/patch/pcpatch.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/ksp/pc/impls/tfs/gs.c
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/mat/impls/aij/mpi/strumpack/strumpack.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijmkl/baijmkl.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/htool/htool.cxx
/petsc/src/mat/impls/hypre/mhypre.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/scalapack/matscalapack.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/order/spectral.c
/petsc/src/mat/order/wbm.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/tests/ex237.c
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/ngmres/ngmresfunc.c
/petsc/src/snes/interface/saws/snessaws.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/tutorials/ex19.c
/petsc/src/snes/tutorials/output/ex19_failure_size.out
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/ams/pams.c
/petsc/src/sys/classes/draw/interface/dsave.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/viewer/impls/ams/amsopen.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/tests/ex32.c
/petsc/src/sys/tests/ex33.c
/petsc/src/sys/tests/ex47.c
/petsc/src/sys/tests/ex47f.F90
/petsc/src/sys/tests/ex48f90.F90
/petsc/src/sys/tests/ex5.c
/petsc/src/sys/tests/ex54.c
/petsc/src/sys/tests/options/ex55.c
/petsc/src/sys/tests/output/ex54_0.out
/petsc/src/sys/tests/output/ex54_1_options_file-ex54options_1h.out
/petsc/src/sys/tests/output/ex5_debug.out
/petsc/src/sys/tests/output/ex5_opt.out
/petsc/src/sys/tutorials/ex16.c
/petsc/src/sys/tutorials/ex16f.F90
/petsc/src/sys/tutorials/ex19.c
/petsc/src/sys/tutorials/ex5.c
/petsc/src/sys/utils/mathfit.c
/petsc/src/sys/utils/memc.c
/petsc/src/sys/utils/str.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/leastsquares/impls/pounders/gqt.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/interface/sensitivity/tssen.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/tutorials/ex50.c
/petsc/src/ts/tutorials/multirate/ex4.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/sf/interface/vscat.c
/petsc/src/vec/is/utils/hdf5io.c
/petsc/src/vec/vec/impls/hypre/vhyp.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/rvector.c
ef1023bd25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)

Information was often wrong; incorrect filenames and line numbers removed

Also unified naming

Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)

Information was often wrong; incorrect filenames and line numbers removed

Also unified naming for callback function stack frames

Commit-type: error-checking, debugability
/spend 2h

show more ...

2043e70205-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Cause Microsoft Windows compiler to generate only a single copy of static strings, needed by PETSc use of __func__

Many hours debugging with print statements to understand an issue

Commit-type: err

Cause Microsoft Windows compiler to generate only a single copy of static strings, needed by PETSc use of __func__

Many hours debugging with print statements to understand an issue

Commit-type: error-checking, bug-fix, portability-fix, testing-fix
/spend 4h

show more ...

65d185e720-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-07-10/add-zig-support' into 'main'

Add zig example to PETSc

See merge request petsc/petsc!5423

477e44bb19-Jul-2022 Fande Kong <fdkong.jd@gmail.com>

configure: fblaslapack (opt) build errors on Mac M1

Reproducible with:
./configure --with-mpi=0 --download-fblaslapack --with-debugging=no

Linker output after filtering:
ld: warning: could not crea

configure: fblaslapack (opt) build errors on Mac M1

Reproducible with:
./configure --with-mpi=0 --download-fblaslapack --with-debugging=no

Linker output after filtering:
ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _dgebak_: registers 25 and 26 not saved contiguously in frame

show more ...

946067a919-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


config/packages/hypre.py
/petsc/config/PETSc/Configure.py
/petsc/doc/docs/changes/dev.rst
/petsc/doc/docs/manual/ksp.rst
/petsc/include/petsc/private/dmlabelimpl.h
/petsc/include/petsc/private/petscscalapack.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdevice.h
/petsc/include/petscmat.h
/petsc/include/petsctao.h
/petsc/makefile
/petsc/share/petsc/datafiles/meshes/gmsh-3d-ascii.msh2
/petsc/share/petsc/datafiles/meshes/pyr_tet.geo
/petsc/share/petsc/datafiles/meshes/pyr_tet.msh
/petsc/src/binding/petsc4py/src/PETSc/Sys.pyx
/petsc/src/binding/petsc4py/src/PETSc/petscdef.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscsys.pxi
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgenerate.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexreorder.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plexvtk.c
/petsc/src/dm/impls/plex/tests/ex1.c
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_1.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_10.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_10_periodic_0.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_11.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_11_periodic_0.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_12.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_14_ext.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_14_ext_s2t.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_2.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_3.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_3d_legacy_v22_bin.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_4.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_5.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_6.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_7.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_8.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_9.out
/petsc/src/dm/impls/plex/tests/output/ex1_gmsh_9_periodic_0.out
/petsc/src/dm/impls/plex/tests/output/ex1_pyr_mixed_0.out
/petsc/src/dm/label/dmlabel.c
/petsc/src/ksp/ksp/tutorials/ex55.c
/petsc/src/ksp/ksp/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/tutorials/output/ex54_seqaijmkl.out
/petsc/src/ksp/ksp/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/tutorials/output/ex55_sa.out
/petsc/src/ksp/ksp/tutorials/output/ex56_nns_telescope.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_neu_approx.out
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/gamg.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/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/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/hypre/mhypre.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/scalapack/matscalapack.c
/petsc/src/mat/tests/ex123.c
/petsc/src/mat/tests/ex254.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/f90-custom/makefile
/petsc/src/sys/f90-custom/zsysf90.c
/petsc/src/sys/f90-mod/petscsys.h90
/petsc/src/sys/logging/plog.c
/petsc/src/sys/memory/mal.c
/petsc/src/tao/interface/dlregistao.c
/petsc/src/tao/interface/fdiff.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/interface/taosolverregi.c
/petsc/src/tao/tutorials/output/ex3_guess_pod.out
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/tests/ex29.c
/petsc/src/ts/tests/output/ex29_1.out
/petsc/src/ts/tests/output/ex29_2.out
/petsc/src/ts/tutorials/output/ex11_glvis_adv_2d_tet.out
/petsc/src/vec/f90-mod/petscis.h90
/petsc/src/vec/is/is/interface/f90-custom/zindexf90.c
/petsc/src/vec/is/sf/utils/f90-custom/makefile
/petsc/src/vec/is/sf/utils/f90-custom/zsfutilsf90.c
/petsc/src/vec/is/sf/utils/ftn-custom/zsfutilsf.c
/petsc/src/vec/is/utils/pmap.c
4722a4c518-Jul-2022 Mark Adams <ma2325@columbia.edu>

fix args to hypre conf with 64 bit its

da404a8311-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove linker warnings from configure that zig cc generates

Commit-type: portability
/spend 5m


config/setCompilers.py
/petsc/config/PETSc/Configure.py
/petsc/doc/conf.py
/petsc/doc/docs/changes/dev.rst
/petsc/gmakefile.test
/petsc/include/petsc/private/dmnetworkimpl.h
/petsc/include/petsc/private/hashset.h
/petsc/include/petsc/private/hashset.txt
/petsc/include/petscdm.h
/petsc/lib/petsc/conf/rules
/petsc/makefile
/petsc/src/dm/impls/network/network.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexnatural.c
/petsc/src/dm/impls/plex/tests/ex15.c
/petsc/src/dm/impls/plex/tests/ex26.c
/petsc/src/dm/impls/plex/tests/ex26f90.F90
/petsc/src/dm/impls/plex/tests/ex47.c
/petsc/src/dm/impls/plex/tests/ex62f90.F90
/petsc/src/dm/impls/plex/tests/output/ex15_0.out
/petsc/src/dm/impls/plex/tests/output/ex1_exo_0.out
/petsc/src/dm/impls/plex/tests/output/ex1_exo_1.out
/petsc/src/dm/impls/plex/tests/output/ex47_0.out
/petsc/src/dm/impls/plex/tests/output/ex47_1.out
/petsc/src/dm/impls/swarm/swarm_migrate.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/tutorials/output/swarm_ex1.out
/petsc/src/dm/tutorials/output/swarm_ex1_5.out
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/tests/ex13.c
/petsc/src/sys/f90-custom/makefile
/petsc/src/sys/f90-custom/zsysf90.c
/petsc/src/sys/f90-mod/petscsys.h90
/petsc/src/sys/memory/mal.c
/petsc/src/ts/tutorials/output/ex18_adv_0.out
/petsc/src/vec/f90-mod/petscis.h90
/petsc/src/vec/is/is/interface/f90-custom/zindexf90.c
/petsc/src/vec/is/sf/utils/f90-custom/makefile
/petsc/src/vec/is/sf/utils/f90-custom/zsfutilsf90.c
/petsc/src/vec/is/sf/utils/ftn-custom/zsfutilsf.c
/petsc/src/vec/is/sf/utils/sfutils.c
/petsc/src/vec/is/utils/pmap.c
/petsc/src/vec/vec/impls/nest/vecnest.c
b02a8feb15-Jul-2022 Pierre Jolivet <pierre@joliv.et>

configure: SuperLU_DIST 8.1.0

64f35adb11-Jul-2022 Junchao Zhang <jczhang@mcs.anl.gov>

sycl: fix a typo in a message


config/packages/sycl.py
/petsc/doc/docs/changes/dev.rst
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscmat.h
/petsc/include/petscsystypes.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/src/ksp/ksp/guess/impls/pod/pod.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/tutorials/ex54.c
/petsc/src/ksp/ksp/tutorials/ex54f.F90
/petsc/src/ksp/ksp/tutorials/ex55.c
/petsc/src/ksp/ksp/tutorials/ex56.c
/petsc/src/ksp/ksp/tutorials/ex59.c
/petsc/src/ksp/ksp/tutorials/ex71.c
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/symbrdn.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/deflation/deflation.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/util.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/mat/f90-mod/petscmat.h
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/mkl_cpardiso.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijhdf5.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/aij/seq/cholmod/aijcholmod.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/matmatmult.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/seqcusparse/aijcusparseband.cu
/petsc/src/mat/impls/aij/seq/spqr/aijspqr.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/centering/centering.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/cuda/densecuda.cu
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/h2opus/cuda/math2opus.cu
/petsc/src/mat/impls/htool/htool.cxx
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sbaij/seq/relax.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/scalapack/matscalapack.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matproduct.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex192.c
/petsc/src/mat/tutorials/ex10.c
/petsc/src/mat/tutorials/output/ex10_mpiaij.out
/petsc/src/mat/tutorials/output/ex10_mpiaij_hdf5.out
/petsc/src/mat/tutorials/output/ex10_mpiaij_hdf5_tiny.out
/petsc/src/mat/tutorials/output/ex10_mpiaij_rect_hdf5.out
/petsc/src/mat/tutorials/output/ex10_mpibaij_hdf5.out
/petsc/src/mat/tutorials/output/ex10_mpidense.out
/petsc/src/mat/tutorials/output/ex10_mpidense_hdf5.out
/petsc/src/mat/tutorials/output/ex10_mpidense_rect_hdf5.out
/petsc/src/mat/tutorials/output/ex10_seqaij.out
/petsc/src/mat/tutorials/output/ex10_seqaij_hdf5.out
/petsc/src/mat/tutorials/output/ex10_seqaij_rect_hdf5.out
/petsc/src/mat/tutorials/output/ex10_seqdense.out
/petsc/src/mat/tutorials/output/ex10_seqdense_hdf5.out
/petsc/src/mat/tutorials/output/ex10_seqdense_rect_hdf5.out
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/tests/ex13.c
/petsc/src/snes/tutorials/ex56.c
/petsc/src/sys/f90-mod/petscsys.h
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/bound/impls/bqnk/bqnk.c
/petsc/src/tao/bound/impls/bqnls/bqnls.c
/petsc/src/tao/unconstrained/impls/lmvm/lmvm.c
9505eb2a09-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-04-14/fix-rebalance' into 'main'

Major repairs for DMPlexRebalanceSharedVertices()

See merge request petsc/petsc!5234

560327c309-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-07-07/tweak-configure-error' into 'main'

have BuildSystem base.py LogError always print exit code from program even when zero

See merge request petsc/petsc!5408

7349f01008-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

47da2a4e08-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/release/update-cams' into 'release'

Update gitcommit for CAMS

See merge request petsc/petsc!5396

6a09307c15-Apr-2022 Barry Smith <bsmith@mcs.anl.gov>

Add support for efficient MatSetValues() for MPIAdj matrix (without numerical values)

Uses the same code as used in MATPreallocator

Commit-type: feature, optimization
/spend 6h

0b538a1107-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Filter out ar warning that currently stops configure

According to Bing the warning comes from outdated tools but should be fatel

Commit-type: portability-fix
/spend 10m
Reported-by: TAY wee-beng <z

Filter out ar warning that currently stops configure

According to Bing the warning comes from outdated tools but should be fatel

Commit-type: portability-fix
/spend 10m
Reported-by: TAY wee-beng <zonexo@gmail.com>

show more ...

3397ad9207-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

have BuildSystem base.py LogError always print exit code from program even when zero

Makes reading configure.log easier

Commit-type: debugability
/spend 2m


/petsc/.gitlab-ci.yml
config/base.py
/petsc/doc/docs/changes/dev.rst
/petsc/doc/docs/manual/about_this_manual.rst
/petsc/doc/docs/manual/ksp.rst
/petsc/doc/docs/manual/performance.rst
/petsc/doc/docs/manual/profiling.rst
/petsc/include/petsc/finclude/petscpc.h
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petscdm.h
/petsc/include/petscerror.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpctypes.h
/petsc/include/petscsys.h
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/forest/p4est/pforest.h
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexmetric.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/tests/ex1.c
/petsc/src/dm/impls/plex/tests/ex38.c
/petsc/src/dm/impls/plex/tests/ex60.c
/petsc/src/dm/impls/plex/tests/output/ex1_glvis_2d_quad_per_shift.out
/petsc/src/dm/impls/plex/tests/output/ex38_2d.out
/petsc/src/dm/impls/plex/tests/output/ex38_3d.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_2d_mmg.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_2d_pragmatic.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_3d_mmg.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_3d_parmmg.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_3d_pragmatic.out
/petsc/src/dm/impls/plex/transform/interface/plextransform.c
/petsc/src/dm/impls/stag/tutorials/ex6.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmcoordinates.c
/petsc/src/dm/interface/dmperiodicity.c
/petsc/src/dm/tutorials/ex2.c
/petsc/src/ksp/ksp/impls/cg/pipecgrr/pipecgrr.c
/petsc/src/ksp/ksp/tutorials/ex1.c
/petsc/src/ksp/ksp/tutorials/output/ex1_1.out
/petsc/src/ksp/ksp/tutorials/output/ex1_1_aijcusparse.out
/petsc/src/ksp/ksp/tutorials/output/ex1_2.out
/petsc/src/ksp/ksp/tutorials/output/ex1_2_aijcusparse.out
/petsc/src/ksp/ksp/tutorials/output/ex1_3.out
/petsc/src/ksp/ksp/tutorials/output/ex1_3_aijcusparse.out
/petsc/src/ksp/ksp/tutorials/output/ex1_mpi_linear_solver_server_1.out
/petsc/src/ksp/ksp/tutorials/output/ex1_mpi_linear_solver_server_2.out
/petsc/src/ksp/ksp/tutorials/output/ex1_mpi_linear_solver_server_3.out
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/mpi/makefile
/petsc/src/ksp/pc/impls/mpi/pcmpi.c
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/coarsen/impls/misk/misk.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/color/utils/weights.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/bas/spbas_cholesky.h
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/preallocator/matpreallocator.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex176.c
/petsc/src/mat/tests/ex177.c
/petsc/src/mat/tests/output/ex176.out
/petsc/src/mat/tests/output/ex176_1.out
/petsc/src/mat/tests/output/ex177.out
/petsc/src/snes/tutorials/ex12.c
/petsc/src/snes/tutorials/ex3.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/f90-mod/petscsys.h
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/objects/pinit.c
/petsc/src/tao/unconstrained/impls/bmrm/bmrm.c
/petsc/src/tao/unconstrained/impls/ntr/ntr.c
/petsc/src/ts/tutorials/ex18.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/pmap.c
4ea08f9a07-Jul-2022 Pierre Jolivet <pierre@joliv.et>

configure: hwloc 2.8.0


/petsc/.gitlab-ci.yml
config/packages/hwloc.py
/petsc/doc/docs/changes/dev.rst
/petsc/doc/docs/manual/about_this_manual.rst
/petsc/doc/docs/manual/ksp.rst
/petsc/doc/docs/manual/performance.rst
/petsc/doc/docs/manual/profiling.rst
/petsc/include/petsc/finclude/petscpc.h
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petscdm.h
/petsc/include/petscerror.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpctypes.h
/petsc/include/petscsys.h
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/forest/p4est/pforest.h
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexmetric.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/tests/ex1.c
/petsc/src/dm/impls/plex/tests/ex38.c
/petsc/src/dm/impls/plex/tests/ex60.c
/petsc/src/dm/impls/plex/tests/output/ex1_glvis_2d_quad_per_shift.out
/petsc/src/dm/impls/plex/tests/output/ex38_2d.out
/petsc/src/dm/impls/plex/tests/output/ex38_3d.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_2d_mmg.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_2d_pragmatic.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_3d_mmg.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_3d_parmmg.out
/petsc/src/dm/impls/plex/tests/output/ex60_hessian_3d_pragmatic.out
/petsc/src/dm/impls/plex/transform/interface/plextransform.c
/petsc/src/dm/impls/stag/tutorials/ex6.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmcoordinates.c
/petsc/src/dm/interface/dmperiodicity.c
/petsc/src/dm/tutorials/ex2.c
/petsc/src/ksp/ksp/impls/cg/pipecgrr/pipecgrr.c
/petsc/src/ksp/ksp/tutorials/ex1.c
/petsc/src/ksp/ksp/tutorials/output/ex1_1.out
/petsc/src/ksp/ksp/tutorials/output/ex1_1_aijcusparse.out
/petsc/src/ksp/ksp/tutorials/output/ex1_2.out
/petsc/src/ksp/ksp/tutorials/output/ex1_2_aijcusparse.out
/petsc/src/ksp/ksp/tutorials/output/ex1_3.out
/petsc/src/ksp/ksp/tutorials/output/ex1_3_aijcusparse.out
/petsc/src/ksp/ksp/tutorials/output/ex1_mpi_linear_solver_server_1.out
/petsc/src/ksp/ksp/tutorials/output/ex1_mpi_linear_solver_server_2.out
/petsc/src/ksp/ksp/tutorials/output/ex1_mpi_linear_solver_server_3.out
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/mpi/makefile
/petsc/src/ksp/pc/impls/mpi/pcmpi.c
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/coarsen/impls/misk/misk.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/color/utils/weights.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/bas/spbas_cholesky.h
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/preallocator/matpreallocator.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/tests/ex176.c
/petsc/src/mat/tests/ex177.c
/petsc/src/mat/tests/output/ex176.out
/petsc/src/mat/tests/output/ex176_1.out
/petsc/src/mat/tests/output/ex177.out
/petsc/src/snes/tutorials/ex12.c
/petsc/src/snes/tutorials/ex3.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/f90-mod/petscsys.h
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/objects/pinit.c
/petsc/src/tao/unconstrained/impls/bmrm/bmrm.c
/petsc/src/tao/unconstrained/impls/ntr/ntr.c
/petsc/src/ts/tutorials/ex18.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/pmap.c

1...<<41424344454647484950>>...190