cuquantum.cutensornet.distributed_get_proc_rank¶
- cuquantum.cutensornet.distributed_get_proc_rank(intptr_t handle) int32_t [source]¶
Queries the rank of the current MPI process in the current distributed MPI configuration.
- Parameters
handle (intptr_t) – cuTensorNet library handle.
- Returns
Rank of the current MPI process in the current distributed MPI configuration.
- Return type
int32_t
See also