Add missing MPI target in src/CMakeLists.txt#556
Conversation
gold2718
left a comment
There was a problem hiding this comment.
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 |
|
@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/ufsatm#816. |
|
Combined with #555 for testing |
Add missing MPI target in
src/CMakeLists.txtNot 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
LIBSnorCMAKE_DL_LIBSis 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