gvoskuilen
gvoskuilen
@prateek22sri Are you still encountering this segfault? Can you add the location of the segfault you see? The primary difference between memH's scratchpad & memory is that scratchpad allows copying...
Also, if you want to know more about a specific statistic dumped by a specific component (e.g., "cpu | cycles"), lookup that component type or library using the 'sst-info' utility....
@feldergast @mrutt92 Is this issue fixed/can we close it?
The prospero test trace files are here: https://github.com/sstsimulator/sst-downloads/releases under "SST Test Support Files"
The format is "cycles type address length" where: cycles: minimum cycle count at which the request can be issued type: R (read) or W (write). Not case-sensitive. address: memory address...
For the stats, use '$ sst-info memHierarchy' to locate the component/subcomponent and description of each stat. 'GetX' is an exclusive request for a block, 'GetS' is a non-exclusive request. For...
@soleabado Are you still encountering this issue? Is it deterministic (e.g., same ember test fails whenever you run it)?
To add to that, there is not currently a way to enable ramulator's statistics via SST. We do have some statistics at the memory controller as @hughes-c pointed at. I...
@divija95 No this is not supported.
@mjleven What would you like the behavior to be? Do you want a sane error message? Is it reasonable for Vanadis to know that it is targeting multiple destinations, or...