boost.m4 icon indicating copy to clipboard operation
boost.m4 copied to clipboard

Boost MPI

Open baol opened this issue 15 years ago • 2 comments

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.

baol avatar Apr 09 '10 13:04 baol

You can find my code here: http://stackoverflow.com/questions/2603267/autoconf-macro-for-boost-mpi

baol avatar Apr 09 '10 18:04 baol

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.

baol avatar Apr 09 '10 20:04 baol