# Proteus **Repository Path**: wu_baihui/proteus ## Basic Information - **Project Name**: Proteus - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-03 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # run 1. Proteus/CMakeLists.txt - 修改3处(143,144,161) 225010300 -> 为自己的账号 2. Proteus/test.sbatch - 修改3处(19) 225010300 -> 为自己的账号 3. compile ```shell cmake -S . -B build -DCMAKE_BUILD_TYPE=Release \ -DPROTEUS_DEPS=/home/225010300/proteus-deps cmake --build build -j ``` 4. run ```shell cd Proteus/ sbatch test.sbatch ```