CnC
|
Inherited by item_tuner< TT > [virtual]
, pfor_tuner< check_deps, Partitioner > [virtual]
, step_tuner< check_deps > [virtual]
, tag_tuner< Range, Partitioner > [virtual]
, item_tuner< Internal::hash_item_table > [virtual]
, item_tuner< Internal::vec_item_table > [virtual]
, and tag_tuner< Internal::no_range, default_partitioner<> > [virtual]
.
Static Public Member Functions | |
static int | myPid () |
static int | numProcs () |
template<typename Ctxt > | |
static int | numThreads (const Ctxt &ctxt) |
returns number of threads used by scheduler in given context | |
Functionality that might be needed to implement all kinds of tuners. Always try to use higher level tuners which derive from this. Always use virtual inheritance (see higher level tuners).
Definition at line 82 of file default_tuner.h.
|
inlinestatic |
returns id/rank of calling process defaults to 0 if running on one process only.
Definition at line 87 of file default_tuner.h.
|
inlinestatic |
return total number of processes participating in this programm execution defaults to 1 if running on one process only.
Definition at line 93 of file default_tuner.h.