RANK_ID
Description
Sets the rank ID of the current process in the collective communication process group in the TensorFlow distributed training or inference scenario.
Example
export RANK_ID=0
Restrictions
The value of this environment variable must be the same as the value of rank_id in the ranktable file. For details about the ranktable file, see Configuring Resource Information Through the Ranktable File.
Applicability
Parent topic: TF Adapter