<?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 When I tried again later in in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028565#M4146</link>
    <description>&lt;P&gt;When I tried again later in the day, I was able to download the runtime package.&lt;/P&gt;

&lt;P&gt;After the new 5.1 library install, my original problem was resolved...Thanks.&lt;/P&gt;

&lt;P&gt;Btw, earlier I was using the option -pwdfile to pass in the name of a file that had the credential of the MPI to launch programs, and I now see that option is not valid in 5.1 version....do you know what's the new command line option to pass in the credentials ...either thru file or command line arguments ?&lt;/P&gt;

&lt;P&gt;Sashi&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jul 2015 21:22:43 GMT</pubDate>
    <dc:creator>Sashi_B_</dc:creator>
    <dc:date>2015-07-31T21:22:43Z</dc:date>
    <item>
      <title>Unable to launch MPI on Windows 2012</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028559#M4140</link>
      <description>&lt;P&gt;I have been using Intel MPI library on a Windows 2008 R1 server for&amp;nbsp;few years&amp;nbsp;without any issues. However, we recently switched to Windows Server 2012 R2, and now I can't launch MPI due to following error, when I use the command line -&lt;/P&gt;

&lt;P&gt;mpiexec -n 1 -localroot&amp;nbsp; ./eDR_IMC.exe&lt;/P&gt;

&lt;P&gt;" Error while connecting to host, No connection could be made because the target machine actively refused it. (10061)&lt;BR /&gt;
	Connect on sock (host=eDR-IMC2, port=8676) failed, exhaused all end points&lt;BR /&gt;
	Unable to connect to 'eDR-IMC2:8676',&lt;BR /&gt;
	sock error: Error = -1"&lt;/P&gt;

&lt;P&gt;I did ensure all windows firewall settings were disabled.&lt;/P&gt;

&lt;P&gt;Please help resolve this issue.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;SashiBala&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 00:44:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028559#M4140</guid>
      <dc:creator>Sashi_B_</dc:creator>
      <dc:date>2015-07-28T00:44:01Z</dc:date>
    </item>
    <item>
      <title>Hello Sashi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028560#M4141</link>
      <description>&lt;P&gt;Hello Sashi,&lt;BR /&gt;
	Which version of Intel MPI Library do you use?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:09:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028560#M4141</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2015-07-28T07:09:14Z</dc:date>
    </item>
    <item>
      <title>Hi :</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028561#M4142</link>
      <description>&lt;P&gt;Hi :&lt;/P&gt;

&lt;P&gt;Thanks for the prompt response.&amp;nbsp; It’s &lt;STRONG&gt;Intel MPI for Windows 3.2.2, build date 08/27/2009&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;Questions:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;
		&lt;P&gt;Can I still use this version with the new Windows Server 2012 R2 ?&lt;/P&gt;
	&lt;/LI&gt;
	&lt;LI&gt;
		&lt;P&gt;If not, can I just download the latest Intel MPI Runtime library and use it directly with my existing application, OR do I need to get the new MPI package and have to recompile my application with the new MPI library ?&lt;/P&gt;
	&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Looking forward to your response.&lt;/P&gt;

&lt;P&gt;Sashi&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 21:02:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028561#M4142</guid>
      <dc:creator>Sashi_B_</dc:creator>
      <dc:date>2015-07-29T21:02:13Z</dc:date>
    </item>
    <item>
      <title>Hi Sashi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028562#M4143</link>
      <description>&lt;P&gt;Hi Sashi,&lt;BR /&gt;
	Regarding to Intel MPI Library for Windows 3.2.2, please see the appropriate Release Notes for details about supported operating systems. As far as I see Windows* Server 2012 R2 isn't supported&amp;nbsp;by Intel MPI Library 3.2.2.&lt;BR /&gt;
	You can try to use your application with latest Intel MPI Library Runtime Environment - generally it's backward compatible with 3.2.2 version. There may be some incompatibility related issues - refer to the Intel MPI Library Release Notes for details (for example, buffer aliasing issue). You can try to use I_MPI_COMPATIBILITY=3 if you met any problems (refer to the Intel MPI Library Reference Manual for additional information).&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 11:21:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028562#M4143</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2015-07-30T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Thanks Ardem. I tried to</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028563#M4144</link>
      <description>&lt;P&gt;Thanks Ardem. I tried to download the free runtime library from the Intel MPI main website, but it keeps throwing error. Is there an alternate location to download from ?&lt;/P&gt;

&lt;P&gt;Sashi&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 21:20:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028563#M4144</guid>
      <dc:creator>Sashi_B_</dc:creator>
      <dc:date>2015-07-30T21:20:23Z</dc:date>
    </item>
    <item>
      <title>Hi Sashi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028564#M4145</link>
      <description>&lt;P&gt;Hi Sashi,&lt;BR /&gt;
	What kind of errors do you have?&lt;BR /&gt;
	There's a link 'Runtime for Windows*' on the official Intel MPI Library web-page: &lt;A href="https://software.intel.com/en-us/intel-mpi-library"&gt;https://software.intel.com/en-us/intel-mpi-library&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 07:02:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028564#M4145</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2015-07-31T07:02:48Z</dc:date>
    </item>
    <item>
      <title>When I tried again later in</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028565#M4146</link>
      <description>&lt;P&gt;When I tried again later in the day, I was able to download the runtime package.&lt;/P&gt;

&lt;P&gt;After the new 5.1 library install, my original problem was resolved...Thanks.&lt;/P&gt;

&lt;P&gt;Btw, earlier I was using the option -pwdfile to pass in the name of a file that had the credential of the MPI to launch programs, and I now see that option is not valid in 5.1 version....do you know what's the new command line option to pass in the credentials ...either thru file or command line arguments ?&lt;/P&gt;

&lt;P&gt;Sashi&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 21:22:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028565#M4146</guid>
      <dc:creator>Sashi_B_</dc:creator>
      <dc:date>2015-07-31T21:22:43Z</dc:date>
    </item>
    <item>
      <title>Hi Sashi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028566#M4147</link>
      <description>&lt;P&gt;Hi Sashi,&lt;BR /&gt;
	&lt;BR /&gt;
	You can use 'mpiexec -register' to save credentials in the registry.&lt;BR /&gt;
	I'd recommend to learn Getting Started with Intel® MPI Library for Windows* OS - it provides some brief information about the new Intel MPI Library usage.&lt;BR /&gt;
	Pay attention that there's a new process manager Hydra instead of the old one (SMPD is deprecated). mpiexec utility is now used by Hydra.&lt;BR /&gt;
	&lt;BR /&gt;
	Just in case:&lt;BR /&gt;
	Hydra: mpiexec + hydra_service (service)&lt;BR /&gt;
	SMPD: mpiexec.smpd + smpd (service)&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2015 07:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028566#M4147</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2015-08-03T07:31:00Z</dc:date>
    </item>
    <item>
      <title>Got it. Thanks again Artem</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028567#M4148</link>
      <description>&lt;P&gt;Got it. Thanks again Artem for the valuable info on the new process manager.&lt;/P&gt;

&lt;P&gt;Sashi&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 01:30:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Unable-to-launch-MPI-on-Windows-2012/m-p/1028567#M4148</guid>
      <dc:creator>Sashi_B_</dc:creator>
      <dc:date>2015-08-04T01:30:04Z</dc:date>
    </item>
  </channel>
</rss>

