-
Notifications
You must be signed in to change notification settings - Fork 250
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
opnReqTest does not work with cpld_bmark_p7 #899
Comments
@JessicaMeixner-NOAA can you try without mpi? |
@JessicaMeixner-NOAA <https://github.com/JessicaMeixner-NOAA>
cpld_bmark_p7 has the wave component, we don't expect it will work with dcp
either. Are you running the test for debugging?
…On Thu, Nov 4, 2021 at 3:55 PM Minsuk Ji ***@***.***> wrote:
@JessicaMeixner-NOAA <https://github.com/JessicaMeixner-NOAA> can you try
without mpi? ./opnReqTest -n cpld_bmark_p7 -k -c thr,dcp
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#899 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TJZ37LEP5NKL2RVBJ3UKLXJ3ANCNFSM5HMHTZPQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Trying to be proactive in showing that WW3 can pass more of these tests now with some upcoming code changes. I have also added new tests, but had added those before the opnReqTest was here to use so wanted to try this as well as extra tests might not be wanted in the repository. I'll try just: |
Should I try cpld_control_wave_p7 instead? Or just cpld_control_p7 works? |
@JessicaMeixner-NOAA |
Looks like the cpld_control_wave_p7 also does not work:
I'm curious as to why the benchmark test would not be a good idea? Sometimes the components have features that are resolution dependent, so I would think having the capability to run any resolution might be important. |
I agree that different resolutions could be important. However, I am not sure if the operation test should deal with the high number of PE's used by benchmark to meet forecast time requirement.. |
So is the recommendation then that we stick to manual testing of the higher resolution test cases to ensure the resolutions meet the operational requirements? Here are two cases where resolution has an impact (there are likely more, and likely other reasons and arguments for just testing the lower):
|
Thanks, I think the opnReqTest needs to support high resolution tests too, e,g, the cpld_bmark cases. But please keep in mind that the developer won't be able to run those tests or need to require a special queue if the high resolution tests require a large amount of nodes that developers may not be able to get access to. |
@JessicaMeixner-NOAA Maybe my previous comment was not clear. I agree with you on testing different resolutions. My uncertainty was in regards to using the benchmark test; here is an example. If |
The cpld_control_p7 is a C96/1 deg test, whereas cpld_bmark_p7 is C384/0.25 deg + waves test, so I think the different resource requirements between the two is due to the resolution differences. The cpld_control_c384_p7 and cpld_bmark_p7 have the same atm/ocn resolution but the bmark test also includes waves. |
ORT changes for |
Description
The opnReqTest does not work with cpld_bmark_p7
To Reproduce:
from test directory, run:
./opnReqTest -n cpld_bmark_p7 -k -c mpi,thr,dcp
Additional context
Add any other context about the problem here.
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related. Example:
Output
The text was updated successfully, but these errors were encountered: