| #
d26da8cd
|
| 30-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/denera/tao-bounded-newton'
|
| #
e031d6f5
|
| 17-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Copying of Fortran function handles to embedded TAO debugged
|
| #
0a4511e9
|
| 11-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Documentation work on the new algorithms
|
| #
8d5ead36
|
| 09-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
New Tao monitor added that prints detailed globalization info alongside convergence
|
| #
d6a140c1
|
| 26-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/denera/tao-smonitor-tablevel-fix'
|
| #
2c9b8b83
|
| 23-Apr-2018 |
Alp Dener <adener@mcs.anl.gov> |
Propagated tablevel changes to the last two remaining ASCII-based Tao default monitors that did not respect tablevels.
Test files did not need to be updated since the tester does not check whitespac
Propagated tablevel changes to the last two remaining ASCII-based Tao default monitors that did not respect tablevels.
Test files did not need to be updated since the tester does not check whitespace. Correct tabbing is manually verified with visual inspection.
show more ...
|
| #
d1b71f57
|
| 19-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-error-logging
* master: (221 commits) dashboard: count and list example compile failures like: fix fix-pr879-jczhang-optimize-vecscatter-multi-copy a
Merge branch 'master' into knepley/feature-error-logging
* master: (221 commits) dashboard: count and list example compile failures like: fix fix-pr879-jczhang-optimize-vecscatter-multi-copy add manual page cross links for SNESLineSearchSetPostCheck() and related routines fix help manual of MatCreateSubmatrices() Reported-by: Tim Steinhoff <kandanovian@gmail.com> Add manual pages for PetscRealPart() and PetscImaginaryPart() fix compile error with missing MPI_C_DOBULE_COMPLEX fix typo Reported-by: Febrian Setianto <febrian.setianto@gmail.com> plex tutorial ex5: updated test requirements DMPlexLoad_HDF5_Xdmf_Internal: fix for complex PetscScalar. DMPlexLoad_HDF5_Xdmf_Internal: fix for 64-bit PetscInt. DMPlexBuildFromCellList_Internal: use DMPlexInvertCell_Internal (with PetscInt* arg) petscviewer.h: removed notice which is no longer relevant DMPlexCreateFromFile: document option check only if PETSC_USE_DEBUG DMPlexBuildFromCellList_Internal optionally inverts cells. ex5: new test 4 with -compare without repartitioning ex5: new test 3 using -compare ex5: HDF5 write+read moved to separate function ex5: option -format processed in ProcessOptions() ex5: added missing hdf5 requirement ...
Conflicts: include/petsclog.h
show more ...
|
| #
850224f6
|
| 19-Apr-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'psanan/manpages-notes-newlines' [PR #932]
* psanan/manpages-notes-newlines: A large number of man pages are improperly formatted because of the lack of a newline after "Notes:", "Fortr
Merge branch 'psanan/manpages-notes-newlines' [PR #932]
* psanan/manpages-notes-newlines: A large number of man pages are improperly formatted because of the lack of a newline after "Notes:", "Fortran Notes:", or "Developer Notes:". This batch adds those newlines, with 4 spaces of indentation afterwards. The uniform indentation arguably makes the man pages a little less readable in the source itself, but overall this hopefully has a large positive impact on the readability of the HTML pages.
show more ...
|
| #
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 ...
|
| #
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.
|
| #
32814795
|
| 06-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'denera/fix-tablevels-for-views' [PR #869]
* denera/fix-tablevels-for-views: Instead of manual push-pop tab operations, views now inherit tablevels automatically. This makes views consi
Merge branch 'denera/fix-tablevels-for-views' [PR #869]
* denera/fix-tablevels-for-views: Instead of manual push-pop tab operations, views now inherit tablevels automatically. This makes views consistent with default convergence monitors.
show more ...
|
| #
8d3f3dda
|
| 28-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
Changed order of nested views in TaoView() to be consistent with SNES
|
| #
63b15415
|
| 27-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
Wrapping up for a pull request
|
| #
19b5c101
|
| 27-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
All views changed to inherit tab levels from associated objects
|
| #
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'
|