Converted from .HLP to .HTML by
HLPTOHTML.
fortran
.HLP
Controls whether the compiler automatically decomposes DO loops
to run in parallel mode on multiprocessor systems.
/PARALLEL=AUTOMATIC cannot be used with /CHECK=BOUNDS and
/NOOPTIMIZE.
Controls whether the compiler parses CPAR$ directives and
generates parallel code for loops preceded by CPAR$ DO_PARALLEL.
Same interpretation as /PARALLEL=(MANUAL, AUTOMATIC) (or
/PARALLEL).
Same interpretation as /PARALLEL=(NOMANUAL, NOAUTOMATIC) (or
/NOPARALLEL).