Skip to content

Commit

Permalink
comment mkl_dss.h in module.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
quanshengwu committed Sep 1, 2018
1 parent a79fcf3 commit 1a2df2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions soc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion soc/module.f90
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 1a2df2a

Please sign in to comment.