Ignore:
Timestamp:
11/19/18 15:52:54 (5 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/node/file.hpp

    r1542 r1601  
    44/// XIOS headers /// 
    55#include "xios_spl.hpp" 
     6#include "mpi_std.hpp" 
    67#include "field.hpp" 
    78#include "data_output.hpp" 
     
    1213#include "attribute_enum_impl.hpp" 
    1314#include "context_client.hpp" 
    14 #include "mpi.hpp" 
     15 
    1516 
    1617namespace xios { 
     
    173174         int nbAxis, nbDomains; 
    174175         bool isOpen;          
    175          MPI_Comm fileComm; 
     176         ep_lib::MPI_Comm fileComm; 
    176177 
    177178      private: 
Note: See TracChangeset for help on using the changeset viewer.