https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4f6b5374bff392d4c5f597256ccd6276e9293a03 authored by Tim Haines on 23 October 2018, 23:21:25 UTC
Complete overhaul of build system
Tip revision: 4f6b537
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