Ignore:
Timestamp:
05/28/18 17:28:07 (6 years ago)
Author:
yushan
Message:

rank_map is passed from vector to map, in order to have more flexibility in comm_split

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/ep_dev/ep_type.cpp

    r1500 r1503  
    125125    my_buffer = NULL; 
    126126    ep_barrier = NULL; 
    127     rank_map = NULL; 
     127    ep_rank_map = NULL; 
    128128    ep_comm_ptr = NULL; 
    129129    mem_bridge = NULL; 
     
    140140    my_buffer = NULL; 
    141141    ep_barrier = NULL; 
    142     rank_map = NULL; 
     142    ep_rank_map = NULL; 
    143143    ep_comm_ptr = NULL; 
    144144    mem_bridge = NULL; 
Note: See TracChangeset for help on using the changeset viewer.