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/event_scheduler.hpp

    r1134 r1328  
    44#include "xios_spl.hpp" 
    55#include "mpi.hpp" 
    6 #ifdef _usingEP 
    7 #include "ep_declaration.hpp" 
    8 #endif 
    9  
    106 
    117namespace xios 
     
    3026        *  @param[in] comm : MPI communicator du duplicate for internal use 
    3127        */ 
    32        CEventScheduler(const MPI_Comm& comm) ; 
     28       CEventScheduler(const ep_lib::MPI_Comm& comm) ; 
    3329 
    3430 
     
    155151       { 
    156152         size_t buffer[3] ;      /*!< communication buffer : timeLine, hashId, level */ 
    157          MPI_Request request ;   /*!< pending MPI request */  
     153         ep_lib::MPI_Request request ;   /*!< pending MPI request */  
    158154       } ; 
    159155        
    160        MPI_Comm communicator ;  /*!< Internal MPI communicator */  
     156       ep_lib::MPI_Comm communicator ;  /*!< Internal MPI communicator */  
    161157       int mpiRank ;            /*!< Rank in the communicator */ 
    162158       int mpiSize ;            /*!< Size of the communicator */ 
Note: See TracChangeset for help on using the changeset viewer.