Re: [Gems-users] How to use finite size of message buffer?


Date: Mon, 12 Nov 2007 22:04:24 -0600
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] How to use finite size of message buffer?
The size of a message is encoded via the MessageSizeType field. Control messages default to 8 bytes and data messages default to 72 bytes

If you enable FINITE_BUFFERING, you may need to specify link weights to prevent routing deadlock.

--mike


Guoqiang Yang wrote:
Hi everyone,
I think infinite size of buffer is quite impractical, so I'd like to use finite buffer. And I think the member function of class MessageBuffer "enqueue" needs to be modified. Since different message types have different size. What do you think about that? Anyone knows details about this topic? Many thanks, Guoqiang Yang
------------------------------------------------------------------------

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


[← Prev in Thread] Current Thread [Next in Thread→]