Ray Huang
Ray Huang
Thanks for your response, but I want to set MaxWall for a specific group of users instead of whole partition. How about switching to another delimiter in config? Because user_settings.conf...
Could you provide me the code that checks userid in Apptainer so that I may debug more easily? I found that it checks one time when running `apptainer` and `apptainer...
I am working on this issue and have one question. The [additional context](https://github.com/sustainable-computing-io/kepler-helm-chart/commit/566acb5e68dac98affb79151044e3b9d3848c7fd) set no limits for egress traffic but I don't know why it is needed. I think Kepler...
I am curious about this issue because I am a Apptainer user and also a maintainer of a Slurm cluster in my department. I currently use apptainer 1.4.1 built with...
If I want to take this issue, should I write a proposal like [this](https://github.com/sustainable-computing-io/kepler/pull/2245/files)?
@sthaha When writing the proposal, I am confused about success metrics which follows [here](https://github.com/sustainable-computing-io/kepler/pull/2263/files#diff-93a1c5139682e88e3b21e45f121c0dfd2fabf9ff6a68628e1f46f28be91b4e2a). - In functional metrics, it says `Platform power metrics available on 95%+ of nodes with BMCs`,...
When considering the implementation of this feature, I am wondering why the Redfish PR uses new `internal/platform` directory instead of `internal/device`. I think it's because that the Redfish client is...
I just read the [metric part of Redfish proposal](https://github.com/sustainable-computing-io/kepler/blob/main/docs/developer/proposal/EP_001-redfish-support.md#metrics) which mentions only watt metric is provided makes me curious about the design. Regarding the RAPL sysfs, it natively provides only...
Thanks for your detailed response for clarifying~ ACPI has exposed `power[1-*]_average` over `power[1-*]_average_interval`, so I think it is fine to use `power_average` multiplies `power_average_interval` for getting `joules_total` for platform-level energy...
I am not sure whether talos linux supports RAPL. Maybe you can type `sudo dmesg | grep rapl` to check whether the related module is loaded? In my Debian host,...