HewlettPackard / quartz

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

Only print Debug messages when I run my app! #40

Open Zhihaoi opened 5 years ago

Zhihaoi commented 5 years ago

I set latency=true and debug level=5. There are no print messages for program runs and only the Debug messages. Would you have any suggestions on how to resolve this? Thank you! image

Gumi-presentation-by-Dzh commented 5 years ago

In topology.c "save_mc_pci_topology", the memory controller pci topology will be save as a file for reusing at the first time. You can see the debug message "Topology MC PCI file saved, restart the process". So you can run you process again, than you will see the your output.