Ignore:
Timestamp:
11/21/17 16:03:00 (6 years ago)
Author:
yushan
Message:

log files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/cxios.cpp

    r1331 r1342  
    124124    if (printLogs2Files) 
    125125    { 
     126      #pragma omp critical 
    126127      CClient::openInfoStream(clientFile); 
    127128      CClient::openErrorStream(clientFile); 
     
    139140     if (CClient::getRank()==0) 
    140141     { 
     142       #pragma omp critical (_output) 
    141143       info(80)<<"Write data base Registry"<<endl<<globalRegistry->toString()<<endl ; 
    142144       globalRegistry->toFile("xios_registry.bin") ; 
Note: See TracChangeset for help on using the changeset viewer.