Rail optimized trees (#1540)
* Allow disabling rail-optimized trees via RCCL_DISABLE_RAIL_TREES, Graphviz-friendly output via RCCL_OUTPUT_TREES
This commit is contained in:
@@ -152,7 +152,7 @@ int main(int argc,char* argv[])
|
||||
printf("Usage: ./topo_expl -m model_id [-n numNodes=1]\n");
|
||||
printf("List of model_id:\n");
|
||||
for (int i = 0; i < num_models; i++)
|
||||
printf(" %2d: %s\n", i, model_descs[i].description);
|
||||
printf(" %2d: %24s [%s]\n", i, model_descs[i].description, model_descs[i].filename);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user