| #
9137bce6
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-funct'
|
| #
fbfcfee5
|
| 19-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the use and definition of __FUNCT__ throughout the code
Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc Time: 1.5 hours Thanks-t
Remove the use and definition of __FUNCT__ throughout the code
Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc Time: 1.5 hours Thanks-to: Andreas Mang <andreas@ices.utexas.edu>
show more ...
|
| #
10c1f87b
|
| 27-Oct-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'master' into tisaac/dmplex-feature-real-to-ref
I need updated PetscFE interfaces in what I'm going to do
* master: (603 commits) parmetis: fix typo in testsuite Added PETSC_HAVE_A
Merge branch 'master' into tisaac/dmplex-feature-real-to-ref
I need updated PetscFE interfaces in what I'm going to do
* master: (603 commits) parmetis: fix typo in testsuite Added PETSC_HAVE_ATTRIBUTEALIGNED flag to makefile PCSetUp_SVD() used incorrect matrix for matrix size in parallel, also need to skip LAPACK call if matrix size is zero strumpack: update to latest version 1.0.4 Remove valgrind warning about MPI_Allreduce() with uninitialized data sed for test output that has atol convergence with quad precision updated ex1_nest tests fixed incorrect key value fix: bad merge a69d34a test: move runex78 to TESTEXAMPLES_C_NOTSINGLE build: fix warnings sys: update test to produce same result - irrespective of debug/opt build - and presence of ~/.petscrc sys: src/sys/examples/tests/ex30.c -> src/sys/examples/tests/ex32.c to avoid conflict in master Sed output, since quad precision reduces below atol on these tests remove automatically generated matrix names from test output files since can be different Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products GAMG: fix PCView_GAMG() format - and update output/ex56_0.out superlu_dist: 64-bit-indices fix https://github.com/xiaoyeli/superlu_dist/issues/4 Add SNESSetDivergenceTolerance / -snes_divergence_tolerance. fixed unit read in Plex ...
show more ...
|
| #
e923053f
|
| 15-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint
I have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint
I have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepoint that prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.
This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into master
Conflicts: src/docs/website/documentation/changes/dev.html
show more ...
|
| #
77833df5
|
| 08-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-petscgetversionnumber'
|
| #
8cf9f3d7
|
| 07-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix missing PetscFunctionBegin() in PetscGetVersion(), allow PetscGetVersionNumber() to work before PetscInitialize()
Time: 0 hours Reported-by: Jose E. Roman <jroman@dsic.upv.es> Thanks-to: Jed Bro
Fix missing PetscFunctionBegin() in PetscGetVersion(), allow PetscGetVersionNumber() to work before PetscInitialize()
Time: 0 hours Reported-by: Jose E. Roman <jroman@dsic.upv.es> Thanks-to: Jed Brown <jedbrown@mcs.anl.gov>
show more ...
|
| #
cdd830ba
|
| 06-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-petscgetversionnumber'
|
| #
5f309d01
|
| 04-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PetscGetVersionNumber() and test code
Time: .5 hours Thanks-to: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
|
| #
898446f9
|
| 11-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/ts-is-for-differential-variables
Conflicts: include/petsc-private/tsimpl.h src/ts/impls/eimex/eimex.c src/ts/interface/ts.c
|
| #
256ff83f
|
| 11-Sep-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/wirth-fusion-materials
Conflicts: src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
|
| #
e33c197d
|
| 11-Jun-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master.
|
| #
e4643290
|
| 13-May-2013 |
Satish Balay <balay@mcs.anl.gov> |
version: switch over from using PETSC_VERSION_PATCH to PETSC_VERSION_SUBMINOR i.e 3.4 release would have tarballs with names 3.4.0, 3.4.1 3.4.2 etc
Also stop using PETSC_VERSION_PATCH_DATE - but use
version: switch over from using PETSC_VERSION_PATCH to PETSC_VERSION_SUBMINOR i.e 3.4 release would have tarballs with names 3.4.0, 3.4.1 3.4.2 etc
Also stop using PETSC_VERSION_PATCH_DATE - but use: PETSC_RELEASE_DATE: corresponding to release of 3.4, 3.5 etc PETSC_VERSION_DATE: correspond to patch releases 3.4.0, 3.4.1 3.4.2 etc.
Also fix release/build scripts to work with the new naming scheme.
show more ...
|
| #
4d2d963c
|
| 28-Mar-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master
|
| #
eb4227cf
|
| 20-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/ams
Conflicts: include/petscviewer.h src/sys/classes/viewer/interface/viewreg.c src/sys/threadcomm/interface/threadcomm.c
|
| #
705246ef
|
| 18-Mar-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' of bitbucket.org:petsc/petsc into knepley/plex
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
48e8addb
|
| 15-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'balay/nightlybuilds-change-to-git'
* balay/nightlybuilds-change-to-git: nightlybuilds: also clean gitignores (build products) nightlybuilds - update git commands - and use 'petsc.c
Merge branch 'balay/nightlybuilds-change-to-git'
* balay/nightlybuilds-change-to-git: nightlybuilds: also clean gitignores (build products) nightlybuilds - update git commands - and use 'petsc.clone' as reponame nightlybuilds: update builddist to also take 'branch' as option. If (branch=master) build petsc-dev.tar.gz else build petsc-BRANCHNAME.tar.gz Also git clean need -d to remove dirs. git change: update configure to support 'git' detection and git 'clone' detection git change: update configure to remove auto-cloning of BuildSystem git change: update PETSC_VERSION_GIT in version.c [to be in sync with petscversion.h] nightlybuilds: use '-f' with 'git clean' nightlybuilds: switch to git. Also specify branch to test to startnightly
show more ...
|
| #
7078edc9
|
| 14-Mar-2013 |
Satish Balay <balay@mcs.anl.gov> |
git change: update PETSC_VERSION_GIT in version.c [to be in sync with petscversion.h]
|
| #
29aa02fc
|
| 11-Dec-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: a128a87f5736ccbab37df5d559616f8376f7026e
|
| #
27710113
|
| 10-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
no reason for PetscGetVersion() to be a macro, fixed
Hg-commit: 54f826147d2ce895d63f1db4609f0ef0291e70b3
|