ALPSCore reference
Public Attributes | List of all members
alps::alea::reducer_setup Struct Reference

#include <core.hpp>

Collaboration diagram for alps::alea::reducer_setup:
Collaboration graph

Public Attributes

size_t pos
 
size_t count
 
bool have_result
 

Detailed Description

Setup information struct for the reduction

Definition at line 231 of file core.hpp.

Member Data Documentation

size_t alps::alea::reducer_setup::count

Total number of instances (thread count/MPI size/etc.)

Definition at line 237 of file core.hpp.

bool alps::alea::reducer_setup::have_result

Reductions will yield valid result on this instance

Definition at line 240 of file core.hpp.

size_t alps::alea::reducer_setup::pos

Position of the current instance (thread no./CPU/MPI rank/etc.)

Definition at line 234 of file core.hpp.


The documentation for this struct was generated from the following file: