17 Apr
2009
17 Apr
'09
5:03 a.m.
wuguangjun wrote:
Hello boost-users, I install boost_1-38 in centOS5.3. with following command;
./configure -with-libraries=all
Then I add "using mpi ;" into user-configure.jam, when I make the MakeFile ,an error occur,
./tools/jam/src/bin.linuxx86/bjam --user-config=user-config.jam MPI auto-detection failed: unknown wrapper compiler mpic++
Do you have another 'using mpi ...' in your user-config.jam already? Can you maybe attach your entire user-config.jam? Do you have mpic++ binary in PATH. What is the output of mpic++ -showme:compile and mpic++ -showme:compile and mpic++ -showme and mpic++ -show is? - Volodya