My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
dfg_runtime Struct Reference

Representation of a runtime in the DFG. More...

#include <dfg.h>

Public Attributes

int id
 Unique identifier for the runtime. More...
 
uint32_t ip
 IP of the node on which the runtime is running. More...
 
int port
 Port on which the runtime is listening for controller/inter-runtime. More...
 
int n_cores
 Number of cores on the runtime node. More...
 
struct dfg_threadthreads [32]
 Threads located on the runtime. More...
 
int n_pinned_threads
 Number of the above-threads which are pinned. More...
 
int n_unpinned_threads
 Number of the above-threads which are unpinned. More...
 
struct dfg_routeroutes [64]
 Routes located on this runtime. More...
 
int n_routes
 Number of routes above. More...
 

Detailed Description

Representation of a runtime in the DFG.

Definition at line 73 of file dfg.h.

Member Data Documentation

int dfg_runtime::id

Unique identifier for the runtime.

Definition at line 74 of file dfg.h.

uint32_t dfg_runtime::ip

IP of the node on which the runtime is running.

Definition at line 75 of file dfg.h.

int dfg_runtime::n_cores

Number of cores on the runtime node.

Definition at line 77 of file dfg.h.

int dfg_runtime::n_pinned_threads

Number of the above-threads which are pinned.

Definition at line 80 of file dfg.h.

int dfg_runtime::n_routes

Number of routes above.

Definition at line 84 of file dfg.h.

int dfg_runtime::n_unpinned_threads

Number of the above-threads which are unpinned.

Definition at line 81 of file dfg.h.

int dfg_runtime::port

Port on which the runtime is listening for controller/inter-runtime.

Definition at line 76 of file dfg.h.

struct dfg_route* dfg_runtime::routes[64]

Routes located on this runtime.

Definition at line 83 of file dfg.h.

struct dfg_thread* dfg_runtime::threads[32]

Threads located on the runtime.

Definition at line 79 of file dfg.h.


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