K. Noel Belcourt wrote:
The first argument to the using mpi rule should be the location of the mpicxx script. If it's located in
C:/Program Files/MPICH/SDK/Bin
then you just need to do this
using mpi : "C:/Program Files/MPICH/SDK/Bin/mpicxx" ;
for starters. Note that the name of the mpi script might be mpiCC or mpic++, among other possibilities.
-- Noel
Thanks for the suggestion.
MPICH for windows doesn't come with a mpicxx or similar script. (Most
users of Visual C++ use graphical tools for compiling and linking codes.)
So I would probably be OK using boost MPI on Unix or Linux, but my current
project equires the use of Windows.
--
Charles Karney