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

#### 操作步骤

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

```
module add gnu8/8.3.0
yum install -y superlu-gnu8-ohpc.aarch64
module add superlu/5.2.1
```
