[Boost-cmake] How to have Boost.MPI use OpenMPI (rather than MPICH2)

2009-12-15 Thread Denis Arnaud
Hello! When building Boost (with CMake), the Boost.MPI library is built with a dependency on the MPICH2 library, rather than OpenMPI. How can we change that behaviour in the CMake configuration? Thanks in advance Best Regards Denis ___ Boost-cmake mai

Re: [Boost-cmake] How to have Boost.MPI use OpenMPI (rather than MPICH2)

2009-12-15 Thread troy
Denis Arnaud writes: > Hello! > > When building Boost (with CMake), the Boost.MPI library is built with a > dependency on the MPICH2 library, rather than OpenMPI. How can we change that > behaviour in the CMake configuration? > alt.boost.cmake uses cmake's standard detection of MPI... our docs a