The minconcurrent
directive sets the parallel execution
threshold for KAP. Each parallelizable DO loop with bounds unknown
at compilation time becomes a two-version loop. At run time KAP
decides whether to execute the loop in parallel or in serial mode.
The higher the minconcurrent
value the more iterations
and/or statements the loop nest must have in order to be run in
parallel.