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

    r1604 r1646  
    1111#define OMPI_SKIP_MPICXX 
    1212 
     13 
     14#ifdef _usingEP 
     15#include <omp.h> 
    1316#include <mpi.h> 
    14 #include "../extern/src_ep_dev/ep_lib.hpp" 
    15 #include "../extern/src_ep_dev/ep_declaration.hpp" 
     17#include "ep_lib.hpp" 
     18#include "ep_declaration.hpp" 
     19#elif _usingMPI 
     20#include <mpi.h> 
     21#define ep_lib  
     22#endif 
     23 
    1624 
    1725#endif 
Note: See TracChangeset for help on using the changeset viewer.