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++?
What is your distribution or OS?
My Debian / Ubuntu systems have it as a softlink to
mpic++.openmpi(which comes from the libopenmpi-dev package). So I use Open MPI; the MPICH2 packages provide the same softlink.