History log of /petsc/lib/petsc/bin/maint/createpatch (Results 1 – 18 of 18)
Revision Date Author Comments
# 49c2f904 01-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 18a88adf 28-Feb-2025 Satish Balay <balay@mcs.anl.gov>

createpatch: update download.rst -> download.md


# cdbf319e 27-Mar-2023 Satish Balay <balay@mcs.anl.gov>

createpatch: update location of petsc4py/__init__.py


# 65509078 26-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 741bbe59 26-Oct-2022 Satish Balay <balay@mcs.anl.gov>

createpatch: fix location of doc/install/download.rst


# 087fd826 12-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# faca4557 12-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/doc-split-download' into 'release'

doc: list download instructions more prominantly

See merge request petsc/petsc!4082


# c4d4074b 11-Jun-2021 Satish Balay <balay@mcs.anl.gov>

createpatch: update download/index.rst


# 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 ...


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

createpatch: update to work with changes in download/index.html


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

Merge branch 'balay/maint-to-release' into 'master'

git: changing from 'maint' to 'release' naming. Update scripts accordingly

See merge request petsc/petsc!3270


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

git: changing from 'maint' to 'release' naming. Update scripts accordingly


# 59e7829c 07-Aug-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-parallel-submesh

* master: (2931 commits)
remove N in docs for SNESQN
replaced test tolerance with PETSC_SQRT_MACHINE_EPSILON
fortran: PetscComp

Merge branch 'master' into knepley/feature-plex-parallel-submesh

* master: (2931 commits)
remove N in docs for SNESQN
replaced test tolerance with PETSC_SQRT_MACHINE_EPSILON
fortran: PetscComplex type is missing from fortran
initialize variables so that static analyzer doesn't mistakenly think they are used uninitialized.
Move access of prefix until it is actually used
Remove DMDASplitComm2d(), used in one example that was not tested
Functions that do not return PetscErrorCode should not use PetscFunctionBegin/End paradgm
remove unneeded reassignment of same value
Missing CHKERRQ(); Mostly in Tao code
Remove clang static analyser warning about passing NULL variable to strncat()
missing newline in -ts_monitor_extreme
minor fixes for integer counters
Configure: Deal with '__func__' in C89 builds with newer Clang and GCC.
Jenkinsfile: Increased timeout for tests to 5 minutes.
3.9 changes: further clarify removal of -pc_factor_mat_solver_package
Options deprecations: add "PETSc" to inline warning
removing unused variable
MatShift support added to MATSUBMAT. Mimics MATSHELL functionality. Needed for matrix-free Hessians in TAO Newton-Line-Search methods.
Add -ts_monitor_extreme
Dev manual: add note on deprecating options database keys
...

Conflicts:
src/dm/impls/plex/examples/tests/ex4.c

show more ...


# 2f07c833 14-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-snes-ex13-spectral

* master: (2350 commits)
migrate warning fix from next-tmp
Revert "Remove dead code."
clarifying comment in the code
Remove dead

Merge branch 'master' into knepley/feature-snes-ex13-spectral

* master: (2350 commits)
migrate warning fix from next-tmp
Revert "Remove dead code."
clarifying comment in the code
Remove dead code.
Add JuMP citation
Copyedits and updates to developers manual
Add more protection to intrinsics
MPI: protect arguments in MPI macros
Add the missing conditionals for 64-bit build
Plex+VTK: Fix field type determination
Fix bug in name cleanup
Bib: Added ref
Plex+VTK: Fix field type determination
Plex: Updated test output - I am now hating this shit
forgot to save file after moving prototypes to petscsys.h
update Apple example project settings per Xcode
Two functions should actually be public, used, for example from Apple MacOS and iOS programs
includes should always be included relative to include directory
Apple removed old locations of docsets
SNES ex12: Updated test output
...

Conflicts:
src/snes/examples/tutorials/ex13.c

show more ...


# 6294108e 19-Mar-2018 Toby Isaac <tisaac@cc.gatech.edu>

Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield

* origin/knepley/fix-snes-ex69: (311 commits)
PetscFECreateDefault: fix custom Fortran interface to use MPI_

Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield

* origin/knepley/fix-snes-ex69: (311 commits)
PetscFECreateDefault: fix custom Fortran interface to use MPI_Comm
SNES ex69: Updated test output
SNES ex69: Removed all mantle stuff and change fields to constants - Also use dsymutil for executables
SNES ex69: Removed special partition
SNES ex69: Fixed null space creation - Null space locks its vectors
PetscFE: PetscFECreateDefault() now takes MPI_Comm instead of DM
cleanup very ugly PCGAMG manual page
minor clarifications for VecScatterCreate() manual page
gcov: PETSC_ARCH is required onlyfor -run_gcov - and not for -merge_gcov [where it doesn't exist]
make clearer in help statements what --with-external-packages-dir is for.
Website: Added news entry for PETSc User Meeting 2018 on main page.
CUDA: Further test output fixes for mat_tests-ex2
Turn off elemental test for parmetis running since this does not work on batch systems.
3.8 Changes: KSPCHEBYSHEV
CUDA: Fixed most test errors due to MatMultTranspose*
website: update urls
website: fix Jason's name to match pic. Also add Todd's pic
Dev manual: copyedit
DMPlexDistributeLabels: Propagate the output flag
cuda/cusp: update minimum supported versions of cuda to 7.5 and cusp to 0.5.0
...

show more ...


# 3483735f 26-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-bin-install'


# c3a89c15 24-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

Remove/move all items from $PETSC_DIR/bin so that package maintainers don't have to deal with non-standard usage.

Commit-type: style-fix