Ignore:
Timestamp:
10/04/17 11:45:14 (7 years ago)
Author:
yushan
Message:

EP updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/src_ep_dev/ep_dup.cpp

    r1134 r1287  
    2828 
    2929    // for intracomm 
    30     if(comm.mpi_comm == MPI_COMM_NULL_STD) return 0; 
     30    if(comm.mpi_comm == static_cast< ::MPI_Comm >(MPI_COMM_NULL.mpi_comm)) return 0; 
    3131 
    3232 
     
    5959  { 
    6060     
    61     if(comm.mpi_comm == MPI_COMM_NULL_STD) return 0; 
     61    if(comm.mpi_comm == static_cast< ::MPI_Comm >(MPI_COMM_NULL.mpi_comm)) return 0; 
    6262 
    6363    int my_rank = comm.ep_comm_ptr->size_rank_info[1].first; 
Note: See TracChangeset for help on using the changeset viewer.