Skip to content

Message queues

Fred Suter requested to merge mq into master

long version of a 4-line hack to have message queues in SimGrid. Behavior is similar to Mailboxes and Comm but these messages do not incur any load on the LMM. It results in a zero-cost comm-like activity (a Mess) put by one actor and get by another.

Merge request reports