Merge remote-tracking branch 'origin/barry/add-intro-help'
Added initial implementation of GLVis viewer
add missing input in the help menu of PetscOptionsView()Reported-by: Richard Katz <richard.katz@earth.ox.ac.uk>
Need to copy of the num_fortrancallback for all types of callbacksCommit-type: bug-fixReported-by: Jed Brown <jed@jedbrown.org>
PetscObjectCopyFortranFunctionPointers() did not copy the NUMBER of new style function pointersHence it could not find any new style function pointers in a copy even though they were there in the d
PetscObjectCopyFortranFunctionPointers() did not copy the NUMBER of new style function pointersHence it could not find any new style function pointers in a copy even though they were there in the dataCommit-type: bug-fixTime: 1.5 hoursReported-by: Karin&NiKo <niko.karin@gmail.com>Thanks-to: Natacha BEREUX <natacha.bereux@gmail.com>
show more ...
Have the -help intro option print the externalhelp message alsoCommit-type: featureReported-by: Lisandro Dalcin
Free MPI resources before exiting with -help intro optionCommit-type: bug-fixReported-by: Lisandro Dalcin
-help intro should destroy options database before exitingCommit-type: bug-fixReported-by: Lisandro Dalcin
Add -help intro option that causes the printing of the programs help string and then exits the programThis was introduced because Ed Bueler observed that the standard way to get this information$
Add -help intro option that causes the printing of the programs help string and then exits the programThis was introduced because Ed Bueler observed that the standard way to get this information$ ./ex2 -help | headProduces a confusing error message for usersNewton method to solve u'' + u^{2} = f, sequentially.This example employs a user-defined monitoring routine.--------------------------------------------------------------------------Petsc Development GIT revision: v3.7.6-3506-g5282eff101 GIT Date: 2017-04-28 13:22:25 -0500 The PETSc Team petsc-maint@mcs.anl.gov http://www.mcs.anl.gov/petsc/See docs/changes/index.html for recent updates.See docs/faq.html for problems.[0]PETSC ERROR: ------------------------------------------------------------------------[0]PETSC ERROR: Caught signal number 13 Broken Pipe: Likely while reading or writing to a socket[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger[0]PETSC ERROR: or see http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind[0]PETSC ERROR: or try http://valgrind.org on GNU/linux and Apple Mac OS X to find memory corruption errors[0]PETSC ERROR: or try option -log_stack[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------[0]PETSC ERROR: Signal received[0]PETSC ERROR: See http://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting.[0]PETSC ERROR: Petsc Development GIT revision: v3.7.6-3506-g5282eff101 GIT Date: 2017-04-28 13:22:25 -0500[0]PETSC ERROR: ./ex2 on a arch-basic named anlextwls003-074.wl.anl-external.org by barrysmith Fri Apr 28 14:09:32 2017[0]PETSC ERROR: Configure options[0]PETSC ERROR: #1 User provided function() line 0 in unknown fileapplication called MPI_Abort(MPI_COMM_WORLD, 59) - process 0Commit-type: featureTime: .2 hoursThanks-to: Ed Bueler <elbueler@alaska.edu>
Sys: Added Fortran binding for object composition
Merge remote-tracking branch 'origin/hongzh/knl'
hide HBW allocator and add backdoor functions for the special use caseFunded-by:Project: PETSc for ThetaTime: 4.0 hoursReported-by:Thanks-to:
add HBW allocator and a special use case for adjoint checkpointing on KNLFunded-by:Project: PETSc for ThetaTime: 8 hoursReported-by:Thanks-to:
fortran: disable interfaces for functions with 'char' arguments. Now we get compile errors
fix -Wundef -Wold-style-definition warningsReported-by: Till Martens <till.martens@dlr.de>
fix -Wstrict-prototypes warningsReported-by: Till Martens <till.martens@dlr.de>
replace use/mention of depreciated -log_summary in many placesReported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
Merge remote-tracking branch 'origin/Fande_Kong/PetscOptionsGetUnusedOptions'
Added a test to show how to retrieve unused petsc options
Return petsc options that were set and never usedIt will be useful for users who want to use this informationto throw out a warning or error.
Merge branch 'tisaac/feature-vec-tagger'* tisaac/feature-vec-tagger: (31 commits) VecTagger: documentation TS tutorials ex11: use updated VecTagger interface VecTagger: rename Intervals and B
Merge branch 'tisaac/feature-vec-tagger'* tisaac/feature-vec-tagger: (31 commits) VecTagger: documentation TS tutorials ex11: use updated VecTagger interface VecTagger: rename Intervals and Boxes, declare VecTaggerBox PetscCMPLX: fix inline declaration VecTagger: silence some compiler complaints VecTagger: 64-bit indices fixes TS tutorials ex11: use VecTagger VecTagger: cxx fixes VecTagger: complex fixes and tests VecTagger: fix view of andor types VecTagger: fixes for complex VecTagger: Implementation of union and intersection taggers VecTagger: cdf interval implementation VecTagger: create regression tests based on ex1 VecTagger: complex/c++ fixes VecTagger: added tutorial ex1 VecTagger: simple backend should check that interval is set at setup VecTagger: relax strict block size restrictions VecTagger: comment out unimplemented registrations VecTagger: fix header function misnames ...
Merge remote-tracking branch 'origin/pr630/alexfikl/alexfikl/fortran-missing/master'
proper manual pages for PetscObjectXXXOptionsPrefix()
VecTagger: silence some compiler complaints
VecTagger: 64-bit indices fixes
1...<<41424344454647484950>>...99