BioCMAMC-ST
wrap_mpi.hpp
1#ifndef __WRAP_MPI_HPP__
2#define __WRAP_MPI_HPP__
3
4#include <mpi_w/impl_op.hpp>
5#include <mpi_w/message_t.hpp>
6#include <mpi_w/iteration_payload.hpp>
7#include <mpi_w/impl_async.hpp>
8
9#endif //__WRAP_MPI_HPP__