Consider a scenario where you are using NCCL (NVIDIA Collective Communications Library) for multi-GPU training across multiple servers connected via NVLink switches. Which NCCL environment variable would you use to specify the network interface to be used for communication?
正解:A
is the correct environment variable to specify the network interface used by NCCL. Is for Infiniband, and the other options are not directly related to specifying the network interface.