Skip to content

StaticNthIterationFilter

nphtan edited this page May 19, 2021 · 1 revision

KokkosResilience::Filter::StaticNthIterationFilter

Simple filter.

Header File: CheckpointFilter.hpp

Synopsis

template<int Freq>
struct StaticNthIterationFilter
{
  bool operator() (int i) const;
};

Returns whether the current iteration i is a multiple of Freq