| #
7962258a
|
| 10-Feb-2017 |
Scott Kruger <scott.e.kruger@gmail.com> |
Merge branch 'master' into scott/test-harness-forloopfix
|
| #
eb54a165
|
| 09-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/opt-matgetsubmatrices-mpibaij'
|
| #
8761c3d6
|
| 31-Jan-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatCreateRedundantMatrix(), MatCreateMPIMatConcatenateSeqMat()
|
| #
03e8432d
|
| 25-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-tests-new
* master: (37 commits) fortran: include petscversion.h test: c++ pipeline build fix for d2a797cfef64a79a330b420f01b2d605a8acc690 Extra
Merge branch 'master' into knepley/feature-plex-tests-new
* master: (37 commits) fortran: include petscversion.h test: c++ pipeline build fix for d2a797cfef64a79a330b420f01b2d605a8acc690 Extract the submatrices Convert C Null pointer to Fortran in Fortran stub before passing back to user PC Galekin and KSP should properly propagate calls to SetFromOptions to subsolvers Converted Fortran PetscSF to Fortran type, added PETSC_NULL_SF clarification in documentation Update of petscdiff and associated harness hooks Fixup more F90 interface definitions for users More space-in-dirname enabling quotes Enable paths with spaces add cast; bugfix for 64bit Typo -- initialized TESTFLAGS to -v by mistake Adding new options to test framework gtest: add valgrind support [when PETSC_ARCH has 'valgrind' in the name] bugfix for unsorted ISCols optimize matgetsubmatrices_mpiaij to use only one MPI_AllReduce small cleanup MatGetSubMatrices_MPIAIJ_Local() rm allcolumns from the input of MatGetSubmatrices_mpiaij_local() add a test to ex4.c for reuse ...
show more ...
|
| #
c3c607cc
|
| 20-Jan-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixup more F90 interface definitions for users
Time: .15 hours Reported-by: Manuel Valera <mvalera@mail.sdsu.edu>
|
| #
9137bce6
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-funct'
|
| #
b90ca41c
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matreuse'
|
| #
cf37664f
|
| 23-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Add more error checks for use of MatReuse; change MatTranspose() to use MatReuse as used by other functions
Time: 2.5 hours Reported-by: Stefano Zampini <stefano.zampini@gmail.com>, Eric Chamberlan
Add more error checks for use of MatReuse; change MatTranspose() to use MatReuse as used by other functions
Time: 2.5 hours Reported-by: Stefano Zampini <stefano.zampini@gmail.com>, Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
show more ...
|
| #
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 ...
|
| #
8f47d70b
|
| 15-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/allow-late-matsetblocksizes'
|
| #
af6579a0
|
| 09-Dec-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/opt-matgetsubmatrices-rebased-v2'
|
| #
04404b52
|
| 08-Dec-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/fix-mathypre-notpreallocated'
|
| #
c10200c1
|
| 09-Sep-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatGetSubMatrices_MPIAIJ_single() to optimize MatGetSubMatrices_MPIAIJ() when ismax = 1
update src/mat/examples/tests/ex4.c for testing MatGetSubMatrices()
introduce ctable to remove nons
implement MatGetSubMatrices_MPIAIJ_single() to optimize MatGetSubMatrices_MPIAIJ() when ismax = 1
update src/mat/examples/tests/ex4.c for testing MatGetSubMatrices()
introduce ctable to remove nonscalable malloc C->rmap->N array for MatIncreaseOverlap_MPIAIJ_Once()
remove nonscalable d_p by using ctable
add MAT_SUBMAT_SINGLEIS to MatOption. Set this flag in PCSetUp_ASM() to reduce MPI_AllReduce() in MatGetSubMatrices()
show more ...
|
| #
7ea3e4ca
|
| 28-Nov-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Compose new matrix conversion from (MPI)BAIJ to MatHYPRE
|
| #
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 ...
|
| #
3e97621d
|
| 25-Oct-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-matmpixxxsetpreallocation-reentrant'
|
| #
cb7b82dd
|
| 23-Oct-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products
from the previous load as well as the incorrectly sized aij->B matrix.
Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products
from the previous load as well as the incorrectly sized aij->B matrix. Time: 1.75 hours Reported-by: Satish Balay <balay@mcs.anl.gov>
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 ...
|
| #
46533700
|
| 15-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Mat: MatSetBlockSizes as a MATOP.
it allows to change the block sizes at a later stage. For the block formats, the default op raise an error if the user tries to change them
|
| #
59f778fa
|
| 07-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/get-factor-failure-information-from-mat'
|
| #
7b6c816c
|
| 03-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Added MatFactorGetErrorZeroPivot()
Time: 2 hours Reported-by: Glenn E Hammond <gehammo@sandia.gov>
|
| #
54761ea3
|
| 14-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in m
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in master (the introduction of MatFactorGetError()) therefor need to merge in master and use the new construct before merging to next
show more ...
|
| #
162a9882
|
| 11-Aug-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merge branch 'master' into psanan/pc-telescope-nearnullspace
|
| #
6479f772
|
| 30-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-output' into mark/snes-ex56
* knepley/fix-plex-output: Quadrature: Fix creation init Plex: Fix output optimization - We obviously have no test for this logic All
Merge branch 'knepley/fix-plex-output' into mark/snes-ex56
* knepley/fix-plex-output: Quadrature: Fix creation init Plex: Fix output optimization - We obviously have no test for this logic Allow the Richardson scale factor to be reset at each iteration prevent a possible segfault when m is 0 (or less) when configured --with-errorchecking=0, CHKERRV is missing essl: fix PetscOptionsGetReal() usage Fix code comment. Routine actually does not add arguments to database it just reads them in Fix performance issue in MatAIJCUSPARSE after 34d6c7a Plex ex6: fix PetscInt print codes DMPlex: fix PetscPartitionerPartition() to deal with overlap
show more ...
|