| #
95452b02
|
| 16-Apr-2018 |
Patrick Sanan <patrick.sanan@gmail.com> |
Man pages: add newlines after "Notes:"
This allows for proper formatting from sowing.
On OS X (using gsed, not the default BSD sed), from the PETSc root directory:
find src include -type f \(
Man pages: add newlines after "Notes:"
This allows for proper formatting from sowing.
On OS X (using gsed, not the default BSD sed), from the PETSc root directory:
find src include -type f \( -name "*.c" -or -name "*.h" -or -name "*.cxx" \) | xargs gsed -i 's/Notes\s*:\s*\(\w.*\)/Notes:\n \1/'
This adds a newline and 4 spaces whenever "Notes:" is followed by any "word" character, in any .c, .h, or .cxx file in src/ or include/
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 ...
|
| #
e4bc0d72
|
| 08-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-pc-patch
* master: (440 commits) revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html release: set v3.9 strings fix grep us
Merge branch 'master' into knepley/feature-pc-patch
* master: (440 commits) revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html release: set v3.9 strings fix grep usage on solaris [use egrep] opensolaris: fix errors Update timer reporting and minor reporting fix Remove redundant if statement. Found by @jedbrown Fixed problem with order of developer photos on website. superlu_dist: use correct flag in example [PETSC_HAVE_SUPERLU -> PETSC_HAVE_SUPERLU_DIST] Bib: PERMON ref fix for osx doc: more author fixes doc: more author fixes Italicized "orderings" in MPI process placement discussion. Added Richard to the user manual author list. Added Richard to the list of active developers on the website. add string check for MS-MPI and IMPI timeout errors opensolaris does not have multiple grep utils - but default one does not support -F. So use fgrep instead Standardizing timeout checks Report wall clock time of total tests Use time instead of date %s ...
Conflicts: include/petscpc.h src/ksp/ksp/interface/itfunc.c
show more ...
|
| #
10d7b5b7
|
| 27-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'denera/tao-bounded-nlcg' [PR #898]
* denera/tao-bounded-nlcg: Extension of the existing unconstrained NCG with gradient projections and additional resetting safeguards required to guar
Merge branch 'denera/tao-bounded-nlcg' [PR #898]
* denera/tao-bounded-nlcg: Extension of the existing unconstrained NCG with gradient projections and additional resetting safeguards required to guarantee convergence.
show more ...
|
| #
ac9112b8
|
| 12-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
BNCG algorithm added and tested
|
| #
23819d05
|
| 20-Mar-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-pc-patch
* master: (33 commits) cleanup very ugly PCGAMG manual page minor clarifications for VecScatterCreate() manual page gcov: PETSC_ARCH is requ
Merge branch 'master' into knepley/feature-pc-patch
* master: (33 commits) 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. KSPGUESSPOD: exclude negative of zero eigenvalues from the energy computation KSPGUESSFISCHER: use PetscInfo for KSP class 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* KSPFGMRES: add KSP_NORM_NONE / PC_RIGHT as supported KSPSetSupportedNorm man page: remove old note about default support for KSP_NORM_NONE 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 cuda: remove configure option -with-cuda-arch. [use CUDAFLAGS instead] projected gradient code fixed to obey recent convergence test changed Merge conflicts resolved after rebase norm update bug fixed in GPGC, test output reverted ...
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 ...
|
| #
7100377f
|
| 16-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'denera/tao-convergence-check-fix' [PR #886]
* denera/tao-convergence-check-fix: TaoMonitor no longer has double-duty for both monitoring and updating the converged reason. The converge
Merge branch 'denera/tao-convergence-check-fix' [PR #886]
* denera/tao-convergence-check-fix: TaoMonitor no longer has double-duty for both monitoring and updating the converged reason. The convergence function is now called explicitly in the algorithms following the monitor call, mimicking the current implementation of SNES.
show more ...
|
| #
3ecd9318
|
| 08-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Convergence check separated from TaoMonitor. Changed propagated to unconstrained algorithms. Untested.
|
| #
aa13df49
|
| 12-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'denera/tao-bound-proj-grad' [#880]
* denera/tao-bound-proj-grad: Bound constrained steepest descent, placed under tao/bound/impls/pgd, tested with existing bound constrained tutorial p
Merge branch 'denera/tao-bound-proj-grad' [#880]
* denera/tao-bound-proj-grad: Bound constrained steepest descent, placed under tao/bound/impls/pgd, tested with existing bound constrained tutorial problems
show more ...
|
| #
baa3a814
|
| 01-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
projected gradient descent algorithm added and tested (squashed)
|
| #
08317d8b
|
| 24-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-ftn-linfinity-conv-test' of bitbucket.org:petsc/petsc into barry/add-ftn-linfinity-conv-test
|
| #
7f41d991
|
| 10-Jan-2018 |
Scott Kruger <scott.e.kruger@gmail.com> |
Merge branch 'master' into scott/ksp-ksp-tutorials
|
| #
ee863645
|
| 10-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/all-new-test-harness-branches'
|
| #
7cd3fc30
|
| 02-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/tao-to-new-test-harness' into barry/all-new-test-harness-branches
|
| #
98ea980c
|
| 23-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert TaoDefaultMonitor() to TaoMonitorDefault() to match other PETSc monitors
and have it format the output in a similar way with the name of the solver TAO.
Commit-type: style-fix, feature, doc
Convert TaoDefaultMonitor() to TaoMonitorDefault() to match other PETSc monitors
and have it format the output in a similar way with the name of the solver TAO.
Commit-type: style-fix, feature, documentation
show more ...
|
| #
64aa12e4
|
| 08-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-adjoint-prelim
* master: (251 commits) yaml: add a backup download URL Fix documentation of MatSetRandom function Ignore -malloc-hbw option if m
Merge branch 'master' into knepley/feature-plex-adjoint-prelim
* master: (251 commits) yaml: add a backup download URL Fix documentation of MatSetRandom function Ignore -malloc-hbw option if malloc is already set Plex: Fixed array initialization pgi: compile fix knl: update test to use memkind and remove option that worked arround a bug with intel 17 Check the return value for memkind_posix_memalign Change the default behavour for -malloc_hbw Bib: More refs test: remove runex13f90 as its now converted to new test suite fix win32 crash. This test was previously run with '-n 4' - so restoring it Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodes bugfix for MatDuplicate_MPIAIJ_PtAP Reported-by: Samuel Lanthaler <s.lanthaler@gmail.com> strip out dead sundials usage code; change sundials test to only run 5 timesteps to prevent different number of steps on different systems. Remove extra lines of output file Example uses C99 constructs so must mark with requires: c99 fix const missmatch for DMDAVecRestoreArrayRead() remove conflict between function name in example and new PETSc TS function builds: attempt to do maint/master/next test builds in separate clones ex62: it turned out that CHACO partioning is not deterministic. Use a prescribed partition instead ...
Conflicts: src/dm/interface/dm.c src/snes/examples/tutorials/ex13.c
show more ...
|
| #
e34fd82d
|
| 07-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/ssisc-spectral-adjoint'
|
| #
1fa399ad
|
| 04-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-bc-multiple
* master: (347 commits) tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite PGI: fix build error with
Merge branch 'master' into knepley/fix-plex-bc-multiple
* master: (347 commits) tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite PGI: fix build error with updated 17.10 compilers Fix for test dirs that are not tutorials/tests fix use of double in PetscAbsReal() which produces compiler warnings with single precision build elemental: remove info on conflict of -with-cxx-dialect=C++11 on osx - it works now. Cleanup .bib files Fix allfortranstubs rule to rm generated files from correct directory, not outdated location ierr set but not checked Remove initial refine so test runs faster and does not time out on some machines Gail's copyedits for bibtex items Docs: manual: add further description of 3 different current testing options DM: check for ops->localtolocalbegin/end before calling PetscSF: fix typo in tutorial ex1 Vec+HDF5: Fix output for complex - Need to check for empty group name SNES: SNESDestroy() can be called with snes->dm == NULL SNES: SNESDestroy() can be called with snes->dm == NULL Vec+HDF5: Fix output for complex - Need to check for empty group name Docs: Manual: Update tests section gmakegentest: also exclude .#filenames created by emacs DMPlex: Fix output of test ex1 after changes to Gmsh reader ...
show more ...
|
| #
23f6b57c
|
| 26-Nov-2017 |
Oana Marin <oanam@anl.gov> |
Merge branch 'barry/ssisc-spectral-adjoint' of bitbucket.org:petsc/petsc into barry/ssisc-spectral-adjoint
|
| #
79f5d8ca
|
| 23-Nov-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor features for Tao, update example to output convergence history for Matlab
Commit-type: feature, documentation, example
|
| #
81e77870
|
| 06-Nov-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/stefano_zampini/fix-missing-locks-tao'
|
| #
f4c1ad5c
|
| 22-Oct-2017 |
Stefano Zampini <stefano.zampini@gmail.com> |
TAO: added matrix-free finite difference option for Hessian evaluation and VecLock{Push|Pop} around user calls
Added test for MFFD hessian Fix several examples that improperly used VecGetArray Fix m
TAO: added matrix-free finite difference option for Hessian evaluation and VecLock{Push|Pop} around user calls
Added test for MFFD hessian Fix several examples that improperly used VecGetArray Fix man pages and some coding style in tao code
show more ...
|
| #
905617f8
|
| 16-Sep-2017 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'hongzh/fix-tao-draw-monitor'
* hongzh/fix-tao-draw-monitor: Previously -tao_draw_solution and -tao_draw_gradient simply print out the vector content. This branch enables them to visual
Merge branch 'hongzh/fix-tao-draw-monitor'
* hongzh/fix-tao-draw-monitor: Previously -tao_draw_solution and -tao_draw_gradient simply print out the vector content. This branch enables them to visualize the results and control the frequency of being plotted like -ts_monitor_draw_solution does. See BitBucket PR #748.
show more ...
|
| #
e882e171
|
| 13-Sep-2017 |
Hong Zhang <hongzhang@anl.gov> |
Fix draw monitors for Tao
Previously -tao_draw_solution and -tao_draw_gradient just print out the vector content. This commit enables them to visualize the results and control the frequency of being
Fix draw monitors for Tao
Previously -tao_draw_solution and -tao_draw_gradient just print out the vector content. This commit enables them to visualize the results and control the frequency of being plotted.
show more ...
|