| 查看: 526 | 回复: 1 | ||
hplc303金虫 (小有名气)
|
[求助]
MuSic 代码实用ifort 编译器 安装出现警告
|
|
fortcom: Warning: readstruc.F90, line 534: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [NEWFCELL] Subroutine readstruc_expand(struc,fcell,images,newstruc,newfcell) fortcom: Warning: readgauss2.F90, line 381: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FORCES] Subroutine readgauss2_forces(system,configno,forces,nrg_units) fortcom: Warning: readgauss2.F90, line 403: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [CHARGES] Subroutine readgauss2_charges(system,configno,charges) fortcom: Warning: readturbo.F90, line 180: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [FORCES] Subroutine readturbo_forces(system,forces,nrg_units) fortcom: Warning: readturbo.F90, line 200: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [CHARGES] Subroutine readturbo_charges(system,charges) fortcom: Warning: gulpio.F90, line 146: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [PARAMS] Subroutine gulpio_init(specs,filename,intraoff_spc,simcell,list,params) fortcom: Warning: idlibrary.F90, line 167: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [BIASFACTOR] biasfactor) 怎样可以解决这些问题? |
» 猜你喜欢
上海工程技术大学 激光智能制造课题组 2027级博士研究生招生
已经有6人回复
课题组招2027级博士 上海工程技术大学 激光智能制造方向
已经有6人回复
售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急
已经有3人回复
现代”学阀”该如何界定
已经有14人回复
求合成方法
已经有8人回复
师弟论文见刊大半年才想起来申请专利,还能抢救一下吗?
已经有4人回复
有机合成以后会不会被AI改变?做科研的虫友怎么看
已经有8人回复
我的奶奶
已经有3人回复
» 本主题相关价值贴推荐,对您同样有帮助:
ifort出现问题!求教!
已经有16人回复
求VASP4.6的编译文件_基于ifort编译器和atlas数学库
已经有10人回复
如何删除ifort编译器?
已经有16人回复
【求助】请问centos5.4 intel core i7 860的系统安装ifort编译器哪个版本适用??
已经有3人回复
yaozhq
金虫 (小有名气)
- 应助: 126 (高中生)
- 金币: 1137.8
- 红花: 7
- 帖子: 260
- 在线: 37.6小时
- 虫号: 1475454
- 注册: 2011-11-04
- 性别: GG
- 专业: 生物大分子结构与功能
【答案】应助回帖
★ ★ ★ ★
感谢参与,应助指数 +1
hplc303: 金币+4, ★有帮助 2012-11-29 09:56:24
感谢参与,应助指数 +1
hplc303: 金币+4, ★有帮助 2012-11-29 09:56:24
|
网上找到的类似问题 : http://bbs.pfan.cn/post-153138.html 最大的问题是子程序中U的意向属性被设为out,这意味着U只能出现在等号左边(对其赋值): 系统假定进来时U无任何值(有值也不用),而且在返回前必须对U赋值 可是你的子程序中,U出现在等号右边,这与其out属性矛盾。 |
2楼2012-11-27 22:45:40










回复此楼