-
Notifications
You must be signed in to change notification settings - Fork 65
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
Control GeomQueryTool screen output #856
Comments
We can introduce a convention of this kind of output and a mechanism for users to influence it. We can pass that through to MOAB for the first two lines. |
Staring at this a little bit more after our call this morning. @gonuke would it be sufficient to add a |
I thought we had one at some point? maybe I'm mis-remembering? |
Not seeing anything of that nature in the source code 😞 Shame on us... |
I think that would do it, but is still fairly intrusive. We also would have to act on that flag in DAGMC. |
Agreed, we'd have to act on that flag in DAGMC. And while some changes will be required in MOAB, there's a separate question of how we want to handle verbosity in the DagMC class. Here are the aforementioned lines annotated with which project they come from:
So, as a first step, I think we can decide how we want to handle the output lines coming from DAGMC. |
Cross-linking related MOAB issue here https://bitbucket.org/fathomteam/moab/issues/166/control-verbosity-in-geomquerytool |
I think all the pieces are in place for the next release of MOAB. We will still need to add a line in the |
Are we ready to proceed with the latest MOAB version now that we have fixed the Implicit Complement Position in DAGMC through PR #935? |
I think it's worth a PR to see how it all works... |
MOAB is set to the latest version 5.5.1 now through #940 |
This should now be resolved |
In Cardinal, we are re-generating an OpenMC DAGMC model on-the-fly based on contours in temperature and density. Each time we re-init DAGMC, the following is printed to the screen
In a given simulation, we might be re-initing DAGMC 15 times, so this repeated screen output can de-sensitize the user to our other screen output that we do want them to pay attention to. Ideally, this screen output could be optionally hidden.
The text was updated successfully, but these errors were encountered: