Ignore:
Timestamp:
03/09/17 18:13:51 (7 years ago)
Author:
yushan
Message:

Clean Up

Location:
XIOS/dev/branch_yushan/extern/src_ep_dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/extern/src_ep_dev/ep_create.cpp

    r1060 r1069  
    103103    } 
    104104 
    105     printf("ep_lib::MPI_Comm_create_endpoints()       OK from int\n"); 
     105    // printf("ep_lib::MPI_Comm_create_endpoints()       OK from int\n"); 
    106106 
    107107    return 0; 
     
    273273    } 
    274274 
    275     printf("ep_lib::MPI_Comm_create_endpoints()       OK from MPI_Comm\n"); 
     275    // printf("ep_lib::MPI_Comm_create_endpoints()       OK from MPI_Comm\n"); 
    276276 
    277277    return 0; 
  • XIOS/dev/branch_yushan/extern/src_ep_dev/ep_fortran.cpp

    r1068 r1069  
    2525    { 
    2626      fc_comm_map.insert(std::make_pair( std::make_pair( fint, omp_get_thread_num()) , comm)); 
    27       printf("EP_Comm_c2f : MAP insert: %d, %d, %p\n", fint, omp_get_thread_num(), &comm); 
     27      // printf("EP_Comm_c2f : MAP insert: %d, %d, %p\n", fint, omp_get_thread_num(), &comm); 
    2828    } 
    2929     
     
    4545      MPI_Comm comm_ptr; 
    4646      comm_ptr = it->second; 
    47       printf("EP_Comm_f2c : MAP find: %d, %d, %p\n", it->first.first, it->first.second, it->second); 
     47      // printf("EP_Comm_f2c : MAP find: %d, %d, %p\n", it->first.first, it->first.second, it->second); 
    4848      return  comm_ptr; 
    4949    } 
Note: See TracChangeset for help on using the changeset viewer.