https://github.com/N-BodyShop/changa
Raw File
Tip revision: 07e0f9bb05df4363823544322d08cc656441a956 authored by Tom Quinn on 07 July 2022, 01:50:06 UTC
Add SMP build for actions.
Tip revision: 07e0f9b
Reductions.h
/** @file Reductions.h
 */

#include "Reductions.decl.h"
 
extern CkReduction::reducerType growOrientedBox_float;
extern CkReduction::reducerType growOrientedBox_double;

extern CkReduction::reducerType minmax_int;
extern CkReduction::reducerType minmax_long;
extern CkReduction::reducerType minmax_float;
extern CkReduction::reducerType minmax_double;
extern CkReduction::reducerType max_count;
extern CkReduction::reducerType callbackReduction;
extern CkReduction::reducerType boxReduction;
extern CkReduction::reducerType dfImageReduction;
back to top