Jim Garlick

Results 411 comments of Jim Garlick

Apologies - as that paper from 2014 indicates, we did design Flux with dynamic workloads in mind, but we've not yet implemented everything needed to make it work. Our focus...

In case it proves useful in recreating this, the current resource state and properties (queue) config is ``` $ flux resource list STATE PROPERTIES NNODES NCORES NGPUS NODELIST free windom...

I don't _think_ that could be it. The accounting scripts communicate with the `job-archive` database and the `mf_priority.so` plugin in the job manager. But we're seeing fluxion spending lots of...

Ah that seems to have done the trick - thanks @trws!

Although I think technically this is user error on my part, I think it wouldn't hurt to add those env vars to the suggested runes in the docs. It's just...

Maybe with a ``` # comment this out if you know what you are doing ``` annotation?

Right now, I'm picturing a C program similar to `flux dump` rather than a script. It would operate directly on the content store, like `flux dump`. We could call it...