next up previous
Next: AssertSafeCondition Up: Polaris Assertions and Previous: AssertInline and AssertNoInline

AssertSerial

The AssertSerial assertion is attached to a loop which Polaris should assume is intrinsically serial.

The CSRD directive forms of the AssertSerial assertion is:

CSRD$ SERIAL

An example of its usage is as follows:

CSRD$ SERIAL
       do i = 1, m
          . . .



Jay Hoeflinger
Mon Apr 21 11:52:18 CDT 1997