Bridge++
Ver. 2.0.2
|
#include "ResourceManager/threadManager.h"
#include <omp.h>
#include "Communicator/communicator.h"
#include "IO/bridgeIO.h"
Go to the source code of this file.
Namespaces | |
ThreadManager_Reduce | |
Functions | |
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) |
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 in file threadManager.cpp.