-
Notifications
You must be signed in to change notification settings - Fork 254
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
fv3_esg_HAFS_v0_hwrf_thompson_debug fails when compiling with -init=snan,arrays on Cheyenne.intel #958
Comments
We should consider removing the |
So that looks like these 4 tests both Intel and GNU:
|
@climbfuji, Agreed! We can add a hafs_regional_atm_hwrf_thompson test (or something similar) in the HAFS RT section, and retire these following four RTs: |
Yes, I think these can go. Note that this will mean that some "flavors" of the PBL scheme (triggered by the HWRF_PBL switch) will no longger be tested. |
@BinLiu-NOAA Can we remove those 4 tests and you can create a hafs_regional_atm_hwrf_thompson test in HAFS RT section later? Thanks. |
@junwang-noaa, That sounds good to me. I can work with @ChunxiZhang-NOAA to add a hafs_regional_atm_hwrf_thompson test in the HAFS RT section later. Thanks! |
The |
…munity#958) * update setup.sh to use static fix dir * change setup.py back to use statis fix files
Description
In PR #935, the compile flag
-init=snan,arrays
was added for Intel debug. On Cheyenne, thefv3_esg_HAFS_v0_hwrf_thompson_debug
test failed withMPT: shepherd terminated: r2i3n34.ib0.cheyenne.ucar.edu - job aborting
which usually indicates an issue w/ memory.
To Reproduce:
Run
fv3_esg_HAFS_v0_hwrf_thompson_debug
test on Cheyenne.intel. The job fails as described. Thedynf000.nc
is produced but not the phyf000.nc file.Adding additional resources for the job (e.g.
#PBS -l select=6:ncpus=18:mpiprocs=18
) allows the job to complete.The text was updated successfully, but these errors were encountered: