<?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 Hi Sumedh, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939454#M16688</link>
    <description>&lt;P&gt;Hi Sumedh,&lt;/P&gt;

&lt;P&gt;Let me answer your queries.&lt;/P&gt;

&lt;P&gt;1. There is no job scheduler.&lt;/P&gt;

&lt;P&gt;2. I have been successful in executing the binaries on Xeon and MiC individually.&lt;/P&gt;

&lt;P&gt;3. which mpirun&amp;nbsp; : /opt/intel//impi/4.1.3.048/mic/bin/mpirun&lt;/P&gt;

&lt;P&gt;env | grep I_MPI : I_MPI_MIC=1, I_MPI_ROOT=/opt/intel//impi/4.1.3.048&lt;/P&gt;

&lt;P&gt;Hi Klaus,&lt;/P&gt;

&lt;P&gt;I did export I_MPI_MIC=1 on MiC before running the executable.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2014 07:05:33 GMT</pubDate>
    <dc:creator>ravi_O_</dc:creator>
    <dc:date>2014-03-10T07:05:33Z</dc:date>
    <item>
      <title>Hybrid mode execution(Xeon and MiC)</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939449#M16683</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
	I am trying to run a hybrid mode(Xeon and MiC) of my application using MPI. However I keep getting this error.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;HYD_pmcd_pmiserv_send_signal (./pm/pmiserv/pmiserv_cb.c:239): assert (!closed) failed&lt;BR /&gt;
	ui_cmd_cb (./pm/pmiserv/pmiserv_pmci.c:127): unable to send SIGUSR1 downstream&lt;BR /&gt;
	HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:77): callback returned error status&lt;BR /&gt;
	HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:435): error waiting for event&lt;BR /&gt;
	main (./ui/mpich/mpiexec.c:901): process manager error waiting for completion&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I am using this command to execute the binaries on Xeon and MiC&lt;BR /&gt;
	&lt;STRONG&gt;mpirun -genvnone -genv I_MPI_FABRICS shm:tcp -n 24 -machinefile machinefile executable_Xeon -parallel : -n 60 -machinefile machinefile executable_MiC -parallel&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 10:48:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939449#M16683</guid>
      <dc:creator>ravi_O_</dc:creator>
      <dc:date>2014-03-06T10:48:26Z</dc:date>
    </item>
    <item>
      <title>Hi Ravi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939450#M16684</link>
      <description>&lt;P&gt;Hi Ravi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Your command line is incorrect. The -machinefile option is a global flag so you cannot use it for each argument set as you're doing. Is the machine file same on the host and the coprocessor?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If yes, you could use the following command:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;mpirun -genvnone -genv I_MPI_FABRICS shm:tcp&lt;STRONG&gt; -machinefile machinefile&lt;/STRONG&gt; –n 24 executable_Xeon -parallel : -n 60 executable_MiC -parallel&lt;/P&gt;

&lt;P&gt;else, you can specify the hosts like this:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;mpirun -genvnone -genv I_MPI_FABRICS shm:tcp -n 24 &lt;STRONG&gt;-hosts Xeon1,Xeon2 &lt;/STRONG&gt;executable_Xeon -parallel : -n 60 &lt;STRONG&gt;-hosts MIC1,MIC2&lt;/STRONG&gt; executable_MiC -parallel&lt;/P&gt;

&lt;P&gt;Finally, I assume that the -parallel option is an argument for your executables. Is that correct?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 18:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939450#M16684</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-03-06T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Hi Sumedh,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939451#M16685</link>
      <description>&lt;P&gt;Hi Sumedh,&lt;/P&gt;

&lt;P&gt;I tried the changes you recommended but still got the same error.&lt;/P&gt;

&lt;P&gt;Yes -parallel is an argument to the executable.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2014 07:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939451#M16685</guid>
      <dc:creator>ravi_O_</dc:creator>
      <dc:date>2014-03-07T07:51:00Z</dc:date>
    </item>
    <item>
      <title>Hi Ravi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939452#M16686</link>
      <description>&lt;P&gt;Hi Ravi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;At this point, I am unsure of what is causing this error. Could you give us some more information about the environment:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1) Are you running the application under a job scheduler? Do you have any other MPI libraries installed?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;2) Could you please verify the functionality of the Intel MPI library by running a test example that is provided with the MPI library. You can find the test code in &amp;lt;install_dir&amp;gt;/test.&lt;/P&gt;

&lt;P&gt;3) Can you please share the results of the following commands:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; $ which mpirun&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; $env | grep I_MPI&lt;/P&gt;

&lt;P&gt;4) Try collecting more debug info by adding I_MPI_DEBUG=5 to your run command:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; mpirun –genvnone –genv I_MPI_DEBUG5 –genv I_MPI_FABRICS shm:tcp&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:18:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939452#M16686</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-03-07T16:18:02Z</dc:date>
    </item>
    <item>
      <title>Hi Ravi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939453#M16687</link>
      <description>&lt;P&gt;Hi Ravi,&lt;/P&gt;

&lt;P&gt;An additional question and some remarks:&lt;/P&gt;

&lt;P&gt;Did you&amp;nbsp;export the environment variable I_MPI_MIC=1? This is necessary to run in symmetric mode.&amp;nbsp;If not you should also see a message (with $I_MPI_ROOT expanded to the installation directory):&lt;BR /&gt;
	&lt;STRONG&gt;bash: $I_MPI_ROOT/intel64/bin/pmi_proxy: cannot execute binary file&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;W.r.t. your initial command line, you can easily use a global machinefile if the executable names&amp;nbsp;differ only in a postfix or a prefix by using the environment variables I_MPI_MIC_POSTFIX or I_MPI_MIC_POSTFIX, e.g.:&lt;/P&gt;

&lt;P&gt;Executable on host: &lt;STRONG&gt;executable_Xeon &lt;/STRONG&gt;&lt;BR /&gt;
	Executable on MIC: &lt;STRONG&gt;executable_Xeon.mic&lt;BR /&gt;
	export I_MPI_MIC=1&lt;BR /&gt;
	mpirun -genvnone -genv I_MPI_MIC_POSTFIX .mic -genv I_MPI_FABRICS shm:tcp -n 84 -machinefile machinefile executable_Xeon -parallel&lt;/STRONG&gt;&lt;BR /&gt;
	NB: Because of the -genvnone you have to put the I_MPI_MIC_POSTFIX setting onto the command line. Please consider whether -genvnone is really needed, otherwise you could just: &lt;STRONG&gt;export &lt;/STRONG&gt;&lt;STRONG&gt;I_MPI_MIC_POSTFIX=.mic&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Intel MPI will add the postfix on the fly to the executable name on MIC. The prefix is&amp;nbsp;in particular useful&amp;nbsp;if your MIC executable&amp;nbsp;has an&amp;nbsp;identical name but is located in&amp;nbsp;another directory, e.g.:&lt;/P&gt;

&lt;P&gt;Executable on coprocessor: &lt;STRONG&gt;local_sub_dir/executable_Xeon&lt;/STRONG&gt;&lt;BR /&gt;
	&lt;STRONG&gt;export I_MPI_MIC_PREFIX=local_sub_dir/&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:23:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939453#M16687</guid>
      <dc:creator>Klaus-Dieter_O_Intel</dc:creator>
      <dc:date>2014-03-07T16:23:37Z</dc:date>
    </item>
    <item>
      <title>Hi Sumedh,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939454#M16688</link>
      <description>&lt;P&gt;Hi Sumedh,&lt;/P&gt;

&lt;P&gt;Let me answer your queries.&lt;/P&gt;

&lt;P&gt;1. There is no job scheduler.&lt;/P&gt;

&lt;P&gt;2. I have been successful in executing the binaries on Xeon and MiC individually.&lt;/P&gt;

&lt;P&gt;3. which mpirun&amp;nbsp; : /opt/intel//impi/4.1.3.048/mic/bin/mpirun&lt;/P&gt;

&lt;P&gt;env | grep I_MPI : I_MPI_MIC=1, I_MPI_ROOT=/opt/intel//impi/4.1.3.048&lt;/P&gt;

&lt;P&gt;Hi Klaus,&lt;/P&gt;

&lt;P&gt;I did export I_MPI_MIC=1 on MiC before running the executable.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 07:05:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939454#M16688</guid>
      <dc:creator>ravi_O_</dc:creator>
      <dc:date>2014-03-10T07:05:33Z</dc:date>
    </item>
    <item>
      <title>Hi Ravi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939455#M16689</link>
      <description>&lt;P&gt;Hi Ravi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It would be very helpful if you can also share the output with the I_MPI_DEBUG5.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Sumedh&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 17:09:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939455#M16689</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-03-10T17:09:13Z</dc:date>
    </item>
    <item>
      <title>Hi Sumedh,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939456#M16690</link>
      <description>&lt;P&gt;Hi Sumedh,&lt;/P&gt;

&lt;P&gt;The thing is I am not able to run/spawn the binaries on the host and the co-processor in hybrid mode. Hence I am unable to collect info from I_MPI_DEBUG.&lt;/P&gt;

&lt;P&gt;Do you think InfiniBand setup might be a cause for this error?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 13:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939456#M16690</guid>
      <dc:creator>ravi_O_</dc:creator>
      <dc:date>2014-03-11T13:18:00Z</dc:date>
    </item>
    <item>
      <title>In my experience, a broken</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939457#M16691</link>
      <description>&lt;P&gt;In my experience, a broken infiniband setup didn't prevent running with I_MPI_FABRICS shm:tcp, although performance could be much worse than with no infiniband.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 15:50:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939457#M16691</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-03-11T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Hi Ravi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939458#M16692</link>
      <description>&lt;P&gt;Hi Ravi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I agree with Tim. Since you are using shm:tcp which will enable running over ethernet, infiniband is not used at all.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;However, I did notice that you have not sourced the correct MPI variables. I am guessing that you are running the MPI command on the host and hence you need to source the host MPI variables.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;[user@host1] source /opt/intel/impi/4.1.3.048/&lt;STRONG&gt;bin64&lt;/STRONG&gt;/mpivars.sh&lt;BR /&gt;
	[user@host1] which mpirun&lt;BR /&gt;
	/opt/intel/impi/4.1.3.048&lt;STRONG&gt;/bin/intel64/&lt;/STRONG&gt;mpirun&lt;/P&gt;

&lt;P&gt;Also, can you please confirm that you have setup passwordless ssh on the coprocessor i.e. whenever you execute "ssh mic0" you should be able log into the coprocessor without being prompted for a password.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Lastly, could you please share the contents of machinefile. The machine file should contain just the host and the MIC hostnames. For example,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;[user@host1] cat machinefile&lt;BR /&gt;
	host1&lt;BR /&gt;
	mic0&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 16:19:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939458#M16692</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-03-11T16:19:06Z</dc:date>
    </item>
    <item>
      <title>Hi Sumedh,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939459#M16693</link>
      <description>&lt;P&gt;Hi Sumedh,&lt;/P&gt;

&lt;P&gt;Let me tell you the steps I followed, I guess that would paint a clear picture. I am spawining the executables from MiC using I_MPI_MIC=1 and sourcing all the paths/exports in the bash of mic before launching the executables. For the host I have modified the .bashrc to include the paths/exports. Modifying the bashrc was necessary because I have to take care of application specific exports.the content of my machine file is as follows:&lt;/P&gt;

&lt;P&gt;Host-hostname:24&lt;/P&gt;

&lt;P&gt;MiC-hostname:60&lt;/P&gt;

&lt;P&gt;Yes you are correct I can do a passwordless ssh into MiC&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 05:28:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939459#M16693</guid>
      <dc:creator>ravi_O_</dc:creator>
      <dc:date>2014-03-12T05:28:18Z</dc:date>
    </item>
    <item>
      <title>Hi Ravi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939460#M16694</link>
      <description>&lt;P&gt;Hi Ravi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For the symmetric mode of execution, I generally spawn the executable from the host with I_MPI_MIC=1. I source just the paths for the host using "&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;/opt/intel/impi/4.1.3.048/&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;bin64&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;/mpivars.sh". You can also set any additional environment variables for the host and the coprocessor separately by using the '-env' clause.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;Lastly, If you specify the number of ranks in the machine file, you do not need specify the ranks in the command line using the '-n' s&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;witch.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 21:46:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939460#M16694</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-03-12T21:46:18Z</dc:date>
    </item>
    <item>
      <title>Check for any firewalls which</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939461#M16695</link>
      <description>&lt;P&gt;Check for any firewalls which may be preventing the host and coprocessor from communicating.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2014 14:29:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939461#M16695</guid>
      <dc:creator>Gregg_S_Intel</dc:creator>
      <dc:date>2014-03-13T14:29:19Z</dc:date>
    </item>
    <item>
      <title>Hi Sumedh,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939462#M16696</link>
      <description>&lt;P&gt;Hi Sumedh,&lt;/P&gt;

&lt;P&gt;Pardon me for the delayed response.I was successful in launching the symmetric mode from Host machine.&lt;/P&gt;

&lt;P&gt;Here is my mpirun command&lt;/P&gt;

&lt;P&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;mpirun -genv I_MPI_FABRICS shm:tcp -n 24 -machinefile machinefile &amp;lt;XEON_executable&amp;gt; parameters: -genvnone -n 60 -machinefile machinefile sh script.sh&lt;/SPAN&gt;&lt;/B&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;I exported all the paths for Xeon along with I_MPI_MIC=1 . Content of script.sh&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;source /opt/intel/impi/latest/mic/bin/mpivars.sh&amp;nbsp;&lt;BR /&gt;
	export MPI_ROOT=$I_MPI_ROOT/mic&amp;nbsp;&lt;BR /&gt;
	export LD_LIBRARY_PATH=/opt/intel/compiler/latest/lib/mic:$LD_LIBRARY_PATH&lt;BR /&gt;
	&amp;lt;MiC_executable&amp;gt; parameters&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Thanks for all your help.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2014 08:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939462#M16696</guid>
      <dc:creator>ravi_o_1</dc:creator>
      <dc:date>2014-05-21T08:15:09Z</dc:date>
    </item>
    <item>
      <title>Ravi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939463#M16697</link>
      <description>&lt;P&gt;Ravi,&lt;/P&gt;

&lt;P&gt;Thanks for documenting this for the community.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	---&lt;BR /&gt;
	Taylor&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2014 14:54:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hybrid-mode-execution-Xeon-and-MiC/m-p/939463#M16697</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2014-05-21T14:54:38Z</dc:date>
    </item>
  </channel>
</rss>

