86 const int i_thread,
const int Nthread)
88 std::vector<double> sum(num);
90 for(
int i=0; i<num; i++){
98 const int i_thread,
const int Nthread)
100 std::vector<float> sum(num);
102 for(
int i=0; i<num; i++){
110 const int i_thread,
const int Nthread)
118 const int i_thread,
const int Nthread)
126 const std::string& class_name)
static int m_Nthread
number of threads.
static int get_num_threads()
returns available number of threads.
void general(const char *format,...)
static std::vector< float > m_darray_reductionF
static Bridge::VerboseLevel Vlevel()
static void wait()
barrier among threads inside a node.
static int get_thread_id()
returns thread id.
static void init(int Nthread)
setup: called in main only once.
static void barrier(const int Nthread)
barrier among threads inside a node.
static void reduce_sum_global(double &value, const int i_thread, const int Nthread)
global reduction with summation: value is assumed thread local.
static void sync_barrier_all()
barrier among all the threads and nodes.
static void finalize()
finalization.
void paranoiac(const char *format,...)
static Bridge::VerboseLevel m_vl
verbose level.
static std::vector< double > m_darray_reduction
static int reduce_sum(int count, double *recv_buf, double *send_buf, int pattern=0)
make a global sum of an array of double over the communicator. pattern specifies the dimensions to be...
static int sync()
synchronize within small world.
static void assert_single_thread(const std::string &class_name)
assert currently running on single thread.