The default value for the --nccl-max flag overrode any changes made to the variable via the --system flag, causing the value to always be 1 unless explicitly passed to the application. Removing the default allows the values from the --system flag to be used unless otherwise specified.
The default value for the
--nccl-max
flag overrode any changes made to the variable via the--system
flag, causing the value to always be 1 unless explicitly passed to the application. Removing the default allows the values from the--system
flag to be used unless otherwise specified.Fixes #63
Signed-Off-By: Robert Clark roclark@nvidia.com