Ignore:
Timestamp:
11/15/17 12:14:34 (6 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/registry.hpp

    r1134 r1328  
    66#include "mpi.hpp" 
    77#include "message.hpp" 
    8 #ifdef _usingEP 
    9 #include "ep_declaration.hpp" 
    10 #endif 
    11  
    128 
    139// Those two headers can be replaced by the C++11 equivalent in the future 
     
    110106 
    111107/** use internally for recursivity */ 
    112       void gatherRegistry(const MPI_Comm& comm) ; 
     108      void gatherRegistry(const ep_lib::MPI_Comm& comm) ; 
    113109 
    114110/** use internally for recursivity */ 
    115       void hierarchicalGatherRegistry(const MPI_Comm& comm) ; 
     111      void hierarchicalGatherRegistry(const ep_lib::MPI_Comm& comm) ; 
    116112 
    117113 
Note: See TracChangeset for help on using the changeset viewer.