-
Notifications
You must be signed in to change notification settings - Fork 151
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
fix no-MPI compilation for F-A scheme #363
Conversation
call MPI_ABORT(MPI_COMM_COMP, rc, IRTN) | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose that I could put an #else STOP here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or, set ccpp_errflg/msg and return since we're not supposed to STOP in a scheme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should do that in either case - set errmsg and errflg and return, not even worrying about MPI_ABORT or STOP.
@grantfirl I already merged the PR for SCM. I will thus merge this PR as a temporary fix and hope for another PR that uses errmsg/errflg instead of aborting the model. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved as temporary workaround.
IMO, no RTs required.