- Timestamp:
- 06/05/18 19:14:40 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/branch_openmp/extern/ep_dev/ep_intercomm_kernel.cpp
r1518 r1522 535 535 536 536 (*newintercomm)->ep_comm_ptr->intercomm->local_rank_map = new EP_RANK_MAP; 537 #ifdef _showinfo 537 538 printf("new local_rank_map = %p\n", (*newintercomm)->ep_comm_ptr->intercomm->local_rank_map); 539 #endif 538 540 539 541 for(std::map<int, std::pair<int, int> >::iterator it = local_comm->ep_rank_map->begin(); it != local_comm->ep_rank_map->end(); it++)
Note: See TracChangeset
for help on using the changeset viewer.