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
In #297, the ProcessController interface is set only for the synchronous process controller, but not fit for the async process controller.
The reason is that in aiida-core only the sync one RemoteProcessThreadController is used. In aiida-core this part is not exposed to the public as user space API by hiding behind the CLI. Then why not use the async process controller?
The text was updated successfully, but these errors were encountered:
In #297, the
ProcessController
interface is set only for the synchronous process controller, but not fit for the async process controller.The reason is that in aiida-core only the sync one
RemoteProcessThreadController
is used. In aiida-core this part is not exposed to the public as user space API by hiding behind the CLI. Then why not use the async process controller?The text was updated successfully, but these errors were encountered: