After installingit, I compile some c++ program with calling for boost.MPI class, the compiler cannot find the header files in the program even though I have included the boost path in the compile command.
mpic++ -o testp2p test_p2p.cpp I/home/myname/boost_2010_6_8/boost_1_43_0
mpic++ -o testp2p test_p2p.cpp -I/home/myname/boost_2010_6_8/boost_1_43_0