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

    r1601 r1646  
    1212#ifdef _usingEP 
    1313  #include <omp.h> 
    14   #include "../extern/src_ep_dev/ep_lib.hpp" 
    15   #include "../extern/src_ep_dev/ep_declaration.hpp" 
     14  #include "ep_lib.hpp" 
     15  #include "ep_declaration.hpp" 
    1616  //using namespace ep_lib; 
    1717#elif _usingMPI 
    1818  #include <mpi.h> 
     19  #define ep_lib  
    1920#endif 
    2021 
Note: See TracChangeset for help on using the changeset viewer.