Ignore:
Timestamp:
01/31/19 12:12:52 (5 years ago)
Author:
yushan
Message:

branch merged with trunk @1645. arch file (ep&mpi) added for ADA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/client.cpp

    r1628 r1646  
    1212#include "buffer_client.hpp" 
    1313#include "string_tools.hpp" 
     14#ifdef _usingEP 
    1415using namespace ep_lib; 
     16#endif 
    1517 
    1618namespace xios 
     
    226228        MPI_Intercomm_create(contextComm,0,CXios::globalComm,serverLeader,10+globalRank,&contextInterComm) ; 
    227229        #pragma omp critical (_output) 
    228         info(10)<<"Register new Context : "<<id<<endl ; 
     230        { 
     231          info(10)<<"Register new Context : "<<id<<endl ; 
     232        } 
    229233        MPI_Comm inter ; 
    230234        MPI_Intercomm_merge(contextInterComm,0,&inter) ; 
     
    303307      } 
    304308      #pragma omp critical (_output) 
    305       info(20) << "Client side context is finalized"<<endl ; 
     309      { 
     310        info(20) << "Client side context is finalized"<<endl ; 
     311      } 
    306312 
    307313      #pragma omp critical (_output) 
Note: See TracChangeset for help on using the changeset viewer.