24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 2205  |  回复: 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的回帖
相关版块跳转 我要订阅楼主 信任开花 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 复试调剂 +3 raojunqi0129 2026-03-28 3/150 2026-03-28 15:27 by 落睿可思
[考研] 085405 考的11408求各位老师带走 +3 Qiu学ing 2026-03-28 3/150 2026-03-28 09:19 by 乐呵呵的追梦人
[考研] 求调剂 +8 张zz111 2026-03-27 9/450 2026-03-28 03:41 by fmesaito
[考研] 一志愿211院校 344分 东北农业大学生物学学硕,求调剂 +5 丶风雪夜归人丶 2026-03-26 8/400 2026-03-27 19:22 by 丶风雪夜归人丶
[考研] 312求调剂 +9 上岸吧ZJY 2026-03-22 13/650 2026-03-27 11:24 by sanrepian
[考研] 调剂推荐 +5 清酒714 2026-03-26 6/300 2026-03-27 11:12 by 不吃魚的貓
[考研] 一志愿吉大071010,316分求调剂 +3 xgbiknn 2026-03-27 3/150 2026-03-27 10:36 by guoweigw
[考研] 324求调剂 +5 hanamiko 2026-03-26 5/250 2026-03-27 10:33 by wangjy2002
[考研] 材料学硕333求调剂 +8 北道巷 2026-03-24 8/400 2026-03-27 10:18 by 我是小康
[考研] 材料学硕,求调剂 6+5 糖葫芦888ll 2026-03-22 10/500 2026-03-27 08:18 by hypershenger
[考研] 317求调剂 +7 蛋黄咸肉粽 2026-03-26 7/350 2026-03-27 02:29 by fmesaito
[考研] 333求调剂 +6 wfh030413@ 2026-03-23 6/300 2026-03-26 22:45 by 学员8dgXkO
[考研] 327求调剂 +7 prayer13 2026-03-23 7/350 2026-03-26 20:48 by 不吃魚的貓
[考研] 总分293求调剂 +6 加一一九 2026-03-25 8/400 2026-03-26 13:30 by yujianx
[考研] 332求调剂 +6 032500 2026-03-25 6/300 2026-03-25 22:45 by 418490947
[考研] 生物技术与工程 +3 1294608413 2026-03-25 4/200 2026-03-25 18:02 by 1294608413
[考研] 求b区院校调剂 +4 周56 2026-03-24 5/250 2026-03-25 17:12 by yishunmin
[考研] 296求调剂 +4 汪!?! 2026-03-25 7/350 2026-03-25 16:41 by 汪!?!
[考研] 336化工调剂 +4 王大坦1 2026-03-23 5/250 2026-03-23 18:32 by allen-yin
[考研] 求老师收我 +3 zzh16938784 2026-03-23 3/150 2026-03-23 12:56 by ztnimte
信息提示
请填处理意见