Ignore:
Timestamp:
05/02/17 17:03:25 (7 years ago)
Author:
yushan
Message:

redefinition of mpi_any_source and mpi_any_tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/extern/src_ep_dev/ep_message.cpp

    r1068 r1110  
    5050      } 
    5151      #elif _intelmpi 
    52       //::MPI_Improbe(MPI_ANY_SOURCE, MPI_ANY_TAG, mpi_comm, &flag, &message, &status);  
    53       ::MPI_Improbe(-2, -1, mpi_comm, &flag, &message, &status);  
     52      ::MPI_Improbe(MPI_ANY_SOURCE, MPI_ANY_TAG, mpi_comm, &flag, &message, &status);  
    5453      #endif 
    5554 
     
    129128      } 
    130129      #elif _intelmpi 
    131       //::MPI_Improbe(MPI_ANY_SOURCE, MPI_ANY_TAG, mpi_comm, &flag, &message, &status);        
    132       ::MPI_Improbe(-2, -1, mpi_comm, &flag, &message, &status);        
     130      ::MPI_Improbe(MPI_ANY_SOURCE, MPI_ANY_TAG, mpi_comm, &flag, &message, &status);        
    133131      #endif 
    134132 
     
    185183      } 
    186184      #elif _intelmpi 
    187       ::MPI_Improbe(-2, -1, mpi_comm, &flag, &message, &status);        
     185      ::MPI_Improbe(MPI_ANY_SOURCE, MPI_ANY_TAG, mpi_comm, &flag, &message, &status);        
    188186      #endif 
    189187 
Note: See TracChangeset for help on using the changeset viewer.