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

    r1601 r1646  
    3333     static const string serverPrmFile;  //!< Filename template for primary server in case of two server levels 
    3434     static const string serverSndFile;  //!< Filename template for secondary server in case of two server levels 
     35 
     36     static bool xiosStack;    //!< Exception handling 
     37     static bool systemStack;  //!< Exception handling 
     38     #pragma omp threadprivate(xiosStack, systemStack) 
    3539 
    3640     static bool isClient ; //!< Check if xios is client 
Note: See TracChangeset for help on using the changeset viewer.