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_init.cpp

    r1381 r1499  
    1111  int MPI_Init_thread(int *argc, char*** argv, int required, int*provided) 
    1212  { 
     13    //printf("MPI_Init_thread\n"); 
     14 
    1315    int id = omp_get_thread_num(); 
    1416 
     
    2224  int MPI_Init(int *argc, char ***argv) 
    2325  { 
     26    //printf("MPI_init called\n"); 
    2427    int id = omp_get_thread_num(); 
    2528 
     
    3336  int MPI_Initialized(int *flag) 
    3437  { 
     38    //printf("MPI_initialized called\n"); 
     39 
    3540    ::MPI_Initialized(flag); 
    3641     
Note: See TracChangeset for help on using the changeset viewer.