The #pragma _KAP serial
assertion forces the loop
immediately following it to be serial, and restricts optimization
by forcing all enclosing loops to be serial also. Inner loops and
other loops inside the same enclosing loop nest, but not enclosing
the serial loop, may be optimized. KAP always honors this assertion.