In fortran, in what scope should I place 'use [module]' statements for the best performance? -


say have subprogram in fortran program/module uses module. performance of subprogram better if place 'use' statement within subprogram or @ program/module scope?

if, "performance", mean execution speed, no.

positioning of statement make no difference.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -