-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add missing MPI target in src/CMakeLists.txt #556
Conversation
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.
Is the line needed at all? If you are using an MPI compiler (or compiler wrapper), I thought the MPI libraries were always linked in by default.
Still, I can't see how this could hurt.
It is needed, because we are NOT using |
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.
Good catch.
@grantfirl @dustinswales Can we add this to one of the next ufs-w-m PRs? |
@climbfuji I don't see any reason not to. |
This will get merged with NOAA-EMC/fv3atm#816. |
Combined with #555 for testing |
Add missing MPI target in
src/CMakeLists.txt
Not sure why this is not causing any errors currently because it should be there! The line that gets replaced is old and should have been removed in the past (neither
LIBS
norCMAKE_DL_LIBS
is defined).User interface changes?: No
Fixes: [Github issue #s] n/a
Testing:
test removed: n/a
unit tests: n/a
system tests: n/a
manual testing: on my macOS with ufs-weather-model