QDP++
qdp_parscalar_global_sum.h
Go to the documentation of this file.
1#ifndef QDP_GLOBAL_SUM_H
2#define QDP_GLOBAL_SUM_H
3
4#include <qmp.h>
5
6namespace QDPGlobalSums {
7 QMP_status_t QDP_sum_int(int *i);
8 QMP_status_t QDP_sum_float_array(float *x, int length);
9 QMP_status_t QDP_sum_double_array(double *x, int length);
10};
11
12#endif
QMP_status_t QDP_sum_float_array(float *x, int length)
QMP_status_t QDP_sum_double_array(double *x, int length)
QMP_status_t QDP_sum_int(int *i)