# gem5-multithread **Repository Path**: yuchen_z/gem5-multithread ## Basic Information - **Project Name**: gem5-multithread - **Description**: No description available - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-18 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### MultiThread Gem5 #### Multi-Queue ##使用说明## 编译命令:scons build/X86/gem5.opt -j24 配置脚本为se文件 运行方式: 1. 运行多个普通程序,修改se文件中的numCpus 命令: ./se -mp 程序1 程序2 ... 程序n 如: ./se -mp example/simple example/simple 2. 运行多个spec程序,修改se文件中的numCpus 命令:./se -p spec1 spec2 ... specn 如 ./se -p 401 401 ################################################### Still in progress