Ignore:
Timestamp:
06/12/18 11:54:13 (6 years ago)
Author:
yushan
Message:

update intercomm_merge and remove redundant files

File:
1 edited

Legend:

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

    r1533 r1539  
    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 
     
    4139  int MPI_Comm_remote_size(MPI_Comm comm, int *size); 
    4240 
     41 
    4342  int MPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm); 
    4443  int MPI_Ssend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm); 
     
    6463   
    6564  int MPI_Alloc_mem(MPI_Aint size, MPI_Info info, void *baseptr); 
    66    
    6765  int MPI_Alloc_mem(unsigned long size, MPI_Info info, void *baseptr); 
    6866 
     
    8684 
    8785  int test_sendrecv(MPI_Comm comm); 
    88    
    89   int EP_group_init(); 
    9086 
    9187 
    9288} 
    9389 
    94 //MPI_Datatype to_mpi(ep_lib::MPI_Datatype type); 
    95  
    96  
    9790#endif // EP_LIB_HPP_INCLUDED 
Note: See TracChangeset for help on using the changeset viewer.