Changeset 720 for XIOS/trunk/inputs


Ignore:
Timestamp:
10/06/15 17:17:10 (9 years ago)
Author:
mhnguyen
Message:

First implementation of hierarchical distributed hashed table

+) Implement dht for int with index of type size_t

Test
+) Local
+) Work correctly

Location:
XIOS/trunk/inputs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/inputs/REMAP/iodef.xml

    r718 r720  
    1818     </file> 
    1919     <file id="output_dst" name="output_dst"> 
    20 <!--        <field id="test" field_ref="dst_field" name="field" />--> 
     20<!--        <field field_ref="dst_field" name="field" />--> 
    2121     </file> 
    2222     <file id="output_dst_regular" name="output_dst_regular" type="one_file"> 
  • XIOS/trunk/inputs/Version2/iodef.xml

    r718 r720  
    1919   <file_definition type="multiple_file" par_access="collective" output_freq="6h" output_level="10" enabled=".TRUE."> 
    2020     <file id="output" name="output" type="one_file"> 
    21 <!--        <field field_ref="field_A" />--> 
     21        <field field_ref="field_A" /> 
    2222     </file> 
    2323     <file id="output_Axis" name="output_Axis" type="one_file"> 
     
    3434     </file> 
    3535     <file id="output_Domain_transformed_interpolated" name="output_Domain_transformed_interpolated"> 
    36         <field field_ref="field_Domain_transformed_Interpolated" /> 
     36<!--        <field field_ref="field_Domain_transformed_Interpolated" />--> 
    3737     </file> 
    3838     <file id="output_Scalar" name="output_Scalar" type="one_file"> 
  • XIOS/trunk/inputs/iodef.xml

    r718 r720  
    1212 
    1313 
    14    <file_definition type="multiple_file" par_access="collective" output_freq="6h" output_level="10" enabled=".TRUE."> 
     14   <file_definition type="one_file" par_access="collective" output_freq="6h" output_level="10" enabled=".TRUE."> 
    1515     <file id="output" name="output"> 
    16         <field field_ref="field_A_zoom" name="field_A" /> 
     16        <field field_ref="field_A_zoom" name="field_A_zoom" /> 
    1717     </file> 
    1818   </file_definition> 
     
    2222     <axis id="axis_A"/> 
    2323     <axis id="axis_A_zoom" axis_ref="axis_A"> 
    24        <zoom_axis zoom_begin="1" zoom_size="2" /> 
     24       <zoom_axis zoom_begin="1" zoom_size="1" /> 
    2525     </axis> 
    2626   </axis_definition> 
Note: See TracChangeset for help on using the changeset viewer.