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
The method [2] must run after [1] since if depends on a file of the files folder, therefore there must be an implicit (non-user defined) dependency of [2] on [1].
For instance, the source method for "files/data.csv" must have a "structural" dependency on "files", i.e. affect the execution order.
This should also apply to vector operation. Being enabled, this allows implicit reduce/scatter operations, e.g.
Example:
The method [2] must run after [1] since if depends on a file of the files folder, therefore there must be an implicit (non-user defined) dependency of [2] on [1].
For instance, the source method for "files/data.csv" must have a "structural" dependency on "files", i.e. affect the execution order.
This should also apply to vector operation. Being enabled, this allows implicit reduce/scatter operations, e.g.
instead of current syntax:
The text was updated successfully, but these errors were encountered: