id summary reporter owner description type status milestone component version severity resolution keywords cc 1486 SEEK_* defined, but shouldn't be for MPICH2 ben.collins@… Douglas Gregor "From the mpich2 faq: The problem is that both stdio.h and the MPI C++ interface use SEEK_SET, SEEK_CUR, and SEEK_END. This is really a bug in the MPI-2 standard. MPICH_IGNORE_CXX_SEEK needs to be defined to prevent compiler errors. 4 files in the Boost.MPI library need this change: ./boost/mpi/detail/packed_oprimitive.hpp ./boost/mpi/detail/packed_iprimitive.hpp ./boost/mpi/detail/mpi_datatype_primitive.hpp ./boost/mpi/config.hpp Patches attached." Patches closed To Be Determined mpi Boost Development Trunk Problem fixed mpi, mpich2, mpich dgregor@…