|
本帖最后由 MercuryLamp 于 2023-12-25 22:37 编辑
大家好,polyrate我已经安装好了,也通过自带的测试脚本进行了测试,是可以正常使用的,但在安装gaussrate17-B时,出现了如下的报错内容,想请教一下大家应该如何解决,谢谢大家- [root@localhost gaussrate17-B]# ./configure
- Welcome to GAUSSRATE!
- ... installing
- Is this installation for RP-VTST or VRC-VTST?
- [ Choose 'RP' or 'VRC' ]: RP
- .... creating Makefile
- .... done with Makefile
- hooks_gr.F:2084:72:
- 2084 | 1 if (string(j:j).eq.'#') string(j:80) = ' '
- | 1
- Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 1 at (1)
- hooks_gr.F:2263:72:
- 2263 | 75 bup(i) = x(i)
- | 1
- Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 75 at (1)
- hooks_gr.F:23:39:
- 23 | if (irest.eq.1) call grest(irout,dummy)
- | 1
- Error: Rank mismatch in argument ‘fmat’ at (1) (rank-2 and scalar)
- hooks_gr.F:79:27:
- 79 | call grest(irout,dummy)
- | 1
- Error: Rank mismatch in argument ‘fmat’ at (1) (rank-2 and scalar)
- hooks_gr.F:109:39:
- 109 | if (irest.eq.1) call grest(irout,dummy)
- | 1
- Error: Rank mismatch in argument ‘fmat’ at (1) (rank-2 and scalar)
- hooks_gr.F:161:27:
- 161 | call grest(irout,dummy)
- | 1
- Error: Rank mismatch in argument ‘fmat’ at (1) (rank-2 and scalar)
- hooks_gr.F:214:39:
- 214 | if (irest.eq.1) call grest(irout,dummy)
- | 1
- Error: Rank mismatch in argument ‘fmat’ at (1) (rank-2 and scalar)
- hooks_gr.F:317:27:
- 317 | call grest(irout,dummy)
- | 1
- Error: Rank mismatch in argument ‘fmat’ at (1) (rank-2 and scalar)
- gmake[1]: *** [Makefile:25: hooks_gr.o] Error 1
- gmake: *** [Makefile:169: GRS] Error 2
- ---- GAUSSRATE INSTALLATION COMPLETE ----
- Have a nice day! :)
复制代码
|
|