Ignore:
Timestamp:
03/09/17 12:19:33 (7 years ago)
Author:
yushan
Message:

minor modification for using intelmpi

File:
1 edited

Legend:

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

    r1053 r1068  
    77{ 
    88   
    9   #ifdef _intelmpi 
     9  // #ifdef _intelmpi 
    1010   
    11   MPI_Fint MPI_Comm_c2f(MPI_Comm comm); 
    12   MPI_Comm MPI_Comm_f2c(MPI_Fint comm); 
     11  // MPI_Fint MPI_Comm_c2f(MPI_Comm comm); 
     12  // MPI_Comm MPI_Comm_f2c(MPI_Fint comm); 
    1313   
    14   #elif _openmpi 
     14  // #elif _openmpi 
    1515   
    16   int MPI_Comm_c2f(MPI_Comm comm); 
    17   ep_lib::MPI_Comm MPI_Comm_f2c(MPI_Fint comm); 
     16  // int MPI_Comm_c2f(MPI_Comm comm); 
     17  // ep_lib::MPI_Comm MPI_Comm_f2c(MPI_Fint comm); 
    1818   
    19   #endif 
     19  // #endif 
    2020 
    2121  int EP_Comm_c2f(MPI_Comm comm); 
Note: See TracChangeset for help on using the changeset viewer.