| #
35e5de05
|
| 02-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jed/tests-cxx-linker' into barry/more-to-new-test-harness
|
| #
47435625
|
| 31-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
Update to MPI-2.0 versions of attribute interfaces
Some of these interfaces were removed in MPI-3. This compiles cleanly with Open MPI 3.0 and is clean according to the style checks.
src/contrib
Update to MPI-2.0 versions of attribute interfaces
Some of these interfaces were removed in MPI-3. This compiles cleanly with Open MPI 3.0 and is clean according to the style checks.
src/contrib/style/checks/mpi3-removed-all.sh src/contrib/style/checks/mpi3-deprecated-all.sh
show more ...
|
| #
12801b39
|
| 26-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
convert MPI_Keyval_create() usage to MPI_Comm_create_keyval() and fix error routines from keyval functons
Commit-type: style-fix
|
| #
48296f0d
|
| 17-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-ts-plasma-example
* master: (22 commits) Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection SNES ex13: Update test output
Merge branch 'master' into knepley/feature-ts-plasma-example
* master: (22 commits) Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection SNES ex13: Update test output PetscFE: Complex fixes for PetscFEIntegrate() SNE ex13: Got adjoint solution and almost have a good error estimate Section: Fix init in PetscSectionCreateSupersection() DM: Remove debugging view SNES ex13: Updated output after fix Section: If global section allocates bc indices, must copy them Section: Cleaned up PetscSectionCreateGlobalSection() - Used local variable and added input checks Bib: Added pages Section: Fix leaks in DMCreateSuperDM() SNES ex13: Adding adjoint capability DM: Use new PetscGlobalMinMaxInt() DM: Added DMCreateSuperDM() Plex: Refactor computation of integrals over the domain - Added DMPlexComputeCellwiseIntegral() PetscFE: Fix PetscFEIntegrate() for multicomponent integrals Adaptor: Use new PetscGlobalMinMaxInt() Section: Added PetscSectionCreateSupersection() - This merges several sections together Vec+Doc: Fix docs for VecISAXPY() Vec: Added VecISCopy() - Use ScatterMode to determine direction of copying ...
show more ...
|
| #
0cb8e637
|
| 16-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-adjoint-prelim'
* knepley/feature-plex-adjoint-prelim: (22 commits) Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection SNES ex13:
Merge branch 'knepley/feature-plex-adjoint-prelim'
* knepley/feature-plex-adjoint-prelim: (22 commits) Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection SNES ex13: Update test output PetscFE: Complex fixes for PetscFEIntegrate() SNE ex13: Got adjoint solution and almost have a good error estimate Section: Fix init in PetscSectionCreateSupersection() DM: Remove debugging view SNES ex13: Updated output after fix Section: If global section allocates bc indices, must copy them Section: Cleaned up PetscSectionCreateGlobalSection() - Used local variable and added input checks Bib: Added pages Section: Fix leaks in DMCreateSuperDM() SNES ex13: Adding adjoint capability DM: Use new PetscGlobalMinMaxInt() DM: Added DMCreateSuperDM() Plex: Refactor computation of integrals over the domain - Added DMPlexComputeCellwiseIntegral() PetscFE: Fix PetscFEIntegrate() for multicomponent integrals Adaptor: Use new PetscGlobalMinMaxInt() Section: Added PetscSectionCreateSupersection() - This merges several sections together Vec+Doc: Fix docs for VecISAXPY() Vec: Added VecISCopy() - Use ScatterMode to determine direction of copying ...
show more ...
|
| #
677605c3
|
| 12-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-plex-adjoint-prelim' into knepley/feature-plex-exodus-update
* knepley/feature-plex-adjoint-prelim: SNE ex13: Got adjoint solution and almost have a good error estima
Merge branch 'knepley/feature-plex-adjoint-prelim' into knepley/feature-plex-exodus-update
* knepley/feature-plex-adjoint-prelim: SNE ex13: Got adjoint solution and almost have a good error estimate Section: Fix init in PetscSectionCreateSupersection() DM: Remove debugging view SNES ex13: Updated output after fix Section: If global section allocates bc indices, must copy them Section: Cleaned up PetscSectionCreateGlobalSection() - Used local variable and added input checks Bib: Added pages Section: Fix leaks in DMCreateSuperDM() SNES ex13: Adding adjoint capability DM: Use new PetscGlobalMinMaxInt() DM: Added DMCreateSuperDM() Plex: Refactor computation of integrals over the domain - Added DMPlexComputeCellwiseIntegral() PetscFE: Fix PetscFEIntegrate() for multicomponent integrals Adaptor: Use new PetscGlobalMinMaxInt() Section: Added PetscSectionCreateSupersection() - This merges several sections together Vec+Doc: Fix docs for VecISAXPY() Vec: Added VecISCopy() - Use ScatterMode to determine direction of copying Sys: Added PetscGlobalMinMaxReal/Int() Plex: Make preallocation debugging work in serial
show more ...
|
| #
1fa399ad
|
| 04-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-plex-bc-multiple
* master: (347 commits) tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite PGI: fix build error with
Merge branch 'master' into knepley/fix-plex-bc-multiple
* master: (347 commits) tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite PGI: fix build error with updated 17.10 compilers Fix for test dirs that are not tutorials/tests fix use of double in PetscAbsReal() which produces compiler warnings with single precision build elemental: remove info on conflict of -with-cxx-dialect=C++11 on osx - it works now. Cleanup .bib files Fix allfortranstubs rule to rm generated files from correct directory, not outdated location ierr set but not checked Remove initial refine so test runs faster and does not time out on some machines Gail's copyedits for bibtex items Docs: manual: add further description of 3 different current testing options DM: check for ops->localtolocalbegin/end before calling PetscSF: fix typo in tutorial ex1 Vec+HDF5: Fix output for complex - Need to check for empty group name SNES: SNESDestroy() can be called with snes->dm == NULL SNES: SNESDestroy() can be called with snes->dm == NULL Vec+HDF5: Fix output for complex - Need to check for empty group name Docs: Manual: Update tests section gmakegentest: also exclude .#filenames created by emacs DMPlex: Fix output of test ex1 after changes to Gmsh reader ...
show more ...
|
| #
6ba4152b
|
| 01-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Sys: Added PetscGlobalMinMaxReal/Int()
|
| #
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.
|
| #
a70dbfda
|
| 25-Oct-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscSequentialPhaseBegin() must call PetscSysInitializePackage() is its finalize is registered so Petsc_Seq_keyval gets freed
Otherwise MPICH with full debugging turned on reports unrelease resourc
PetscSequentialPhaseBegin() must call PetscSysInitializePackage() is its finalize is registered so Petsc_Seq_keyval gets freed
Otherwise MPICH with full debugging turned on reports unrelease resource at program completion.
Commit-type: testing-fix Reported-by: nightly tests
show more ...
|
| #
8ae1f613
|
| 01-Aug-2017 |
Satish Balay <balay@mcs.anl.gov> |
test: fix compile error on windows introduced by 2fe4ef4a9eb82e4d7c3a118a6d3c972f05c4238d
libpetsc.lib(dlregispetsc.o) : error LNK2019: unresolved external symbol Petsc_Seq_keyval referenced in func
test: fix compile error on windows introduced by 2fe4ef4a9eb82e4d7c3a118a6d3c972f05c4238d
libpetsc.lib(dlregispetsc.o) : error LNK2019: unresolved external symbol Petsc_Seq_keyval referenced in function "int __cdecl PetscSysFinalizePackage(void)" (?PetscSysFinalizePackage@@YAHXZ)
show more ...
|
| #
2fe4ef4a
|
| 31-Jul-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Free Petsc_Seq_Keyval if it has been created.
Commit-type: testing-fix,style-fix Funded-by: ECP Time: .1 hours Reported-by: nightly tests
Development Tools: Vim, Emacs, Eclipse
|
| #
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 ...
|
| #
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 ...
|
| #
9137bce6
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-funct'
|
| #
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 ...
|
| #
3aa2d9e3
|
| 15-Aug-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-nonew-notcollective/maint' into jed/mat-assembly-perf
Jed this fucking 6+ month running thing in next that is not in master is a royal fucking pain in the ass and an abuse of
Merge branch 'barry/fix-nonew-notcollective/maint' into jed/mat-assembly-perf
Jed this fucking 6+ month running thing in next that is not in master is a royal fucking pain in the ass and an abuse of git. I think it is not justified to ever have anything in next for more than a few weeks at most. Either take it out of next if it is broken or put it in master if it is not broken. Hanging around in next but not master for ever is not a good policy.
show more ...
|
| #
e1b06f76
|
| 20-May-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/solkx
* master: (6933 commits) Bib: Added reference Includegraph: Updated for compatibility with new folder layout. Add SNESLineSearchReason to fortran inclu
Merge branch 'master' into knepley/solkx
* master: (6933 commits) Bib: Added reference Includegraph: Updated for compatibility with new folder layout. Add SNESLineSearchReason to fortran includes Also truncate names to fit 32 char fortran limit fix compile warnings /usr/home/balay/petsc.clone-2/src/vec/vec/interface/vector.c:1944: warning: division by zero in '1.0e+0 / 0.' /usr/home/balay/petsc.clone-2/src/ksp/ksp/interface/itfunc.c:508: warning: 'vec_rhs' may be used uninitialized in this function updated output for new trust region initial size initial size of the trust region is set as a percent of the norm of the initial guess, it should not be related to the initial norm of the function (which is kind of nuts). The default bounds for SNESVISetVariableBounds() in the manual page were reversed from correct values Bib: Added refs Bib: Update MPICH webpage Plex: Forgot to close file removed nonexistent ex46f from makefile test rule Revert "fixed bad merge into master" fixed bad merge into master fix memory leak in mkl_pardiso fix some formatting in mkl_pardiso code mv runex111 from TESTEXAMPLES_C to TESTEXAMPLES_DATAFILESPATH Mat+Doc: More Fortran docs Plex ex3: Run tests with the correct number of field components Bib: Added TetGen cite parmetis: make sure 'ldd libparmetis.so' points to the correct libmetis.so that its linked with. small fix as reported by the nightly test ...
Conflicts: config/builder.py
show more ...
|
| #
5a4ab5ab
|
| 02-Apr-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'master' into tisaac/dmforest
If we're going to start developing on this again, the recent changes to the location of configuration files will make it annoying to switch to and from thi
Merge branch 'master' into tisaac/dmforest
If we're going to start developing on this again, the recent changes to the location of configuration files will make it annoying to switch to and from this branch. Matt's and my fixes in DMPlex will also be relevant.
* master: (1557 commits) MatLoad_MPIDense() always allocated array space even if it was previously provided Clarified lumping options for PCFieldSplitSchurPreType SELFP. fixed up PetscInfo in GAMG TSErrorWeightedNorm[2|Infinity]: API changes MatLoad_SeqDense() always allocated new space for the data even if the user already provided it Fixed DMCompositeGetAccessArray() to support readonly vectors Fix obviously-wrong aspects of documentation on SNESVINEWTONRSLS and SNESVINEWTONSSLS. fixed example to compile - demonstrates a bug var name 'len' was F90 key word For user provided Jacobian functions they should always assembly into the second matrix, the one from which the preconditioner is built because the first may be used as matrix-free with -snes_mf_operator Suggest --with-64-bit-indices if users mistakenly use --with-64bit-indices Fix configure logging of integer size. missing underscore in #define of vecgetarrayread translation of fortran stub for VECGETARRAYREAD updated test output files to reflect differences introduced previously in PCView output -ksp_type preonly does not support -ksp_monitor_short so remove from test line to prevent extranious warning output missing CHKERRQ; and ugly double declaration of ierr Plex ex3: For want of a semicolon, the kingdom was lost MatSetValuesMPISBAIJ will now print correct global indices when error generated due to new nonzero location completed basic use of MatSetValuesBlocked_SeqBAIJ_Inlined() by MatSetValuesBlocked_MPIBAIJ() to allow proper global indices being printed when error generated by new nonzero locations. Added inline version of MatSetValuesBlocked_SeqBAIJ() to be used by MatSetValuesBlocked_MPIBAIJ() to print error message for nonzero block with global indices ...
show more ...
|
| #
898446f9
|
| 11-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/ts-is-for-differential-variables
Conflicts: include/petsc-private/tsimpl.h src/ts/impls/eimex/eimex.c src/ts/interface/ts.c
|
| #
f2dee214
|
| 06-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into jed/chem Note merging a branch with good stuff in it for a year and a half is insane!
Conflicts: src/ts/examples/tutorials/makefile src/ts/interface/ts.c
|
| #
a197972a
|
| 11-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/saws-options-merge-master
Totally confusing manual merge, could be wrong
Conflicts: include/petscoptions.h src/dm/impls/da/dacreate.c src/sys/objects/aoptions.c
Merge branch 'master' into barry/saws-options-merge-master
Totally confusing manual merge, could be wrong
Conflicts: include/petscoptions.h src/dm/impls/da/dacreate.c src/sys/objects/aoptions.c src/sys/threadcomm/interface/threadcomm.c
show more ...
|
| #
50705773
|
| 10-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad Manual merge of makefile
Conflicts: src/sys/classes/viewer/examples/tutorials/makefile
|
| #
72e51967
|
| 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-unneeded-paren-petscmalloc'
Conflicts: src/mat/impls/baij/seq/baij.c
|
| #
854ce69b
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
convert some PetscMalloc() to PetscMalloc1() remove unneeded () in first argument to PetscMalloc/Calloc1() fixes for MATLAB examples
|