History log of /petsc/makefile (Results 276 – 300 of 1637)
Revision Date Author Comments
# a8af48b3 29-Mar-2021 Satish Balay <balay@mcs.anl.gov>

tarballs: switch to petsc-RELEASE.tar.gz (no docs) and petsc-with-docs-RELEASE.tar.gz (with docs)


# 4a39b367 30-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 55066b2d 29-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-02-20/fix-mpi4py-check-docs/release' into 'release'

Add test for mpi4py and clearer error message on how to PYTHONPATH to use mpi4py

See merge request petsc/petsc!3639


# b6efb0a5 29-Mar-2021 Barry Smith <bsmith@mcs.anl.gov>

Add test for mpi4py and clearer error message on how to PYTHONPATH to use mpi4py

Commit-type: error-checking,testing-fix,feature,example
/spend 2h


# 305c976a 27-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-03-06/better-gfortran-vm-check' into 'main'

Another check for gfortran killed on VM due to out of memory

See merge request petsc/petsc!3683


# a0d6870c 18-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/builddist-petsc4py' into 'main'

builddist: update to create petsc4py tarball

See merge request petsc/petsc!3720


# d1f084e6 15-Mar-2021 Satish Balay <balay@mcs.anl.gov>

builddist: update to create petsc4py tarball

Requisites:

$ pip2 list --user
Package Version
-------- -------
Cython 0.29.22
docutils 0.16
epydoc 3.0.1
numpy 1.16.6

yum install python2-setu

builddist: update to create petsc4py tarball

Requisites:

$ pip2 list --user
Package Version
-------- -------
Cython 0.29.22
docutils 0.16
epydoc 3.0.1
numpy 1.16.6

yum install python2-setuptools python3-sphinx

show more ...


# 28d184e2 06-Mar-2021 Barry Smith <bsmith@mcs.anl.gov>

Another check for gfortran killed on VM due to out of memory

Commit-type: error-checking, portability-fix
/spend 4m
Reported-by: baikadi pranay <pranayreddy865@gmail.com>


# 235129d7 26-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/switch-master-to-main' into 'master'

Balay/switch master to main

See merge request petsc/petsc!3619


# 9dddd249 10-Feb-2021 Satish Balay <balay@mcs.anl.gov>

git: switch default branch from 'master' to 'main'


# 1cff8897 03-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-11-11/docs-mofem' into 'master'

Barry/2020 11 11/docs mofem

See merge request petsc/petsc!3412


# eaf87d4b 12-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Update docs regarding Petsc4py installing, location, and add link to petsc4py docs

Commit-type: docs
/spend 1h


# 017c806d 05-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-mataij-create-fromcoo' into 'master'

Fast GPU assembly from COO data

See merge request petsc/petsc!3362


# 00b38f4f 05-Nov-2020 Satish Balay <balay@mcs.anl.gov>

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


# 36ad7b81 04-Nov-2020 Satish Balay <balay@mcs.anl.gov>

build: fix compiler info printed by info target

Reported-by: Stefano Zampini <stefano.zampini@gmail.com>


# c2305a7b 19-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-14/docs-integration' into 'master'

Improve information about testing, managing merge requests and merge reviews

See merge request petsc/petsc!3356


# 55aecb67 14-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Improve information about testing, managing merge requests and merge reviews

Commit-type: documentation
/spend 6h
Thanks-to: Alp Dener
Thanks-to: Satish Balay
Thanks-to: Scott Kruger


# 3ed8afde 29-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/reorder-alldoc' into 'master'

build sphinx docs after pdf

See merge request petsc/petsc!3267


# 1613b1c7 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

build sphinx docs after pdf


# f30f4d89 29-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-remove-latex-only-manual' into 'master'

Docs: remove old LaTeX-only manual

See merge request petsc/petsc!3239


# be79e1ff 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-sphinx-build-integrate-2' into 'master'

Docs: move Sphinx docs venv inside arch-doc-debug directory

See merge request petsc/petsc!3260


# a7457a03 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/sphinx-docs-check-rsvg-convert' into 'master'

Docs: add explicit check for rsvg-convert executable

See merge request petsc/petsc!3263


# 33834acd 28-Sep-2020 Patrick Sanan <patrick.sanan@gmail.com>

Apply 1 suggestion(s) to 1 file(s)


# 6ddd03f8 28-Sep-2020 Patrick Sanan <patrick.sanan@gmail.com>

Docs: add explicit check for rsvg-convert executable

Introduce a brittle but hopefully pragmatic check for the rsvg-convert
executable required by a Sphinx extension (which warns but does not
error

Docs: add explicit check for rsvg-convert executable

Introduce a brittle but hopefully pragmatic check for the rsvg-convert
executable required by a Sphinx extension (which warns but does not
error when this is missing).

show more ...


# 12f4e544 28-Sep-2020 Patrick Sanan <patrick.sanan@gmail.com>

Docs: move Sphinx docs venv inside arch-doc-debug directory


1...<<11121314151617181920>>...66