|
KaMPIng 0.2.0
Flexible and (near) zero-overhead C++ bindings for MPI
|
#include <mpi.h>#include "kamping/collectives/barrier.hpp"#include "kamping/collectives/gather.hpp"#include "kamping/communicator.hpp"#include "kamping/environment.hpp"#include "kamping/kassert/kassert.hpp"#include "kamping/measurements/aggregated_tree_node.hpp"#include "kamping/measurements/internal/measurement_utils.hpp"
Go to the source code of this file.
Classes | |
| class | kamping::measurements::Counter< CommunicatorType > |
| Distributed counter object. More... | |
Typedefs | |
| using | kamping::measurements::BasicCounter = Counter<Communicator<>> |
| A basic Counter that uses kamping::Communicator<> as underlying communicator type. | |
Functions | |
| Counter< Communicator<> > & | kamping::measurements::counter () |
| Gets a reference to a kamping::measurements::BasicTimer. | |
This file contains a (distributed) counter class.
|
inline |
Gets a reference to a kamping::measurements::BasicTimer.