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/calendar.cpp

    r1464 r1642  
    127127      const CDate& CCalendar::update(int step) 
    128128      { 
    129         #pragma omp critical (_output) 
    130         info(80) << "update step : " << step << " timestep " << this->timestep << std::endl; 
     129        info(20) << "update step : " << step << " timestep " << this->timestep << std::endl; 
    131130        this->step = step; 
    132131        return (this->currentDate = this->getInitDate() + step * this->timestep); 
Note: See TracChangeset for help on using the changeset viewer.