Re: [Gems-users] system/Sequencer.C:134: Possible Deadlock detected


Date: Wed, 21 Oct 2009 08:53:43 +0800
From: "dongjianbo" <dongjianbo@xxxxxxxxx>
Subject: Re: [Gems-users] system/Sequencer.C:134: Possible Deadlock detected
Hi Joshi,
 
According to the following code:
if (current_time - request.getTime() >= g_DEADLOCK_THRESHOLD) {
        WARN_MSG("Possible Deadlock detected");
        ...
 
In the file Sequencer.C, when a sequencer is waken, it will check for deadlock.
After a long time, i.e. g_DEADLOCK_THRESHOLD, if the message is still not sent, the warning will occur.
 
Hope it helps.
 
 
 
2009-10-21

Jianbo Dong

发件人: Joshi,Madhura R
发送时间: 2009-10-21  06:41:59
收件人: gems-users@xxxxxxxxxxx
抄送:
主题: [Gems-users] system/Sequencer.C:134: Possible Deadlock detected
Hello all,
 
Thanks for all previous replies regarding garnet network.
I am trying to run simulations for more than 1 billion cycles. I 
get the following output
system/Sequencer.C:134: Possible Deadlock detected
node_id 7
 
Can anyone please tell when this message appears or when this 
condition can occur? For the node id appearing in this message, I 
am not able to receive packets after certain limit.
But for rest of the processors in network, things work fine
 
Sincerely,
Madhura Joshi
 
_______________________________________________
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→]