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

#### 操作步骤

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

```
module add gnu8/8.3.0
yum install -y superlu_dist-gnu8-openmpi3-ohpc.aarch64
module add superlu_dist/6.1.1
module add openmpi3/3.1.4
```
