-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Belos: issue causing segfault when output requested #9522
Labels
Comments
@trilinos/belos |
I'll look at this. |
jennloe
added a commit
to jennloe/Trilinos
that referenced
this issue
Aug 9, 2021
trilinos-autotester
added a commit
that referenced
this issue
Aug 10, 2021
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Belos: Fix Output Style Crash, Issue #9522 PR Author: jennloe
Closed by PR #9539. |
jmgate
pushed a commit
to tcad-charon/Trilinos
that referenced
this issue
Aug 11, 2021
…s:develop' (ed13b3a). * trilinos-develop: (23 commits) Zoltan2 HIP: address comments by Karen and Jonathan This just changes the python job name to match the jenkins job Panzer: remove uvm from point values MueLu/Ifpack2/Tpetra: Adding Reitzinger / Hiptmair support / Fixing SpGEMM bug (trilinos#9526) MOdified test: have functor working in uvm STK: Snapshot 08-09-21 12:15 Belos: Fix for output style crash. Issue trilinos#9522. Allow use of python > 3,8 Change path to source common.sh to the new location Revert "Remove unset of PYTHONPATH" Remove unset of PYTHONPATH Rename python unit tests under commonTools to "old" Final *ini files for the jenkins jobs. Change import paths to match recent updates Fixing some comments for consistency Zoltan2: small modifications for HIP Add load of anaconda3.7 and set variables to match Correct typo and missing option Use the genconfig build name for the load-env call and for CDash ...
jmgate
pushed a commit
to tcad-charon/Trilinos
that referenced
this issue
Aug 12, 2021
…s:develop' (ed13b3a). * trilinos-develop: (39 commits) MueLu: fix misleading indentation in unit test Remove UVM from PanzerAdaptersSTK (partially) (trilinos#9550) Fixed poinrfield test for UVM MueLu: update details of bibliographic reference Added the label to the png Update README.md Better way of determing what file system to use Sovles issues where on Linux systems file where error is thown rather than save file Zoltan2 HIP: address comments by Karen and Jonathan This just changes the python job name to match the jenkins job Panzer: remove uvm from point values MueLu/Ifpack2/Tpetra: Adding Reitzinger / Hiptmair support / Fixing SpGEMM bug (trilinos#9526) MOdified test: have functor working in uvm Small fix and added some error handling STK: Snapshot 08-09-21 12:15 Belos: Fix for output style crash. Issue trilinos#9522. Made code more organized by adding a function removed dead code MergeLevelGraphs.__renameSubgraphs is now O(n) ...
PhilMiller
pushed a commit
to PhilMiller/Trilinos
that referenced
this issue
Dec 22, 2021
…develop' (47dab76). * trilinos/develop: (50 commits) MueLu: fix misleading indentation in unit test Remove UVM from PanzerAdaptersSTK (partially) (trilinos#9550) Fixed poinrfield test for UVM MueLu: update details of bibliographic reference Added the label to the png Update README.md Better way of determing what file system to use Sovles issues where on Linux systems file where error is thown rather than save file Zoltan2 HIP: address comments by Karen and Jonathan This just changes the python job name to match the jenkins job Panzer: remove uvm from point values MueLu/Ifpack2/Tpetra: Adding Reitzinger / Hiptmair support / Fixing SpGEMM bug (trilinos#9526) MOdified test: have functor working in uvm Small fix and added some error handling Fixed normals test STK: Snapshot 08-09-21 12:15 Fixed local mesh computation for UVM Belos: Fix for output style crash. Issue trilinos#9522. Made code more organized by adding a function ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line sets "Output Style" to
verbosity_
instead ofoutputStyle_
:Trilinos/packages/belos/src/BelosPseudoBlockGmresSolMgr.hpp
Line 711 in 53ecba4
For my case using this solver,
verbosity_ = 41
, and it causes a segfault here sinceStatusTestOutputFactory::create
has no "default" clause in the switch statement and returns a null RCP:Trilinos/packages/belos/src/BelosPseudoBlockGmresSolMgr.hpp
Line 1184 in 53ecba4
The text was updated successfully, but these errors were encountered: