Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Code optimization Examples

abdulahad1985
Beginner
677 Views
Hello,
please provide some sample codes for code optimization using simple examples
Thanks
Abdul Ahad
0 Kudos
5 Replies
SergeyKostrov
Valued Contributor II
677 Views
Hi Abdul,

Please take a look at 'Intel 64 and IA-32 Architectures Optimization Reference Manual'.

There are lots of very good articles on the Intel website and one of them is at:

http://software.intel.com/en-us/articles/performance-tools-for-software-developers-loop-blocking/

Best regards,
Sergey
0 Kudos
abdulahad1985
Beginner
677 Views
Hi Sergey,

Hope you are doing fine.
Thanx for the reply
Regards,
Abdul Ahad
0 Kudos
SergeyKostrov
Valued Contributor II
677 Views
You could also look at 'Code & Dowloads' page on the web site:

http://software.intel.com/en-us/articles/code-downloads/
0 Kudos
021184
Beginner
677 Views
I have1 computerof 24cores andmyfortranprogramonly uses1.Someonecouldwritethat I canmake myfortranprogramusing the 24cores andreducethecalculation time?
I have theintelfortrancompiler2011 inRed Hat Linux.
thanks!
0 Kudos
TimP
Honored Contributor III
677 Views
Read the compiler docs and the excellent web accessible references about OpenMP, co-array, and -parallel options.
0 Kudos
Reply