Ignore:
Timestamp:
02/17/17 17:55:37 (7 years ago)
Author:
yushan
Message:

ep_lib namespace specified when netcdf involved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/extern/src_ep_dev/ep_lib_fortran.hpp

    r1037 r1053  
    77{ 
    88   
     9  #ifdef _intelmpi 
     10   
     11  MPI_Fint MPI_Comm_c2f(MPI_Comm comm); 
     12  MPI_Comm MPI_Comm_f2c(MPI_Fint comm); 
     13   
     14  #elif _openmpi 
     15   
     16  int MPI_Comm_c2f(MPI_Comm comm); 
     17  ep_lib::MPI_Comm MPI_Comm_f2c(MPI_Fint comm); 
     18   
     19  #endif 
    920 
    10   MPI_Fint MPI_Comm_c2f(MPI_Comm comm); 
    11   //int MPI_Comm_c2f(MPI_Comm comm); 
    12  
    13  
    14   MPI_Comm MPI_Comm_f2c(MPI_Fint comm); 
    15   //void MPI_Comm_f2c(MPI_Fint comm); 
    16  
     21  int EP_Comm_c2f(MPI_Comm comm); 
     22  MPI_Comm EP_Comm_f2c(int comm); 
    1723} 
    1824 
Note: See TracChangeset for help on using the changeset viewer.