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/src/server.cpp

    r1085 r1110  
    281281       {       
    282282         traceOff() ; 
     283         #ifdef _usingEP 
     284         MPI_Iprobe(-1,1,CXios::globalComm, &flag, &status) ; 
     285         #else 
    283286         MPI_Iprobe(MPI_ANY_SOURCE,1,CXios::globalComm, &flag, &status) ; 
     287         #endif 
    284288         traceOn() ; 
    285289          
Note: See TracChangeset for help on using the changeset viewer.