Ignore:
Timestamp:
03/30/22 13:51:09 (2 years ago)
Author:
jderouillat
Message:

Add a checksum ability in xios_send/recv_field, enabled with info_level > 100.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp

    r2311 r2318  
    179179 
    180180        template <int N> void setData(const CArray<double, N>& _data); 
     181        void checkSumLike( const double* array, int numElements, bool output ) const; 
    181182        static bool dispatchEvent(CEventServer& event); 
    182183        static bool isCollectiveEvent(CEventServer& event); 
Note: See TracChangeset for help on using the changeset viewer.