
9 Jun
2010
9 Jun
'10
7:37 p.m.
Hi Jack,
On Wed, Jun 9, 2010 at 7:39 PM, Jack Bryan
my compile command: g++ -o testp2p test_p2p.cpp I got error : /boost/mpi/environment.hpp:16:32: error: boost/mpi/config.hpp: No such file or directory
quite likely you have to add "-I./" to the compiler command line:: g++ -o testp2p -I./ test_p2p.cpp Regards, Riccardo -- Riccardo Murri, Hadlaubstr. 150, 8006 Zürich (CH)