Re: [Gems-users] Regarding adaptive routing : garnet : cache error, ordering error


Date: Thu, 08 Oct 2009 10:53:59 -0400
From: Niket Agarwal <niketa@xxxxxxxxxxxxx>
Subject: Re: [Gems-users] Regarding adaptive routing : garnet : cache error, ordering error
I missed the MachineType assertion. Not sure why this should happen by changing the routing. Could happen if you are playing around with NetDest. In any case, the ordering should always be set.

Niket

Niket Agarwal wrote:
Are you using a MesageBuffer of your own? If you are, just do 
your_message_buffer->setOrdering(true/false) depending on what ordering 
property you want. Setting ordering to true ensures FIFO ordering in the 
message buffer.

Niket

Joshi,Madhura R wrote:
  
Hello all,

I am trying to implement adaptive routing algorithm in garnet.I am 
able to receive a few packets with the new algorithm in place but 
I get the following errors after some simulation cycles

In buffers/MessageBuffer.C:223 Ordering property of this queue has 
not been set

I do not understand the significance of ordering property 
thoroughly.If the property is set to be true, the error changes to 
MachineType not found. I have verified that  the machine number 
does not exceed the current range of machine numbers.

Can someone please elaborate on this error?
Sincerely,
Madhura

_______________________________________________
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.

  
    

_______________________________________________
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→]