-
Notifications
You must be signed in to change notification settings - Fork 555
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
Several corrections to the coherency checks. #759
Conversation
Hi @MathieuDutSik Thanks for providing this development. I'd appreciate it if you provide an extended description of why you did this and how you expect it would benefit WW3. Could you fill out the PR template completely? If some of them are not applicable, you can leave NA in front. |
@MathieuDutSik thanks for updating more of the descriptions. Would it be okay if the eventual commit message is "Simplifying and correcting debugging statements" as I think it might be more informative than "sync simplify_logs with develop"? Can you address the checklist and provide any information about testing. Thank you so much for this update! I'm testing two other PRs right now and then will run regression tests for this PR. |
Ok, I did a renaming of the "eventual commit message". |
@MathieuDutSik the checklist is simply a quick list of reminders for developers as they submit the PR. For example, if your branch is up to date with the develop branch of WW3, you would check the box (or in the edit mode its [x]). For the testing, we'll do testing on our end as well, but we'd like to hear how this PR was tested by the developer submitting the PR. Our HPC is very full right now, but I will be running the regtests for this PR and completing the review of this PR this week. I apologize for the delay and long queue time for this PR. We will work to reduce this time in the queue in the future. I appreciate your patience with us and most importantly we appreciate your contributions to WW3! |
@MathieuDutSik I just wanted to let you know that I ran the regtests for this PR, but it was on a machine that disk is having some issues, so I'm having to re-run them now on another machine. I'm also in the process of finalizing the review of PR741. I don't think I"m going to be able to merge this PR this week as I said 2 days ago and Monday is a holiday, so my best guess of a timeline is Tuesday or Wednesday of next week. I've reviewed the code itself and do not see any issues there. Thanks again for your patience! |
Thank you for your answer. Let me know how I can help you. |
Only the expected cases have issues:
|
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.
@MathieuDutSik thank you for your updates! Looking forward to the next set of updates!
Pull Request Summary
Simplifying and correcting debugging statements.
Description
Simplify and corrects a few parts of the coherency checks.
(like identifying VA(0:NSEAL) with FIELD(1:NSEAL) which is problematic and cause memory problems).
I thus believe it is useful to merge as it helps debugging and has zero impact on normal use.
Issue(s) addressed
The DEBUG statements are a very useful feature of the WW3 system. I thus believe
that it is very important to have correct debugging feature that do not lead to the wrong
idea about errors.
Commit Message
Simplifying and correcting debugging statements
Check list
Testing