From 6c99b7aad12d20c0853791c29aae37b5a3d9510a Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 17 Jul 2017 08:54:47 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 831f1e29..eebb67dd 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Just type `ninja` if you are in `$QP_ROOT`. The compilation will take approximat # Note on EZFIO.cfg -##Format specification : +## Format specification: ``` Required: @@ -105,7 +105,7 @@ Optional: (by default is ) ``` -##Example of EZFIO.cfg: +## Example of EZFIO.cfg: ``` [thresh_SCF] @@ -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.