Enabling automatic parallelization

The compiler can automatically locate and where possible parallelize all countable loops in your program code. A loop is considered to be countable if it has any of the forms shown in Countable loops, and:

In general, a countable loop is automatically parallelized only if all of the following conditions are met: