Ignore:
Timestamp:
02/17/17 17:55:37 (7 years ago)
Author:
yushan
Message:

ep_lib namespace specified when netcdf involved

File:
1 edited

Legend:

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

    r1037 r1053  
    8282    // EP intracomm 
    8383 
    84     check_sum_send(buf, count, datatype, dest, tag, comm, 1); 
     84    //check_sum_send(buf, count, datatype, dest, tag, comm, 1); 
    8585 
    8686    int ep_src_loc = comm.ep_comm_ptr->size_rank_info[1].first; 
     
    139139    // EP intracomm 
    140140 
    141     check_sum_send(buf, count, datatype, dest, tag, comm, 1); 
     141    //check_sum_send(buf, count, datatype, dest, tag, comm, 1); 
    142142 
    143143    int ep_src_loc = comm.ep_comm_ptr->size_rank_info[1].first; 
     
    171171    Debug("MPI_Isend with intercomm\n"); 
    172172 
    173     check_sum_send(buf, count, datatype, dest, tag, comm, 1); 
     173    //check_sum_send(buf, count, datatype, dest, tag, comm, 1); 
    174174 
    175175    int dest_remote_ep_rank    = comm.ep_comm_ptr->intercomm->remote_rank_map->at(dest).first; 
     
    244244    Debug("MPI_Issend with intercomm\n"); 
    245245 
    246     check_sum_send(buf, count, datatype, dest, tag, comm, 1); 
     246    //check_sum_send(buf, count, datatype, dest, tag, comm, 1); 
    247247 
    248248    int dest_remote_ep_rank    = comm.ep_comm_ptr->intercomm->remote_rank_map->at(dest).first; 
Note: See TracChangeset for help on using the changeset viewer.