HewlettPackard / quartz

Quartz: A DRAM-based performance emulator for NVM
https://github.com/HewlettPackard/quartz
Other
158 stars 66 forks source link

xeon E5-2620 v4 @2.10GHz No supported processor found #18

Open hou602630036 opened 6 years ago

hou602630036 commented 6 years ago

Hello, I would like to ask a question, my server's cpu model is xeon E5-2620 v4 @2.10GHz, in the implementation of runenv.sh script prompt [16811] ERROR: No supported processor found. I want to determine if this processor meets the requirements.

flairtone commented 6 years ago

Did you load the emulator's kernel module?

hou602630036 commented 6 years ago

Yes, I did.

在 2018年1月12日,17:06,The Chief notifications@github.com 写道:

Did you load the emulators kernel module?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

flairtone commented 6 years ago

Quartz emulator only supports Sandy Bridge, Ivy Bridge, and Haswell Intel processors, please check if you the processor you mentioned has one of the aforementioned micro-architecture. If your processor is found to have a different micro-architecture then, make necessary changes to the files present in /src/lib/cpu directory. Refer #4