Ignore:
Timestamp:
12/01/21 14:29:36 (3 years ago)
Author:
ymipsl
Message:

Fix problem from previous commit when deallocating context.
YM

File:
1 edited

Legend:

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

    r2265 r2266  
    487487      CTimer::get("XIOS init/finalize",false).suspend() ; 
    488488      CTimer::get("XIOS").suspend() ; 
     489      CXios::finalizeDaemonsManager() ; 
    489490      CContext::removeAllContexts() ; // free memory for related context  
    490       CXios::finalizeDaemonsManager() ; 
     491      
    491492 
    492493      if (!is_MPI_Initialized) 
Note: See TracChangeset for help on using the changeset viewer.