boost.m4
boost.m4 copied to clipboard
Boost MPI
Hello, are there plans for Boost MPI support?
I've made a AX_BOOST_MPI macro that depends on AX_MPI and AX_BOOST_SERIALIZABLE, if someone is interested I can attach the code.
Keep up the good work.
You can find my code here: http://stackoverflow.com/questions/2603267/autoconf-macro-for-boost-mpi
Issues in my code:
- I'm not proud of the grep -v python.
- the mpi::environment should not be initialized with null pointers (some mpi implementations may complain).
- perhaps it should be integrated with ax_mpi.m4 and should not require the user to redefine CC.