CPM: A software tool for Communication Performance Modelling

Collaboration diagram for LMO_model:

List of all members.

Public Attributes

CPM_predictor predictor
int n
double * C
double * L
double * t
double * b
int S
double one2many_small [2]
double one2many_large [2]
int M1
int M2
double many2one_small [2]
double many2one_large [2]

Detailed Description

The LMO model


Member Data Documentation

number of nodes

double* LMO_model::C

array of n average fixed processing delays

double* LMO_model::L

array of $ C_n^2 $ average to/from latencies ( $ L_{ij} = L_{ji} $)

double* LMO_model::t

array of n average variable processing delays

double* LMO_model::b

array of $ C_n^2 $ average to/from transmission rates ( $ \beta_{ij} = \beta_{ji} $)

threshold between small and large message sizes for the one2many model

one2many linear model for small message sizes

one2many linear model for large message sizes

threshold between small and medium message sizes for the many2one model

threshold between medium and large message sizes for the many2one model

many2one linear model for small message sizes

many2one linear model for large message sizes


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