legate.core.operation.ManualTask.set_concurrent#

ManualTask.set_concurrent(concurrent: bool) None#

Sets whether the task needs a concurrent task launch. Any task with at least one communicator will implicitly use concurrent task launch, so this method is to be used when the task needs a concurrent task launch for a reason unknown to Legate.

Parameters:

concurrent (bool) – A new boolean value indicating whether the task needs a concurrent task launch