-
Notifications
You must be signed in to change notification settings - Fork 312
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
pio2 failures #940
Comments
Here's the CESM log, which shows it's failing in ESMF/NUOPC.. |
You need to have updated CIME and CMEPS externals before running this
test. I will try running it from my sandbox.
…On Wed, Mar 11, 2020 at 6:14 PM Erik Kluzek ***@***.***> wrote:
Here's the CESM log, which shows it's failing in ESMF/NUOPC..
cesm.log <https://github.com/ESCOMP/CTSM/files/4321673/cesm.log>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#940 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4XCE7DQNS3YLQKC6MJ3F3RHASNPANCNFSM4LGBHH2Q>
.
|
OK, let us know what versions to use. Also note that the mosart test failed in ctsm1.0.dev083 (where the stub-ROF case passed previously). |
This turns out to be an error in a debug print statement in PIO. I have submitted PR NCAR/ParallelIO#1638 and will update PIO in cime master when that is accepted. A workaround is to use PIO_REARRANGER=2. |
@jedwards4b - how can this happen out of the box? If PIO2 is the default io
mechanism for NUOPC then we also need to set PIO_REARRANGER=2 for all nuopc
cases. Or we can simply set PIO1 as the default until the PR is accepted.
What should we do?
…On Thu, Mar 12, 2020 at 11:32 AM jedwards4b ***@***.***> wrote:
This turns out to be an error in a debug print statement in PIO. I have
submitted PR NCAR/ParallelIO#1638
<NCAR/ParallelIO#1638> and will update PIO in
cime master when that is accepted. A workaround is to use PIO_REARRANGER=2.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#940 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4XCEY2A3IPTSZ2DOEADCDRHEMEBANCNFSM4LGBHH2Q>
.
|
Pio2 update Updates pio2 to the latest master (hash e41e6a6) This change only affects nuopc driver where pio2 is default. Test suite: SMS_D_Vnuopc.f09_g17.I2000Clm50SpGs.cheyenne_intel with pio_rearranger=1,2 Test baseline: Test namelist changes: Test status: bit for bit Fixes ESCOMP/CTSM#940 User interface changes?: Update gh-pages html (Y/N)?: Code review:
I think that this closed automatically because I mentioned it in the cime PR. |
Thanks @jedwards4b . But I'm actually going to close it, because I believe this problem doesn't affect any existing versions of CTSM master. (I think it is only a problem with a set of cime commits that are not currently on CTSM master.) |
Pio2 update Updates pio2 to the latest master (hash e41e6a652) This change only affects nuopc driver where pio2 is default. Test suite: SMS_D_Vnuopc.f09_g17.I2000Clm50SpGs.cheyenne_intel with pio_rearranger=1,2 Test baseline: Test namelist changes: Test status: bit for bit Fixes ESCOMP/CTSM#940 User interface changes?: Update gh-pages html (Y/N)?: Code review:
Brief summary of bug
The following tests fail with pio2 but pass with pio1.
SMS_D_Vmct.f09_g17.I2000Clm50SpGs.cheyenne_intel
`SMS_D_Vnuopc.f09_g17.I2000Clm50SpGs.cheyenne_intelGeneral bug information
CTSM version you are using: ctsm1.0.dev084
Does this bug cause significantly incorrect results in the model's science? No
Configurations affected: CTSM with mct or nuopc
SMS_D_Vnuopc.f09_g17.I2000Clm50SpGs.cheyenne_intel fails...
SMS_D_Vmct.f09_g17.I2000Clm50SpGs.cheyenne_intel fails...
Details of bug
Here is a brief traceback
The text was updated successfully, but these errors were encountered: