Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Re: Optimization of functions

james1
Beginner
400 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