24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 2213  |  回复: 11

[交流] 【求助】WIEN2K安装出现了一些警告信息,是否安装成功了呢?

没有错误信息,是安装成功了么

还有这些警告信息是哪个编译参数不对呢

感谢提醒


WARNING: no executable found in SRC_aim. Check compile.msg in this directory
  SRC_broadening/broadening
  SRC_cif2struct/cif2struct
  SRC_clmaddsub/clmaddsub
  SRC_clmcopy/clmcopy
  SRC_dstart/dstart
  SRC_eosfit/eosfit
  SRC_eosfit6/eosfit6
WARNING: no executable found in SRC_filtvec. Check compile.msg in this directory
  SRC_initelnes/initelnes
  SRC_initxspec/initxspec
  SRC_irrep/irrep
  SRC_joint/joint
  SRC_kgen/kgen
  SRC_kram/kram
WARNING: no executable found in SRC_lapw0. Check compile.msg in this directory
WARNING: no executable found in SRC_lapw1. Check compile.msg in this directory
WARNING: no executable found in SRC_lapw2. Check compile.msg in this directory
  SRC_lapw3/lapw3
  SRC_lapw3/lapw3c
  SRC_lapw5/lapw5
  SRC_lapw5/lapw5c
WARNING: no executable found in SRC_lapw7. Check compile.msg in this directory
WARNING: no executable found in SRC_lapwdm. Check compile.msg in this directory
WARNING: no executable found in SRC_lapwso. Check compile.msg in this directory
  SRC_lcore/lcore
WARNING: no executable found in SRC_lib. Check compile.msg in this directory
  SRC_lorentz/lorentz
  SRC_lstart/lstart
WARNING: no executable found in SRC_mini. Check compile.msg in this directory
WARNING: no executable found in SRC_mixer. Check compile.msg in this directory
  SRC_nn/nn
  SRC_optic/optic
  SRC_optic/opticc
  SRC_optimize/optimize
  SRC_orb/orb
WARNING: no executable found in SRC_pairhess. Check compile.msg in this directory
WARNING: no executable found in SRC_qtl. Check compile.msg in this directory
  SRC_reformat/reformat
  SRC_sgroup/sgroup
  SRC_spacegroup/spacegroup
  SRC_spaghetti/spaghetti
WARNING: no executable found in SRC_structeditor. Check compile.msg in this directory
  SRC_sumpara/sumpara
  SRC_supercell/supercell
  SRC_symmetry/symmetry
  SRC_symmetso/symmetso
  SRC_telnes2/telnes2
WARNING: no executable found in SRC_templates. Check compile.msg in this directory
  SRC_tetra/tetra
  SRC_txspec/txspec
WARNING: no executable found in SRC_usersguide_html. Check compile.msg in this directory
  SRC_w2web/w2web
cp: "SRC_w2web/w2web" 与"/data/download/wien2k08b/wien2k_08b/w2web" 为同一文件
WARNING: no executable found in SRC_structeditor/SRC_ncmsymmetry. Check compile.msg in this directory
  SRC_structeditor/SRC_readwrite/readwrite
  SRC_structeditor/SRC_struct2mol/struct2mol
  SRC_structeditor/SRC_structgen/structgen

done.

Compile time errors (if any) were:


Check file   compile.msg   in the corresponding SRC_* directory for the
compilation log and more info on any compilation problem.

[ Last edited by 信任开花 on 2011-3-29 at 11:11 ]
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

» 抢金币啦!回帖就可以得到:

查看全部散金贴

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

donkey1987

铁杆木虫 (职业作家)



信任开花(金币+5):谢谢参与
友情帮顶
2楼2011-03-29 11:10:29
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

小飞—动力

至尊木虫 (文坛精英)



信任开花(金币+5):谢谢参与
打酱油,飘过
3楼2011-03-29 11:18:47
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
★ ★
信任开花(金币+5):谢谢参与
zzy870720z(金币+1): 谢谢建议 2011-03-29 13:50:32
编译成功与否还是用一个例子试试吧。
4楼2011-03-29 11:51:57
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
引用回帖:
Originally posted by guohuazhong at 2011-03-29 11:51:57:
编译成功与否还是用一个例子试试吧。

看了SRC_aim文件夹中的compile.msg

有ld: cannot find -lmkl_em64t错误
5楼2011-03-29 14:31:08
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

信任开花(金币+5): 感谢提醒 2011-03-29 15:18:00
zzy870720z(金币+1): 谢谢提示 2011-03-29 15:52:11
数学库的问题,只要知名正确的库文件路径就可以了
6楼2011-03-29 15:07:43
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
引用回帖:
Originally posted by guohuazhong at 2011-03-29 15:07:43:
数学库的问题,只要知名正确的库文件路径就可以了

路径写成这样:

$(FOPT) -L/opt/intel/mkl/10.2.5.035/lib/em64t -i-static

就出错

现在把编译参数更改了一下:
$(FOPT) -L/opt/intel/mkl/10.2.5.035/lib/em64t -lmkl_lapack -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread

正在编译
7楼2011-03-29 15:17:11
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
引用回帖:
Originally posted by 信任开花 at 2011-03-29 15:17:11:
路径写成这样:

$(FOPT) -L/opt/intel/mkl/10.2.5.035/lib/em64t -i-static

就出错

现在把编译参数更改了一下:
$(FOPT) -L/opt/intel/mkl/10.2.5.035/lib/em64t -lmkl_lapack -lmkl_intel_lp64 -lm ...

这个编译参数还是没有通过

唉,再想想
8楼2011-03-29 15:20:38
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zzy870720z(金币+1): 谢谢分享 2011-03-29 15:52:36
看看这个安装说明吧,说不定有用
9楼2011-03-29 15:32:59
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

leithron

禁虫 (正式写手)

本帖内容被屏蔽

10楼2011-04-01 11:14:16
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

周伯阳

捐助贵宾 (初入文坛)



小木虫: 金币+0.5, 给个红包,谢谢回帖
引用回帖:
166700楼: Originally posted by leithron at 2011-04-01 11:14:16
和我的问题一样啊

你好,你的问题解决了吗
11楼2012-09-08 00:37:05
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

eli_xing

银虫 (小有名气)



小木虫: 金币+0.5, 给个红包,谢谢回帖
引用回帖:
11楼: Originally posted by 周伯阳 at 2012-09-08 00:37:05
你好,你的问题解决了吗...

你好 你的问题解决没 我也遇到累死问题
12楼2014-03-12 20:43:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 信任开花 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 085701求调剂初试286分 +4 secret0328 2026-03-28 4/200 2026-03-28 21:09 by 15366876211
[考研] 343求调剂 +5 爱羁绊 2026-03-28 5/250 2026-03-28 20:53 by 唐沐儿
[考研] 311(085601)求调剂 +4 liziyeyeye 2026-03-28 4/200 2026-03-28 18:50 by 535743368
[考研] 调剂310 +6 温柔的晚安 2026-03-25 7/350 2026-03-28 16:04 by qq2000
[考研] 材料与化工272求调剂 +9 阿斯蒂芬2004 2026-03-28 9/450 2026-03-28 15:21 by 1018329917
[考研] 材料277求调剂 +7 min3 2026-03-24 7/350 2026-03-28 11:39 by xuxiang
[考研] 【求调剂】085601材料工程专硕 | 总分272 | +6 脚滑的守法公民 2026-03-27 6/300 2026-03-28 11:02 by gjlllb
[考研] 308求调剂 +7 墨墨漠 2026-03-27 7/350 2026-03-28 07:43 by 热情沙漠
[考研] 张芳铭-中国农业大学-环境工程专硕-298 +4 手机用户 2026-03-26 4/200 2026-03-28 07:17 by mmm just
[考研] 一志愿南师大0703化学 275求调剂 +4 Ripcord上岸 2026-03-27 4/200 2026-03-27 17:00 by zhyzzh
[考研] 287求调剂 +10 land xuxu 2026-03-26 10/500 2026-03-27 15:33 by 帕尔马拉特
[考研] 考研调剂 +10 呼呼?~+123456 2026-03-24 10/500 2026-03-27 11:46 by wangjy2002
[考研] 081200-11408-276学硕求调剂 +3 崔wj 2026-03-26 3/150 2026-03-26 19:57 by nihaoar
[考研] 材料与化工304求B区调剂 +3 邱gl 2026-03-26 6/300 2026-03-26 18:03 by 邱gl
[考研] 材料与化工328分调剂 +6 。,。,。,。i 2026-03-23 6/300 2026-03-25 22:30 by 418490947
[考研] 求调剂 +3 李李不服输 2026-03-25 3/150 2026-03-25 13:03 by cmz0325
[考研] 一志愿吉林大学材料与化工303分求调剂 +4 为学666 2026-03-24 4/200 2026-03-25 11:27 by BruceLiu320
[考研] 341求调剂(一志愿湖南大学070300) +5 番茄头--- 2026-03-22 6/300 2026-03-23 23:45 by Txy@872106
[论文投稿] 急发核心期刊论文 +3 贤达问津 2026-03-23 5/250 2026-03-23 17:13 by 妹子不好惹
[考研] 285求调剂 +6 ytter 2026-03-22 6/300 2026-03-22 12:09 by 星空星月
信息提示
请填处理意见