$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-05-22 07:52:08
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"
It's the same mechanism. Just use the feature <include>/path/to/MPI/
headers in addition to the <find-shared-library> and <library-path>
features. Thanks for the script. I'll look into implementing auto-
detection for this MPI.
- Doug