https://github.com/N-BodyShop/changa
Raw File
Tip revision: bf7d27caa7f59402ddd2cccb425c3c249e61c223 authored by Michael Robson on 24 April 2018, 21:44:12 UTC
dirty! Minor hack-y changes to get things compiled
Tip revision: bf7d27c
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