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

hyperthreading

tihomir
Beginner
520 Views
CanIVF8 compile an application that takes advantage of hyperthreading even when the code is not specifically designed for hyperthreading. From what I have read so far in the forum it seems that the answer is no.
I am a bit puzzled about why that is. It's seems trivial to rewrite functions like SUM and MATMUL to do this automatically. Thanks a lot in advance for any help on this. Tihomir
0 Kudos
1 Reply
Steven_L_Intel1
Employee
520 Views
Yes, Intel Fortran can automatically parallelize your code if you specify /Qparallel. See the User's Guide, the second volume in particular, for more details.
0 Kudos
Reply