Parallel loop
parallel loop
A for
loop all of whose iterations can be
run independently in parallel. The
cilk_for
keyword designates a parallel
loop.