22 Oct
2010
22 Oct
'10
6:10 a.m.
Kondov, Ivan wrote:
Hi,
I would like to build boost.mpi from boost/1.43.0 with gcc/4.4.4, openmpi/1.4.2 on GNU/Linux 2.6.18-128.1.14.el5.8hp.2sp SMP x86_64
bjam always skips the MPI section (see below).
Adding a line in user-config.jam
"using mpi : /software/all/openmpi/1.4.2/bin/mpiCC ;" or
"using mpi : /software/all/openmpi/1.4.2/bin/mpic++ ;"
I'm confused -- what is the right binary? Do both exist? Does /software/all/openmpi/1.4.2/bin/mpiCC -showme:compile work? - Volodya