booksim / booksim2

BookSim 2.0
http://nocs.stanford.edu/booksim.html
Other
255 stars 158 forks source link

_int_map key typo #3

Closed calccrypto closed 8 years ago

calccrypto commented 8 years ago

In booksim_config.cpp, AddStrField("parm_seed", ""); is spelled wrong. It should be AddStrField("perm_seed", ""). Currently, Configuration::GetStr errors when trying to use randperm in the config file.

To reproduce: Change traffic = uniform; in torus88 to traffic = randperm;

razzfazz commented 8 years ago

Can you create a pull request, please?

razzfazz commented 8 years ago

Merged from pull request #5.