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/transformation/domain_algorithm_interpolate.cpp

    r1677 r1745  
    695695  { 
    696696    ep_lib::MPI_Status recvStatus; 
     697    #ifdef _usingEP 
    697698    MPI_Recv((recvIndexDestBuff + receivedSize), 
    698699             recvBuffSize, 
     
    702703             client->intraComm, 
    703704             &recvStatus); 
    704  
     705    #else 
     706    MPI_Recv((recvIndexDestBuff + receivedSize), 
     707             recvBuffSize, 
     708             MPI_INT, 
     709             MPI_ANY_SOURCE, 
     710             MPI_DOMAIN_INTERPOLATION_DEST_INDEX, 
     711             client->intraComm, 
     712             &recvStatus); 
     713   
     714 
     715    #endif 
    705716    int countBuff = 0; 
    706717    ep_lib::MPI_Get_count(&recvStatus, MPI_INT, &countBuff); 
Note: See TracChangeset for help on using the changeset viewer.