Mark Grondona
Mark Grondona
That might be nice. Maybe `flux exec` (or an alternative command) could take a `--jobid` option and automatically determine the subprocess server endpoint and launch processes on all shell ranks...
> the hope is to bulk launch the daemons You could use `pdsh` which is similar to `flux exec`, but understood. The subprocess server in the job shell has been...
One thing I've had in the back of my mind is that `flux mini bulksubmit` is generally inspired by GNU parallel, which has some great tutorials online. So there is...
I'm getting a strong Clamps vibe: _What you want I should use Flux? The thing I use every day? The thing that I'm named after? You're a freakin' genius!_
Before we pull any examples from flux-workflow-examples, let's make sure they are up to date and/or correct. Many of those examples were unfortunately out of date already a few years...
> How do I charge a bank that is not my default bank? (`--setattr=system.bank=charge_me`) `system.` is the default for `--setattr`. so more simply this is just `--setattr=bank=charge_me`.
A lot of these seem to be outdated. We should make a pass through this list before starting any work
Another thing to consider here is backwards compatibility (perhaps a good reason to keep the `sched.resource-status` RPC for a bit). E.g. if a newer instance of Flux is running under...
I'm looking into the ASan errors, which are reproducible but only in the CI environment. In this case, libasan is getting a SEGV while running `make`. Here's more info: ```...
Uhoh, that sounds like an unfortunate bug :-(