$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] default mpi implementation
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-12-11 07:06:42
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