Visible to Intel only — GUID: GUID-D8C1C0D3-9411-417F-994E-0B6A9E5EC883
Visible to Intel only — GUID: GUID-D8C1C0D3-9411-417F-994E-0B6A9E5EC883
GAP Message (Diagnostic ID 30533)
Message
Compile with the %s option to vectorize and/or parallelize the loop at line %d.
Advice
Use the [q or Q]opt-subscript-in-range option for the specified file during compilation.
This option helps the compiler vectorize and parallelize the loop at the specified line. You must verify that the loops in the file do not contain very large integers and are not likely to generate very large integers in intermediate computations. A very large integer is loosely defined as follows: On an n-bit machine, a very large integer is typically >= 2n-2. For example, on a 32-bit machine, a very large integer would be >= 230.
Verify
Confirm that no loop in the program contains or generates very large integers (typically very large integers are >= 230).