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_type.hpp

    r1482 r1499  
    184184  struct BUFFER 
    185185  { 
    186     void * void_buffer[16]; 
     186    void * void_buffer[12]; 
    187187  }; 
    188188 
     
    248248 
    249249   
     250 
    250251  class MPI_Aint 
    251252  { 
     
    264265  { 
    265266    public: 
    266  
     267   
    267268    void* mpi_fint; 
    268  
     269     
    269270    MPI_Fint() {} 
    270271    MPI_Fint(void* fint); 
    271272    //MPI_Fint(int f): mpi_fint(f) {} 
    272      
    273   }; 
    274  
     273                                  
     274  }; 
     275  
    275276  class MPI_Win 
    276277  { 
    277278    public: 
    278       bool is_ep; 
    279       MPI_Comm comm; 
    280  
    281       void* server_win[16]; 
    282       void* client_win; 
    283       void* null_win[16]; 
    284   }; 
     279    bool is_ep; 
     280    MPI_Comm comm; 
     281 
     282    void* server_win[16]; 
     283    void* client_win; 
     284    void* null_win[16]; 
     285  }; 
     286 
    285287 
    286288  static MPI_Comm *passage; 
     
    295297//  #pragma omp threadprivate(fc_comm_map_ptr) 
    296298//            //    <MPI_Fint,thread_num>   EP_Comm 
    297    
     299 
    298300} 
    299301 
Note: See TracChangeset for help on using the changeset viewer.