Ignore:
Timestamp:
06/08/18 19:34:51 (6 years ago)
Author:
yushan
Message:

save dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/cxios.cpp

    r1520 r1533  
    107107      MPI_Comm *ep_comm; 
    108108      MPI_Comm_create_endpoints(MPI_COMM_WORLD->mpi_comm, num_ep, info, ep_comm);  // servers should reach here too. 
    109       passage = ep_comm;   
     109      passage = ep_comm;  
     110      EP_group_init(); 
     111      //::MPI_Comm_group(to_mpi_comm(MPI_COMM_WORLD->mpi_comm), &MPI_GROUP_WORLD);  
    110112    } 
    111113         
Note: See TracChangeset for help on using the changeset viewer.