$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost MPI install error
From: Matthias Troyer (troyer_at_[hidden])
Date: 2010-08-03 19:14:04
On 3 Aug 2010, at 15:20, Jack Bryan wrote:
> thanks for reply.
> The cluster has been installed with openMPI and mpich2.
I doubt it since you actually include the LAM headers - look at the linker errors!
> Do I still use MPI wrapper compiler to re-compile it ?
> What is meaning of "by compiling an MPI program using the C API, before building Boost."
Get a simple MPI program using the native C API to work first.
Matthias