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_request.hpp

    r1502 r1503  
    1414 
    1515      int type; //! type of the non-blocking communication.  
    16                 // 1: Isend  
    17                 // 2:Irecv  
    18                 // 3:Imrecv  
    19                 // 4:Issend 
     16                // 1: Isend or Issend 
     17                // 2: Irecv  
     18                // 3: Imrecv  
     19                 
    2020      int state; // 0: new  
    2121                 // 1: imrecvd 
     
    2727      int ep_tag; 
    2828      void* ep_datatype; 
     29       
     30       
    2931 
    3032      ep_comm *comm;    //! EP communicator related to the communication 
Note: See TracChangeset for help on using the changeset viewer.