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
273 stars 149 forks source link

can't run the simulator #1

Closed guqiuyuan closed 6 years ago

guqiuyuan commented 6 years ago

I try to install the simulator and run it in my vamre virtual machine(the system in virtual machine is ubuntu 16.04lts).but when the simulator run at 10% progress,an error happened,it shows Segmentation fault (core dumped).and it crashed.so how can i fix this

c-w-m commented 6 years ago

I had a similar problem on an earlier pull (also on Ubuntu 16.04) but the current trunk version is working. Try getting a fresh clone of the project to see if the problem persists.