HCCL_WHITELIST_FILE
Description
Configures the path of the HCCL communication trustlist configuration file after the communication trustlist verification function is enabled using HCCL_WHITELIST_DISABLE. Only IP addresses in the communication trustlist can be used for collective communication.
The format of the HCCL communication trustlist configuration file is as follows:
{ "host_ip": ["ip1", "ip2"], "device_ip": ["ip1", "ip2"] }
Where:
- device_ip is reserved and not supported currently.
- The IP address is in dotted decimal notation.
The trustlist IP address must be a valid one used for cluster communication.
Example
export HCCL_WHITELIST_FILE=/home/test/whitelist
Restrictions
None