Ignore:
Timestamp:
03/15/17 17:17:30 (7 years ago)
Author:
yushan
Message:

add test_omp ; Using threads : modif for context_initialize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/xml_parser.cpp

    r1072 r1073  
    1515      void CXMLParser::ParseFile(const StdString & filename, const std::set<StdString>& parseContextList) 
    1616      { 
    17          //printf("thread %d, parsefile = %s\n", omp_get_thread_num(), filename.c_str()); 
    1817         StdIFStream ifs ( filename.c_str() , StdIFStream::in ); 
    1918         if ( (ifs.rdstate() & std::ifstream::failbit ) != 0 ) 
Note: See TracChangeset for help on using the changeset viewer.