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.

OpenMP 3.0 Specifications

FDSUser
Beginner
589 Views

All,

I have a question about the OpenMP 3.0 Specification "COLLAPSE" for DO-Loops. Is this specification in the intel fortran compiler availabe and if not, is it planned in the neer future? I would like to know this, because the program I parallelize has many

[cpp]DO K=1,KBAR
  DO J=1,JBAR
    DO I=1,IBAR[/cpp]

 

loops, thus this feature is very important for me.

Thanks for help!

0 Kudos
1 Reply
Steven_L_Intel1
Employee
589 Views

Version 11 (a couple of weeks away) supports COLLAPSE and OpenMP 3.0.

0 Kudos
Reply