Skip to content
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

NoahMP driver does not have an MPI abort #563

Closed
jmccreight opened this issue Jun 9, 2021 · 0 comments
Closed

NoahMP driver does not have an MPI abort #563

jmccreight opened this issue Jun 9, 2021 · 0 comments

Comments

@jmccreight
Copy link
Collaborator

the subrtouine "wrf_abort"


does not treat MPI. Running under MPI, the stop causes MPI to hang as it is improperly(not) finalized

Expected Behavior

The MPI code should return and not hang. You can not programatically assess such failures without writing elaborate process kills.

Current Behavior

the code hangs on wrf_abort

Possible Solution

use the pattern

subroutine mpp_land_abort()

Steps to Reproduce (for bugs)

I can reproduce it but it takes some custom data that I have on my laptop.

Your Environment

  • Version of the code used: current upstream master
  • Operating System and version: nix
  • Compiler and version: gnu
  • Other relevant information:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants