qlm2001的个人博客分享 http://blog.sciencenet.cn/u/qlm2001

博文

lev00 and TETR

已有 8465 次阅读 2012-9-18 20:22 |系统分类:科研笔记| VASP, lev00, TETR

 Two methods to compile
lev00
  • Method 1: lev00直接用gfortran编译就可以,经测试,gfortran编译正常。
LIBS=-lgfortran -lgfortranbegin
FCOMPL  = gfortran  $(DEBUG)

  • Method 2: 采用Intel编译器, 去掉
FCOMPL  = ifort -debug -check -traceback -fpe0 -warn -Vaxlib $(DEBUG)
一行中 -check选项后面的几项
FCOMPL  = ifort -debug -check $(DEBUG)
then,
add
LIBS    = -L/opt/intel/mkl/lib/intel64:/opt/intel/composer_xe_2011_sp1.9.293/compiler/lib/intel64:/opt/intel/composer_xe_2011_sp1.9.293/mkl/lib/intel64
----------------------------------------------------------

TETR
======================
LIBS    = -L/opt/intel/mkl/lib/intel64:/opt/intel/composer_xe_2011_sp1.9.293/compiler/lib/intel64:/opt/intel/composer_xe_2011_sp1.9.293/mkl/lib/intel64

FCOMPL  = ifort -Vaxlib $(DEBUG)

finally set environment variable
=================================




https://wap.sciencenet.cn/blog-211012-614129.html

上一篇:vasp compilation
下一篇:百度网盘 http://yun.baidu.com/disk/beinvited?uk=2315255932
收藏 IP: 131.112.104.*| 热度|

0

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

数据加载中...

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

GMT+8, 2024-4-19 23:21

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部