24小时热门版块排行榜    

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

ifgovh

金虫 (小有名气)

[求助] vasp运行报错 已有3人参与

各位大侠 我安装各种教程装了VASP,把四个输入文件放在一个文件夹内,再把vasp复制到这个文件夹中。
执行如下:
[wangch@fat01 vasp.5.2]$ mpirun -np 16 vasp
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
problem with execution of vasp  on  fat01:  [Errno 2] No such file or directory
总是出现这个报错,不知道到底什么原因?
回复此楼

» 猜你喜欢

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

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

ifgovh

金虫 (小有名气)

引用回帖:
4楼: Originally posted by Jiansh at 2014-09-25 12:23:53
楼主很可能没编译成功....
这种情况,先试试which vasp,或者直接vasp命令一下,看看,先别并行....
一般来说输入文件有问题,不会出现这类错误

输入which vasp
[wangch@fat01 vasp.5.2]$ which vasp
/usr/bin/which: no vasp in (/opt/intel/composer_xe_2011_sp1.10.319/bin/intel64:/usr/local/maui/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/bin:/opt/intel/composer_xe_2011_sp1.10.319/mpirt/bin/intel64:/home/wangch/bin)

这样算正常吗?
6楼2014-09-25 18:38:39
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 10 个回答

shuyuan8239

木虫 (正式写手)

【答案】应助回帖


感谢参与,应助指数 +1
liliangfang: 金币+1, 谢谢交流 2014-09-29 07:45:27
在论坛中询问类似的问题很多,各不相同。
还请将INCAR KPOINT POSCAR三个文件中的数据复制上来(不要上传文件),注意条理性,简介详实。
这样的话方便大家帮你解决问题。
2楼2014-09-25 08:45:48
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

ifgovh

金虫 (小有名气)

引用回帖:
2楼: Originally posted by shuyuan8239 at 2014-09-25 08:45:48
在论坛中询问类似的问题很多,各不相同。
还请将INCAR KPOINT POSCAR三个文件中的数据复制上来(不要上传文件),注意条理性,简介详实。
这样的话方便大家帮你解决问题。

incar
system= Clean relaxation calculation
#Startparameter for this run
ISTART=0
ICHARG=2
ISPIN=2
PREC=Medium
ENCUT= 450
GGA= PE
ALGO=FAST

#Electronic relaxation
NELM=400; NELMIN=10;
NELMDL=8
WEIMIN=0
LREAL=AUTO
EDIFF=0.1E-3
ISMEAR=0; SIGMA=0.02

LMAXMIX=4

AMIX     = 0.2
BMIX     = 0.00001
AMIX_MAG = 0.8
BMIX_MAG = 0.00001

#Ionic relaxation
EDIFFG=-0.02
NSW=500
IBRION=2
ISIF=3
ISYM=0
POTIM=0.3

#Write flag
LWAVE=.F.
LCHARG=.F.


kpoint
con0.0
0
Gamma point shift
4 4 4
0 0 0

poscar
Si
1.0
        5.4306998253         0.0000000000         0.0000000000
        0.0000000000         5.4306998253         0.0000000000
        0.0000000000         0.0000000000         5.4306998253
   Si
    8
Cartesian
     0.000000000         0.000000000         0.000000000
     0.000000000         2.715349913         2.715349913
     2.715349913         2.715349913         0.000000000
     2.715349913         0.000000000         2.715349913
     4.073024869         1.357674956         4.073024869
     1.357674956         1.357674956         1.357674956
     1.357674956         4.073024869         4.073024869
     4.073024869         4.073024869         1.357674956


实际我只是想测试一下我的vasp是不是真正编译成功可用了 用了一个很简单的Si
3楼2014-09-25 12:02:21
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

Jiansh

新虫 (小有名气)

【答案】应助回帖


感谢参与,应助指数 +1
liliangfang: 金币+1, 谢谢交流 2014-09-29 07:45:37
楼主很可能没编译成功....
这种情况,先试试which vasp,或者直接vasp命令一下,看看,先别并行....
一般来说输入文件有问题,不会出现这类错误
学术网(www.scholarnet.cn)秉承一切为学术工作者的理念,竭诚为广大科研工作者提供优质的服务。
4楼2014-09-25 12:23:53
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 好奇怪的filecode +5 布布和一二 2026-08-08 6/300 2026-08-12 16:11 by 云上清扬
[基金申请] filecode +13 documentary 2026-08-10 15/750 2026-08-12 15:56 by 云上清扬
[基金申请] 奇怪,两个人的filecode固定段从头到尾一模一样 +7 布布和一二 2026-08-10 10/500 2026-08-12 09:12 by 布布和一二
[基金申请] 有时候,自然基金真的不能太认真 (我的申报经验) +3 majunge000 2026-08-11 4/200 2026-08-11 20:13 by lch2012
[基金申请] 帮忙看看fileCode +7 wwncly 2026-08-10 13/650 2026-08-11 19:36 by 冰心玉壶晴
[基金申请] 什么时候出结果,有咨询渠道??? +3 Tide man 2026-08-11 3/150 2026-08-11 17:54 by kudofaye
[基金申请] 静等基金结果 +5 gjjjzhong 2026-08-10 16/800 2026-08-10 17:19 by Tide man
[基金申请] 2026国自然放榜时间 +9 布布和一二 2026-08-08 9/450 2026-08-10 11:22 by xxxx2020
[基金申请] 这样的filecode谁见过 +11 布布和一二 2026-08-08 22/1100 2026-08-10 11:10 by wmfsnow
[基金申请] filecode与中标关系的预测 +5 布布和一二 2026-08-07 5/250 2026-08-09 16:15 by 袁向阳007
[基金申请] fileCode有新解读? +10 Tide man 2026-08-08 18/900 2026-08-09 12:55 by 仁砚薪传
[基金申请] 关于filecode,很负责任的告诉大家 +6 爱看书的可乐 2026-08-08 7/350 2026-08-08 22:13 by a_niu
[基金申请] 关于豆爷回答的JTJC与%2F数量 +5 yang182083 2026-08-06 7/350 2026-08-08 18:29 by zhanghaozhu
[基金申请] 国基金的申报应该改成非等额制,评价高的钱多评价低的钱少,但是增加资助率 +7 a089 2026-08-07 7/350 2026-08-08 18:05 by gltch
[基金申请] 关于filecode +4 布布和一二 2026-08-07 7/350 2026-08-07 22:55 by zhanghaozhu
[基金申请] 化学口download_prp&fileCode的固定段好像这几天一直没变,有变的大神么? +3 Tide man 2026-08-07 4/200 2026-08-07 22:39 by Tide man
[基金申请] filecode变化情况 +6 布布和一二 2026-08-07 22/1100 2026-08-07 14:45 by 且听虎啸
[基金申请] 大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑 +5 Tide man 2026-08-06 7/350 2026-08-07 13:11 by 医学老男孩
[基金申请] filecode +14 等待解的谜 2026-08-06 19/950 2026-08-07 12:20 by wlwhappy
[基金申请] filecode +8 布布和一二 2026-08-06 11/550 2026-08-06 20:41 by tangpu318
信息提示
请填处理意见