Question

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++?

Was it helpful?

Solution

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.

OTHER TIPS

MPICH2 uses "mpicxx" as its C++ compiler wrapper name.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top