- 积分
- 82
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-11-22
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
以下是一个文件中的内容,麻烦各位大侠帮我解释一下具体信息,谢谢大家!
COMPILER = ifort
TARGET = phonon.x
USERFILE = user_ccb
USEMPI = off
USEDEBUG = off
POTEN = re
FORMAT = free
WARNING = off
QCQUIP = off
VECTOR = off
INITCHECK = off
LIBCODE = /scratch/phsorkin/NEWQC/Si/code
LIBQUIP = /scratch/phsorkin/NEWQC/QUIP-3.2/QUIP
LIBATOM = /scratch/phsorkin/NEWQC/QUIP-3.2/libAtoms
LIBFOX = /scratch/phsorkin/NEWQC/FoX-3.0/objs/lib
LIBLAPACK = /scratch/phsorkin/lapack-3.1.0
LAPACKINC = /scratch/phsorkin/lapack-3.1.0/SRC
BLASINC = /scratch/phsorkin/lapack-3.1.0/BLAS
LAPACKLIBS = -llapack_ifort -lblas_ifort
#----------------------------------------------------------------
# NOTES:
#-----------------------------------------------------------------
# COMPILER := ifort,pgi,gfort,g95,xlf95
# TARGET := application name
# USERFILE := user-file name without extension
# USEMPI := on/off (turn on only if mpilib is provided)
# USEDEBUG := on/off (turn on/off debugging)
# POTEN := sw,re,eam,ercal (set interatomic potential)
# FORMAT := free/fixed (set format type of F90 userfile)
# USEDEBUG := on/off
# VECTOR := on/off (turn on/off intel dual-core optimization)
# QCQUIP := on/off (turn on/off QC-QUIP)
# WARNING := on/off (turn on/off warnings)
# INITCHECK:= on/off (turn on/off check of uninitialized variables)
# LIBRARIES |
|