Ignore:
Timestamp:
06/08/18 15:59:53 (6 years ago)
Author:
yushan
Message:

save dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/ep_dev/ep_lib.hpp

    r1525 r1527  
    44#include "ep_type.hpp" 
    55#include "ep_lib_intercomm.hpp" 
    6 #include "ep_lib_intracomm.hpp" 
     6#include "ep_lib_endpoint.hpp" 
    77#include "ep_lib_local.hpp" 
    88#include "ep_lib_collective.hpp" 
    9 #include "ep_tag.hpp" 
    109#include "ep_lib_fortran.hpp" 
    1110#include "ep_lib_win.hpp" 
    1211#include "ep_lib_mpi.hpp" 
    13 //#include "ep_mpi.hpp" 
    1412 
    1513 
     
    3028 
    3129  int MPI_Comm_free(MPI_Comm* comm); 
    32   int MPI_Comm_free2(MPI_Comm* comm); 
    3330 
    3431  int MPI_Finalize(); 
     
    4138   
    4239  int MPI_Comm_remote_size(MPI_Comm comm, int *size); 
    43   int MPI_Comm_remote_size2(MPI_Comm comm, int *size); 
    4440 
    4541 
     
    6763   
    6864  int MPI_Alloc_mem(MPI_Aint size, MPI_Info info, void *baseptr); 
    69    
    7065  int MPI_Alloc_mem(unsigned long size, MPI_Info info, void *baseptr); 
    7166 
     
    9388} 
    9489 
    95 //MPI_Datatype to_mpi(ep_lib::MPI_Datatype type); 
    96  
    97  
    9890#endif // EP_LIB_HPP_INCLUDED 
Note: See TracChangeset for help on using the changeset viewer.