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

Multiprocessor Optimizations: F95?

dfumento
Beginner
758 Views
Is it fair to assume that the vector intrinsics and Forall statements are optimized to work on multi-processor systems and with hyperthreading?

If this is the case it seems that OpenMP is not so much required in Fortran 95.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
758 Views
No, I wouldn't assume that. If you ask for auto-parallelization, you may get this, but not by default.

OpenMP is a lot more than just running loops in parallel.

Steve
0 Kudos
dfumento
Beginner
758 Views
Thank you.
0 Kudos
Reply