Ignore:
Timestamp:
03/10/15 10:49:02 (9 years ago)
Author:
mhnguyen
Message:

Implementing a grid formed by only one axis or group of axis

+) Add several new attributes to axis. From now on, each axis can be distributed on client side
+) Modify mask of grid to make it more flexible to different dimension
+) Fix some bugs relating to calculation of local data index on client
+) Clean some redundant codes

Test
+) On Curie, only test_new_features.f90
+) Test cases:

  • Grid composed of: 1 domain and 1 axis, 3 axis, 1 axis
  • Mode: Attached and connected
  • No of client-server: 6-2(Connected), 2 (Attached)

+) All tests passed and results are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute_array_decl.cpp

    r551 r567  
    1212  template class CAttributeArray<bool,2> ; 
    1313  template class CAttributeArray<bool,3> ; 
     14//  template class CAttributeArray<bool,4> ; 
     15//  template class CAttributeArray<bool,5> ; 
     16//  template class CAttributeArray<bool,6> ; 
     17//  template class CAttributeArray<bool,7> ; 
    1418} 
Note: See TracChangeset for help on using the changeset viewer.