Skip to content

Commit 1a2df2a

Browse files
committed
comment mkl_dss.h in module.f90
1 parent a79fcf3 commit 1a2df2a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

soc/Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ obj = module.o aux.o symmetry.o readHmnR.o inverse.o proteus.o \
99
effective_mass.o findnodes.o sigma_AHC.o \
1010
main.o
1111

12-
1312
# compiler
14-
f90 = mpif90 -fpp -DMPI # -check all -pg -traceback
13+
f90 = gfortran -cpp
1514

16-
#FLAGS = -O3 -nogen-interface -warn all
17-
flag = -O2 -nogen-interface #-warn all
15+
flag = -O3
1816

1917
# blas and lapack libraries
20-
libs = -L/opt/intel/mkl/lib/ \
21-
-lmkl_intel_lp64 -lmkl_sequential \
22-
-lmkl_core -liomp5
18+
libs = -L/usr/lib/ -llapack -lblas
2319

2420
main : $(obj)
2521
$(f90) $(obj) -o wt.x $(libs)

soc/module.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include 'mkl_dss.f90'
1+
!include 'mkl_dss.f90'
22
module prec
33
!>> A module controls the precision.
44
!> when the nnzmax is larger than 2,147,483,647 then li=8,

0 commit comments

Comments
 (0)