Ignore:
Timestamp:
03/17/17 18:02:20 (7 years ago)
Author:
yushan
Message:

backup modification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/client.hpp

    r1073 r1079  
    2525 
    2626        static int serverLeader; 
    27         #pragma omp threadprivate(serverLeader) 
     27        //#pragma omp threadprivate(serverLeader) 
    2828 
    2929        static bool is_MPI_Initialized ; 
    30         #pragma omp threadprivate(is_MPI_Initialized) 
     30        //#pragma omp threadprivate(is_MPI_Initialized) 
    3131 
    3232        //! Get rank of the current process 
     
    5252 
    5353        static StdOFStream m_infoStream; 
    54         #pragma omp threadprivate(m_infoStream)  
     54        //#pragma omp threadprivate(m_infoStream)  
    5555 
    5656        static StdOFStream m_errorStream; 
    57         #pragma omp threadprivate(m_errorStream) 
     57        //#pragma omp threadprivate(m_errorStream) 
    5858 
    5959        static void openStream(const StdString& fileName, const StdString& ext, std::filebuf* fb); 
Note: See TracChangeset for help on using the changeset viewer.