Go to the source code of this file.
Classes | |
class | distributed_t |
Main distributed support class. More... | |
class | static_info_t |
Class used to collect data during synchronization. More... | |
class | updateable_info_t |
Class used to collect data during synchronization. More... | |
class | updateable_info_t< updateable_data_t, no_const_data_type_t > |
Class used to collect data during synchronization. More... | |
Variables | |
const int | DIVINE_TAG_SYNC_COMPLETION = 3 |
Constant used internaly, of no relevance to user of distributed_t. | |
const int | DIVINE_TAG_SYNC_ONE = 1 |
Constant used internaly, of no relevance to user of distributed_t. | |
const int | DIVINE_TAG_SYNC_READY = 0 |
Constant used internaly, of no relevance to user of distributed_t. | |
const int | DIVINE_TAG_SYNC_TWO = 2 |
Constant used internaly, of no relevance to user of distributed_t. | |
const int | DIVINE_TAG_USER = 144 |
All messages sent by user must have tags greater or equal to this constant. | |
const int | NETWORK_HASH_SEED = 0xbafbaf99 |
Default hash seed for partition function. | |
const int | NETWORK_ID_MANAGER = 0 |
Id of the workstation that initiated the distributed computation. |