Tells the auto-parallelizer to generate multithreaded code for loops that can be safely executed in parallel.
Windows: Optimization
> Parallelization
Linux: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -parallel |
Windows: | /Qparallel |
None
OFF | Multithreaded code is not generated for loops that can be safely executed in parallel. |
This option tells the auto-parallelizer to generate multithreaded code for loops that can be safely executed in parallel.
To use this option, you must also specify option O2 or O3.
None
O compiler option
Optimizing Applications:
Auto-Parallelization Overview
Auto-Parallelization: Enabling, Options, Directives, and Environment Variables