On Mon, 25 Feb 2013, The Maschine wrote:
Hi all, My boost.mpi test seems ok: ####################### ➜ Temp mpic++ -I/usr/local/include/boost/mpi/ mpitest2.cc - L/usr/local/lib/ -lboost_mpi-mt -lboost_serialization-mt ➜ Temp ./a.out I am process 0 of 1. ➜ Temp mpirun -n 6 ./a.out I am process 1 of 6. I am process 4 of 6. I am process 0 of 6. I am process 3 of 6. I am process 5 of 6. I am process 2 of 6. ######################
But when I try to build parallelBGL I get the following error:
(snip) Could you please try using the version of PBGL that is in the Boost tree? It should build if Boost.MPI does; its directories are boost/graph/parallel and libs/graph_parallel. Or do you need features that aren't in the Boost tree version? -- Jeremiah Willcock