How can I build boost mpi?

Dear list, I get the latest cvs and 'bjam install' does not compile and install boost.mpi (I have open mpi installed). I cannot use --with-mpi or --with-parallel either. I have checked tools/build/user-config.jam and 'using mpi ;' is there. Did I miss anything? Many thanks in advance. Bo

On Feb 5, 2007, at 4:17 PM, Bo Peng wrote:
I get the latest cvs and 'bjam install' does not compile and install boost.mpi (I have open mpi installed). I cannot use --with-mpi or --with-parallel either. I have checked tools/build/user-config.jam and 'using mpi ;' is there. Did I miss anything?
You're using CVS HEAD, right? Not the RC_1_34_0 branch? Do you have a user-config.jam in your home directory? Does it have "using mpi ;" in it? Cheers, Doug

You're using CVS HEAD, right? Not the RC_1_34_0 branch?
Yes. I am using CVS HEAD. I just checked that MPI is available in 1.34.
Do you have a user-config.jam in your home directory? Does it have "using mpi ;" in it?
My old cvs tree may be broken. I have user-config.py and tools/build/user-config.jam there and I have 'using mpi ;' in both files. bjam just does not compile boost/mpi. Now, I get a fresh tree and add 'using mpi ;' to tools/build/user-config.jam and bjam works... :-( I apologize for the confusion. Bo
participants (2)
-
Bo Peng
-
Doug Gregor