Ignore:
Timestamp:
02/13/12 19:35:25 (12 years ago)
Author:
ymipsl
Message:

nouvelle version de developpement de xios

  • nouvelle interface fortran
  • recodage complet de la couche de communication
  • et bien d'autres choses...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/fortran/oasis_cinterface.hpp

    r286 r300  
    99  void fxios_oasis_init(const char* server_id,int str_len) ; 
    1010  void fxios_oasis_finalize(void) ; 
     11  void fxios_oasis_get_localcomm(MPI_Fint* f_comm) ; 
    1112  void fxios_oasis_get_intracomm(MPI_Fint* f_comm_client_server,const char* client_id,int str_len) ; 
     13  void fxios_oasis_get_intercomm(MPI_Fint* f_comm_client_server,const char* client_id,int str_len) ; 
    1214} 
    1315  
     
    1618  void oasis_init(const std::string& server_id) ; 
    1719  void oasis_finalize(void) ; 
     20  void oasis_get_localcomm(MPI_Comm& comm) ; 
    1821  void oasis_get_intracomm(MPI_Comm& comm_client_server,const std::string& server_id) ; 
     22  void oasis_get_intercomm(MPI_Comm& comm_client_server,const std::string& server_id) ; 
    1923} 
    2024#endif 
Note: See TracChangeset for help on using the changeset viewer.