Mark Grondona
Mark Grondona
Thanks @trws, this is exactly the help I was looking for! I think with your suggestions it will be easy to switch to spack, even with the caveats, and we'll...
Pushing this a bit further, it does seem like our flux spack spec probably needs an update in the repo. Also, to work for all dependencies we use in travis,...
I'd actually vote for keeping the existing format (a lot less churn in existing tools) and adding queue-specific stats when there are named queues using the form @garlick suggests. It...
Yeah, that is what I was thinking. The common case by far is that there will be no named queues, so keep the common case simple and not the other...
> (you may need to adjust the number of tasks to get both running & pending jobs on your machine) `flux jobs --from-stdin` can take a list of entries on...
Should the heading be just `ST` or maybe itself an emoji?
I'd argue for a `flux config load` since it obviates the need for `--stdin` option, and if you are sending configuration over stdin you aren't really "reloading". Also, it might...
> oh the LGTM lemur is really cute, and I like the site too
As a start: ```console $ flux mini run env | grep FLUX FLUX_PMI_LIBRARY_PATH=/usr/lib64/flux/libpmi.so FLUX_EXEC_PATH=/usr/libexec/flux/cmd FLUX_CONNECTOR_PATH=/usr/lib64/flux/connectors FLUX_MODULE_PATH=/usr/lib64/flux/modules FLUX_JOB_TMPDIR=/var/tmp/grondo/jobtmp-0-ƒAra6jq1zXq FLUX_TERMINUS_SESSION=0 FLUX_TASK_LOCAL_ID=0 FLUX_TASK_RANK=0 FLUX_JOB_SIZE=1 FLUX_JOB_NNODES=1 FLUX_JOB_ID=ƒAra6jq1zXq FLUX_URI=local:///run/flux/local FLUX_KVS_NAMESPACE=job-73197101592348672 ``` The `FLUX_*_PATH` environment variables...
Good points @chu11. I looked at this as part of #4670, but there are very few available fields for `flux resource list|drain` so it seemed like a fair bit of...