| #
f5766c09
|
| 15-Jun-2018 |
Alp Dener <alp.dener@gmail.com> |
fixing output files
|
| #
e5fecd4e
|
| 12-Jun-2018 |
Alp Dener <alp.dener@gmail.com> |
curvature check updated
|
| #
d5ae2380
|
| 11-Jun-2018 |
Alp Dener <alp.dener@gmail.com> |
removed diagonal Broyden matrix and buried it into SymBrdn as a scaling option
|
| #
4f4fdda4
|
| 31-May-2018 |
Alp Dener <alp.dener@gmail.com> |
Added diagonal Broyden scaling and preconditioning to BQNK algorithms
|
| #
0ad3a497
|
| 18-May-2018 |
Alp Dener <alp.dener@gmail.com> |
LMVM matrices can now define J0 with another LMVM matrix, and DiagBrdn scaling implemented for relevant TAO algorithms
|
| #
13b46278
|
| 17-May-2018 |
Alp Dener <alp.dener@gmail.com> |
New LMVM matrix added for a symmetric Broyden approx of Hessian diagonals
|
| #
78e4361a
|
| 14-May-2018 |
Alp Dener <alp.dener@gmail.com> |
Name refactoring for LMVM matrices
|
| #
b2d8c577
|
| 11-May-2018 |
Alp Dener <alp.dener@gmail.com> |
BNK algorithms fixed up for the new LMVM matrix
|
| #
cd929ea3
|
| 02-May-2018 |
Alp Dener <alp.dener@gmail.com> |
derived LMVM types added and moved into the KSP package
|
| #
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 ...
|
| #
914b2590
|
| 01-Apr-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
2ab69e30
|
| 01-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/denera/tao-lmvm-info-bugfix'
|
| #
1a1a0561
|
| 26-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
PetscInfo call in LS failure removed
|
| #
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 ...
|
| #
5a6c3c8b
|
| 09-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Merge conflicts resolved after rebase
|
| #
3ecd9318
|
| 08-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Convergence check separated from TaoMonitor. Changed propagated to unconstrained algorithms. Untested.
|
| #
35c6bb25
|
| 11-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'denera/tao-lmvm-recycle-bugfixes' [PR #888]
* denera/tao-lmvm-recycle-bugfixes: Resolving bugs from previous LMVM recycle pull request #876
|
| #
8da10b61
|
| 09-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
missing CHKERRQ
|
| #
37bd4e68
|
| 09-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
bug fixes for linux-matlab-ilp64 and cuda-single
|
| #
4368204f
|
| 09-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'denera/tao-lmvm-recycling' [PR #876]
* denera/tao-lmvm-recycling: New option flag -tao_lmm_recycle added for the unconstrained LMVM algorithm, used to prevent resets of the LMVM matrix
Merge branch 'denera/tao-lmvm-recycling' [PR #876]
* denera/tao-lmvm-recycling: New option flag -tao_lmm_recycle added for the unconstrained LMVM algorithm, used to prevent resets of the LMVM matrix between subsequent TaoSolve calls. The same flag also causes various counters to be preserved between solve calls. Some warnings and checks added to foolproof the recycling, and make sure the user is warned when the matrix is being reset under certain circumstances. New tutorial based on the Rosenbrock problem tests to make sure recycling works correctly.
show more ...
|
| #
bc1971f5
|
| 07-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Error resolved in TaoDestroy_LMVM and outputs updated
|
| #
e6770958
|
| 05-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
One more CHKERRQ, plus authorship fix on manual
|