Changeset 2498 for XIOS3/trunk/src/node


Ignore:
Timestamp:
04/27/23 10:39:26 (14 months ago)
Author:
jderouillat
Message:

Revert 2494 partially (keep initialisation of notifyType_), the associated wait managment causes deadlock in dynamico like test cases on JeanZay?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/node/context.cpp

    r2494 r2498  
    662662       
    663663      int serviceType ; 
    664       if (intraCommRank_==0) CXios::getServicesManager()->getServiceType(poolId, serviceId, 0, serviceType, true) ; 
     664      //if (intraCommRank_==0) CXios::getServicesManager()->getServiceType(poolId, serviceId, 0, serviceType, true) ; 
     665      if (intraCommRank_==0) CXios::getServicesManager()->getServiceType(poolId, serviceId, 0, serviceType) ; 
    665666      MPI_Bcast(&serviceType,1,MPI_INT,0,intraComm_) ; 
    666667       
Note: See TracChangeset for help on using the changeset viewer.