Mark Grondona

Results 333 comments of Mark Grondona

Actually after reading the other issue @chu11, maybe you have a point...

We could make a `flux queue list` using similar interfaces built on `flux.util.OutputFormat` like `flux jobs` and `flux resource list`. This would present a consistent and familiar API for users....

Ah, thanks for catching that. This project has been slightly neglected. We could probably revert e1cdf39d1fd9d97f99c79b923a83870df9d154b1, and update ChangeLog via git commit log -- or we could add `--foreign` to...

Great bug report thanks. I haven't looked at this code in quite awhile, so I do not know when I'd personally get to this, but feel free to propose a...

`..` in the labels file corresponds directly to `mcX/csrowY/ch[0,1]*` in `/sys/devices/system/edac/mc` What does something like ``` ls /sys/devices/system/edac/mc/*/csrow* ``` Show on this system?

Typically, DIMM labels are verified by moving a bad DIMM between slots on the MB. If supported, you can sometimes move a single DIMM between slots and see which csrow/channel...

Looks like the driver registered two channels for each csrow. You may want to populate those labels and move around a bad dimm to see which labels correspond to each...

You need to install libsysfs development package for your distro (I think libsysfs-dev on debian-like systems, maybe libsysfs-devel on RPM based distros?)

I had to look back at the implementation, but the purpose of `FLUX_TERMINUS_SESSION` is to prevent "nesting" pty sesssions, since the "commands" sent to the server can't be relayed to...