HCCL_ENTRY_LOG_ENABLE

Description

Controls whether to print the runtime logs of the communication operator in real time.

  • 1: Print the runtime logs of the communication operator in real time. Specifically, a runtime log is printed each time the communication operator is called.
  • 0: Do not print the runtime logs of the communication operator.

The default value is 0.

The default path for storing HCCL run logs is $HOME/ascend/log/run/plog/plog-pid_*.log. For details about logs, see Log Reference.

Example

export HCCL_ENTRY_LOG_ENABLE=1

Restrictions

This environment variable is used only in the single collective communication operator calling scenario.

Applicability

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products (For Atlas A2 training products/Atlas A2 inference products, only the Atlas 800T A2 training server, Atlas 900 A2 PoD cluster basic unit, and Atlas 200T A2 Box16 heterogeneous subrack are supported.)

Atlas training products

Atlas inference products (For the Atlas inference products, only the Atlas 300I Duo inference card is supported.)