Tom Scogland

Results 225 comments of Tom Scogland

Hmm, not directly. Did they have a use-case for that specific thing? There is something similar, that I thought was the same and actually had to rewrite this when I...

Ok that's interesting. It seems like that would still be kinda hard to express with the "or" syntax, since you'd have to enumerate all the permutations. If we had the...

Thanks @grondo, on my list for today to look into this. I _think_ it should be solved by the change I pushed in the other day to deal with flux-framework/flux-sched#1208,...

Thanks for filing this @grondo! To add a bit of context, here's a slice of the perf output from the updated version of sched: Overall it looks like hostlist ends...

After some digging into this, I think it worked before because the script wasn't actually run as a true "__main__" module. Otherwise this should have been a failure from the...