Update utest and ci#603
Conversation
|
AutoRT: orion jobs sitting in pending, jet started but lots pending still. Will need to add labels on once Hera is back online. |
|
Machine: jet |
|
Runtime error occurs when running control (with L127) test in a docker. However, the exact same configuration runs fine with GNU on Hera. |
|
Machine: orion |
that test failed on this file: Comparing GFSFLX.GrbF00 .........NOT OK |
With QUILTING=.false., control is able to run. |
|
Can we add:
if [ $UNIT_TEST == false ] then
export WRITE_DOPOST=true
fi
in tests/tests/control? Maybe also set UNIT_TEST=false in default_vars.sh
…On Thu, Jun 3, 2021 at 10:02 AM Minsuk Ji ***@***.***> wrote:
Runtime error occurs when running control (with L127) test in a docker.
However, the exact same configuration runs fine with GNU on Hera.
https://github.com/ufs-community/ufs-weather-model/runs/2732472388?check_suite_focus=true
With QUILTING=.false., control is able to run.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#603 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TP7AIQAVYHFRFD7VKLTQ6DORANCNFSM45TFCTGQ>
.
|
|
climbfuji
left a comment
There was a problem hiding this comment.
Do we know why the control L127 + post tests don't work in Docker?
@junwang-noaa suggested WRITE_DOPOST=false, which made control L127 to work in Docker. I do not know the underlying reason. |
|
POST needs more memory, but currently we are only using one EC2 node with
48 PEs for the test. We need to request more memory to run inline post.
…On Thu, Jun 3, 2021 at 12:33 PM Dom Heinzeller ***@***.***> wrote:
***@***.**** approved this pull request.
Do we know why the control L127 + post tests don't work in Docker?
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#603 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TL5Y33M6SHQP273HVLTQ6VDXANCNFSM45TFCTGQ>
.
|
* Switch ccpp-physics submodue. * ccpp ufs-community#17: git action ci yaml update.
PR Checklist
Ths PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
If new or updated input data is required by this PR, it is clearly stated in the text of the PR.
Instructions: All subsequent sections of text should be filled in as appropriate.
The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model.
Description
Issue(s) addressed
#543
Includes the code changes in #560, and thus replaces #560.
Testing
How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)
Dependencies
None