Ignore:
Timestamp:
11/05/19 16:02:34 (5 years ago)
Author:
ymipsl
Message:

Some Update on XIOS services
Seems to work on Irène for :

  • first level of servers
  • fisrt + second level of servers
  • attached mode

YM

File:
1 edited

Legend:

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

    r1761 r1764  
    355355      CXios::setXiosComm(xiosGlobalComm) ; 
    356356 
     357      MPI_Comm commUnfree ; 
     358      MPI_Comm_dup(clientComm, &commUnfree ) ; 
     359  
    357360    } 
    358361 
     
    732735      CTimer::get("XIOS init/finalize",false).suspend() ; 
    733736      CTimer::get("XIOS").suspend() ; 
     737       
     738      CXios::finalizeDaemonsManager() ; 
     739 
    734740      if (!is_MPI_Initialized) 
    735741      { 
     
    748754      report(0)<< " Memory report : increasing it by a factor will increase performance, depending of the volume of data wrote in file at each time step of the file"<<endl ; 
    749755      report(100)<<CTimer::getAllCumulatedTime()<<endl ; 
     756     
     757       
    750758    } 
    751759     
Note: See TracChangeset for help on using the changeset viewer.