- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From the most recent webinar recordings on Intel ifort and ifx, I realize that ifx automatically enables the OpenMP flag. Does this mean that any software distribution built with ifx requires the Intel runtime environment (for the OpenMP shared files) as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My tests show that there is no dependency on OpenMP libraries unless you use OpenMP things.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My tests show that there is no dependency on OpenMP libraries unless you use OpenMP things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the webinar, Ron mentioned that for ifx -qopenmp-simd is ON by default at –O1 and above. So if you use OpenMP SIMD directives they are automagically used. To disable those, use -qno-openmp-simd.
Similar thing for ifort except -qopenmp-simd is ON by default at –O2 and above.
Link info in the Fortran Developer Guide.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page