| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
d9d57d9b
|
| 15-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'balay/add-FPPFLAGS' into 'master'
Balay/add fppflags
See merge request petsc/petsc!2047
|
| #
f257b9d0
|
| 12-Aug-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: add FPPFLAGS [and not use CPPFLAGS with FC or CXX]
|
| #
e366c154
|
| 15-Nov-2017 |
Jed Brown <jed@jedbrown.org> |
Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint
Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match documentation.
|
| #
ec14d8c8
|
| 27-May-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-sphere-mesh
* master: (2633 commits) Bib: Added ref SNES ex56: Update test output add a citation to petsc.bib Plex: Initialize variables ini
Merge branch 'master' into knepley/feature-plex-sphere-mesh
* master: (2633 commits) Bib: Added ref SNES ex56: Update test output add a citation to petsc.bib Plex: Initialize variables initialize ap as complained by the nightly tests Plex ex3: Update to new point function API initialize some variables as complained by nightly tests SNES ex12: Mix misnaming Nf --> Nc update tests add tests add MatView_SeqXAIJ_ASCII_structonly(); enable A->structure_only in MatSetValuesBlocked_SeqBAIJ typo fill-in some references Bib: Fixed ref Plex: Added PLY to file support Plex: Adding PLY support PetscDS: Turn off Fortran bindings for Constants Plex tests: Updated to new point function API SNES ex56: Moved tests to new format DM: Allow field projection functions to take an array of scalars - This will allow us to pass in user data to kernels without void *, more efficiency than aux fields ...
Conflicts: config/builder.py include/petscdmplex.h src/dm/impls/plex/examples/tests/ex1.c src/dm/impls/plex/plexcreate.c src/dm/impls/plex/plexgmsh.c src/snes/examples/tutorials/ex63.c
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 ...
|
| #
c6c417a0
|
| 25-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-dmdacreate'
|
| #
93e29cdf
|
| 23-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/use-fortran-kind-consistently' into barry/fix-dmdacreate
Need to resolve conflicts with .F90 code reformating
|
| #
12814806
|
| 13-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for f90
1) insure all Fortran examples with f90 in their name end with .F90 2) insure that all .F90 examples are only tested in F90 tests, some were tested in Fortran tests 3) only turn on isF
Fixes for f90
1) insure all Fortran examples with f90 in their name end with .F90 2) insure that all .F90 examples are only tested in F90 tests, some were tested in Fortran tests 3) only turn on isF90 and isF2003 and hence testing of F90 examples if compiler supports long fortran lines (Satish won't like this).
This now allows our .F90 examples to have error checking and still be readable without endless continuations
Time: 2 hours
show more ...
|
| #
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
|
| #
926b1348
|
| 12-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into tautges/dmmoab
Obtain config/BuildSystem as subtree.
|
| #
8a427fd7
|
| 11-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'maint' (config/BuildSystem subtree)
|
| #
372c83ba
|
| 11-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'maint-3.2' into maint (BuildSystem subtree)
|
| #
179860b2
|
| 11-Mar-2013 |
Jed Brown <jed@59A2.org> |
Add 'config/BuildSystem/' from commit '94fb7d1092a023a10eba9cdace78f25709a190fd'
git-subtree-dir: config/BuildSystem git-subtree-mainline: d24caab14e29d890d97b19b2c7aadd37e4d931ee git-subtree-split:
Add 'config/BuildSystem/' from commit '94fb7d1092a023a10eba9cdace78f25709a190fd'
git-subtree-dir: config/BuildSystem git-subtree-mainline: d24caab14e29d890d97b19b2c7aadd37e4d931ee git-subtree-split: 94fb7d1092a023a10eba9cdace78f25709a190fd
show more ...
|