Ignore:
Timestamp:
09/06/21 18:08:20 (3 years ago)
Author:
ymipsl
Message:

Add synchronisation at service and manager creation, not sure it needed, but better to have it.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/servers_ressource.cpp

    r1764 r2220  
    2626     
    2727    winNotify_ = new CWindowManager(serverComm_, maxBufferSize_) ; 
    28  
     28    MPI_Barrier(serverComm_) ; 
    2929    if (localRank==localLeader_)  
    3030    { 
     
    3737    } 
    3838 
    39     MPI_Comm_dup(serverComm_, &freeRessourcesComm_) ;     
     39    MPI_Comm_dup(serverComm_, &freeRessourcesComm_) ;  
     40 
    4041  } 
    4142 
Note: See TracChangeset for help on using the changeset viewer.