You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the workflow waits for each experiment to finish before submitting another. Would be nice to be able to submit one after another without waiting.
The text was updated successfully, but these errors were encountered:
But then you cannot do any other task after it that depends on it. Currently there's a 'cleanup workdir' task after WRF. If you don't wait, this will start right after the job submission. But perhaps we can make it a two-step workflow, that first runs up to WRF job submission, and you need to invoke a separate rule to do cleanup.
At the moment the workflow waits for each experiment to finish before submitting another. Would be nice to be able to submit one after another without waiting.
The text was updated successfully, but these errors were encountered: