24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 1287  |  回复: 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的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 272求调剂 +7 脚滑的守法公民 2026-03-27 7/350 2026-03-27 17:23 by laoshidan
[考研] 复试调剂,一志愿南农083200食品科学与工程 +5 XQTJZ 2026-03-26 5/250 2026-03-27 14:49 by 狂炫麦当当
[考研] 316求调剂 +5 Pigcasso 2026-03-24 5/250 2026-03-27 12:10 by zhshch
[考研] 0856材料化工调剂 总分330 +8 zhubinhao 2026-03-27 8/400 2026-03-27 11:46 by Wushiqi17
[考研] 275求调剂 +10 Micky11223 2026-03-25 12/600 2026-03-27 09:41 by caszguilin
[考研] 284求调剂 +11 junqihahaha 2026-03-26 12/600 2026-03-27 04:37 by wxiongid
[考研] 343求调剂 +4 赠我一本书 2026-03-23 4/200 2026-03-27 00:40 by wxiongid
[考研] 349求调剂 +5 杰斯塔里斯 2026-03-21 5/250 2026-03-27 00:31 by wxiongid
[考研] 341求调剂 +7 青柠檬1 2026-03-26 7/350 2026-03-27 00:19 by wxiongid
[考研] 333求调剂 +7 87639 2026-03-21 12/600 2026-03-26 22:08 by 不吃魚的貓
[考研] 321求调剂 +5 材料cailiao 2026-03-21 5/250 2026-03-26 20:41 by fmesaito
[考研] 303求调剂 +7 元夕元 2026-03-20 8/400 2026-03-26 20:38 by 不吃魚的貓
[考研] 081700 调剂 267分 +11 迷人的哈哈 2026-03-23 11/550 2026-03-26 15:41 by zzll406
[考研] 材料与化工328分调剂 +6 。,。,。,。i 2026-03-23 6/300 2026-03-25 22:30 by 418490947
[考研] 一志愿中南大学化学学硕0703总分337求调剂 +7 niko- 2026-03-22 7/350 2026-03-25 20:14 by qingfeng258
[考研] 求调剂 +7 十三加油 2026-03-21 7/350 2026-03-23 23:48 by 热情沙漠
[考研] 361求调剂 +3 Glack 2026-03-22 3/150 2026-03-23 22:03 by fuyu_
[考研] 工科0856求调剂 +5 沐析汀汀 2026-03-21 5/250 2026-03-23 17:56 by 海瑟薇-
[考研] 材料学硕301分求调剂 +7 Liyouyumairs 2026-03-21 7/350 2026-03-21 22:31 by peike
[考研] 初试 317 +7 半拉月丙 2026-03-20 7/350 2026-03-21 22:26 by peike
信息提示
请填处理意见