24小时热门版块排行榜    

查看: 2552  |  回复: 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的回帖
相关版块跳转 我要订阅楼主 信任开花 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 咱们一起用铁证分析2026国家社科基金中标与否 +7 启萌科技 2026-08-12 27/1350 2026-08-18 21:44 by Noways
[教师之家] 为什么余额宝的年化利率越来越低?主要原因有哪些? +3 瞬息宇宙 2026-08-15 3/150 2026-08-18 21:40 by xiaohuixin
[基金申请] 2027广东省杰青 +3 奶牛小黑 2026-08-15 9/450 2026-08-18 20:09 by 奶牛小黑
[基金申请] 欢迎发来filecode的Mz6后的代码验证其规律 +51 医学老男孩 2026-08-13 110/5500 2026-08-18 19:07 by icerianxia
[基金申请] 明天放榜? +5 Shxjjxjkx 2026-08-18 5/250 2026-08-18 18:14 by -大大大大大-
[基金申请] 重要消息,中午系统在维护 +9 yuleib84 2026-08-18 10/500 2026-08-18 16:52 by archvillain
[论文投稿] 投稿咨询 +4 wwm09 2026-08-17 6/300 2026-08-18 15:36 by wwm09
[基金申请] 时间戳又变了8-15 +14 archvillain 2026-08-15 26/1300 2026-08-18 13:37 by phantomgost
[基金申请] 今天维护系统维护 祝所有人 高中 +8 gjjjzhong 2026-08-18 9/450 2026-08-18 13:01 by 家与远方
[基金申请] 哪位老哥知道今年的国自然具体哪一天放榜? +13 Ldrop2023 2026-08-13 16/800 2026-08-18 12:25 by 淀粉搬运工
[基金申请] 快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。 +4 Tide man 2026-08-14 5/250 2026-08-18 11:35 by Tide man
[基金申请] 93BebMhtakh前后11位开头都是大写 +4 且听虎啸 2026-08-17 5/250 2026-08-18 00:49 by 蔡棒棒菂
[基金申请] 感觉是下周放榜了 +6 angus9576 2026-08-17 11/550 2026-08-17 23:57 by angus9576
[基金申请] 今天系统多次维护,明天很可能放榜! +8 zju2000 2026-08-16 9/450 2026-08-17 12:20 by lmz0216
[精细化工] 招聘 金属平磨液,抛光液研发工程师 +3 小天0311 2026-08-14 3/150 2026-08-16 07:31 by H9PLUS
[基金申请] 各位道友,我要去昆明玩几天,回来见。 +7 Tide man 2026-08-14 8/400 2026-08-15 01:11 by arzu_hma
[基金申请] 重要来源:本周末出结果 +10 瞬息宇宙 2026-08-12 10/500 2026-08-13 15:46 by likettle
[基金申请] 不应该看fileCode +7 且听虎啸 2026-08-12 9/450 2026-08-13 14:27 by flydreamws
[基金申请] Filecode 又变了,巨变 +3 WH3796 2026-08-12 4/200 2026-08-13 14:13 by 小木虫6752397
[基金申请] 结合人工智能,周易传统文化,filecode打分制来了,3分以上希望很大。 +3 Tide man 2026-08-12 4/200 2026-08-13 08:35 by ZJTJZ
信息提示
请填处理意见