Ticket #1486: mpiconfig.patch
File mpiconfig.patch, 342 bytes (added by , 15 years ago) |
---|
-
boost/mpi/config.hpp
13 13 #ifndef BOOST_MPI_CONFIG_HPP 14 14 #define BOOST_MPI_CONFIG_HPP 15 15 16 #define MPICH_IGNORE_CXX_SEEK 1 17 16 18 #include <mpi.h> 17 19 #include <boost/config.hpp> 18 20