I recently tried to run a simulation using a tree topology and realized that the genAllReduceFlowModels function is returning the output of genAllReduceRingFlowModels for both the tree and ring topologies. (as seen in this switch case)
Additionally, the tutorial documentation mentions a variable called AS_NVLSTREE_ENABLE to enable NVLSTree, but I couldn't find any trace of this variable in the codebase.
Could you clarify if SimAI currently supports the tree model? If it does, how should it be properly configured?
Thank you!
I recently tried to run a simulation using a tree topology and realized that the
genAllReduceFlowModelsfunction is returning the output ofgenAllReduceRingFlowModelsfor both the tree and ring topologies. (as seen in this switch case)Additionally, the tutorial documentation mentions a variable called
AS_NVLSTREE_ENABLEto enable NVLSTree, but I couldn't find any trace of this variable in the codebase.Could you clarify if SimAI currently supports the tree model? If it does, how should it be properly configured?
Thank you!