$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-05-23 15:59:42
On May 22, 2007, at 3:05 AM, Aydin Buluc wrote:
> Thanks for the pointer but that doesn't help me much. I guess
> setting up the
> library paths are not enough, I have to inform about the include
> path also
> since the complaints was basically "unable to find mpi.h"
You can use the <include> feature as well as <find-shared-libary>,
<library-path>, etc. For example, add the requirement
<include>/path/to/my/mpi/headers
> Along the way, here is the mpCC_r script of IBM (this is the thread
> safe, 64
> bit version, mpCC is almost similar without the "_r" suffix in the
> libraries ):
Thanks!
- Doug