A parallel loop is like an ordinary for loop, except that multiple iterations of the loop can execute at the same time. You can write parallel loops in OpenCilk with cilk_for.
for
cilk_for