Lets you set a level of guidance for auto-parallelization.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -guide-par[=n] |
Windows: | /Qguide-par[:n] |
n |
Is an optional value specifying the level of guidance to be provided. The values available are 1 and 2. Value 1 indicates a standard level of guidance. Value 2 indicates a more advanced level of guidance. If n is omitted, the default is 2. |
OFF |
You do not receive guidance about how to improve optimizations for parallelization. |
This option lets you set a level of guidance for auto-parallelization. It causes the compiler to generate messages suggesting ways to improve that optimization.
You must also specify option -parallel (Linux* OS and Mac OS* X) or /Qparallel (Windows* OS) to receive auto-parallelization guidance.
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.