History log of /petsc/config/BuildSystem/ (Results 2051 – 2075 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
80b62af802-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master

9e48922102-Nov-2020 Satish Balay <balay@mcs.anl.gov>

PGI: update to 20.9 - and fix tests

d3ce2b8521-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

Configure: fix KOKKOS

cannot use installDir if we pass --with-kokkos-dir

6f4a367230-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-ts-ex45-conv' into 'master'

Knepley/feature ts ex45 conv

See merge request petsc/petsc!3372

3fcb428e30-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


config/package.py
config/packages/Triangle.py
/petsc/include/petsc/private/cudavecimpl.h
/petsc/include/petsc/private/sfimpl.h
/petsc/include/petscsf.h
/petsc/include/petscsftypes.h
/petsc/include/petscvec.h
/petsc/src/binding/petsc4py/src/PETSc/PETSc.pyx
/petsc/src/binding/petsc4py/src/PETSc/Scatter.pyx
/petsc/src/binding/petsc4py/src/PETSc/Vec.pyx
/petsc/src/binding/petsc4py/src/PETSc/petscdef.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscsct.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscvec.pxi
/petsc/src/binding/petsc4py/src/include/compat.h
/petsc/src/binding/petsc4py/src/include/compat/cuda.h
/petsc/src/binding/petsc4py/src/include/compat/viennacl.h
/petsc/src/binding/petsc4py/src/include/initpkg.h
/petsc/src/binding/petsc4py/test/test_object.py
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/partitioner/impls/simple/partsimple.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/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/mpimatmatmult.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/tests/ex134.c
/petsc/src/mat/tests/ex135.c
/petsc/src/mat/tests/output/ex182_11.out
/petsc/src/snes/interface/snes.c
/petsc/src/snes/tests/ex13.c
/petsc/src/snes/tests/output/ex13_bench.out
/petsc/src/snes/tests/output/ex13_cuda.out
/petsc/src/snes/tests/output/ex13_kokkos.out
/petsc/src/vec/is/sf/interface/makefile
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/vscat.c
/petsc/src/vec/is/sf/tests/ex11.c
/petsc/src/vec/is/sf/tests/ex12.c
/petsc/src/vec/is/sf/tests/ex13.c
/petsc/src/vec/is/sf/tests/ex14.c
/petsc/src/vec/is/sf/tests/ex15.c
/petsc/src/vec/is/sf/tests/ex6.c
/petsc/src/vec/is/sf/tests/ex7.c
/petsc/src/vec/is/sf/tests/ex8.c
/petsc/src/vec/is/sf/tests/ex9.c
/petsc/src/vec/is/sf/tests/output/ex11_1.out
/petsc/src/vec/is/sf/tests/output/ex12_1.out
/petsc/src/vec/is/sf/tests/output/ex13_1.out
/petsc/src/vec/is/sf/tests/output/ex14_1.out
/petsc/src/vec/is/sf/tests/output/ex14_1_alt.out
/petsc/src/vec/is/sf/tests/output/ex15_1.out
/petsc/src/vec/is/sf/tests/output/ex6_1.out
/petsc/src/vec/is/sf/tests/output/ex7_1.out
/petsc/src/vec/is/sf/tests/output/ex8_1.out
/petsc/src/vec/is/sf/tests/output/ex8_2.out
/petsc/src/vec/is/sf/tests/output/ex9_1.out
/petsc/src/vec/is/sf/tests/output/ex9_2.out
/petsc/src/vec/is/sf/tests/output/ex9_3.out
/petsc/src/vec/makefile
/petsc/src/vec/vec/impls/seq/seqcuda/makefile
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda.c
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda2.cu
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/makefile
b2d8f42430-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-package-py-updateGitDir' into 'release'

package.py: Throw useful error if updateGitDir() is entered but gitcommit is not set.

See merge request petsc/petsc!3379

55a510ac28-Oct-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

package.py: Throw useful error if updateGitDir() is entered but gitcommit is not set.

This can happen if the package used to have gitcommit specified but now it hasn't.
In this situation CONFIGURATI

package.py: Throw useful error if updateGitDir() is entered but gitcommit is not set.

This can happen if the package used to have gitcommit specified but now it hasn't.
In this situation CONFIGURATION CRASH happened due to accessing/concatenating None.

show more ...

e1caf6c929-Oct-2020 Matthew G. Knepley <knepley@gmail.com>

Configure: Shut off timer in Triangle
- It breaks with new GNU compilers

8829969927-Oct-2020 Stefano Zampini <stefano.zampini@gmail.com>

configure KOKKOS and KOKKOS-KERNELS: install in lib, not in lib64

bf5be06326-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master

65ffe15725-Oct-2020 prj- <pierre@joliv.et>

MUMPS: update to version 5.3.5

21978dda25-Oct-2020 Matthew G. Knepley <knepley@gmail.com>

Configure: Bump CTetGen version

c314f6a825-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-10/update-adol-c-commit' into 'master'

Update ADOL-C version to use; a pull request has been made for the fix for Adol-C

See merge request petsc/petsc!3337

b5dd42a124-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Support MED without fortran compiler

Commit-type: portability-fix
/spend 2m
Reported-by: Yang Zongze


/petsc/.gitignore
/petsc/.gitlab-ci.yml
/petsc/.gitlab/CODEOWNERS
config/packages/med.py
/petsc/config/examples/arch-ci-linux-hip-double.py
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/sfimpl.h
/petsc/include/petscsf.h
/petsc/include/petscsys.h
/petsc/include/petscsystypes.h
/petsc/include/petscvec.h
/petsc/lib/petsc/bin/maint/builddist
/petsc/lib/petsc/bin/maint/check-ci-settings.sh
/petsc/lib/petsc/bin/maint/check-merge-branch.sh
/petsc/lib/petsc/bin/maint/rebuildtar
/petsc/src/benchmarks/makefile
/petsc/src/binding/petsc4py/src/PETSc/KSP.pyx
/petsc/src/binding/petsc4py/src/PETSc/Mat.pyx
/petsc/src/binding/petsc4py/src/PETSc/PC.pyx
/petsc/src/binding/petsc4py/src/PETSc/SF.pyx
/petsc/src/binding/petsc4py/src/PETSc/TAO.pyx
/petsc/src/binding/petsc4py/src/PETSc/TS.pyx
/petsc/src/binding/petsc4py/src/PETSc/Vec.pyx
/petsc/src/binding/petsc4py/src/PETSc/Viewer.pyx
/petsc/src/binding/petsc4py/src/PETSc/petscksp.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscmat.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscpc.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscsf.pxi
/petsc/src/binding/petsc4py/src/PETSc/petsctao.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscts.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscvec.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscvwr.pxi
/petsc/src/dm/dt/fv/interface/fv.c
/petsc/src/dm/dt/tests/ex11.c
/petsc/src/dm/dt/tests/makefile
/petsc/src/dm/dt/tests/output/ex11_1.out
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/makefile
/petsc/src/docs/sphinx_docs/developers/articles.rst
/petsc/src/docs/sphinx_docs/developers/buildsystem.rst
/petsc/src/docs/sphinx_docs/developers/contributing.rst
/petsc/src/docs/sphinx_docs/developers/documentation.rst
/petsc/src/docs/sphinx_docs/developers/integration.rst
/petsc/src/docs/sphinx_docs/developers/objects.rst
/petsc/src/docs/sphinx_docs/guides/guide_to_examples_by_physics.rst
/petsc/src/docs/sphinx_docs/manual/acknowledgements.rst
/petsc/src/docs/sphinx_docs/manual/ksp.rst
/petsc/src/docs/sphinx_docs/manual/mat.rst
/petsc/src/docs/sphinx_docs/manual/other.rst
/petsc/src/docs/sphinx_docs/manual/sensitivity_analysis.rst
/petsc/src/docs/sphinx_docs/manual/ts.rst
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/documentation/installation.html
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/tests/ex114.c
/petsc/src/mat/tests/ex75.c
/petsc/src/mat/tests/output/ex114.out
/petsc/src/mat/tests/output/ex114_3.out
/petsc/src/mat/tests/output/ex114_4.out
/petsc/src/mat/tests/output/ex114_5.out
/petsc/src/mat/tests/output/ex114_6.out
/petsc/src/mat/tests/output/ex114_7.out
/petsc/src/mat/tests/output/ex114_8.out
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/tutorials/makefile
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/cupminit.inc
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/version.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/tutorials/makefile
/petsc/src/ts/tutorials/power_grid/makefile
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vscat/impls/sf/vscatsf.c
172ef02615-Oct-2020 Pierre Jolivet <pierre@joliv.et>

configure: update hpddm.py

494210db11-Oct-2020 Pierre Jolivet <pierre@joliv.et>

PCHPDDM: move KSPSolve() from HPDDM to PETSc


/petsc/.gitlab-ci.yml
/petsc/CONTRIBUTING
/petsc/LICENSE
/petsc/README.md
config/packages/hpddm.py
/petsc/config/examples/arch-ci-linux-hip-double.py
/petsc/include/petsc/private/cudavecimpl.h
/petsc/include/petsc/private/pcgamgimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/vecimpl.h
/petsc/include/petscdmda.h
/petsc/include/petscis.h
/petsc/include/petscpc.h
/petsc/include/petscsf.h
/petsc/include/petscsys.h
/petsc/include/petscsystypes.h
/petsc/include/petscvec.h
/petsc/include/petscveckokkos.hpp
/petsc/makefile
/petsc/src/dm/dt/fv/interface/fv.c
/petsc/src/dm/dt/tests/ex11.c
/petsc/src/dm/dt/tests/makefile
/petsc/src/dm/dt/tests/output/ex11_1.out
/petsc/src/dm/impls/da/dadd.c
/petsc/src/dm/impls/patch/patch.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/tests/ex53.c
/petsc/src/dm/tests/makefile
/petsc/src/dm/tests/output/ex53_1.out
/petsc/src/dm/tests/output/ex53_2.out
/petsc/src/dm/tests/output/ex53_3.out
/petsc/src/dm/tests/output/ex53_4.out
/petsc/src/dm/tests/output/ex53_5.out
/petsc/src/dm/tutorials/ex14.c
/petsc/src/docs/sphinx_docs/_static/css/pop-up.css
/petsc/src/docs/sphinx_docs/common/editing-online.rst
/petsc/src/docs/sphinx_docs/conf.py
/petsc/src/docs/sphinx_docs/developers/contributing.rst
/petsc/src/docs/sphinx_docs/developers/copyimages.rst
/petsc/src/docs/sphinx_docs/developers/images/another-failure.png
/petsc/src/docs/sphinx_docs/developers/images/approvers.png
/petsc/src/docs/sphinx_docs/developers/images/badsource.png
/petsc/src/docs/sphinx_docs/developers/images/button-for-approvers.png
/petsc/src/docs/sphinx_docs/developers/images/cancel-pipeline.png
/petsc/src/docs/sphinx_docs/developers/images/changes-or-commits.png
/petsc/src/docs/sphinx_docs/developers/images/continued-pipeline.png
/petsc/src/docs/sphinx_docs/developers/images/error-compiling-source.png
/petsc/src/docs/sphinx_docs/developers/images/failed-examples.png
/petsc/src/docs/sphinx_docs/developers/images/find-exact-bad-job.png
/petsc/src/docs/sphinx_docs/developers/images/git-push-mr.png
/petsc/src/docs/sphinx_docs/developers/images/label-subscribe.png
/petsc/src/docs/sphinx_docs/developers/images/mr-assign.png
/petsc/src/docs/sphinx_docs/developers/images/mr-overview.png
/petsc/src/docs/sphinx_docs/developers/images/mr-select-branch.png
/petsc/src/docs/sphinx_docs/developers/images/mr-select-labels.png
/petsc/src/docs/sphinx_docs/developers/images/mr-select-target.png
/petsc/src/docs/sphinx_docs/developers/images/mr-thread-details.png
/petsc/src/docs/sphinx_docs/developers/images/mr-thread.png
/petsc/src/docs/sphinx_docs/developers/images/pipeline-configure-browse.png
/petsc/src/docs/sphinx_docs/developers/images/pipeline-configure.png
/petsc/src/docs/sphinx_docs/developers/images/pipeline-from-MR.png
/petsc/src/docs/sphinx_docs/developers/images/pipeline-pause-button.png
/petsc/src/docs/sphinx_docs/developers/images/provide-suggestion.png
/petsc/src/docs/sphinx_docs/developers/images/retry-job.png
/petsc/src/docs/sphinx_docs/developers/images/retry-pipeline.png
/petsc/src/docs/sphinx_docs/developers/images/see-mr-pipelines.png
/petsc/src/docs/sphinx_docs/developers/images/show-failure.png
/petsc/src/docs/sphinx_docs/developers/images/start-comment-on-code.png
/petsc/src/docs/sphinx_docs/developers/images/started-retry-job.png
/petsc/src/docs/sphinx_docs/developers/images/unfreed-memory.png
/petsc/src/docs/sphinx_docs/developers/images/write-review-text.png
/petsc/src/docs/sphinx_docs/developers/integration.rst
/petsc/src/docs/sphinx_docs/developers/testing.rst
/petsc/src/docs/sphinx_docs/guides/guide_to_examples_by_physics.rst
/petsc/src/docs/sphinx_docs/guides/meshing/guide_to_subsurface.rst
/petsc/src/docs/sphinx_docs/manual/about_this_manual.rst
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/ksp/ksp/tutorials/ex56.c
/petsc/src/ksp/ksp/tutorials/output/ex56_1.out
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/hpddm/hpddm.cxx
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/aij/seq/kokkos/aijkokkosimpl.hpp
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/snes/tutorials/ex3k.kokkos.cxx
/petsc/src/sys/objects/cupminit.inc
/petsc/src/sys/objects/kokkos/kinit.kokkos.cxx
/petsc/src/vec/is/section/interface/section.c
/petsc/src/vec/is/sf/impls/basic/kokkos/sfkok.kokkos.cxx
/petsc/src/vec/is/sf/impls/basic/sfpack.c
/petsc/src/vec/is/sf/makefile
/petsc/src/vec/is/sf/utils/ftn-custom/makefile
/petsc/src/vec/is/sf/utils/ftn-custom/zsfutilsf.c
/petsc/src/vec/is/sf/utils/makefile
/petsc/src/vec/is/sf/utils/sfutils.c
/petsc/src/vec/is/utils/ftn-custom/zvsectionisf.c
/petsc/src/vec/is/utils/pmap.c
/petsc/src/vec/vec/impls/mpi/kokkos/mpikok.kokkos.cxx
/petsc/src/vec/vec/impls/mpi/mpicuda/mpicuda.cu
/petsc/src/vec/vec/impls/mpi/mpiviennacl/mpiviennacl.cxx
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
/petsc/src/vec/vec/impls/seq/kokkos/veckokkosimpl.hpp
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda.c
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqviennacl/viennaclvecimpl.h
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vscat/impls/sf/vscatsf.c
0dcaa40a11-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Update ADOL-C version to use; a pull request has been made for the fix for Adol-C

Adol-C build would fail on MacOS because Swig Makefile did not pass --lib-libdir to SetUp so
it looked for the libra

Update ADOL-C version to use; a pull request has been made for the fix for Adol-C

Adol-C build would fail on MacOS because Swig Makefile did not pass --lib-libdir to SetUp so
it looked for the libraries in lib64 instead of where PETSc installed them.

Commit-type: external-package
/spend 2h

show more ...

8f561fa315-Oct-2020 Patrick Sanan <patrick.sanan@gmail.com>

Configure: add default argument for framework.require()

623b20e714-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/with-kokkos-kernels-tpl' into 'master'

Add configure option --with-kokkos-kernels-tpl=0/1

See merge request petsc/petsc!3331


config/packages/kokkos-kernels.py
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/sfimpl.h
/petsc/include/petscsf.h
/petsc/include/petscsystypes.h
/petsc/include/petscvec.h
/petsc/src/benchmarks/makefile
/petsc/src/binding/petsc4py/src/PETSc/KSP.pyx
/petsc/src/binding/petsc4py/src/PETSc/Mat.pyx
/petsc/src/binding/petsc4py/src/PETSc/PC.pyx
/petsc/src/binding/petsc4py/src/PETSc/SF.pyx
/petsc/src/binding/petsc4py/src/PETSc/TAO.pyx
/petsc/src/binding/petsc4py/src/PETSc/TS.pyx
/petsc/src/binding/petsc4py/src/PETSc/Vec.pyx
/petsc/src/binding/petsc4py/src/PETSc/Viewer.pyx
/petsc/src/binding/petsc4py/src/PETSc/petscksp.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscmat.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscpc.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscsf.pxi
/petsc/src/binding/petsc4py/src/PETSc/petsctao.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscts.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscvec.pxi
/petsc/src/binding/petsc4py/src/PETSc/petscvwr.pxi
/petsc/src/dm/interface/dm.c
/petsc/src/docs/sphinx_docs/developers/buildsystem.rst
/petsc/src/docs/sphinx_docs/developers/contributing.rst
/petsc/src/docs/sphinx_docs/developers/integration.rst
/petsc/src/docs/sphinx_docs/developers/objects.rst
/petsc/src/docs/sphinx_docs/manual/acknowledgements.rst
/petsc/src/docs/sphinx_docs/manual/ksp.rst
/petsc/src/docs/sphinx_docs/manual/mat.rst
/petsc/src/docs/sphinx_docs/manual/other.rst
/petsc/src/docs/sphinx_docs/manual/sensitivity_analysis.rst
/petsc/src/docs/sphinx_docs/manual/ts.rst
/petsc/src/docs/tex/petsc.bib
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/snes/tutorials/makefile
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/cupminit.inc
/petsc/src/sys/objects/init.c
/petsc/src/tao/constrained/impls/ipm/pdipm.c
/petsc/src/tao/constrained/impls/ipm/pdipm.h
/petsc/src/tao/constrained/tutorials/ex1.c
/petsc/src/ts/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/tutorials/makefile
/petsc/src/ts/tutorials/power_grid/makefile
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vscat/impls/sf/vscatsf.c
a9990ebc13-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-12/display-petsc4py-slepc-make-output' into 'master'

make on petsc4py and SLEPc should just display the output as it does with PETSc

See merge request petsc/petsc!3340


config/packages/petsc4py.py
config/packages/slepc.py
/petsc/config/petsc_harness.sh
/petsc/include/petsccublas.h
/petsc/include/petscdm.h
/petsc/include/petscdmtypes.h
/petsc/include/petscerror.h
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexhdf5xdmf.c
/petsc/src/dm/impls/plex/plexinterpolate.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexsection.c
/petsc/src/dm/impls/plex/tests/ex7.c
/petsc/src/dm/impls/plex/tests/output/ex7_12.out
/petsc/src/dm/impls/plex/tutorials/ex10.c
/petsc/src/dm/impls/plex/tutorials/output/ex10_0.out
/petsc/src/dm/impls/plex/tutorials/output/ex10_1.out
/petsc/src/dm/impls/plex/tutorials/output/ex10_2.out
/petsc/src/dm/impls/plex/tutorials/output/ex10_3.out
/petsc/src/dm/interface/dm.c
/petsc/src/docs/sphinx_docs/guides/guide_to_examples.rst
/petsc/src/docs/sphinx_docs/guides/meshing/guide_to_subsurface.rst
/petsc/src/docs/sphinx_docs/guides/meshing/images/extrusion.png
/petsc/src/docs/sphinx_docs/guides/meshing/images/extrusionAdaptiveParallel.png
/petsc/src/docs/sphinx_docs/guides/meshing/images/extrusionParallel.png
/petsc/src/docs/sphinx_docs/guides/meshing/images/surface.png
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/sys/error/err.c
/petsc/src/ts/tutorials/output/ex18_adv_0.out
/petsc/src/ts/tutorials/output/ex18_adv_1.out
/petsc/src/ts/tutorials/output/ex18_adv_3_ex.out
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/ts/utils/dmplexlandau/tutorials/ex2.c
4b6fad7912-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

make on petsc4py and SLEPc should just display the output as it does with PETSc

Instead of putting it in separate files that are difficult to find, especially in the CI.

Commit-type: build
/spend 1

make on petsc4py and SLEPc should just display the output as it does with PETSc

Instead of putting it in separate files that are difficult to find, especially in the CI.

Commit-type: build
/spend 10m

show more ...

ffd6200c09-Oct-2020 Pierre Jolivet <pierre@joliv.et>

PCHPDDM: new option -pc_hpddm_log_separate

f842b77f09-Oct-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Add configure option --with-kokkos-kernels-tpl=0/1

6bbb4bf410-Oct-2020 Pierre Jolivet <pierre@joliv.et>

configure: SCOTCH 6.1.0 and hypre 2.20.0

efba6e6510-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


/petsc/.gitlab-ci.yml
/petsc/.gitlab/CODEOWNERS
config/packages/kokkos-kernels.py
/petsc/config/examples/arch-ci-linux-c-exodus-dbg.py
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscsnes.h
/petsc/include/petscvec.hpp
/petsc/lib/petsc/bin/maint/check-ci-settings.sh
/petsc/lib/petsc/bin/maint/check-merge-branch.sh
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/tutorials/ex7.c
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_deluxe_layers_adapt_cuda_approx.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/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gamg/util.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/coarsen/impls/mis/mis.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/mpimatmatmult.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.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/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/tests/ex2.c
/petsc/src/mat/utils/matstash.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/tutorials/ex3k.kokkos.cxx
/petsc/src/snes/tutorials/ex76.c
/petsc/src/snes/tutorials/output/ex76_2d_tri_p2_p1_p1.out
/petsc/src/snes/tutorials/output/ex76_2d_tri_p2_p1_p1_conv.out
/petsc/src/snes/tutorials/output/ex76_2d_tri_p3_p2_p2.out
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/ts/tutorials/ex76.c
/petsc/src/ts/tutorials/output/ex76_2d_tri_p2_p1_p1.out
/petsc/src/ts/tutorials/output/ex76_2d_tri_p2_p1_p1_conv.out
/petsc/src/ts/tutorials/output/ex76_2d_tri_p2_p1_p1_sconv.out
/petsc/src/ts/tutorials/output/ex76_2d_tri_p2_p1_p1_tconv.out
/petsc/src/ts/tutorials/output/ex76_2d_tri_p3_p2_p2.out
/petsc/src/ts/utils/dmplexts.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
/petsc/src/vec/vec/impls/seq/kokkos/veckokkosimpl.hpp
/petsc/src/vec/vec/interface/vecreg.c

1...<<81828384858687888990>>...190