Re: [hwloc-users] pianofish process management GUI

2017-12-22 Thread Guy Streeter
On Thu, Dec 21, 2017 at 10:43 AM Guy Streeter <guy.stree...@gmail.com> wrote: > I looked at the Fedora 25 install problem. pianofish needs python2-hwloc > >= 2.3.2, which I never built for 25 since that release is at EOL. > > On Wed, Dec 20, 2017 at 6:10 PM Guy Streeter &l

Re: [hwloc-users] pianofish process management GUI

2017-12-20 Thread Guy Streeter
d maybe pianofish too) in pypi? It would simplify > things for many people, from what I understand. > > Thanks > > > > Le 20/12/2017 à 20:16, Guy Streeter a écrit : > > I have written a GUI interface to process monitoring and management (using > hwloc among other tools).

Re: [hwloc-users] hwloc Python3 Bindings - Correctly Grab number cores available

2020-08-31 Thread Guy Streeter
My very basic understanding of cgroups is that it can be used to limit cpu processing time for a group, and to ensure fair distribution of processing time within the group, but I don't know of a way to use cgroups to limit the number of CPUs available to a cgroup. On Mon, Aug 31, 2020 at 8:56 AM

Re: [hwloc-users] hwloc Python3 Bindings - Correctly Grab number cores available

2020-08-31 Thread Guy Streeter
TS > bro...@umich.edu > (734)936-1985 > > > On Mon, Aug 31, 2020 at 12:37 PM Guy Streeter wrote: >> >> I forgot that the cpuset value is still available in cgroups v2. You >> would want the cpuset.cpus.effective value. >> More information is available he

Re: [hwloc-users] hwloc Python3 Bindings - Correctly Grab number cores available

2020-08-31 Thread Guy Streeter
mich.edu > (734)936-1985 > > > On Mon, Aug 31, 2020 at 11:34 AM Guy Streeter wrote: >> >> My very basic understanding of cgroups is that it can be used to limit >> cpu processing time for a group, and to ensure fair distribution of >> processing time within the

Re: [hwloc-users] hwloc Python3 Bindings - Correctly Grab number cores available

2020-08-31 Thread Guy Streeter
I forgot that the cpuset value is still available in cgroups v2. You would want the cpuset.cpus.effective value. More information is available here: https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html On Mon, Aug 31, 2020 at 11:19 AM Guy Streeter wrote: > > As I said, c