Ignore:
Timestamp:
12/18/18 17:34:59 (5 years ago)
Author:
yushan
Message:

bug fix (Nb of files less than Nb of servers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/node/context.cpp

    r1601 r1628  
    18471847        } 
    18481848 
    1849         #pragma omp critical (_output) 
    1850         info(50) << "updateCalendar : before : " << calendar->getCurrentDate() << endl; 
     1849        //#pragma omp critical (_output) 
     1850        info(150) << "updateCalendar : before : " << calendar->getCurrentDate() << endl; 
    18511851        calendar->update(step); 
    1852         #pragma omp critical (_output) 
    1853         info(50) << "updateCalendar : after : " << calendar->getCurrentDate() << endl; 
     1852        //#pragma omp critical (_output) 
     1853        info(150) << "updateCalendar : after : " << calendar->getCurrentDate() << endl; 
    18541854  #ifdef XIOS_MEMTRACK_LIGHT 
    18551855        #pragma omp critical (_output) 
Note: See TracChangeset for help on using the changeset viewer.