source: XIOS/dev/branch_openmp/extern/ep_dev/ep_lib_fortran.hpp @ 1501

Last change on this file since 1501 was 1381, checked in by yushan, 6 years ago

add folder for MPI EP-RMA development. Current: MPI_Win, MPI_win_create, MPI_win_fence, MPI_win_free

File size: 231 bytes
Line 
1#ifndef EP_LIB_FORTRAN_HPP_INCLUDED
2#define EP_LIB_FORTRAN_HPP_INCLUDED
3
4#include "ep_type.hpp"
5
6namespace ep_lib
7{
8
9  void* EP_Comm_c2f(MPI_Comm comm);
10  MPI_Comm EP_Comm_f2c(void* comm);
11}
12
13
14#endif // EP_LIB_FORTRAN_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.