
11 Dec
2009
11 Dec
'09
12:06 p.m.
Sean Farrow wrote:
Hi:
Could someone give me a url for the default mpi compiler used with boost.mpi, I believe this is mpi++ but could be wrong.
There's no default compiler -- a few will be probed. Specifically, this is what is probed on Unix: binaries named * mpic++ * mpiCC (supposedly used by MPICH) * mpicxx (supposedly used by OpenMPI and MPICH2) Does this help? - Volodya