Ticket #1486: mpiconfig.patch

File mpiconfig.patch, 342 bytes (added by ben.collins@…, 15 years ago)

ignore SEEK_* macros in MPICH2, defined in boost/mpi/config.hpp

  • boost/mpi/config.hpp

     
    1313#ifndef BOOST_MPI_CONFIG_HPP
    1414#define BOOST_MPI_CONFIG_HPP
    1515
     16#define MPICH_IGNORE_CXX_SEEK 1
     17
    1618#include <mpi.h>
    1719#include <boost/config.hpp>
    1820