# ai-cluster-simulation **Repository Path**: veyronc/ai-cluster-simulation ## Basic Information - **Project Name**: ai-cluster-simulation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-04-16 - **Last Updated**: 2022-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Get Started 首次clone需要先按原流程编译inet(为了获得opp_define.h),其后则无需每次都编译inet。 1. 编译项目 ``` cd .. sh build_proj.sh ``` 2. 运行仿真 ```bash # 光网络仿真 sh run_simulation.sh # 电网络仿真 sh run_roce_simulation.sh # ib网络仿真 sh run_ib_simulation.sh ``` # 代码仓库约定 打开代码库时先`git pull`看看是否有改动,要修改代码推送前也先`git pull`。 时刻关注`git status` 和 `git diff`。 **不要使用分支**,改动过大,或者改动别人代码库的话,如果出现push冲突到群里和大家讨论一下。 **只上传代码文件,编译或运行生成的文件别上传。** 尽量别用`git add *`, git add 后面空格隔开可以加多个文件。 inet 中不加太多东西,实在要加在 inet/src/inet/custom 中加自己定义的类或消息。 # 版本约定 - omnetpp version == 5.6.2 - INET version == 4.2.2 - INET download link: https://github.com/inet-framework/inet/releases/download/v4.2.2/inet-4.2.2-src.tgz