The weather model is failing with mpp_domains_define.inc: At least one pe in pelist is not used by any tile in the mosaic
error message
#879
Replies: 1 comment
-
The issue has been discovered and corrected. Closing now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While updating the Short-Range Weather Application to stop using the deprecated
atmos_nthreads
and useATM_omp_num_threads
, about half of the comprehensive workflow end-to-end (WE2E) tests are now failing with the following error message:FATAL from PE *: mpp_domains_define.inc: At least one pe in pelist is not used by any tile in the mosaic
This is confusing because:
atmos_nthreads
.ufs.configure
,model_configure
, andinput.nml
files are as expected.Since there appears to be different behavior depending on the machine (on Hercules, all of the six fundamental tests pass, but one of the tests fails on Hera with the above message), does this suggest that there's an off-by-one or similar edge case based on node size?
Any clarification on what this error message represents and the best way to begin debugging would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions