<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Intel Communities: Message List - make problem with RCCE</title>
    <link>http://communities.intel.com/community/marc/marc_sw?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 26 Apr 2011 07:18:31 GMT</pubDate>
    <generator>Jive SBS 5.0.2.0  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2011-04-26T07:18:31Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: make problem with RCCE</title>
      <link>http://communities.intel.com/message/122625?tstart=0#122625</link>
      <description>&lt;!-- [DocumentBodyStart:e30c0c2d-d088-491c-81d4-d515aa56437a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I had a second look at the source. I agree with you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e30c0c2d-d088-491c-81d4-d515aa56437a] --&gt;</description>
      <pubDate>Tue, 26 Apr 2011 07:18:31 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/122625?tstart=0#122625</guid>
      <dc:date>2011-04-26T07:18:31Z</dc:date>
      <clearspace:dateToText>2 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: make problem with RCCE</title>
      <link>http://communities.intel.com/message/122573?tstart=0#122573</link>
      <description>&lt;!-- [DocumentBodyStart:fc761cc9-73f8-4bc6-8990-140ce4efb659] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You know, I'm not even convinced these are needed any longer ... the WORDSIZE and LEFTMOSTBIT. They are in a threadprivate and never seem to be used. Setting them as extern certainly allows make to succeed. But I think we could actually delete them. What do you think?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fc761cc9-73f8-4bc6-8990-140ce4efb659] --&gt;</description>
      <pubDate>Mon, 25 Apr 2011 22:41:49 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/122573?tstart=0#122573</guid>
      <dc:date>2011-04-25T22:41:49Z</dc:date>
      <clearspace:dateToText>2 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: make problem with RCCE</title>
      <link>http://communities.intel.com/message/122566?tstart=0#122566</link>
      <description>&lt;!-- [DocumentBodyStart:20b2eb89-8be4-4312-a22c-74cf002a07e5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;p&gt;Is this a change you are submitting for RCCE in the trunk? Have you tried RCCE on hardware with this fix? If you haven't I will. And if it passes our tsts. I check it into the trunk.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20b2eb89-8be4-4312-a22c-74cf002a07e5] --&gt;</description>
      <pubDate>Mon, 25 Apr 2011 21:58:29 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/122566?tstart=0#122566</guid>
      <dc:date>2011-04-25T21:58:29Z</dc:date>
      <clearspace:dateToText>2 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: make problem with RCCE</title>
      <link>http://communities.intel.com/message/122540?tstart=0#122540</link>
      <description>&lt;!-- [DocumentBodyStart:02ae0016-4e0d-412c-a969-7b9dc19543f9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;By comparing the last version of RCCE in TAGS with the TRUNC version, it seems the following change in RCCE_lib.h is able to solve the problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In file RCCE_lib.h :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#ifdef SINGLEBITFLAGS&lt;br/&gt;&amp;nbsp; RCCE_FLAG_STATUS RCCE_bit_value(t_vcharp, int);&lt;br/&gt;&amp;nbsp; RCCE_FLAG_STATUS RCCE_flip_bit_value(t_vcharp, int);&lt;br/&gt;&amp;nbsp; int RCCE_write_bit_value(t_vcharp, int, RCCE_FLAG_STATUS);&lt;br/&gt;#endif&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;should be modified into :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#ifdef SINGLEBITFLAGS&lt;br/&gt;&amp;nbsp; extern int&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WORDSIZE;&lt;br/&gt;&amp;nbsp; extern int&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFTMOSTBIT;&lt;br/&gt;&amp;nbsp; RCCE_FLAG_STATUS RCCE_bit_value(t_vcharp, int);&lt;br/&gt;&amp;nbsp; RCCE_FLAG_STATUS RCCE_flip_bit_value(t_vcharp, int);&lt;br/&gt;&amp;nbsp; int RCCE_write_bit_value(t_vcharp, int, RCCE_FLAG_STATUS);&lt;br/&gt;#endif&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Omid&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:02ae0016-4e0d-412c-a969-7b9dc19543f9] --&gt;</description>
      <pubDate>Mon, 25 Apr 2011 19:20:33 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/122540?tstart=0#122540</guid>
      <dc:date>2011-04-25T19:20:33Z</dc:date>
      <clearspace:dateToText>2 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: make problem with RCCE</title>
      <link>http://communities.intel.com/message/122388?tstart=0#122388</link>
      <description>&lt;!-- [DocumentBodyStart:6876c440-a02f-46a0-affa-ac3363938c58] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, I think the emulator has an issue in this area. But resources are limited here. If you can suggest a fix that would be helpful. Opening a bug to track the issue and collect information would also be appreciated. As RCCE developed, most work proceeded on the hardware and the emulator lagged behind.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6876c440-a02f-46a0-affa-ac3363938c58] --&gt;</description>
      <pubDate>Sun, 24 Apr 2011 16:21:08 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/122388?tstart=0#122388</guid>
      <dc:date>2011-04-24T16:21:08Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: make problem with RCCE</title>
      <link>http://communities.intel.com/message/122348?tstart=0#122348</link>
      <description>&lt;!-- [DocumentBodyStart:0a4a9374-3ce2-481d-ae08-75089d09ff22] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Note that I configured the rcce for emulator mode.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0a4a9374-3ce2-481d-ae08-75089d09ff22] --&gt;</description>
      <pubDate>Sun, 24 Apr 2011 11:41:17 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/122348?tstart=0#122348</guid>
      <dc:date>2011-04-24T11:41:17Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>make problem with RCCE</title>
      <link>http://communities.intel.com/message/122347?tstart=0#122347</link>
      <description>&lt;!-- [DocumentBodyStart:f538c114-910b-45b6-bb81-3b63e441cb39] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;While trying o make the trunc version of RCCE with SINGLEBITFLAGS=1, the folowing error is recieved:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/home/omid/NetBeansProjects/RCCE/include/RCCE_lib.h:153: error: &amp;lsquo;WORDSIZE&amp;#8217; has not been declared&lt;br/&gt;/home/omid/NetBeansProjects/RCCE/include/RCCE_lib.h:153: error: &amp;lsquo;LEFTMOSTBIT&amp;#8217; has not been declared&lt;br/&gt;make: *** [RCCE_admin.o] Error 1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think it should be fixed in the source. Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f538c114-910b-45b6-bb81-3b63e441cb39] --&gt;</description>
      <pubDate>Sun, 24 Apr 2011 11:29:01 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/122347?tstart=0#122347</guid>
      <dc:date>2011-04-24T11:29:01Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

