Next: , Previous: , Up: Message specifications   [Contents][Index]


Unique messages

Unique messages

Normally, the coNCePTuaL backends recycle message memory to reduce the program’s memory requirements and improve performance. By adding the keyword UNIQUE, every message buffer will reside in a unique memory region. NONUNIQUE explicitly specifies the default, buffer-recycling behavior.

Scott Pakin, pakin@lanl.gov