Ignore:
Timestamp:
02/12/19 10:16:40 (5 years ago)
Author:
yushan
Message:

branch tested with openmpi thread_multiple

Location:
XIOS/dev/dev_trunk_omp/src/interface/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/interface/c/oasis_cinterface.cpp

    r1646 r1650  
    2525  void oasis_get_localcomm(MPI_Comm& comm) 
    2626  { 
    27     MPI_Fint f_comm ; 
     27    EP_Fint f_comm ; 
    2828     
    2929    fxios_oasis_get_localcomm(&f_comm) ; 
     
    3333  void oasis_get_intracomm(MPI_Comm& comm_client_server,const std::string& server_id) 
    3434  { 
    35     MPI_Fint f_comm ; 
     35    EP_Fint f_comm ; 
    3636     
    3737    fxios_oasis_get_intracomm(&f_comm,server_id.data(),server_id.size()) ; 
     
    4141  void oasis_get_intercomm(MPI_Comm& comm_client_server,const std::string& server_id) 
    4242  { 
    43     MPI_Fint f_comm ; 
     43    EP_Fint f_comm ; 
    4444     
    4545    fxios_oasis_get_intercomm(&f_comm,server_id.data(),server_id.size()) ; 
  • XIOS/dev/dev_trunk_omp/src/interface/c/oasis_cinterface.hpp

    r1601 r1650  
    1010  void fxios_oasis_enddef(void) ; 
    1111  void fxios_oasis_finalize(void) ; 
    12   void fxios_oasis_get_localcomm(ep_lib::MPI_Fint* f_comm) ; 
    13   void fxios_oasis_get_intracomm(ep_lib::MPI_Fint* f_comm_client_server,const char* client_id,int str_len) ; 
    14   void fxios_oasis_get_intercomm(ep_lib::MPI_Fint* f_comm_client_server,const char* client_id,int str_len) ; 
     12  void fxios_oasis_get_localcomm(ep_lib::EP_Fint* f_comm) ; 
     13  void fxios_oasis_get_intracomm(ep_lib::EP_Fint* f_comm_client_server,const char* client_id,int str_len) ; 
     14  void fxios_oasis_get_intercomm(ep_lib::EP_Fint* f_comm_client_server,const char* client_id,int str_len) ; 
    1515} 
    1616  
Note: See TracChangeset for help on using the changeset viewer.