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.
29285 Discussions

Compiler settings for Quad core I7 chip

Webster__William
Beginner
544 Views
What are the best project settings for Fortran Composer so that I get the fasted running code for my new computer with a quad core i7 chip? My code does not have a lot of matrix operations so that parallelization is not particularly attractive. The code is, however, a heavy "number cruncher" and execution time is a real issue.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
544 Views
I would start with Fortran > Code Generation > Intel Processor-Specific > The processor performing the compilation (/QxHost). Optimization > Optimization > Maximize Speed plus Higher Level Optimizations could be next.

Be sure that you are building a Release configuration.

There are some additional options that may help, but be sure to run timing tests between changes so you know what you're getting. If you have any operations that can be done with MKL calls, use MKL.
0 Kudos
Reply