24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 1281  |  回复: 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

金虫 (小有名气)

引用回帖:
5楼: Originally posted by Jiansh at 2014-09-25 12:27:05
另外,你需要把vasp复制到bin中,这样直接当命令用,或者在~/.bashrc中添加途径

建议还是复制到bin中试试

之后我按照提示输入mpd &
再运行
[wangch@fat01 test]$ mpd &
[1] 175272
[wangch@fat01 test]$ mpirun -np 16 vasp
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
vasp: error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory
说缺少这个库文件 非常纳闷 当时编译通过还能找不到这个库文件吗?
8楼2014-09-25 18:49:19
已阅   回复此楼   关注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的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 359求调剂 +4 王了个楠 2026-03-25 4/200 2026-03-27 08:43 by 不吃魚的貓
[考研] 一志愿郑州大学,080500学硕,总分317分求调剂 +4 举个栗子oi 2026-03-24 5/250 2026-03-26 23:15 by 不吃魚的貓
[考研] 中国科学院深圳先进技术研究院-光纤传感课题组招生-中国科学院大学、深圳理工大学联培 +5 YangTyu1 2026-03-26 5/250 2026-03-26 18:27 by 猫咪猫咪呀
[考研] 085601求调剂总分293英一数二 +4 钢铁大炮 2026-03-24 4/200 2026-03-26 16:28 by dick_runner
[考研] 297求调剂 +6 田洪有 2026-03-26 6/300 2026-03-26 15:55 by 不吃魚的貓
[考研] 309求调剂 +4 gajsj 2026-03-25 5/250 2026-03-26 00:27 by Dyhoer
[考研] 303求调剂 +6 蓝山月 2026-03-25 6/300 2026-03-25 22:47 by 418490947
[考研] 考研调剂 +6 来好运来来来 2026-03-21 7/350 2026-03-25 22:43 by 418490947
[考研] 289材料与化工(085600)B区求调剂 +4 这么名字咋样 2026-03-22 5/250 2026-03-25 08:20 by mx.yue
[考研] 340求调剂 +5 话梅糖111 2026-03-24 5/250 2026-03-25 06:53 by ilovexiaobin
[考研] 调剂 +4 13853210211 2026-03-24 4/200 2026-03-24 19:44 by ms629
[考研] 材料考研调剂生 +3 黄粱一梦千年 2026-03-24 3/150 2026-03-24 17:00 by barlinike
[考研] 一志愿南航材料专317分求调剂 +5 炸呀炸呀炸薯条 2026-03-23 5/250 2026-03-24 16:52 by 星空星月
[考研] 材料专硕331求调剂 +4 鲜当牛 2026-03-24 4/200 2026-03-24 15:58 by JourneyLucky
[考研] 一志愿吉大化学322求调剂 +4 17501029541 2026-03-23 6/300 2026-03-24 10:21 by 戴围脖的小蚊子
[考研] 311求调剂 +3 26研0 2026-03-20 3/150 2026-03-22 14:46 by ColorlessPI
[考研] 生物学调剂 +5 Surekei 2026-03-21 5/250 2026-03-22 14:39 by tcx007
[考研] 0703化学调剂 +4 妮妮ninicgb 2026-03-21 4/200 2026-03-21 18:39 by 学员8dgXkO
[考研] 0703化学297求调剂 +3 Daisy☆ 2026-03-20 3/150 2026-03-21 17:45 by ColorlessPI
[考研] 22408 344分 求调剂 一志愿 华电计算机技术 +4 solanXXX 2026-03-20 4/200 2026-03-20 23:49 by alg094825
信息提示
请填处理意见