HcclCommConfigInit
Description
Initializes the configuration options of the communicator and set the configurable parameters to the default values (200 for hcclBufferSize and 0 for hcclDeterministic).
Prototype
inline void HcclCommConfigInit(HcclCommConfig *config)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
config |
Output |
Configuration option of the communicator to be initialized. For details about the definition of the HcclCommConfig type, see HcclCommConfig. |
Returns
None
Constraints
None
Applicability
Example
1 2 | HcclCommConfig config; HcclCommConfigInit(&config); |
Parent topic: Communicator Management