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

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令，在管理节点上安装部署NETCDF库。

```
yum install -y netcdf-gnu8-openmpi3-ohpc
module add netcdf/4.6.3
```
