# dcn_sim **Repository Path**: zsz2019_shizhenzhao/dcn_sim ## Basic Information - **Project Name**: dcn_sim - **Description**: 仿真DCN RDMA - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-10 - **Last Updated**: 2023-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Extended 1. 这个simulator在HPCC的基础上实现了IRN transport logic以及我们的custom routing。 2. [k-shortest-path](simulation/ksp)算法。 ## 运行 1. 建立相应的文件夹(配置文件存放、输出文件存放等等),命令如下: `./gen_dir.sh` 2. 生成所需要的运行文件(流文件、拓扑文件、配置文件),命令如下: `./gen-conf-files.sh` 3. 等待所有文件生成之后(就可以运行),命令如下: `./waf --run "scratch/fat-tree ../mix/experiment/config/fat-tree/dcqcn/16pod/non-uniform/pfc/1G/70/config.txt"`