Error 'nf90_def_var_deflate has no IMPLICIT type' only on one computer

左心房为你撑大大i 提交于 2019-12-12 03:52:40

问题


I have some code which compiles fine on one machine but on a different machine (using the same compilers, gcc and gfortran, and same flags) I get an error which I can't understand how it is compile related:

 deflate_status = nf90_def_var_deflate(NCF%ncid, i, 0, 1, 7)
                  1
 Error: Function 'nf90_def_var_deflate' at (1) has no IMPLICIT type

The variable is definitely declared (and it compiles and runs on the first machine). What sort of problems with compile setup could cause this error?

来源:https://stackoverflow.com/questions/42653810/error-nf90-def-var-deflate-has-no-implicit-type-only-on-one-computer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!