CnC
Static Public Member Functions
tuner_base Class Reference

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].

List of all members.

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

Detailed Description

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.


Member Function Documentation

static int myPid ( ) [inline, static]

returns id/rank of calling process defaults to 0 if running on one process only.

Definition at line 87 of file default_tuner.h.

static int numProcs ( ) [inline, static]

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.


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