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
Using Session#control(String, int), the DRMAA executor should kill jobs if the cancellation future passed to SimpleModuleExecutor#submit(RuntimeStateProvider, Future) is completed.
Note that the API documentation states that appropriate synchronization is required.
The text was updated successfully, but these errors were encountered:
Using
Session#control(String, int)
, the DRMAA executor should kill jobs if the cancellation future passed toSimpleModuleExecutor#submit(RuntimeStateProvider, Future)
is completed.Note that the API documentation states that appropriate synchronization is required.
The text was updated successfully, but these errors were encountered: