Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Re: Optimization of functions

james1
Beginner
364 Views
You need to compile them together to get the best optimization. You can do this by specifying multiple source file names on the command line or if in one directory using a wildcard like *.for.

You can also build a master file which simply INCLUDEs all the rest of the files and just compile the master file.

James
0 Kudos
0 Replies
Reply