-
Notifications
You must be signed in to change notification settings - Fork 123
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
Enqueue Convergence Output Only if Needed #6086
Conversation
I'm creating this PR in draft mode because it depends on, and contains, the earlier PR #6085. I will keep the PR in a draft state until such time as it is ready for review. |
3e6de90
to
055b581
Compare
The earlier PR was merged into the master branch. I'm marking this PR as "ready for review" and I'm running a build check. |
jenkins build this please |
055b581
to
faeb624
Compare
jenkins build this please |
faeb624
to
bb26314
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output as a verb reads a little awkward but it is of course correct.
I suppose we can say "we've already written..." instead. Would that be an improvement? |
yes i think using written is an improvement. |
bb26314
to
5a9b124
Compare
Cool–I've pushed an update to that effect. |
jenkins build this please |
/// Must not be called before startThread() or after endThread(). | ||
/// | ||
/// Only those reports which have not previously been emitted will be | ||
/// output, and only if the run actually requests convergence output at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here as well
Right–sorry about that. I've pushed another update to address this.
While here, also add Doxygen style documentation to the data members and member functions of class SimulatorConvergenceOutput.
5a9b124
to
b3f9848
Compare
jenkins build this please |
PR approved and build check is green. I'll merge into master. |
While here, also add Doxygen style documentation to the data members and member functions of class
SimulatorConvergenceOutput
.