NVIDIA / Bobber

Containerized testing of system components that impact AI workload performance
MIT License
14 stars 5 forks source link

Remove nccl-max default from parser #64

Closed roclark closed 3 years ago

roclark commented 3 years ago

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