Ignore:
Timestamp:
01/23/19 10:31:44 (5 years ago)
Author:
yushan
Message:

dev on ADA. add flag switch _usingEP/_usingMPI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/client_client_dht_template.hpp

    r1545 r1642  
    3434    typedef T InfoType; 
    3535    static const int infoTypeSize = sizeof(InfoType); 
    36  
     36//    typedef typename std::unordered_map<InfoType, std::vector<size_t> > InfoType2IndexMap; 
    3737    typedef typename std::unordered_map<size_t,InfoType> Index2InfoTypeMap; 
    3838    typedef typename std::unordered_map<size_t,std::vector<InfoType> > Index2VectorInfoTypeMap; 
Note: See TracChangeset for help on using the changeset viewer.