distributed_reset_configuration#

cuquantum.bindings.cutensornet.distributed_reset_configuration(
intptr_t handle,
intptr_t comm_ptr,
size_t comm_size,
)[source]#

Resets the distributed MPI parallelization configuration.

Parameters:
  • handle (intptr_t) – cuTensorNet library handle.

  • comm_ptr (intptr_t) – A pointer to the provided MPI communicator created by MPI_Comm_dup.

  • comm_size (size_t) – The size of the provided MPI communicator: sizeof(MPI_Comm).