Ignore:
Timestamp:
05/16/18 15:56:55 (6 years ago)
Author:
yushan
Message:

debugging for memory leaks

File:
1 edited

Legend:

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

    r1388 r1499  
    99#include "ep_lib_fortran.hpp" 
    1010#include "ep_lib_win.hpp" 
    11  
    12 #include "ep_global.hpp" 
    1311 
    1412namespace ep_lib 
     
    3735  int MPI_Get_count(const MPI_Status *status, MPI_Datatype datatype, int *count); 
    3836 
     37  // #ifdef _openmpi 
     38  // int MPI_Comm_create_endpoints(void* mpi_comm, int num_ep, MPI_Info info, MPI_Comm *& out_comm_hdls); // from MPI to create endpoints 
     39  // #elif _intelmpi 
     40  // int MPI_Comm_create_endpoints(int mpi_comm, int num_ep, MPI_Info info, MPI_Comm *& out_comm_hdls); // from MPI to create endpoints 
     41  // #endif 
     42   
    3943  int MPI_Comm_create_endpoints(void* base_comm_ptr, int num_ep, MPI_Info info, MPI_Comm *& out_comm_hdls); // from EP to create endpoints 
    4044 
     
    8084} 
    8185 
     86//MPI_Datatype to_mpi(ep_lib::MPI_Datatype type); 
     87 
    8288 
    8389#endif // EP_LIB_HPP_INCLUDED 
Note: See TracChangeset for help on using the changeset viewer.