Auto-Parallelization Options Quick Reference

These options are supported on IA-32, Intel® 64, and IA-64 architectures.

Linux* and Mac OS*

Windows*

Description

-parallel

/Qparallel

Enables the auto-parallelizer to generate multithreaded code for loops that can be safely executed in parallel.

IA-64 architecture only:

  • Implies -opt-mem-bandwith1 (Linux) or /Qopt-mem-bandwidth1 (Windows).

See the following topic in Compiler Options:

-par-threshold{n}

/Qpar-threshold[:n]

Sets a threshold for the auto of loops based on the probability of profitable execution of the loop in parallel; valid values of n can be 0 to 100.

See the following topic in Compiler Options:

-par-report

/Qpar-report

Controls the diagnostic levels in the auto-parallelizer optimizer.

See the following topic in Compiler Options:

Refer to Quick Reference Lists for a complete listing of the quick reference topics.