<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I was thinking that there was in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927696#M14214</link>
    <description>&lt;P&gt;I was thinking that there was a probleme beacause of the kenrnel version.&lt;/P&gt;

&lt;P&gt;So I restart with the original kernel version and reinstall MPSS. But here is the result of micctrl --initdefaults :&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
micctrl --initdefaults
micctrl(segv_handler+0x18) [0x4070c8]
/lib64/libpthread.so.0() [0x34cb40f710]
/usr/lib64/libmpssconfig.so.0.0.1(_add_miclist_not_present+0xb8) [0x7f5c84a35b98]
/usr/lib64/libmpssconfig.so.0.0.1(mpss_get_miclist+0x4d) [0x7f5c84a35e7d]
micctrl(create_miclist+0x1cd) [0x42123d]
micctrl(parse_config_args+0x370) [0x40db60]
micctrl(main+0x236) [0x40df56]
/lib64/libc.so.6(__libc_start_main+0xfd) [0x34cb01ed1d]
micctrl() [0x406d29]
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2014 10:32:48 GMT</pubDate>
    <dc:creator>Virginie_Favrat</dc:creator>
    <dc:date>2014-03-27T10:32:48Z</dc:date>
    <item>
      <title>Troubleshooting HOWTO:  Bad hardware?   MPSS?   Configuration?</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927679#M14197</link>
      <description>&lt;P&gt;Are you having problems with your hardware (Cannot see your Intel(R) Xeon Phi(tm) coprocessor?&amp;nbsp; Sporadic accessibility?) or with the Intel(R) Manycore Platform Software Stack (Intel(R) MPSS) running reliably?&lt;/P&gt;

&lt;P&gt;Attached to this post are PDF "flowcharts" that explain how you can troubleshoot the problem (note:&amp;nbsp; Both Linux and Windows flowcharts are available), and shows what information you will want to collect if you need to escalate your issue to your OEM provider or Intel.&lt;/P&gt;

&lt;P&gt;We hope this is is useful to you!&amp;nbsp;&amp;nbsp; Please let us know if you have found a boundary condition not comprehended properly by this "flow".&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 23:30:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927679#M14197</guid>
      <dc:creator>BelindaLiviero</dc:creator>
      <dc:date>2013-06-18T23:30:12Z</dc:date>
    </item>
    <item>
      <title>I have experienced a problem</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927680#M14198</link>
      <description>&lt;P&gt;I have experienced a problem that looks like a bug in the the 64 bit memory to stack push instruction.&lt;/P&gt;
&lt;P&gt;I am porting the Glasgow Pascal compiler to the MIC and have run into an error that looks very like a bad implementation of PUSH&lt;/P&gt;
&lt;P&gt;It appears that a push instruction &amp;nbsp;of the form:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;push QWORD[&amp;nbsp;&amp;nbsp; r8* 8+ label]&lt;/P&gt;
&lt;P&gt;actually pushes the quadword at&lt;/P&gt;
&lt;P&gt;&amp;nbsp;push QWORD[&amp;nbsp;&amp;nbsp; r8* 8+ label140ba08d9aadf+8]&lt;/P&gt;
&lt;P&gt;Here are the relevant source lines along with the relevant assembler lines that they translate into&lt;/P&gt;
&lt;P&gt;First we have a call on a run time library function written in C using C parameter passing.&lt;/P&gt;
&lt;P&gt;;writeln( shiftindex[d,0]);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;; note that shiftindex is declared as array[0..4,0..1] of integer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;mov&amp;nbsp; rcx,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; field width info&lt;/P&gt;
&lt;P&gt;&amp;nbsp;mov&amp;nbsp; rdx,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; field width info&lt;/P&gt;
&lt;P&gt;&amp;nbsp;mov bl,BYTE&amp;nbsp; ptr&amp;nbsp; [&amp;nbsp; rbp+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-49]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;movsx r8,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bl&lt;/P&gt;
&lt;P&gt;&amp;nbsp;imul&amp;nbsp;&amp;nbsp; r8,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;movsx rsi,&amp;nbsp; dword&amp;nbsp;&amp;nbsp; ptr&amp;nbsp; [ r8+ label140ba08d9aadf] ; the parameter for the value to be printed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;movsx rdi,&amp;nbsp; dword&amp;nbsp;&amp;nbsp; ptr&amp;nbsp; [&amp;nbsp; unit$system$base+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -24] ; the file it will be sent to&lt;/P&gt;
&lt;P&gt;.ifndef definedprintint&lt;/P&gt;
&lt;P&gt;definedprintint=1&lt;/P&gt;
&lt;P&gt;.extern &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;printint&lt;/P&gt;
&lt;P&gt;.endif&lt;/P&gt;
&lt;P&gt;&amp;nbsp;call printint;#imported&lt;/P&gt;
&lt;P&gt;;--------&lt;/P&gt;
&lt;P&gt;; this correctly prints out the 0th element of the row of the array shiftindex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now we call a pascal function passing a row of the array by value on the stack using a push instruction to place the row on the stack&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;;compareImagePair (shiftindex&lt;D&gt;)&lt;/D&gt;&lt;/P&gt;
&lt;P&gt;; d is a byte&lt;/P&gt;
&lt;P&gt;; #297&lt;/P&gt;
&lt;P&gt;&amp;nbsp;mov bl,BYTE&amp;nbsp; ptr&amp;nbsp; [&amp;nbsp; rbp+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -49]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;movsx r8,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bl&lt;/P&gt;
&lt;P&gt;&amp;nbsp;push QWORD[&amp;nbsp;&amp;nbsp; r8* 8+ label140ba08d9aadf]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;call label140ba08d9abe3&lt;/P&gt;
&lt;P&gt;; this passes to the function the d+1 th element of the array shiftindex ; in other words the push function fetches the wrong element from the array ; as compared to the mov instruction used earlier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Printout from programme&lt;/P&gt;
&lt;P&gt;First the contents of the shiftindex array&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shiftindex[d,0]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/P&gt;
&lt;P&gt;what we get inside the function compareImagePair when we print the parameter&lt;/P&gt;
&lt;P&gt;dirvec =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 10:42:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927680#M14198</guid>
      <dc:creator>Paul_C_7</dc:creator>
      <dc:date>2013-08-26T10:42:27Z</dc:date>
    </item>
    <item>
      <title>I have now concluded that</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927681#M14199</link>
      <description>&lt;P&gt;I have now concluded that this is a bug in the assembler distributed with the MIC, if you replace the line&lt;/P&gt;
&lt;P&gt;&amp;nbsp;push QWORD[&amp;nbsp;&amp;nbsp; r8* 8+ label140ba08d9aadf]&lt;/P&gt;
&lt;P&gt;with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;push QWORD ptr [&amp;nbsp;&amp;nbsp; r8* 8+ label140ba08d9aadf]&lt;/P&gt;
&lt;P&gt;it fetches the correct value not a value 8 on from the correct address.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 15:53:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927681#M14199</guid>
      <dc:creator>Paul_C_7</dc:creator>
      <dc:date>2013-08-26T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Thanks for isolating this bug</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927682#M14200</link>
      <description>&lt;P&gt;Thanks for isolating this bug. It has been reported to the team that owns the assembler.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:17:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927682#M14200</guid>
      <dc:creator>James_C_Intel2</dc:creator>
      <dc:date>2013-08-27T15:17:03Z</dc:date>
    </item>
    <item>
      <title>It appears that the x86_64</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927683#M14201</link>
      <description>&lt;P&gt;It appears that the x86_64 assembler does the same thing.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The error is that "QWORD ptr" must be used here, as Paul realized.&amp;nbsp; The fact that QWORD alone is allowed may be a bug, which we need to discuss internally;&amp;nbsp;&amp;nbsp;&amp;nbsp; If AT&amp;amp;T syntax is used, what happens?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 16:52:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927683#M14201</guid>
      <dc:creator>BelindaLiviero</dc:creator>
      <dc:date>2013-09-05T16:52:55Z</dc:date>
    </item>
    <item>
      <title>I am trying to install Xeon</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927684#M14202</link>
      <description>&lt;P&gt;I am trying to install Xeon Phi card on a Supermicro server (&lt;A href="http://www.supermicro.com/products/superblade/module/sbi-7127rg.cfm"&gt;http://www.supermicro.com/products/superblade/module/sbi-7127rg.cfm&lt;/A&gt;). According to the flow chart,&amp;nbsp;I need to "Enable support for mapping &amp;gt;4GB MMIO in the host BIOS" . However, I cannot see the MMIO setup option in BIOS even after upgrading to the latest version. Could anyone please give me some suggestions?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 19:12:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927684#M14202</guid>
      <dc:creator>Yue_H_</dc:creator>
      <dc:date>2013-09-24T19:12:02Z</dc:date>
    </item>
    <item>
      <title>Hi Yue,</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927685#M14203</link>
      <description>&lt;P&gt;Hi Yue,&lt;/P&gt;
&lt;P&gt;from a quick view on your link it looks like it's an old server which might not support Xeon Phi at all.&amp;nbsp;You might check with Supermicro whether this server could host Xeon Phi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 09:49:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927685#M14203</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2013-09-27T09:49:16Z</dc:date>
    </item>
    <item>
      <title>otherwise it might also be</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927686#M14204</link>
      <description>&lt;P&gt;otherwise it might also be the case that your BIOS has this option by default - is your card detected at all?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 09:56:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927686#M14204</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2013-09-27T09:56:50Z</dc:date>
    </item>
    <item>
      <title>... see also http://www</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927687#M14205</link>
      <description>&lt;P&gt;... see also &lt;A href="http://www.supermicro.com/support/resources/gpu/"&gt;http://www.supermicro.com/support/resources/gpu/&lt;/A&gt;, and &lt;A href="http://www.supermicro.com/products/superblade/module/SBI-7127RG-E.cfm"&gt;http://www.supermicro.com/products/superblade/module/SBI-7127RG-E.cfm&lt;/A&gt;. From that it looks like you'd need the "-E" version&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 10:01:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927687#M14205</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2013-09-27T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Belinda,</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927688#M14206</link>
      <description>&lt;P&gt;Belinda,&lt;/P&gt;
&lt;P&gt;I've installed MPSS for Windows on a Windows 7 Pro x64 system. I can get the two Xeon Phi 5510P cards up and running, firmware updates, cards boot, micinfo shows both cards, cards ready, I can ping both cards. MicSmc-gui.exe shows both cards ideling along, ...&lt;/P&gt;
&lt;P&gt;I can compile&amp;nbsp;my first project selected in the tutorials coi folder "hello_world". The project compiles and runs fine up to the point where it wants to launch the native side app hello_world_sink_mic, which is not built by the solution (as separate project).&lt;/P&gt;
&lt;P&gt;Launching an Intel Parallel Studio XE 2013 command prompt for use with Visual Studio 2012, and navigating to the demo folder (under C:\Program Files\..." and issuing&lt;/P&gt;
&lt;P&gt;icl -Qmic hello_world_sink.cpp -o hello_world_sink_mic&lt;/P&gt;
&lt;P&gt;I receive an error stating stdio.h cannot be found, check MPSS environment variables.&lt;/P&gt;
&lt;P&gt;If I remove the -Qmic (not what I want as this compiles as host app) I get an error writing the .obj file (due to folder off C:\Program Files\..."&lt;/P&gt;
&lt;P&gt;If I copy the MPSS folder elsewhere (not under protected folder)...&lt;/P&gt;
&lt;P&gt;compile with -Qmic fails with stdio.h not found&lt;/P&gt;
&lt;P&gt;compile without -Qmic succeeds.&lt;/P&gt;
&lt;P&gt;IOW -Qmic expects a different set of environment variables (with respect to INCLUDE)&lt;/P&gt;
&lt;P&gt;How do I properly set the environment variable(s) for compiling the coprocessor side (-Qmic) of the demo programs under Windows?&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 02:05:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927688#M14206</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-11-06T02:05:28Z</dc:date>
    </item>
    <item>
      <title>We installed the 3120A card</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927689#M14207</link>
      <description>&lt;P&gt;We installed the 3120A card in Windows7 box, the card is blinking blue. Installed MPSS 3.1.2. The card is not displayed in Device Manager (?). "micctrl -s" command results in error:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Error manipulating coprocessor: Intel(R) Xeon Phi(TM) coprocessor driver is not loaded or you have insufficient access&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:21:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927689#M14207</guid>
      <dc:creator>Alex_R_</dc:creator>
      <dc:date>2014-02-12T15:21:16Z</dc:date>
    </item>
    <item>
      <title>Hi Alex, can you check the</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927690#M14208</link>
      <description>&lt;P&gt;Hi Alex, can you check the following (this is based on similar forum posts reported earlier this month)&lt;/P&gt;

&lt;P&gt;&amp;nbsp; 1. physically inspect the card installation - is the card inserted properly, and are all power connectors on the card plugged in properly&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;2. If you are working with a numa machine, where some of the PCI slots are enabled or disabled, you need to make sure the coprocessor is installed on an enabled PCI slot.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 17:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927690#M14208</guid>
      <dc:creator>BelindaLiviero</dc:creator>
      <dc:date>2014-02-12T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Thank you, BELINDA! Switching</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927691#M14209</link>
      <description>&lt;P&gt;Thank you, BELINDA! Switching to another PCI slot worked!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 22:05:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927691#M14209</guid>
      <dc:creator>Alex_R_</dc:creator>
      <dc:date>2014-02-12T22:05:05Z</dc:date>
    </item>
    <item>
      <title>Thanks for this.  Really</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927692#M14210</link>
      <description>&lt;P&gt;Thanks for this.&amp;nbsp; Really helpful.&amp;nbsp; Unfortunately the problem we are seeing is the driver crashing when the machine boots.&amp;nbsp; I've attached the stacktrace from the logs.&amp;nbsp; This is from the latest MPSS on RHEL 6.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:08:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927692#M14210</guid>
      <dc:creator>Jess</dc:creator>
      <dc:date>2014-03-19T14:08:58Z</dc:date>
    </item>
    <item>
      <title>The other problem that we are</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927693#M14211</link>
      <description>&lt;P&gt;The other problem that we are having is actually with NFS exporting GPFS shares.&amp;nbsp; Since the GPFS drivers and client software does not support MIC, we NFS export the drives from each host to its MICs.&amp;nbsp; It is very unreliable though, and so we find that the MICs will not mount the drives sometimes, citing "stale NFS filehandle" as the cause, which is untrue.&amp;nbsp; It seems related to the order of the mounts in /etc/fstab, as the first one will mount and the second won't.&lt;/P&gt;

&lt;P&gt;Ideally we'd like GPFS binaries for MIC, as this is a kludge anyway.&amp;nbsp; In the current state we can't really say to users that the systems are ready to use.&lt;/P&gt;

&lt;P&gt;(We'd also really like MPSS to support OFED 2.x, since that is what the rest of the machine is using.&amp;nbsp; Only the nodes with MICs in are on 1.5.x, and that's entirely due to needing it to support the IPoIB software provided with MPSS.)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 17:01:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927693#M14211</guid>
      <dc:creator>Jess</dc:creator>
      <dc:date>2014-03-19T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Hi Zaniyah, </title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927694#M14212</link>
      <description>&lt;P&gt;Hi Zaniyah,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;is your mic stracktrace from a consistently failing coprocessor (and can you send the tarball that gets created by the micdebug.sh script?)&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;As for GPFS -- are you in a position where you can ask IBM for their plans to support GPFS with Intel Xeon Phi Coprocessors ? &amp;nbsp; You can even tell them that there is now a Lustre client (was recently released, we'll provide a writeup on that soon).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I will make sure to pass on your comments about wanting OFED 2.x support.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:53:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927694#M14212</guid>
      <dc:creator>BelindaLiviero</dc:creator>
      <dc:date>2014-03-25T20:53:39Z</dc:date>
    </item>
    <item>
      <title>Hi Belinda,</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927695#M14213</link>
      <description>&lt;P&gt;Hi Belinda,&lt;/P&gt;

&lt;P&gt;I have installed mpss-3.2 for first use of Xeon Phi, but I can not know which version of Flash is installed and I can not update it.&lt;/P&gt;

&lt;P&gt;Neither can I start mpss service.&lt;/P&gt;

&lt;P&gt;Here are several results of commands :&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
sudo micinfo
MicInfo Utility Log
Copyright 2011-2013 Intel Corporation All Rights Reserved.

Created Thu Mar 27 08:18:47 2014


	System Info
		HOST OS			: Linux
		OS Version		: 2.6.32-431.5.1.el6.x86_64
		Driver Version		: 3.2-1
		MPSS Version		: 3.2
		Host Physical Memory	: 65918 MB

Device No: 0, Device Name: mic0

	Version
		Flash Version 		 : NotAvailable
		SMC Firmware Version	 : NotAvailable
		SMC Boot Loader Version	 : NotAvailable
		uOS Version 		 : NotAvailable
		Device Serial Number 	 : NotAvailable
...
&lt;/PRE&gt;

&lt;PRE class="brush:bash;"&gt;
sudo micflash -update -device all -smcbootloader
No image path specified - Searching: /usr/share/mpss/flash
mic0: No valid image found
&lt;/PRE&gt;

&lt;PRE class="brush:bash;"&gt;
micsmc
DEBUG: ***** MicSettings(parent)::fileName():  "/home/vivi/.config/Intel Corp/MicSmcGUI.ini" 
DEBUG: ***** SessionSettings(parent)::fileName():  "/home/vivi/.config/Intel Corp/MicSmcGUI.ini" 
Avertissement�: mic0 : Connexion avec le p�riph�rique perdue !
Infos Web mic0 : Connexion avec le p�riph�rique r�tablie.
Avertissement�: mic0 : Connexion avec le p�riph�rique perdue !
Infos Web mic0 : Connexion avec le p�riph�rique r�tablie.
Avertissement�: mic0 : Connexion avec le p�riph�rique perdue !
&lt;/PRE&gt;

&lt;PRE class="brush:bash;"&gt;
sudo service mpss start
Starting Intel(R) MPSS:                                    [ÉCHOUÉ]
&lt;/PRE&gt;

&lt;P&gt;May you help me to find what is the trouble ?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;Virginie&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:30:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927695#M14213</guid>
      <dc:creator>Virginie_Favrat</dc:creator>
      <dc:date>2014-03-27T07:30:40Z</dc:date>
    </item>
    <item>
      <title>I was thinking that there was</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927696#M14214</link>
      <description>&lt;P&gt;I was thinking that there was a probleme beacause of the kenrnel version.&lt;/P&gt;

&lt;P&gt;So I restart with the original kernel version and reinstall MPSS. But here is the result of micctrl --initdefaults :&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
micctrl --initdefaults
micctrl(segv_handler+0x18) [0x4070c8]
/lib64/libpthread.so.0() [0x34cb40f710]
/usr/lib64/libmpssconfig.so.0.0.1(_add_miclist_not_present+0xb8) [0x7f5c84a35b98]
/usr/lib64/libmpssconfig.so.0.0.1(mpss_get_miclist+0x4d) [0x7f5c84a35e7d]
micctrl(create_miclist+0x1cd) [0x42123d]
micctrl(parse_config_args+0x370) [0x40db60]
micctrl(main+0x236) [0x40df56]
/lib64/libc.so.6(__libc_start_main+0xfd) [0x34cb01ed1d]
micctrl() [0x406d29]
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:32:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927696#M14214</guid>
      <dc:creator>Virginie_Favrat</dc:creator>
      <dc:date>2014-03-27T10:32:48Z</dc:date>
    </item>
    <item>
      <title>Hi Virginie, can you send us</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927697#M14215</link>
      <description>&lt;P&gt;Hi Virginie, can you send us the output of /usr/bin/micdebug.sh (just attach the tarball to this thread). &amp;nbsp; That would be most helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 21:18:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927697#M14215</guid>
      <dc:creator>BelindaLiviero</dc:creator>
      <dc:date>2014-03-27T21:18:25Z</dc:date>
    </item>
    <item>
      <title>Hi Belinda !</title>
      <link>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927698#M14216</link>
      <description>&lt;P&gt;Hi Belinda !&lt;/P&gt;

&lt;P&gt;I send you the last one, but if you want I have 2 other ones (made on Tuesday and Wednesday).&lt;/P&gt;

&lt;P&gt;The usual commands I use to try as root :&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;lspci | grep proc&lt;/LI&gt;
	&lt;LI&gt;setenforce 0&lt;/LI&gt;
	&lt;LI&gt;modprobe mic&lt;/LI&gt;
	&lt;LI&gt;service mpss start&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2014 10:01:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Troubleshooting-HOWTO-Bad-hardware-MPSS-Configuration/m-p/927698#M14216</guid>
      <dc:creator>Virginie_Favrat</dc:creator>
      <dc:date>2014-03-28T10:01:00Z</dc:date>
    </item>
  </channel>
</rss>

