CMU-SAFARI / MQSim

MQSim is a fast and accurate simulator modeling the performance of modern multi-queue (MQ) SSDs as well as traditional SATA based SSDs. MQSim faithfully models new high-bandwidth protocol implementations, steady-state SSD conditions, and the full end-to-end latency of requests in modern SSDs. It is described in detail in the FAST 2018 paper by Arash Tavakkol et al., "MQSim: A Framework for Enabling Realistic Studies of Modern Multi-Queue SSD Devices" (https://people.inf.ethz.ch/omutlu/pub/MQSim-SSD-simulation-framework_fast18.pdf)
https://people.inf.ethz.ch/omutlu/pub/MQSim-SSD-simulation-framework_fast18.pdf
MIT License
269 stars 146 forks source link

fast18/data-cache-contention workload parameters missing <Synthetic_Generator_Type> #5

Closed c-w-m closed 6 years ago

c-w-m commented 6 years ago
  1. each of the workload*.xml files are missing
  2. in the case of workload-datacache-contention-flow-1.xml, using either QUEUE_DEPTH or BANDWIDTH throws a run time ERROR:It is not possible to assing PPA to all LPAs in Allocate_address_for_preconditioning! It is not safe to continue preconditioning. Note: the spelling error (assing) is in the code ;-)

Suggestion: The other two fast18 directories seem to run currently so this is probably an xml file revision that is needed.