Ignore:
Timestamp:
06/24/21 11:14:28 (3 years ago)
Author:
ymipsl
Message:
  • Adapt XIOS sources to manage ensemble runs, using new version of oasis

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/XIOS/src/interface/c/oasis_cinterface.hpp

    r5501 r5861  
    22#define __OASIS_CINTERFACE__ 
    33#include <string> 
     4#include <vector> 
    45#include "mpi.hpp" 
    56 
     
    2324  void oasis_get_intracomm(MPI_Comm& comm_client_server,const std::string& server_id) ; 
    2425  void oasis_get_intercomm(MPI_Comm& comm_client_server,const std::string& server_id) ; 
     26  void oasis_get_multi_intracomm(MPI_Comm& comm_clients_server,const std::vector<std::string>& codesId, std::vector<int>& rootRanks) ; 
    2527} 
    2628#endif 
Note: See TracChangeset for help on using the changeset viewer.