Steven Watanabe wrote:
AMDG
On 03/25/2015 07:09 AM, Patrick Begou wrote:
tar xvfz boost_1_57_0.tar.gz cd boost_1_57_0 ./bootstrap.sh --prefix=/share/apps/boost_1_57_0-GCC48 ./b2
But I never get the requested libboost_mpi.so ?
Even if the begining of the script tells me: Component configuration:
<snip> - mpi : building ......
and libboost_mpi.so is requested for Fellpp....
You need to edit ~/user-config.jam (or $BOOST_ROOT/project-config.jam) and add using mpi ;
In Christ, Steven Watanabe
Thanks Steven, adding "using mpi ;" at the end of $BOOST_ROOT/project-config.jam was the solution. I notice that the space between "mpi" and ";" is important too. This solve quickly my problem. Thanks again Patrick -- =================================================================== | Equipe M.O.S.T. | | | Patrick BEGOU | mailto:Patrick.Begou@grenoble-inp.fr | | LEGI | | | BP 53 X | Tel 04 76 82 51 35 | | 38041 GRENOBLE CEDEX | Fax 04 76 82 52 71 | ===================================================================