Changeset 806 for XIOS


Ignore:
Timestamp:
12/11/15 15:46:23 (8 years ago)
Author:
rlacroix
Message:

Fix: Only the first record of the input files was read which caused the second call to xios_recv_field to fail.

The prefetching was mistakenly disabled in r775.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.cpp

    r775 r806  
    10711071      if (hasClient) 
    10721072      { 
    1073         //checkPrefetchingOfEnabledReadModeFiles(); 
     1073        checkPrefetchingOfEnabledReadModeFiles(); 
    10741074        garbageCollector.invalidate(calendar->getCurrentDate()); 
    10751075      } 
Note: See TracChangeset for help on using the changeset viewer.