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/file.hpp

    r1132 r1136  
    8787         bool checkSplit(void); 
    8888         bool checkSync(void); 
    89          void checkFile(void); 
     89         void checkWriteFile(void); 
     90         void checkReadFile(void); 
    9091         void initFile(void); 
    9192 
     
    9697 
    9798         void createHeader(void); 
    98          void openInReadMode(void); 
     99         void openInReadMode(MPI_Comm* readComm = NULL); 
    99100         void close(void); 
    100101         void readAttributesOfEnabledFieldsInReadMode(); 
     
    128129         void sendAddField(const string& id, CContextClient* client); 
    129130         void sendAddFieldGroup(const string& id = ""); 
     131         void sendAddFieldGroup(const string& id, CContextClient* client); 
    130132         void sendAddAllVariables();                        // to be removed (?) 
    131133         void sendAddAllVariables(CContextClient* client); 
Note: See TracChangeset for help on using the changeset viewer.