24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 2214  |  回复: 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年华南师范大学欢迎化学,化工,生物,生医工等专业优秀学子加入! +3 llss0711 2026-03-28 5/250 2026-03-29 00:23 by MRMFYTL
[考研] 0856材料化工调剂 总分330 +11 zhubinhao 2026-03-27 11/550 2026-03-28 20:22 by 418490947
[考研] 一志愿华理,数一英一285求A区调剂 +8 AZMK 2026-03-25 12/600 2026-03-28 18:15 by AZMK
[考研] 化学0703 调剂 306分 一志愿211 +4 26要上岸 2026-03-28 4/200 2026-03-28 15:30 by 1018329917
[考研] 322求调剂 +5 旧吢 2026-03-24 5/250 2026-03-28 13:26 by Iveryant
[考研] 药学105500求调剂 +3 Ssun。。 2026-03-28 3/150 2026-03-28 11:24 by lxf170613
[考研] 308求调剂 +7 墨墨漠 2026-03-27 7/350 2026-03-28 07:43 by 热情沙漠
[考研] 330一志愿中国海洋大学 化学工程 085602 有读博意愿 求调剂 +3 wywy.. 2026-03-27 4/200 2026-03-28 03:32 by fmesaito
[考研] 07化学280分求调剂 +10 722865 2026-03-23 10/500 2026-03-27 15:51 by Plutoqq
[考研] 安徽大学专硕生物与医药专业(086000)324分,英语已过四六级,六级521,求调剂 +4 美味可乐鸡翅 2026-03-26 4/200 2026-03-27 15:27 by 星空星月
[考研] 274求调剂 +17 顾九笙要谦虚 2026-03-24 23/1150 2026-03-27 15:16 by caszguilin
[考研] 复试调剂,一志愿南农083200食品科学与工程 +5 XQTJZ 2026-03-26 5/250 2026-03-27 14:49 by 狂炫麦当当
[硕博家园] 招收生物学/细胞生物学调剂 +3 IceGuo 2026-03-26 4/200 2026-03-27 05:35 by user003
[考研] 总分293求调剂 +6 加一一九 2026-03-25 8/400 2026-03-26 13:30 by yujianx
[考研] 环境专硕324分求调剂推荐 +5 轩小宁—— 2026-03-26 5/250 2026-03-26 12:05 by i_cooler
[考研] 材料专硕找调剂 +5 哈哈哈吼吼吼哈 2026-03-23 5/250 2026-03-24 19:07 by 了了了了。。
[考研] 344求调剂 +3 desto 2026-03-24 3/150 2026-03-24 10:09 by 搏击518
[考研] 341求调剂(一志愿湖南大学070300) +5 番茄头--- 2026-03-22 6/300 2026-03-23 23:45 by Txy@872106
[考研] 材料/农业专业,07/08开头均可,过线就行 +3 呵唔哦豁 2026-03-23 4/200 2026-03-23 22:30 by 汪!?!
[考研] 070300,一志愿北航320求调剂 +3 Jerry0216 2026-03-22 5/250 2026-03-23 09:16 by 。。堂堂
信息提示
请填处理意见