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_type.hpp

    r1067 r1068  
    4242{ 
    4343  #define MPI_UNDEFINED -32766 
    44   //#define MPI_STATUS_IGNORE NULL 
    45   //#define MPI_INFO_NULL MPI_Info(MPI_INFO_NULL_STD) 
    4644 
    4745  class ep_communicator; 
     
    8583 
    8684      MPI_Message() {} 
     85 
    8786      #ifdef _intelmpi 
    8887      MPI_Message(int message): mpi_message(message) {} 
     
    354353      #endif 
    355354 
    356       MPI_Info() {} 
     355      MPI_Info(){ } 
    357356       
    358357      #ifdef _intelmpi 
Note: See TracChangeset for help on using the changeset viewer.