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.

OMP Compiler Flag

mattsdad
Beginner
438 Views
With no OMP directives in the code, I get different results from load modules generated with "Process OpenMP Directives" set to "Generate Parallel Code" vs. "Disable". Why?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
438 Views
Because /Qopenmp implies /automatic and if you have uninitialized variables or assume SAVE semntics you'll see a difference.
0 Kudos
Reply