---
title: 故障排除
description: "现象描述："
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengminidft_02_0011.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengminidft_02_0011.html
indexId: f95f380b2f1d514d9372053ca5fecedb8f622e0ae18e20dab82b74710c29fa2669
---
# 故障排除

#### 问题一：编译MiniDFT时报错

现象描述：

编译MiniDFT时报错，报错信息为：“pwscf.f90:(.text+0x20): undefined reference to `dfftw_init_threads”。

可能原因：

FFTW没有threads模块。

处理步骤：

重新编译FFTW，编译时添加“--enable-threads”参数，详细操作请参考4。


#### 问题二：运行MiniDFT时报错

现象描述：

运行large.in时报错，报错信息为：“mpirun noticed that process rank 84 with PID 0 on node XA320V2-48 exited on signal 11 (Segmentation fault)”。

可能原因：

软件对容量要求太高，导致内存资源不够。

处理步骤：

更换比较小的small.in测试算例或者增加内存容量。
