Changeset 2490


Ignore:
Timestamp:
04/19/23 18:31:03 (15 months ago)
Author:
ymipsl
Message:

fix : waiting for service creation when quering service information
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/dev/XIOS_ATTACHED/src/node/context.cpp

    r2482 r2490  
    663663       
    664664      int serviceType ; 
    665       if (intraCommRank_==0) CXios::getServicesManager()->getServiceType(poolId, serviceId, 0, serviceType) ; 
     665      if (intraCommRank_==0) CXios::getServicesManager()->getServiceType(poolId, serviceId, 0, serviceType, true) ; 
    666666      MPI_Bcast(&serviceType,1,MPI_INT,0,intraComm_) ; 
    667667       
Note: See TracChangeset for help on using the changeset viewer.