HCCL_WHITELIST_DISABLE
Description
Enables or disables the HCCL communication trustlist.
- 0: enabled. Only IP addresses in the HCCL communication trustlist can be used for collective communication.
- 1: disabled.
Defaults to 1. If trustlist verification is enabled, specify the path of the trustlist configuration file through HCCL_WHITELIST_FILE.
Example
export HCCL_WHITELIST_DISABLE=1
Restrictions
None
Applicability
Parent topic: Security