Ignore:
Timestamp:
05/16/17 17:54:30 (7 years ago)
Author:
yushan
Message:

branch merged with trunk r1130

File:
1 edited

Legend:

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

    r700 r1134  
    66#include "mpi.hpp" 
    77#include "message.hpp" 
     8#ifdef _usingEP 
     9#include "ep_declaration.hpp" 
     10#endif 
     11 
    812 
    913// Those two headers can be replaced by the C++11 equivalent in the future 
     
    2327 
    2428/** Constructor, the communicator is used for bcast or gather operation between MPI processes */ 
    25       CRegistry(const MPI_Comm& comm=MPI_COMM_WORLD) : communicator(comm) {} 
     29      CRegistry(const ep_lib::MPI_Comm& comm=MPI_COMM_WORLD) : communicator(comm) {} 
    2630 
    2731/** Copy constructor */ 
     
    120124 
    121125/** MPI communicator used for broadcast and gather operation */ 
    122       MPI_Comm communicator ; 
     126      ep_lib::MPI_Comm communicator ; 
    123127  } ; 
    124128 
Note: See TracChangeset for help on using the changeset viewer.