---
title: GNU编译器安装
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/instg-osc/openhpc_013.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/instg-osc/openhpc_013.html
indexId: 7f33fa9406cf19245b2c2bfdc2964fb8cda73041eef7bfb1187771db39e8d59559
---
# GNU编译器安装

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令，在管理节点上安装部署OpenHPC套件自带的GNU编译器。

```
yum install -y gnu8-compilers-ohpc
module add gnu8/8.3.0
```
