Ignore:
Timestamp:
05/17/17 18:30:38 (7 years ago)
Author:
mhnguyen
Message:

Reading for two-level server

+) Update reading with the changes of grid distribution
+) Correct a minor bug on modification grid mask
+) Do some code cleaning

Test
+) On Curie
+) Work in both mode: classical and two-level
+) Push some *.nc for test_remap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/field.hpp

    r1129 r1136  
    157157        static void recvReadDataReady(CEventServer& event); 
    158158        void recvReadDataReady(vector<int> ranks, vector<CBufferIn*> buffers); 
    159         void outputField(CArray<double,3>& fieldOut); 
    160         void outputField(CArray<double,2>& fieldOut); 
    161159        void outputField(CArray<double,1>& fieldOut); 
    162         void inputField(CArray<double,3>& fieldOut); 
    163         void inputField(CArray<double,2>& fieldOut); 
    164160        void inputField(CArray<double,1>& fieldOut); 
    165161        void outputCompressedField(CArray<double, 1>& fieldOut); 
Note: See TracChangeset for help on using the changeset viewer.