-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I was trying to build libROM for the first time, and I was able to compile the library but the executable of the examples gave linking errors.
On closer inspection it was not able to find mpicxx libraries at the linking stage.
I was able to fix it by adding ${MPI_CXX_LIBRARIES} to a couple of target_link_libraries statements.
This mirrors an already present '${MPI_C_LIBRARIES}'.
Would this be a worth while bug fix? Or did I do something wrong on my end?
Metadata
Metadata
Assignees
Labels
No labels