Add another Rome model (#553)

* Add another Rome model

* Add option to force enable intranet on single node

* Limit p2p channels to number of ranks

* Refine p2p channels handling

[ROCm/rccl commit: ef499c4810]
This commit is contained in:
Wenkai Du
2022-05-31 11:31:30 -07:00
committed by GitHub
parent a03ab8e752
commit 5becf1669f
7 changed files with 160 additions and 5 deletions
@@ -147,6 +147,8 @@ NodeModelDesc model_descs[] = {
{4, "topo_8p1h_3.xml", "4 nodes 8P1H Alt."},
{1, "topo_8p1h_4.xml", "Single node 8P1H Alt."},
{2, "topo_8p1h_4.xml", "2 nodes 8P1H Alt."},
{1, "topo_8p1h_5.xml", "Single node 8P1H Alt."},
{2, "topo_8p1h_5.xml", "2 nodes 8P1H Alt."},
};
int main(int argc,char* argv[])