I am following instructions at http://www.boost.org/doc/libs/1_43_0/doc/html/mpi/getting_started.html#mpi.config trying to build Boost MPI .lib files, but I got one problem: I do not have mpic++.

Looking at the MPI implementation files such as MPICH2 and Open MPI, I see no mpic++ included at all.

Where can I find mpic++?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
I am using WinXP with Visual Studios Express 2008. – Karl May 24 '10 at 13:46
Well then you will have to check your OpenMPI or MPICh2 installation as to whether (and if so, where) it provides an mpic++ binary. – Dirk Eddelbuettel May 24 '10 at 14:41
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.