Ignore:
Timestamp:
11/21/17 10:47:57 (6 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/node/field.cpp

    r1328 r1338  
    316316    while (currentDate >= lastDataRequestedFromServer) 
    317317    { 
    318       info(20) << "currentDate : " << currentDate << endl ; 
    319       info(20) << "lastDataRequestedFromServer : " << lastDataRequestedFromServer << endl ; 
    320       info(20) << "file->output_freq.getValue() : " << file->output_freq.getValue() << endl ; 
    321       info(20) << "lastDataRequestedFromServer + file->output_freq.getValue() : " << lastDataRequestedFromServer + file->output_freq << endl ; 
     318      //info(20) << "currentDate : " << currentDate << endl ; 
     319      //info(20) << "lastDataRequestedFromServer : " << lastDataRequestedFromServer << endl ; 
     320      //info(20) << "file->output_freq.getValue() : " << file->output_freq.getValue() << endl ; 
     321      //info(20) << "lastDataRequestedFromServer + file->output_freq.getValue() : " << lastDataRequestedFromServer + file->output_freq << endl ; 
    322322 
    323323      dataRequested |= sendReadDataRequest(lastDataRequestedFromServer + file->output_freq); 
     
    518518      while (isDataLate && timer.getCumulatedTime() < CXios::recvFieldTimeout); 
    519519 
    520       if (isDataLate) 
    521         ERROR("void CField::checkForLateDataFromServer(void)", 
    522               << "Late data at timestep = " << currentDate); 
     520      //if (isDataLate) 
     521      //  ERROR("void CField::checkForLateDataFromServer(void)", 
     522      //        << "Late data at timestep = " << currentDate); 
    523523    } 
    524524  } 
Note: See TracChangeset for help on using the changeset viewer.