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

dev_omp

File:
1 edited

Legend:

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

    r1134 r1328  
    77#include "mpi.hpp" 
    88#include "event_scheduler.hpp" 
    9  
    10 #ifdef _usingEP 
    11 #include "ep_declaration.hpp" 
    12 #endif 
    139 
    1410namespace xios 
     
    2824        static void registerContext(void* buff,int count, int leaderRank=0); 
    2925 
    30         static MPI_Comm intraComm; 
    31         static list<MPI_Comm> interComm; 
    32         static std::list<MPI_Comm> contextInterComms; 
     26        static ep_lib::MPI_Comm intraComm; 
     27        static list<ep_lib::MPI_Comm> interComm; 
     28        static std::list<ep_lib::MPI_Comm> contextInterComms; 
    3329        static CEventScheduler* eventScheduler; 
    3430         
Note: See TracChangeset for help on using the changeset viewer.