Bridge++
Ver. 2.0.2
|
Functions | |
template<typename REALTYPE > | |
void | sum_global (REALTYPE *a, const int num, std::vector< REALTYPE > &array_reduction, const int each_buf_size, const int ith, const int nth) |
template<typename REALTYPE > | |
void | max_global (REALTYPE *a, const int num, std::vector< REALTYPE > &array_reduction, const int each_buf_size, const int ith, const int nth) |
void ThreadManager_Reduce::max_global | ( | REALTYPE * | a, |
const int | num, | ||
std::vector< REALTYPE > & | array_reduction, | ||
const int | each_buf_size, | ||
const int | ith, | ||
const int | nth | ||
) |
Definition at line 111 of file threadManager.cpp.
void ThreadManager_Reduce::sum_global | ( | REALTYPE * | a, |
const int | num, | ||
std::vector< REALTYPE > & | array_reduction, | ||
const int | each_buf_size, | ||
const int | ith, | ||
const int | nth | ||
) |
Definition at line 28 of file threadManager.cpp.