$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost.mpi] Installation with Intel compilers (solved)
From: Federico Golfrè Andreasi (federico.golfre_at_[hidden])
Date: 2010-04-14 09:46:50
The fix you suggested me worked well !
Thank you !!!
Date: Mon, 12 Apr 2010 10:17:11 -0600
> From: "Belcourt, Kenneth" <kbelco_at_[hidden]>
>
> You could try to edit mpi.jam around line 221 like this:
>
> if $(otherflags) {
> for unknown in $(unknown-features)
> {
> result += "$(unknown)$(otherflags:J= )" ;
> }
> }
>
>