Reply To: iterate with Continue and Suppress

Homepage Clovertech Forums Read Only Archives Cloverleaf Cloverleaf iterate with Continue and Suppress Reply To: iterate with Continue and Suppress

#59653
Robert Kersemakers
Participant

    Hi Keith,

    I assume that %g1 is your iteration variable and that you’re using %g1 also in the destination message.

    For example:

    PATHCOPY 1(%g1).0(0).PID -> 1(%g1).0(0).PID

    In the last 3 lines, the ‘message’ is cleared, but the segments are still shown in the next message.

    If you want to make one message per interation of PID, I would not use %g1 in the destination message, but just use ‘0’:

    PATHCOPY 1(%g1).0(0).PID -> 1(0).0(0).PID

    This way you also don’t need to clear the message anymore.

    Zuyderland Medisch Centrum; Heerlen/Sittard; The Netherlands