10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-08-25 05:51:46 +02:00

Update README.md

This commit is contained in:
Thomas Applencourt 2017-07-17 08:54:47 -05:00 committed by GitHub
parent 68da8654fc
commit 6c99b7aad1

View File

@ -150,7 +150,7 @@ Program exited with code 139.
It's caused when we call the DGEMM routine of LAPACK.
##### Fix
#### Fix
Set `ulimit -s unlimited`, before runing `qp_run`. It seems to fix the problem.