Ignore:
Timestamp:
03/30/22 13:51:10 (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/trunk/src/node/field.hpp

    r2131 r2319  
    161161 
    162162        template <int N> void setData(const CArray<double, N>& _data, int ntile = -1); 
     163        void checkSumLike( const double* array, int numElements, bool output ) const; 
    163164        static bool dispatchEvent(CEventServer& event); 
    164165        void sendAllAttributesToServer(CContextClient* client) ;  
Note: See TracChangeset for help on using the changeset viewer.