You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the command m2s --x86-config-help
the description for ContextQuantum reads:
ContextQuantum = (Default = 100k)
If ContextSwitch is true, maximum number of cycles that a context can occupy
a Cpu hardware thread before it is replaced by other pending context.
However, there is no description for the ContextSwitch variable. Where is this variable placed? Why is its description missing/removed? Thanks in advance for the help.
The text was updated successfully, but these errors were encountered:
It is delete from the source code. These usage descriptions didn't change since version 4.2, in version 4.2 this should work. Also you can try to add the missing code in src/arch/x86/timing/Cpu.cc, but I guess it is still not work.
After running the command
m2s --x86-config-help
the description for ContextQuantum reads:
However, there is no description for the ContextSwitch variable. Where is this variable placed? Why is its description missing/removed? Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: