From 1a2df2aeb50dabb3dde7af7edd8a27f08dccd520 Mon Sep 17 00:00:00 2001 From: QuanSheng Wu Date: Sat, 1 Sep 2018 04:49:48 +0200 Subject: [PATCH] comment mkl_dss.h in module.f90 --- soc/Makefile | 10 +++------- soc/module.f90 | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/soc/Makefile b/soc/Makefile index b15bdc57..cee04fe6 100644 --- a/soc/Makefile +++ b/soc/Makefile @@ -9,17 +9,13 @@ obj = module.o aux.o symmetry.o readHmnR.o inverse.o proteus.o \ effective_mass.o findnodes.o sigma_AHC.o \ main.o - # compiler -f90 = mpif90 -fpp -DMPI # -check all -pg -traceback +f90 = gfortran -cpp -#FLAGS = -O3 -nogen-interface -warn all -flag = -O2 -nogen-interface #-warn all +flag = -O3 # blas and lapack libraries -libs = -L/opt/intel/mkl/lib/ \ - -lmkl_intel_lp64 -lmkl_sequential \ - -lmkl_core -liomp5 +libs = -L/usr/lib/ -llapack -lblas main : $(obj) $(f90) $(obj) -o wt.x $(libs) diff --git a/soc/module.f90 b/soc/module.f90 index 01332485..d67698ac 100644 --- a/soc/module.f90 +++ b/soc/module.f90 @@ -1,4 +1,4 @@ -include 'mkl_dss.f90' +!include 'mkl_dss.f90' module prec !>> A module controls the precision. !> when the nnzmax is larger than 2,147,483,647 then li=8,