Daniel Milroy
Daniel Milroy
@dongahn: I think my proposal is similar to our discussion at the end of December. Do you see any immediate pitfalls?
>> The two required arguments will be jgf_file and the bool remove. The optional argument will be jobid. > What is the semantics of the second and the third optional...
As a follow up to my conversation with @dongahn this afternoon, I'd like to record the pros and cons of the "shadow" vs "remove" detach approaches. For the sake of...
Another important consideration is how to designate where in the the child scheduler's resource graph to begin clearing and detaching vertices. There will need to be some additional metadata associated...
My first pass effort at this issue uses boost [`copy_graph`](https://www.boost.org/doc/libs/1_71_0/libs/graph/doc/copy_graph.html). While the time complexity is indicated as O(|V| + |E|), the documentation doesn't specify *which graph* (parent, subgraph to be...
That's correct, but raises a question: are there cases where the original graph and subgraph will need to have multiple connecting edges? Are you thinking of the case where multiple...
We need to refactor `accum_to_parent` and potentially `accum_if` to handle errors.
@grondo: I've made progress on this issue and think I'm close to posting a PR. I have a few questions before I can put it all together. 1. Does a...
This issue needs to be addressed in the same PR as issue #564. A `dom_finish_vtx` must be written where the vtx is matched and is allocated to an elastic job,...
@dongahn do you have any comments or suggestions along these lines?