Ignore:
Timestamp:
11/21/18 10:21:44 (5 years ago)
Author:
yushan
Message:

branch_openmp merged and tested with trunk r1597

File:
1 edited

Legend:

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

    r1601 r1605  
    6767      #elif _usingEP 
    6868      ep_lib::fc_comm_map.clear(); 
    69       if (initialized) local_comm=ep_lib::EP_Comm_f2c((f_local_comm)); 
     69      if (initialized) local_comm=EP_Comm_f2c((f_local_comm)); 
    7070      else local_comm=MPI_COMM_NULL; 
    7171      #endif 
     
    7777      *f_return_comm=MPI_Comm_c2f(return_comm); 
    7878      #elif _usingEP 
    79       *f_return_comm=*static_cast<MPI_Fint*>(ep_lib::EP_Comm_c2f(return_comm)); 
     79      *f_return_comm=*static_cast<MPI_Fint*>(EP_Comm_c2f(return_comm)); 
    8080      #endif 
    8181      CTimer::get("XIOS init").suspend(); 
     
    9494     comm=MPI_Comm_f2c(*f_comm); 
    9595     #elif _usingEP 
    96      comm = ep_lib::EP_Comm_f2c(f_comm); 
     96     comm = EP_Comm_f2c(f_comm); 
    9797     #endif 
    9898     CClient::registerContext(str, comm); 
Note: See TracChangeset for help on using the changeset viewer.