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

OpenMP 3.0 Specifications

FDSUser
Beginner
467 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
467 Views

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

0 Kudos
Reply