Ignore:
Timestamp:
04/10/17 20:06:52 (7 years ago)
Author:
yushan
Message:

save modif for local compilation

File:
1 edited

Legend:

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

    r1081 r1085  
    2121        #pragma omp threadprivate(interComm) 
    2222 
    23         static std::list<MPI_Comm> contextInterComms; 
    24         //std::list<MPI_Comm> contextInterComms; 
     23        //static std::list<MPI_Comm> contextInterComms; 
     24        std::list<MPI_Comm> contextInterComms; 
    2525        static std::list<MPI_Comm> * contextInterComms_ptr; 
    2626        #pragma omp threadprivate(contextInterComms_ptr) 
Note: See TracChangeset for help on using the changeset viewer.