Ignore:
Timestamp:
07/04/18 13:38:47 (6 years ago)
Author:
yushan
Message:

bug fixed in intercomm_create

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/client.cpp

    r1545 r1556  
    7474 
    7575          MPI_Allgather(&hashClient,1,MPI_LONG,hashAll,1,MPI_LONG,CXios::globalComm) ; 
    76  
     76           
    7777          map<unsigned long, int> colors ; 
    7878          map<unsigned long, int> leaders ; 
     
    101101          myColor=colors[hashClient]; 
    102102          MPI_Comm_split(CXios::globalComm,myColor,rank_,&intraComm) ; 
    103  
     103           
    104104          if (CXios::usingServer) 
    105105          { 
Note: See TracChangeset for help on using the changeset viewer.