-
Notifications
You must be signed in to change notification settings - Fork 85
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
CPU detection does not account for CPU affinity #252
Comments
Just use |
That doesn't help when you can't control what options are passed to |
News to me. libarchive data formats. lrzip no longer has a library interface. If you use I certainly would not take time for this. Patches always encouraged. |
It supports it via calling |
Then the issue will be with libarchive to allow for parameters. You do, however, point out a deficiency in the
lrzip/lrzip-next will force that on the program (subject to command line override). As I no longer contribute to lrzip, I will look at this possibility in my own fork. Good luck. |
@mgorny
|
Thanks, but I don't think we're going to patch lrzip locally in Gentoo. Given the state of the project, perhaps a better option would be to remove it from Gentoo entirely. |
Unfortunately threatening me will not magically give me more time to work on this project. If you wish to remove it from your distribution based on this use case that is entirely your prerogative. The project is sorely lacking in people who understand the code well enough to contribute only bug fixes to address outstanding issues, as most are interested in adding features instead. I will eventually get around to addressing known issues as I do at infrequent intervals but that is likely still months away. |
Noticed this while trying to work around #249. FWICS
nproc(1)
usessched_getaffinity()
to get the correct value for the number of CPUs available to the process.The text was updated successfully, but these errors were encountered: