Ignore:
Timestamp:
03/26/21 11:27:42 (3 years ago)
Author:
jderouillat
Message:

Enable GNU compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/mpi_tools.hpp

    r1984 r2118  
    1313 
    1414  template<> 
    15   MPI_Datatype MPI_GetType<char>(void) { return MPI_CHAR ;} 
     15  MPI_Datatype MPI_GetType<char>(void); 
    1616 
    1717  template<> 
    18   MPI_Datatype MPI_GetType<short int>(void) { return MPI_SHORT ;} 
     18  MPI_Datatype MPI_GetType<short int>(void); 
    1919 
    2020  template<> 
    21   MPI_Datatype MPI_GetType<int>(void) { return MPI_INT ;} 
     21  MPI_Datatype MPI_GetType<int>(void); 
    2222 
    2323  template<> 
    24   MPI_Datatype MPI_GetType<size_t>(void) { return MPI_SIZE_T ;} 
     24  MPI_Datatype MPI_GetType<size_t>(void); 
    2525 
    2626  template<> 
    27   MPI_Datatype MPI_GetType<float>(void) { return MPI_FLOAT ;} 
     27  MPI_Datatype MPI_GetType<float>(void); 
    2828 
    2929  template<> 
    30   MPI_Datatype MPI_GetType<double>(void) { return MPI_DOUBLE ;} 
     30  MPI_Datatype MPI_GetType<double>(void); 
    3131 
    3232  template<> 
    33   MPI_Datatype MPI_GetType<long double>(void) { return MPI_LONG_DOUBLE ;} 
     33  MPI_Datatype MPI_GetType<long double>(void); 
    3434 
    3535 
Note: See TracChangeset for help on using the changeset viewer.