carstenbauer / ThreadPinning.jl

Readily pin Julia threads to CPU-threads
https://carstenbauer.github.io/ThreadPinning.jl/
MIT License
106 stars 7 forks source link

Fix #58: LANG issue #59

Closed carstenbauer closed 1 year ago

carstenbauer commented 1 year ago

With this PR, TP.jl should work for all LANG values at the expense of only supporting the online/offline CPUs feature for LANG=en systems. Seems like a reasonable tradeoff, at least for now.

Closes #58

carstenbauer commented 1 year ago

Merge after CI