24小时热门版块排行榜    

查看: 2593  |  回复: 13
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

改王之王

金虫 (正式写手)


[交流] 【求助】安装wien2k提示“Variable name must begin with a letter”

经过这两天的研究终于编译通过了,但是在设置./userconfig_lapw时又出现了Variable name must begin with a letter


[ Last edited by 改王之王 on 2010-12-30 at 20:13 ]
回复此楼

» 收录本帖的淘帖专辑推荐

软件安装交流

» 猜你喜欢

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

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

查看全部散金贴

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

改王之王

金虫 (正式写手)


Recommended options for system linuxifc are:
     Compiler options:        -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML
     Linker Flags:            $(FOPT) -L/opt/intel/mkl70/lib/32 -Vaxlib -static
-pthread
     Preprocessor flags:      '-DParallel'
     R_LIB (LAPACK+BLAS):     -lmkl_lapack -lmkl_ia32 -lguide

Current settings:
O   Compiler options:        -FR -mp1 -w -prec_div -pc80 -pad -ip -DINTEL_VML
L   Linker Flags:            -L/opt/intel/mkl/9.0/lib/32 -lguide -lpthread
P   Preprocessor flags       '-DParallel'
R   R_LIB (LAPACK+BLAS):     -L/opt/intel/mkl/9.0/lib/32 -lmkl_lapack -lmkl_ia32 -lguide -lpthread

changing Makefile in SRC_lib/blas_lapw
    changing Makefile in SRC_lib/lapack_lapw
    No Makefile.orig in SRC_structeditor/SRC_lib, leaving directory.
    changing Makefile in SRC_structeditor/SRC_ncmsymmetry
    changing Makefile in SRC_structeditor/SRC_readwrite
    changing Makefile in SRC_structeditor/SRC_struct2mol
    changing Makefile in SRC_structeditor/SRC_structgen
    changing Makefile in SRC_afminput
    changing Makefile in SRC_aim
    changing Makefile in SRC_balsac-utils
    changing Makefile in SRC_broadening
    changing Makefile in SRC_cif2struct
    changing Makefile in SRC_clmaddsub
    changing Makefile in SRC_clmcopy
    changing Makefile in SRC_dstart
    changing Makefile in SRC_elast
    changing Makefile in SRC_eosfit
    changing Makefile in SRC_eosfit6
    changing Makefile in SRC_filtvec
    changing Makefile in SRC_fsgen
    changing Makefile in SRC_initelnes
    changing Makefile in SRC_initxspec
    changing Makefile in SRC_irrep
    changing Makefile in SRC_joint
    changing Makefile in SRC_kgen
    changing Makefile in SRC_kram
    changing Makefile in SRC_lapw0
    changing Makefile in SRC_lapw1
    changing Makefile in SRC_lapw2
    changing Makefile in SRC_lapw3
    changing Makefile in SRC_lapw5
    changing Makefile in SRC_lapw7
    changing Makefile in SRC_lapwdm
    changing Makefile in SRC_lapwso
    changing Makefile in SRC_lcore
    No Makefile.orig in SRC_lib, leaving directory.
    changing Makefile in SRC_lorentz
    changing Makefile in SRC_lstart
    changing Makefile in SRC_mini
    changing Makefile in SRC_mixer
    changing Makefile in SRC_nn
    changing Makefile in SRC_optic
    changing Makefile in SRC_optimize
    changing Makefile in SRC_orb
    changing Makefile in SRC_pairhess
    changing Makefile in SRC_phonon
    changing Makefile in SRC_qtl
    changing Makefile in SRC_reformat
    changing Makefile in SRC_sgroup
    changing Makefile in SRC_spacegroup
    changing Makefile in SRC_spaghetti
    No Makefile.orig in SRC_structeditor, leaving directory.
    changing Makefile in SRC_sumpara
    changing Makefile in SRC_supercell
    changing Makefile in SRC_symmetry
    changing Makefile in SRC_symmetso
    changing Makefile in SRC_telnes2
    No Makefile.orig in SRC_templates, leaving directory.
    changing Makefile in SRC_tetra
    changing Makefile in SRC_trig
    changing Makefile in SRC_txspec
    No Makefile.orig in SRC_usersguide_html, leaving directory.
    No Makefile.orig in SRC_w2web, leaving directory.
13楼2010-12-30 20:19:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 14 个回答

shiy

木虫 (小有名气)


★ ★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
ellsaking(金币+2):有道理~ 2010-12-23 09:46:28
改王之王(金币+2):感谢回复………… 2010-12-23 11:38:40
首先,你最好找到与wien2k版本匹配的ifort和mkl,你的ifort版本有点老了;
第二,你的ifort和mkl也要兼容,这个release note上有;
第三,装完ifort和mkl后,你要启用ifort和mkl,用souce
3楼2010-12-23 09:45:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

改王之王

金虫 (正式写手)


引用回帖:
Originally posted by shiy at 2010-12-23 09:45:33:
首先,你最好找到与wien2k版本匹配的ifort和mkl,你的ifort版本有点老了;
第二,你的ifort和mkl也要兼容,这个release note上有;
第三,装完ifort和mkl后,你要启用ifort和mkl,用souce

可是我导师好像以前安wien2k也用的这个,而且我按完ifort,icc,和mkl后已经用source编译了呀…………
4楼2010-12-23 11:39:59
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

改王之王

金虫 (正式写手)


编译通过了…………又出现新错误,详见1L…………
5楼2010-12-27 12:34:07
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 欢迎发来filecode的Mz6后的代码验证其规律 +12 医学老男孩 2026-08-13 30/1500 2026-08-14 06:02 by zyjwdhcs
[基金申请] 小木虫上这么多卖论文的,真有人买论文么?感觉没必要啊 +9 Tide man 2026-08-10 10/500 2026-08-13 20:33 by 温淼淼淼
[文学芳草园] 阿姨 +4 汪汪锅 2026-08-09 4/200 2026-08-13 19:43 by arzu_hma
[硕博家园] 一作与独作在应聘高校教师时区别大吗 +3 mbygzh 2026-08-08 4/200 2026-08-13 19:31 by 龙-樱
[基金申请] 静等基金结果 +8 gjjjzhong 2026-08-10 21/1050 2026-08-13 17:56 by 且听虎啸
[基金申请] 有时候,自然基金真的不能太认真 (我的申报经验) +4 majunge000 2026-08-11 6/300 2026-08-13 16:50 by 四季常青藤
[基金申请] filecode +14 documentary 2026-08-10 16/800 2026-08-13 16:39 by 润生71
[基金申请] 重要来源:本周末出结果 +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
[基金申请] 分享一下我之前已中青C的计划书的filecode +4 布布和一二 2026-08-11 5/250 2026-08-13 12:56 by cratir
[论文投稿] 职称评审,求友友推荐见刊最快的期刊 +4 工厂打螺丝 2026-08-08 4/200 2026-08-12 09:18 by hansi2025
[基金申请] 是这周出结果还是下周出结果? +3 yuleib84 2026-08-11 3/150 2026-08-11 21:53 by jnhyjjm
[基金申请] 帮忙看看fileCode +7 wwncly 2026-08-10 13/650 2026-08-11 19:36 by 冰心玉壶晴
[基金申请] 为什么网上很多人说本周 12号出结果 +6 瞬息宇宙 2026-08-10 7/350 2026-08-11 19:25 by Tide man
[基金申请] 关于代码变化问题,想知道的进来 +17 且听虎啸 2026-08-07 24/1200 2026-08-10 18:35 by zhangduo2008
[基金申请] 据悉今年马上要出结果了 +7 瞬息宇宙 2026-08-10 8/400 2026-08-10 12:42 by Vivilian
[基金申请] 这样的filecode谁见过 +11 布布和一二 2026-08-08 22/1100 2026-08-10 11:10 by wmfsnow
[基金申请] 面上项目filecode邪修 +5 西山十月 2026-08-09 7/350 2026-08-10 07:32 by 仁砚薪传
[基金申请] filecode与中标关系的预测 +5 布布和一二 2026-08-07 5/250 2026-08-09 16:15 by 袁向阳007
[基金申请] 国基金的申报应该改成非等额制,评价高的钱多评价低的钱少,但是增加资助率 +7 a089 2026-08-07 7/350 2026-08-08 18:05 by gltch
信息提示
请填处理意见