1 |
Name: one per dataset object
|
2 |
type: of dataset choose from grid1dim, grid2dim, grid3dim
|
3 |
bytesperunit: number of bytes in each unit
|
4 |
floatsperunit: update cost as a floating point arithmetic count
|
5 |
operationsperunit: operations in each unit
|
6 |
update(): method that updates given dataset which is contained in a CPU nodeset and a grainsize controlled by last memory nodeset visited
|
7 |
transmit(): method that calculates cost of transmission of dataset between memory levels either as communication or as movement up and down hierarchy
-
Methods can use the other parameters or be custom
|