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

#### 操作步骤

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

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