Boost logo

Boost Users :

Subject: [Boost-users] [bjam] boost mpi compiler wrapper
From: alfC (alfredo.correa_at_[hidden])
Date: 2010-07-09 22:30:14


In my system (cluster) there is a mpiCC wrapper for mpi c++
compilation.
Unfortunately it is not compatible with bjam detection.

so I added the lines:

using mpi : mpiCC : <...>... ;

to project-config.jam

however when trying to compile boost.mpi it still uses g++ so the
correct mpi.h file is not detected.
I found that if I modifying

unsing gcc : : mpiCC : <...> ... ;

does the job. So, should I compile the whole boost with mpi compiler
wrapper?

It doesn't seem elegant and I fear problems in the future for
libraries that don't use mpi.

Thank you,
Alfredo


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net