Skip to content
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

๐Ÿ› ๏ธ use taskset to add local cpu designations if needed #59

Closed
wants to merge 2 commits into from

Conversation

ddomenico
Copy link
Contributor

Add --cpus option for a local commit to add designated cpus to be used with taskset like:

taskset -c <cpus> <command>

  • ๐Ÿš€ ย  New feature

@juanesarango
Copy link
Contributor

As per your suggestion @ddomenico , we can achieve then the same by doing:

taskset -c <cpus> isabl apps-grch37 <app-command>

So I will close it for now.

This is very clever! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants