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

branch tested with openmpi thread_multiple

File:
1 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()) ; 
Note: See TracChangeset for help on using the changeset viewer.