Ignore:
Timestamp:
07/05/16 15:59:10 (8 years ago)
Author:
mhnguyen
Message:

Adding new transformation for scalar: Reducing an axis to a scalar

+) Add new xml node for new transformation
+) Add new algorithms for axis reduction
+) Make change in some place to make sure everything work fine

Test
+) On Curie
+) Tests pass and are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/node_type.conf

    r887 r888  
    5959#endif //__XIOS_CScalar__ 
    6060 
     61#ifdef __XIOS_CReduceAxisToScalar__ 
     62   DECLARE_NODE(ReduceAxisToScalar, reduce_axis) 
     63#endif //__XIOS_CReduceAxisToScalar__ 
     64 
    6165#ifdef __XIOS_CContext__ 
    6266   DECLARE_NODE_PAR(Context, context) 
Note: See TracChangeset for help on using the changeset viewer.