| #
851d29aa
|
| 15-Mar-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-plex-example-logging' into knepley/feature-plex-tests-new
* knepley/fix-plex-example-logging: (151 commits) Plex ex12: Added logging stages Plex ex1: Added logging stag
Merge branch 'knepley/fix-plex-example-logging' into knepley/feature-plex-tests-new
* knepley/fix-plex-example-logging: (151 commits) Plex ex12: Added logging stages Plex ex1: Added logging stages update to latest hypre tag on github fix 'inf' vs 'Inf' diff wrt vec_vec_utils_tagger_tutorials-ex1_8,9,18,19 MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer applies to zero values set or added to the matrix diagonal, they are now not ignored and are included in the matrix nonzero structure. This is useful for Jacobians passed to TS. replace use/mention of depreciated -log_summary in many places add extchem.py which was written years ago but never put in the distribution (hence it is broken). petsc4py: update to snapshot with MatGetSubMatrices -> MatCreateSubMatrices etc API changes Minor fixes for tchem examples due to changes in PETSc infrastructure update webpage about API changes add help menu for MatCreateSubMatricesMPI() PetscCMPLX: assume type punning is safe rename struct Mat_SubMat -> Mat_SubSppt add a little information to the manual about using tchem rename MatCreateSubMatrixComposite -> MatCreateSubMatrixVirtual; Mat_SubMatrix -> Mat_SubVirtual need to protect the \ passed on the makefile on my Mac Bib: Updated ref update src/mat/examples/tests/output/ex23_#.out rename MatGetSubMat -> MatCreateSubMat Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES ...
Conflicts: src/dm/impls/plex/examples/tests/ex12.c
show more ...
|
| #
c90b701e
|
| 14-Mar-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-pragmatic-parallel
* master: (1379 commits) Minor fixes for tchem examples due to changes in PETSc infrastructure update webpage about API changes
Merge branch 'master' into knepley/feature-plex-pragmatic-parallel
* master: (1379 commits) Minor fixes for tchem examples due to changes in PETSc infrastructure update webpage about API changes add help menu for MatCreateSubMatricesMPI() rename struct Mat_SubMat -> Mat_SubSppt add a little information to the manual about using tchem rename MatCreateSubMatrixComposite -> MatCreateSubMatrixVirtual; Mat_SubMatrix -> Mat_SubVirtual need to protect the \ passed on the makefile on my Mac Bib: Updated ref update src/mat/examples/tests/output/ex23_#.out rename MatGetSubMat -> MatCreateSubMat Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib backport fixes cc105cc3 2b35c90a - required for 3bf428d - that was backported from master - 80c96bb 'echo -n' fails on opensolaris/osx - so avoid using it. fix diffs in nightlybuilds due to options in ~/.petscrc add Kelley03 to src/docs/tex/petsc.bib build: determine moudles, mpi.h used during buildtime and print in 'info' fix analyzer warnings fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs. But then - only flib gets used for some configure tests [blaslapack, parms] config: prefer __restrict over C99 restrict keyword ...
show more ...
|
| #
dd63322a
|
| 13-Mar-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix -Wundef -Wold-style-definition warnings Reported-by: Till Martens <till.martens@dlr.de>
|
| #
609bdbee
|
| 11-Mar-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
replace use/mention of depreciated -log_summary in many places
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
|
| #
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 ...
|
| #
aa086d30
|
| 13-Jan-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'scott/testharness-update1'
|
| #
7d812c46
|
| 10-Jan-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve use of SAWs with -saws_port_auto_select to try again if the port has been taken.
Reported-by: nightly builds
|
| #
aa573868
|
| 09-Jan-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
do not produce spurious warnings in test output when -saws_port_auto_select is used
Reported-by: nightly tests
|
| #
9137bce6
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-funct'
|
| #
71752422
|
| 21-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/half-precision'
|
| #
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 ...
|
| #
570b7f6d
|
| 16-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Support for half-precision using __fp16.
Requires repository trunk of gcc and ARM systems Configure with --with-precision=__fp16 --download-f2cblaslapack --with-fc=0 --with-cxx=0 Many standard PETSc
Support for half-precision using __fp16.
Requires repository trunk of gcc and ARM systems Configure with --with-precision=__fp16 --download-f2cblaslapack --with-fc=0 --with-cxx=0 Many standard PETSc tests fail due to lack of precision
Funded-by: ECP Project: fp16 Time: 24 hours
show more ...
|
| #
db02c08a
|
| 27-Nov-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/tellmycell'
|
| #
763ec7b1
|
| 15-Nov-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscTellMyCell() since TextBelt appears to no longer send out the SMS
There are many such (for pay) services out there, I just picked one with a very simple, well documented RESTful interface
added PetscTellMyCell() since TextBelt appears to no longer send out the SMS
There are many such (for pay) services out there, I just picked one with a very simple, well documented RESTful interface and 10 free SMS so testing would be free.
Time: .75 hours
show more ...
|
| #
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 ...
|
| #
3d996552
|
| 19-Jul-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcfetidp.c src/ksp/pc/impls/bddc/bddcprivate.c src/ksp/pc/impls/bddc/bddcschurs.c src/mat/impls/is/matis.c src/mat/impls/is/matis.h
show more ...
|
| #
75bfd6cb
|
| 16-Jun-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/plex-fix-copy-coordinates' into tisaac/dm-boundary-in-ds
Fixes some regression tests so that I can verify the changes of this branch
* tisaac/plex-fix-copy-coordinates: DMPle
Merge branch 'tisaac/plex-fix-copy-coordinates' into tisaac/dm-boundary-in-ds
Fixes some regression tests so that I can verify the changes of this branch
* tisaac/plex-fix-copy-coordinates: DMPlex: don't copy coordinates to self add X monitoring of residual norm and true residual norm to example since not currently tested TSAdaptSetType() had no manual page remove a couple of seemingly strange unneeded PetscReturnFunction(ierr) manual page for PetscLogObjectMemory() missing manual page for TaoConvergedReason tree: workarround bug 'cannot handle multipe #requirespackage listing'. add no-change test for KSPCR and KSPLCD configure: improve -fPIC test for ubuntu 16.10 sys: print scanf/PetscInt with --with-clanguage=C++ --with-64-bit-indices=1 --with-scalar-type=complex --with-mpi=0 Fix PCTFS and add test code for symmetric and non-symmetric version fix a bug due to Lisandro Dalcin's commit d61f013 TS: Run forward cost integral after event handling if step not rolled back name space Event* and Class* utility functions with Petsc
show more ...
|
| #
3db9a53d
|
| 16-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
remove a couple of seemingly strange unneeded PetscReturnFunction(ierr)
|
| #
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
|
| #
868575d7
|
| 18-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-mf-prec
* master: GAMG: Fix nearnullspace check Plex: Must check block size in parallel from DMGetLocalToGlobalMapping() - Small format cleanup Mov
Merge branch 'master' into knepley/fix-plex-mf-prec
* master: GAMG: Fix nearnullspace check Plex: Must check block size in parallel from DMGetLocalToGlobalMapping() - Small format cleanup Move spinlocks definitions to pinit.c, where they don't depend on PETSC_HAVE_FORTRAN Allow empty data Update output files after change in PetscObjectPrintClassNamePrefixType Deactivate tabs when printing several things in the same line
show more ...
|
| #
f2915190
|
| 18-May-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Merge branch 'tisaac/dmplex-localize-targeted' into tisaac/dmp4est-set-periodic-domain
* tisaac/dmplex-localize-targeted: DMLocalizeCoordinates(): make more flexible and targeted GAMG: Fix nearn
Merge branch 'tisaac/dmplex-localize-targeted' into tisaac/dmp4est-set-periodic-domain
* tisaac/dmplex-localize-targeted: DMLocalizeCoordinates(): make more flexible and targeted GAMG: Fix nearnullspace check Move spinlocks definitions to pinit.c, where they don't depend on PETSC_HAVE_FORTRAN Allow empty data Update output files after change in PetscObjectPrintClassNamePrefixType Deactivate tabs when printing several things in the same line
show more ...
|
| #
b03cf5e4
|
| 17-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
3546dc83
|
| 17-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jose/maint/tabs-print-class' into maint
|
| #
4605517b
|
| 17-May-2016 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in esss/petsc/fix-spinlock-location (pull request #471)
Move spinlocks definitions to pinit.c, where they don't depend on PETSC_HAVE_FORTRAN
|