Ignore:
Timestamp:
05/05/17 11:37:18 (7 years ago)
Author:
yushan
Message:

test_complete OK with openmp. Missing : arithmetic filter

File:
1 edited

Legend:

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

    r1110 r1126  
    7474      Debug("calling MPI_Improbe MPI\n"); 
    7575 
    76         ::MPI_Comm mpi_comm = static_cast< ::MPI_Comm>(comm.mpi_comm); 
    77         ::MPI_Status mpi_status; 
     76      ::MPI_Comm mpi_comm = static_cast< ::MPI_Comm>(comm.mpi_comm); 
     77      ::MPI_Status mpi_status; 
    7878      ::MPI_Message mpi_message; 
    7979 
    80         #ifdef _openmpi 
     80      #ifdef _openmpi 
    8181      #pragma omp critical (_mpi_call) 
    8282      { 
     
    9898      message->ep_src = src; 
    9999      message->ep_tag = tag; 
    100         return 0; 
     100      return 0; 
    101101    } 
    102102 
Note: See TracChangeset for help on using the changeset viewer.