Ignore:
Timestamp:
10/06/15 17:17:11 (8 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/src/test/test_remap.f90

    r715 r721  
    129129 
    130130  DO ts=1,1 
    131     CALL xios_recv_field("src_field_regular", tmp_field) 
     131!    CALL xios_recv_field("src_field_regular", tmp_field) 
    132132    CALL xios_update_calendar(ts) 
    133 !    CALL xios_send_field("src_field",src_field) 
    134     CALL xios_send_field("tmp_field",tmp_field) 
     133    CALL xios_send_field("src_field",src_field) 
     134!    CALL xios_send_field("tmp_field",tmp_field) 
    135135    CALL wait_us(5000) ; 
    136136  ENDDO 
Note: See TracChangeset for help on using the changeset viewer.