-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Processor group support #13
base: main
Are you sure you want to change the base?
Conversation
…o the existing processmapping pipeline. Implemented at the top of StartSenderReceiver, defaults to old behavior. Maintains compatibility with old -m[apping] string so we don't break old scripts.
… added to the existing processmapping pipeline. Implemented at the top of StartSenderReceiver, defaults to old behavior. Maintains compatibility with old -m[apping] string so we don't break old scripts." This reverts commit 904c825.
…isting processmapping pipeline for parsing group selection per thread(s), and implemented at the top of startsenderreceiver.
@famousgrumblecakes please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
@microsoft-github-policy-service agree [company="AMD"] |
@famousgrumblecakes the command you issued was incorrect. Please try again. Examples are:
and
|
@microsoft-github-policy-service agree company="AMD" |
e95858f
to
b4fbf84
Compare
I've added processor group support for systems with > 64 CPUs via SetThreadGroupAffinity inside StartSenderReceiver, utilizing the existing parameter mapping pipeline to set the group per thread or group of threads. To make this transparent for cases where you do not care about processor group support, use the new
-ga
flag, then add the group number as the third parameter in your mapping.e.g. the following are both valid:
.\ntttcp.exe -s -ga -m 1,32,1,10.0.0.1
.\ntttcp.exe -s -m 1,32,10.0.0.1
Could use additional changes to: