I am following these instructions trying to build Boost MPI .lib
files, but I encountered one problem: I do not have mpic++
.
Looking at the MPI implementation files such as MPICH and Open MPI, I see no mpic++
included at all.
Where can I find mpic++
?