James Corbett

Results 32 issues of James Corbett
trafficstars

@dongahn and I found that when a jobspec has an integer field with a value too large, it causes an error: ``` 2021-12-13T22:10:44.607004Z sched-fluxion-qmanager.err[0]: jobmanager_alloc_cb: ENOSYS: yaml-cpp: error at line...

It would be nice to be able to redirect the stdio streams of each `flux tree` leaf instance to different files. I was thinking maybe providing some kind of format...

enhancement
help wanted

Yesterday afternoon between 17:55 and 17:56 Brian Behlendorf submitted a bunch of jobs on elcap and they all failed with `flux-run: ERROR: No service matching job-ingest.submit is registered`. It looks...

@wihobbs was following the Python documentation, where functions are listed by their full path. For instance, the function which most Flux developers know as `flux.job.wait` is listed as [flux.job.wait.wait](https://flux-framework.readthedocs.io/projects/flux-core/en/latest/python/autogenerated/flux.job.wait.html#flux.job.wait.wait), because...

PR #1110 added a service for marking vertices as up or down. The service only accepts a single vertex. It would be more flexible if it could accept a dictionary,...

``` [corbett8@hetchy12:Flux]$ for (( i=0; i

performance

The following jobspec ```json { "resources": [ { "type": "slot", "count": 1, "label": "rabbit", "with": [ { "type": "node", "count": 1, "exclusive": true, "with": [ { "type": "slot", "count": 1,...

Problem: a flux-coral2 jobtap plugin would like to modify a job's jobspec asynchronously while the job is in DEPEND, but the `flux_jobtap_jobspec_update_pack` function only operates on the current job. It...

If the prolog action described in https://github.com/flux-framework/flux-coral2/issues/166 goes into production, it will make changes the compute nodes which must be undone by a matching epilog action. However, if the job...

WIP as I try to get slots to work for matching rabbit resources.