# HRM **Repository Path**: HeterogeneousSystem/HRM ## Basic Information - **Project Name**: HRM - **Description**: HRM — 分布式异构系统资源管理及数据流性能分析工具 - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-09-13 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 分布式异构系统资源管理及数据流性能分析工具HRM ## 系统简介 本系统是一个面向异构体系结构的集群资源管理系统,能够有效管理CPU-GPU异构集群资源。 ## 环境配置 为了运行HRM,需要编译依赖: - libprocess - cuda-10.0.130、cudnn-7.6.1 - gcc-7.5 IDE环境 - eclipse ide-2018.12 单个模块编译: ```shell cd ./Debug make all ``` ## 集群配置 ```shell export HRM_HOME= your path ./copy.sh ``` 在集群每台机器上配置以下文件 - $HRM_HOME/etc/hrm/hrm.conf - $HRM_HOME/etc/hrm/master - $HRM_HOME/etc/hrm/slaves ## 启动集群 在master机器上执行 ```shell cd $HRM_HOME ./start-HRM-custer.sh ``` 集群可视化监控,可以在浏览器访问 http://yourmasterip:10222/master