SetSkipLocalRankCopy
Function
Sets whether the compute result of the communication algorithm on the local rank is to be output to the address of the destination data buffer.
Prototype
1 | uint32_t SetSkipLocalRankCopy(uint8_t skipLocalRankCopy) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
skipLocalRankCopy |
Input |
Whether the computing result of the current device communication algorithm is to be output to the recvBuf (address of the destination data buffer). For the
For the |
Returns
- 0: Setting succeeded.
- Other values: Setting failed.
Restrictions
None
Example
For details about the calling example of this API, see Example.