24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 2215  |  回复: 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
[考研] 0703化学求调剂 +9 奶油草莓. 2026-03-22 10/500 2026-03-28 13:30 by 唐沐儿
[考研] 311求调剂 +4 冬十三 2026-03-24 4/200 2026-03-28 13:17 by 唐沐儿
[考研] 材料与化工(0856)304求B区调剂 +8 邱gl 2026-03-27 8/400 2026-03-28 12:42 by 唐沐儿
[考研] 277跪求调剂 +5 1915668 2026-03-27 9/450 2026-03-28 09:58 by zhshch
[有机交流] 高温高压反应求助 10+4 chibby 2026-03-25 4/200 2026-03-27 21:08 by BT20230424
[考研] 一志愿华东理工大学081700,初试分数271 +6 kotoko_ik 2026-03-23 7/350 2026-03-27 12:29 by 惠州彭于晏
[考研] 316求调剂 +5 Pigcasso 2026-03-24 5/250 2026-03-27 12:10 by zhshch
[考研] 329求调剂 +5 1() 2026-03-22 5/250 2026-03-26 20:40 by fmesaito
[考研] 化学工程085602 305分求调剂 +17 RichLi_ 2026-03-25 17/850 2026-03-26 19:44 by plmuchong
[考研] 281求调剂 +6 Koxui 2026-03-24 7/350 2026-03-26 15:37 by 无际的草原
[考研] 总分293求调剂 +6 加一一九 2026-03-25 8/400 2026-03-26 13:30 by yujianx
[考研] 290分调剂求助 +3 吉祥止止陈 2026-03-25 3/150 2026-03-25 19:58 by barlinike
[考研] 296求调剂 +4 汪!?! 2026-03-25 7/350 2026-03-25 16:41 by 汪!?!
[考研] 求调剂 +3 李李不服输 2026-03-25 3/150 2026-03-25 13:03 by cmz0325
[考研] 285求调剂 +3 AZMK 2026-03-24 3/150 2026-03-25 12:23 by userper
[有机交流] 有机合成求助 20+3 FENGSHUJEI 2026-03-23 5/250 2026-03-24 19:31 by 88817753
[考研] 化工专硕求调剂 +3 question挽风 2026-03-24 3/150 2026-03-24 18:48 by jhhcooi
[考研] 一志愿国科过程所081700,274求调剂 +3 三水研0水立方 2026-03-23 3/150 2026-03-23 23:11 by MajorWen
[考研] 接收2026硕士调剂(学硕+专硕) +4 allen-yin 2026-03-23 6/300 2026-03-23 15:04 by 汪!?!
信息提示
请填处理意见