Ignore:
Timestamp:
10/17/19 10:22:09 (5 years ago)
Author:
yushan
Message:

Generic_testcase: build flag --omp to enable EP with intelmpi. --omp2 to enable EP with openmpi. tested on Irene with compiler=intel17, mpi=intelmpi&openmpi, with and without EP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/server.cpp

    r1665 r1745  
    662662       { 
    663663         traceOff() ; 
     664         #ifdef _usingEP 
    664665         MPI_Iprobe(-2,1,CXios::globalComm, &flag, &status) ; 
     666         #else 
     667         MPI_Iprobe(MPI_ANY_SOURCE,1,CXios::globalComm, &flag, &status) ; 
     668         #endif 
    665669         traceOn() ; 
    666670         if (flag==true) 
Note: See TracChangeset for help on using the changeset viewer.