Open jthorton opened 4 years ago
I'd suggest that the default mode may be for synchronous submission (wait for results), since the majority of use cases will be to parameterize one or a few molecules locally. Other uses (e.g. submit and terminate) should require additional options since they will be less common use cases.
ISSUE When submitting small datasets like those that might be used in bespoke fittings of single molecules we want the submission to have a blocking mode which only returns when the calculation is complete. Currently, all datasets have a
await_results
flag in thesubmit
function but this is not implemented.