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

    r1500 r1503  
    302302    int mpi_size = comm->ep_comm_ptr->size_rank_info[2].second; 
    303303 
    304     int root_mpi_rank = comm->rank_map->at(root).second; 
    305     int root_ep_loc = comm->rank_map->at(root).first; 
     304    int root_mpi_rank = comm->ep_rank_map->at(root).second; 
     305    int root_ep_loc = comm->ep_rank_map->at(root).first; 
    306306 
    307307    ::MPI_Aint datasize, lb; 
Note: See TracChangeset for help on using the changeset viewer.