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
Post a Comment