[Gems-users] notifyL2Miss and rubyL2Miss


Date: Thu, 19 Aug 2010 00:18:05 -0400
From: Miray Kas <miraykas@xxxxxxxxx>
Subject: [Gems-users] notifyL2Miss and rubyL2Miss

Hi all,
I am doing some experiments with MSI_MOSI_CMP_directory protocol.
I was trying to add some code in dynamicInstruction class based on the L2_MISS_EVENT.
But when I tracked it down, I saw that neither of these (notifyL2Miss and rubyL2Miss) methods are actually invoked:

./opal/system/system.C:232:  m_opal_api->notifyL2Miss = &system_t::rubyL2Miss;

So I observed that L2_MISS_EVENT flag is not raised although there are L2 misses, or I was trying to catch them at the wrong place...
 
I was wondering if that piece code is never invoked because it is not working correctly,
or where can I insert its invokation if it is supposed to be working correctly?

Thank you,
Miray

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