Hi,
I am trying to utilize the Ruby tester microbenchmarks for protocol
verification. Basically this test is done for MOESI_SMP_directory
protocol.
If I try to test with:
g_SIMICS: false
DATA_BLOCK: true
RANDOMIZATION: false
g_SYNTHETIC_DRIVER: true
g_DETERMINISTIC_DRIVER: false
g_DEADLOCK_THRESHOLD: 500000
g_SpecifiedGenerator: DetermInvGenerator
or
g_SIMICS: false
DATA_BLOCK: true
RANDOMIZATION: false
g_SYNTHETIC_DRIVER: false
g_DETERMINISTIC_DRIVER: true
g_DEADLOCK_THRESHOLD: 500000
g_SpecifiedGenerator: DetermInvGenerator
Tester is being stalled at the start with the following lines printed
before the stall:
...
================ End System Configuration Print ================
Testing clear stats...Done.
So, any idea why this might be happening? Or, am I missing some
details like some drivers won't work with some configurations?
Regards,
Ed
|