Bridge++  Ver. 2.0.2
ThreadManager_Reduce Namespace Reference

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)
 

Function Documentation

◆ max_global()

template<typename REALTYPE >
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.

◆ sum_global()

template<typename REALTYPE >
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.