From b8577daf5129ae32a78d6bd408e50d0ce3d6a7c7 Mon Sep 17 00:00:00 2001 From: yuanchunlin Date: Thu, 26 May 2022 09:50:54 +0000 Subject: [PATCH] =?UTF-8?q?update=20templates/vasp/5.4.4/makefile.include.?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/vasp/5.4.4/makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vasp/5.4.4/makefile.include b/templates/vasp/5.4.4/makefile.include index 16ea22fa..b3367173 100644 --- a/templates/vasp/5.4.4/makefile.include +++ b/templates/vasp/5.4.4/makefile.include @@ -13,7 +13,7 @@ FC = mpif90 FCL = mpif90 FREE = -ffree-form -ffree-line-length-none FFLAGS = -w -OFLAG = -O1 -ffp-contract=fast -ffpe-trap=invalid,zero,overflow +OFLAG = -O1 -ffp-contract=fast -ffpe-trap=invalid,zero,overflow,underflow OFLAG_IN = $(OFLAG) DEBUG = -O0 LLIBS = -L${JARVIS_ROOT}/software/libs/bisheng2/hmpi1/scalapack-clang/2.1.0/lib -lscalapack -L${JARVIS_ROOT}/software/libs/bisheng2/openblas/0.3.18/lib -lopenblas -- Gitee