$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost MPI error
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2010-06-13 15:34:58
Hi Jack,
On Jun 13, 2010, at 12:25 PM, Jack Bryan wrote:
> mpic++ -o testp2p test_p2p.cpp I/home/myname/boost_2010_6_8/
> boost_1_43_0
[ snip ]
> g++: I/home/myname/boost_2010_6_8/boost_1_43_0: No such file or
> directory
Run mpic++ -show and copy the g++ command into a script and make the
code compile by running the script so you can figure out what's
broken. This will remove the mpic++ script as the source of the
problem.
-- Noel