mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Update README.md
This commit is contained in:
parent
023ff8cefb
commit
acb8c1a225
17
README.md
17
README.md
@ -148,3 +148,20 @@ You have two or more ezfio configuration files for the same variable. Check file
|
|||||||
|
|
||||||
- rm $QP_ROOT/install/EZFIO/config/*
|
- rm $QP_ROOT/install/EZFIO/config/*
|
||||||
- ninja
|
- ninja
|
||||||
|
|
||||||
|
|
||||||
|
### Error: Seg Fault (139)
|
||||||
|
|
||||||
|
```
|
||||||
|
Segmentation fault (core dumped)
|
||||||
|
Program exited with code 139.
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Why ?
|
||||||
|
|
||||||
|
It's caused when we call the DGEM routine of LAPACK.
|
||||||
|
|
||||||
|
##### Fix
|
||||||
|
|
||||||
|
Set `ulimit -s unlimited`, before runing `qp_run`. It seem to fix the problem.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user