Jim Garlick

Results 344 comments of Jim Garlick
trafficstars

Mentioning @vsoch so she can make sure this issue gets closed by her work when complete. Or if it's out of date, feel free to close it now.

The above `persist-*` attributes are no more. Now one just sets `statedir` to both set the location of persistent state, and to imply that persistent state is required. We still...

Given that there may not be any named queues, it's sort of awkward to return an object with queue names as the keys, since it forces you to hardwire and...

Re-pushed with minor changes to error messages and enhanced testing. Also rebased on current master.

Rebased on current master and fixed a small bug. Please hold off reviewing for just a bit - @grondo had a great idea about topology plugins with a URI style...

Just pushed with some refactoring to support a URI for topology creation that can fit with a (future) plugin scheme for topology generation. In this PR there are two "builtin...

Repushed wtih `tbon.fanout` replaced wtih `tbon.topo`, and now it can be configured via TOML as well. To facilitate transition, I left code in place to make `tbon.fanout=K` an alias for...

> if a parent is not listed for a node, is the parent assumed to be rank 0? Yes - I hope it's clear in flux-config-bootstrap(5): > In a `custom`...

> high level comment, I think having the default configuration be "custom" even if the user doesn't specify "parent" might sound a tad confusing? Like if I don't specify a...

Fixed the issues raised so far and forced a push (thanks @chu11!)