Looking for mpic++

1.5k Views Asked by At

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

2

There are 2 best solutions below

2
On BEST ANSWER

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.

0
On

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