Ignore:
Timestamp:
06/13/22 17:04:55 (2 years ago)
Author:
jderouillat
Message:

Reintroduced oasis_enddef management on the server side (communications are operated on MPI_COMM_WORLD in Oasis). XIOS clients require to initilialize Oasis by themselves first, and then to specify their local_comm to xios_initialize. Coupled components must be specified through clients_code_id in iodef.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/server.hpp

    r2332 r2333  
    1818        static void xiosGlobalCommByFileExchange(MPI_Comm serverComm) ; 
    1919        static void xiosGlobalCommByPublishing(MPI_Comm serverComm) ; 
     20 
     21        static void listenRootOasisEnddef(void); 
     22        static void listenOasisEnddef(void); 
    2023 
    2124        static void finalize(void); 
Note: See TracChangeset for help on using the changeset viewer.