小舟Ferry分享 http://blog.sciencenet.cn/u/DonarF1

博文

TBPW

已有 2619 次阅读 2015-8-28 17:31 |个人分类:linux|系统分类:科研笔记| TBPW

# Flags for Linux using IFC and MKL

# If you are getting undefined reference errors in the external

# subroutine calls try some combinations of the flags below.

# -DAUSLAPACK

# -DAUSBLAS

FORTRAN = ifort

FFLAGS  = -O3 -fpp -M../$(COMDIR)

SUF     = .f90

# Uncomment the lines below if you are using lapack

LIBDIR  = -L/opt/intel/Compiler/11.1/072/mkl/lib/em64t

LAPACK  = -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blas95_lp64 -lmkl_lapack95_lp64 -liomp5

#LAPACK  = -lsunperf

BLAS    =  -lmkl_blas95_lp64

#BLAS    = -lsunmath



LIBS    = -L../$(COMDIR) -l$(COMPROJ) \

         $(LIBDIR) $(LAPACK) $(BLAS)




https://wap.sciencenet.cn/blog-100989-916706.html

上一篇:installation of QE-hlrn
下一篇:siesta-3.2安装
收藏 IP: 159.226.35.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

全部作者的其他最新博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-30 00:46

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部