1*6dd63270SBarry Smith module mpiuni 2*6dd63270SBarry Smith#include <petsc/mpiuni/mpif.h> 3*6dd63270SBarry Smith integer MPI_IN_PLACE 4*6dd63270SBarry Smith#if defined(_WIN32) && defined(PETSC_USE_SHARED_LIBRARIES) 5*6dd63270SBarry Smith!DEC$ ATTRIBUTES DLLEXPORT::MPI_IN_PLACE 6*6dd63270SBarry Smith#endif 7*6dd63270SBarry Smith end module 8