Ignore:
Timestamp:
11/21/17 10:47:57 (6 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

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

    r1295 r1338  
    9999    MPI_Gather_local(&key, 1, MPI_INT, key_loc.data(), 0, comm); 
    100100    MPI_Bcast_local(key_loc.data(), num_ep, MPI_INT, 0, comm); 
     101     
     102    std::sort(key_loc.begin(), key_loc.end()); 
    101103 
    102104    for(int i=0; i<num_ep; i++) 
Note: See TracChangeset for help on using the changeset viewer.