$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [parallel graph] error building parallel BGL
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2013-02-27 10:03:41
On Wed, 27 Feb 2013, The Maschine wrote:
> To be honest I thought that boost.build will include the link to MPI automatically.
> Isn't this suposed to include mpi?> ./b2 libs/graph_parallel/example
> Ill try to test it by hand.
Yes, it should be automatic, if you have "using mpi ;" in
project-config.jam or user-config.jam and your MPI compiler available.
-- Jeremiah Willcock