Revision d0eae6805438f13e1b297755327a7162c80c7190 authored by Tom Quinn on 28 January 2016, 05:27:07 UTC, committed by Tom Quinn on 28 January 2016, 05:27:07 UTC
1 parent 6abe351
Raw File
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