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.cpp

    r1134 r1328  
    11#include "registry.hpp" 
    22#include "type.hpp" 
     3#include <mpi.hpp> 
    34#include <fstream> 
    45#include <sstream> 
     6using namespace ep_lib; 
    57 
    68namespace xios 
     
    257259  void CRegistry::hierarchicalGatherRegistry(void) 
    258260  { 
    259    // hierarchicalGatherRegistry(communicator) ; 
    260     gatherRegistry(communicator) ; 
     261    hierarchicalGatherRegistry(communicator) ; 
    261262  } 
    262263 
Note: See TracChangeset for help on using the changeset viewer.