| #
e51df6f4
|
| 09-Nov-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
This is needed to deal with some changes in MatNullSpace from commit 9d2471e
|
| #
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 ...
|
| #
a69d34a8
|
| 25-Oct-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
8a741b05
|
| 20-Oct-2016 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in mapdes/petsc/options-get-set-value-symmetry (pull request #585)
Options get set value symmetry
|
| #
d33b0b6d
|
| 20-Oct-2016 |
Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk> |
Make PetscOptionsSetValue/ClearValue symmetric with mixed-case
Since PetscOptionsClearValue checks for the location in the table using case sensitive comparison, we should do the same in PetscOption
Make PetscOptionsSetValue/ClearValue symmetric with mixed-case
Since PetscOptionsClearValue checks for the location in the table using case sensitive comparison, we should do the same in PetscOptionsSetValue.
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 ...
|
| #
93e6ba5c
|
| 08-Oct-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fix Fortran example usage of PetscOptionsGetString() in users manual
|
| #
ab213270
|
| 04-Oct-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-fortran-interfaces'
|
| #
56a31166
|
| 02-Oct-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Added error checking for fread() call in YAML processing
Time: .1 hours Reported-by: nightly tests
|
| #
6c2863d0
|
| 02-Oct-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Start adding Fortran custom Fortran interface definitions for petscsys.h90 such as PetscOptionsGetInt()
Time: 1.5 hours Reported-by: Mark Filipiak <m.filipiak@epcc.ed.ac.uk>
|
| #
bef83e63
|
| 23-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcprivate.c src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
|
| #
7caaeba4
|
| 19-May-2016 |
barral <none@none.fr> |
Merge branch 'master' into barral/feature-dmplex-adapt
|
| #
de18c742
|
| 16-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (59 commits) Increase patchlevel to 3.7.1 Fix manual page for MatGetTransposeNullSpace() remove unneeded use of PetscCon
Merge branch 'master' into knepley/feature-parallel-mesh-load
* master: (59 commits) Increase patchlevel to 3.7.1 Fix manual page for MatGetTransposeNullSpace() remove unneeded use of PetscContainer to hold iscoloring in SNESComputeNGSDefaultSecant() added SNESView for ngs, added options database to ngs manual page, removed dead routine gcov: enable in mpiuni test incorrect capitalization of an even name force same number of iterations for output of ml example changed output for ml example to not be machine dependent DMP4est: access data after setup SNESLineSearch_Apply was labeled with PETSC_EXTERN in one place but when declared this was not visible hence library build failed under Microsoft. Example had print statements of complex numbers Fix more errors in agmres for 64 bit integers builds: fix nampespase conflict with 'analyzer-buid' and checkBuilds.py gcov: add more packages to test add a couple of KSP that were not represented in testing gcov: enable more externalpackages for this test fixes for agmres for 64 bit indices, fix for findvisibleprivatefunctions to be portable for Mac and Linux get GAMG to get null space (more) fix c++ compile errors Add test example for kacmarz preconditioner since gcov indicated there was NONE ...
show more ...
|
| #
18790e9c
|
| 14-May-2016 |
Mark Adams <cal2princeton@yahoo.com> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix
|
| #
ecacfc1d
|
| 14-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
10e79caf
|
| 14-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-duplicate-help' into maint
|
| #
f22daf76
|
| 08-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
fix formatted comment - that broke fortran interface compile
|
| #
0eb63584
|
| 07-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Do not use string comparison test for options printed if it is already turned off
Added a couple utility routines that I thought might be useful but are also dangerous; let's face it we really don't
Do not use string comparison test for options printed if it is already turned off
Added a couple utility routines that I thought might be useful but are also dangerous; let's face it we really don't have a good handle on subsets of processes doing different things even 20 years later
show more ...
|
| #
35d70571
|
| 04-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcgraph.c src/ksp/pc/impls/bddc/bddcprivate.c
|
| #
8dea33a6
|
| 12-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
insure that defaultoptions are created before used
Reported-by: clang static analyzer
|
| #
5772fb3e
|
| 11-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
remove argument value that is changed since it currently not used
and this triggered a warning from the clang static analyzer
|
| #
70d8d27c
|
| 09-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
a variety of corrections suggested by the clang static analyzer
Time: 1 hour
|
| #
89ae1891
|
| 07-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes found by clang static analyzer mostly set but unused variables plus a couple of true bugs
|
| #
52774845
|
| 06-Apr-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection
* tisaac/sf-fix-multi-sf-leaves: (174 commits) PetscSF: fix PetscSFGetMultiSF() for sparse leaves PetscSF: make
Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection
* tisaac/sf-fix-multi-sf-leaves: (174 commits) PetscSF: fix PetscSFGetMultiSF() for sparse leaves PetscSF: make regression test that fails few more clang static analyzer fixes many issues detected by clang static analyzer Update hypre to its release version Updates for xSDKTrilinos builds Added --download-xsdktrilinos Communicator passed to VecCreateSeq should be PETSC_COMM_SELF PCMG man page: fix typo in options name Bib: Added refs DMLabel: Removed unused variable Metis tries to use backtrace which requires -lexecinfo on some systems such as freebsd Remove -lexecinfo from freebsd configure files since it is only needed by metis add alternative output that occurs on some systems due to use of random number generator in partitioner Plex: When creating cohesive submeshes, fix memory leak Plex ex11: Updated output for new distribution algorithm Plex: When explicitly distributing the depth label, we must recreate empty strata Plex: When partitioning, the cell numbering should include hybrid points Plex: Allow cell and vertex numberings to include hybrid points need to show diffs of ex22 if it fails Support two different output for test example, since due to roundoff this example can produce slightly different convergence history ...
show more ...
|
| #
34a9cc2c
|
| 26-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
MPI-Uni builds should not warn about unused mpiio options because MPI-IO is irrelevent on one process. This removes unneeded nightly build warnings
Reported-by: nightly tests
|