cooperative-computing-lab / cctools

The Cooperative Computing Tools (cctools) enable large scale distributed computations to harness hundreds to thousands of machines from clusters, clouds, and grids.
http://ccl.cse.nd.edu
Other
134 stars 120 forks source link

vine: add --single-shot option to vine_factory #3956

Closed JinZhou5042 closed 1 month ago

JinZhou5042 commented 1 month ago

Proposed Changes

This PR enables users to add --single-shot option to vine_factory like

vine_factory -T condor -C factory.json --scratch-dir /scratch365/jzhou24/vine_scratch --debug-workers --single-shot

The previous way was:

vine_factory -T condor -C factory.json --scratch-dir /scratch365/jzhou24/vine_scratch --debug-workers -E --single-shot

Merge Checklist

The following items must be completed before PRs can be merge. Check these off to verify you have completed all steps.

dthain commented 1 month ago

If this is RTM, please check the boxes...