Ignore:
Timestamp:
06/07/18 19:39:07 (6 years ago)
Author:
yushan
Message:

save dev : intercomm_create via intracomm. To do : modif related intercomm communication routines, barrier, free, rank, size...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/ep_dev/ep_comm.hpp

    r1517 r1525  
    1010typedef std::vector< std::pair<int, int> > RANK_MAP;  // at(ep_rank) = <ep_rank_local, mpi_rank> 
    1111typedef std::map<int, std::pair<int, int> > EP_RANK_MAP;  // key(ep_rank) = <ep_rank_local, mpi_rank> 
    12 //typedef std::vector<std::pair< std::pair<int, int>, std::pair<int, int> > > INTERCOMM_RANK_MAP; 
    1312typedef std::list<ep_lib::MPI_Message > Message_list; 
     13typedef std::map<int, int > INTER_RANK_MAP; 
    1414 
    1515namespace ep_lib 
     
    5454    EP_RANK_MAP   *ep_rank_map;      // for intercomm : = ep_rank_map of newcomm 
    5555     
    56  
     56    INTER_RANK_MAP *inter_rank_map; 
    5757 
    5858    void* mpi_comm; 
Note: See TracChangeset for help on using the changeset viewer.