| #
8b7d3b4b
|
| 12-Feb-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
fix bug that MATNEST thinks it can apply transpose, i.e. MatHasOperation(nest,MATOP_MULT_TRANPOSE,) returns true even if its submatrices cannot apply MatMultTransposeAdd()
Time: .9 hours Reported-by
fix bug that MATNEST thinks it can apply transpose, i.e. MatHasOperation(nest,MATOP_MULT_TRANPOSE,) returns true even if its submatrices cannot apply MatMultTransposeAdd()
Time: .9 hours Reported-by: Manav Bhatia <bhatiamanav@gmail.com>
show more ...
|
| #
b358f029
|
| 17-Jan-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-examples-cleanup
* master: (156 commits) Doc: Added headers for documentation sections Bib: Small corrections doc: update example makefiles with del
Merge branch 'master' into knepley/fix-plex-examples-cleanup
* master: (156 commits) Doc: Added headers for documentation sections Bib: Small corrections doc: update example makefiles with deleted sourcefile info doc: fix manual build errors doc: fix SOURCEH for some fortran includes that got moved doc: fix broken manualpages - bug introduced by 1b266c9 MatMissingDiagonal() is actually not a collective operation PetscFECreateDefault(): allow 0th order quadrature fix gmakegentest.py to ignore *.xx files that are not source code but are in the files increase table input size to (A->cmap->n + a->B->cmap->N) for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ() gtest: add TEST and RM clean output for Satish gtest: set PATH for windows DLL tests, and enable -Dpetsc_EXPORTS only during (dll) build - and not for examples gtest: use target-specific var to deduplicate FC rules for modules gtest: for 'allgtest' and 'allgtest-tap' - use V=0 instead of 'grep -v CC' etc.. gtest: quiet absoft compiler commands [so they can be filtered]. remove incorrect requires from more test files, remove output from -fp_trap example in test because it cannot be machine independent gtest: windows fixes. add filter to remove filename from compiler stdout. And fix filters to use petscdiff Removed generated requires in the wrong place from test examples. Fix test output for additional information printed about computed eigenvalues gtest: fix ex5f.F to use 'format' so that the output from ifort matches the one from gfortran ...
show more ...
|
| #
a31f61e8
|
| 12-Jan-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merge remote-tracking branch 'origin/maint'
|
| #
bc55f8e3
|
| 11-Jan-2017 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in dalcinl/fix-matnest-findsubmat-single_column (pull request #612)
MatNestFindSubMat: Workaround for single block-column
|
| #
427230ce
|
| 11-Jan-2017 |
Lisandro Dalcin <dalcinl@gmail.com> |
MatNestFindSubMat: Workaround for single block-column
|
| #
586db2dd
|
| 11-Jan-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
remove __FUNCT__ definitions I missed before
|
| #
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 ...
|
| #
d5dfb694
|
| 21-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
jj
Funded-by: Project: Time: Reported-by: Thanks-to:
|
| #
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 ...
|
| #
3b4e1ac7
|
| 21-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'stefano_zampini/feature-convert-nest-aij-fast'
|
| #
d279bf7e
|
| 13-Dec-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MATNEST: forgot to remove testing flag
|
| #
23875855
|
| 11-Dec-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MATNEST: added support for MATTRANSPOSEMAT block
|
| #
b68353e5
|
| 11-Dec-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MATNEST: added fast conversion to SeqAIJ when ISs are stride-1 and contiguous
|
| #
038df8e4
|
| 21-Nov-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
e5a6d1c0
|
| 21-Nov-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-convert-matnest-matis'
Conflicts: src/mat/impls/is/matis.c
|
| #
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 ...
|
| #
65a4a0a3
|
| 13-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatNEST: fix preallocation if overestimated
|
| #
5e3038f0
|
| 13-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
MatIS: added conversion routine from MatNest to MATIS
the conversion is valid when the nested blocks are of type MATIS
|
| #
c49fb703
|
| 06-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'pr543/alexfikl/alexfikl/matnest-transpose/master'
|
| #
d86155a6
|
| 03-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
incorrect %d format and missing ierr = CHKERRQ(ierr);
Time: .05 hours Reported-by: nightly tests
|
| #
3d994f23
|
| 02-Sep-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscMalloc2() was matched with two PetscFree()
Time: 1.5 hours Reported-by: nightly tests
|
| #
ddeb9bd8
|
| 29-Aug-2016 |
Alex Fikl <alexfikl@gmail.com> |
MATNEST: make MatTranspose_Nest work with MAT_REUSE_MATRIX
|