Changeset 721 for XIOS/trunk/inputs


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

Templated version of distributed hashed table

+) Implement DHT in more generic way to work with different type of information
+) Some old codes of DHT are kept to be a reference (they will be deleted soon)

Test
+) On local, mode attached, 8 processes
+) test_remap passes and result is correct

File:
1 edited

Legend:

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

    r720 r721  
    88   <field_definition level="1" > 
    99     <field id="src_field"  operation="instant" grid_ref="src_grid"/> 
     10     <field id="dst_field"  operation="instant" field_ref="src_field" grid_ref="dst_grid"/> 
    1011     <field id="dst_field_regular"  operation="instant" field_ref="tmp_field" grid_ref="dst_grid_regular"/> 
    1112     <field id="tmp_field"  operation="instant" grid_ref="src_grid_regular"/> 
     
    1314 
    1415 
    15    <file_definition type="multiple_file" par_access="collective" output_freq="1ts" output_level="10" enabled=".TRUE."> 
     16   <file_definition type="one_file" par_access="collective" output_freq="1ts" output_level="10" enabled=".TRUE."> 
    1617     <file id="output" name="output"> 
    17 <!--        <field field_ref="src_field" name="field" />--> 
     18        <field field_ref="src_field" name="field" /> 
    1819     </file> 
    1920     <file id="output_dst" name="output_dst"> 
    20 <!--        <field field_ref="dst_field" name="field" />--> 
     21        <field field_ref="dst_field" name="field" /> 
    2122     </file> 
    2223     <file id="output_dst_regular" name="output_dst_regular" type="one_file"> 
    23         <field field_ref="dst_field_regular" name="field" /> 
     24<!--        <field field_ref="dst_field_regular" name="field" />--> 
    2425     </file> 
    2526 
    2627     <file id="output_src_regular" name="output_src_regular" mode="read" type="multiple_file"> 
    27         <field id="src_field_regular" name="field" grid_ref="src_grid_regular" operation="instant"/> 
     28<!--        <field id="src_field_regular" name="field" grid_ref="src_grid_regular" operation="instant"/>--> 
    2829     </file> 
    2930     <file id="output_regular" name="output_regular" mode="write"> 
Note: See TracChangeset for help on using the changeset viewer.