Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

File:
1 edited

Legend:

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

    r700 r1037  
    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 */ 
     29      
    2530      CRegistry(const MPI_Comm& comm=MPI_COMM_WORLD) : communicator(comm) {} 
    26  
     31       
     32      
     33       
    2734/** Copy constructor */ 
    2835      CRegistry(const CRegistry& reg) ; 
Note: See TracChangeset for help on using the changeset viewer.