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

save modif

File:
1 edited

Legend:

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

    r1073 r1074  
    312312      fileNameClient << fileName << "_" << std::setfill('0') << std::setw(numDigit) << getRank() << ext; 
    313313      printf("getrank() = %d, file name = %s\n", getRank(), fileNameClient.str().c_str()); 
    314       #pragma omp critical(_output) 
    315       { 
     314       
    316315        fb->open(fileNameClient.str().c_str(), std::ios::out); 
    317316        if (!fb->is_open()) 
    318317          ERROR("void CClient::openStream(const StdString& fileName, const StdString& ext, std::filebuf* fb)", 
    319318              << std::endl << "Can not open <" << fileNameClient << "> file to write the client log(s).");   
    320       } 
     319       
    321320       
    322321    } 
Note: See TracChangeset for help on using the changeset viewer.