boostorg / boostorg/boost_install
boost_mpi tries to find the C++ MPI API
Open
- Dominant language
- C
- Stars
- 11
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
boost_mpi is only based on the C MPI API. Yet the the generated cmake code tries to import the C++ API, bringing in more stuff than necessary. Along with the associated problems:
```
CMake Error in /ccc/work/cont003/gen7233/miniussa/views/fargo/fargOCA/icc/rel/CMakeFiles/CMakeTmp/CMakeLists.txt:
Imported target "MPI::MPI_CXX" includes non-existent path
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.