Skip to content

Run FCST error: FATAL from PE 2: mpp_domains_define.inc: not all the pe_end are in the pelist #692

Answered by mkavulich
htan2013 asked this question in Q&A
Discussion options

You must be logged in to vote

@htan2013 It looks like you are over-subscribing your MPI tasks. You have the following settings per your log file:

++ QUILTING=TRUE
++ WRTCMP_write_groups=1
++ WRTCMP_write_tasks_per_group=24

With QUILTING=TRUE, the write component is activated and assigned MPI tasks based on the number of write tasks and groups. With your settings, you have 6×8=48 CPUs assigned to model integration, and 1×24=24 CPUs assigned to the write component (creating output files) for a total of 72 CPUs, which is more than the 48 specified in your mpirun command.

While you could set QUILTING=FALSE, this option is not extensively tested, so I would recommend changing your layout_x and layout_y to compensate for t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@htan2013
Comment options

Answer selected by htan2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants