Is there a limit to the number of arguments passed to a fortran function?
问题 I came across some Fortran 90 code where 68 arguments are passed to a function. Upon searching the web I only found something about a limit of passing 256 bytes for some CUDA Fortran related stuff (http://www.pgroup.com/userforum/viewtopic.php?t=2235&sid=f241ca3fd406ef89d0ba08a361acd962). So I wonder: is there a limit to the number of arguments that may be passed to a function for Intel/Visual/GNU fortran compilers? 回答1: I came across this discussion of the Fortran 90 standards: http://www