reset_distributed_configuration#

cuquantum.bindings.cupauliprop.reset_distributed_configuration(
intptr_t handle,
int provider,
intptr_t comm_ptr,
size_t comm_size,
)[source]#

Prepares or resets the multi-process execution environment associated with a library context.

Parameters:
  • handle (intptr_t) – Library handle.

  • provider (DistributedProvider) – Communication service provider.

  • comm_ptr (intptr_t) – Pointer to the communicator in a type- erased form.

  • comm_size (size_t) – Size of the communicator in bytes.