<?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 Ah, I see a problem.  Under in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952759#M2994</link>
    <description>&lt;P&gt;Ah, I see&amp;nbsp;a problem.&amp;nbsp; Under Windows*, the command isn't mpirun, it's mpiexec.&amp;nbsp; Try it again with mpiexec, and see if that works.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2013 18:23:46 GMT</pubDate>
    <dc:creator>James_T_Intel</dc:creator>
    <dc:date>2013-08-12T18:23:46Z</dc:date>
    <item>
      <title>running mpiexec wrapper (windows), issue with credentials</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952756#M2991</link>
      <description>&lt;P&gt;using MPIEXEC wrapper, entered credentials of "administrator" ???&lt;BR /&gt;launch failed: CreateProcess(C:\Projects\WS_TESTS\ready_INTELC\WS.exe) on&lt;BR /&gt;'JOHNG.local.quantec.com' failed, error 487 - Attempt to access invalid address.&lt;/P&gt;&lt;P&gt;I am not using the hostfile so only want to take advantage of the local processors.&lt;/P&gt;&lt;P&gt;using "mpirun -n 8 ws.exe"&lt;/P&gt;&lt;P&gt;User credentials needed to launch processes:&lt;BR /&gt;account (domain\user) [QUAxxxxx000\xxxx]:&lt;BR /&gt;password:&lt;BR /&gt;launch failed: CreateProcess(ws.exe) on 'xxxx.local.xxxxec.com' failed, error&lt;BR /&gt;487 - Attempt to access invalid address.&lt;/P&gt;&lt;P&gt;Why is it asking for the above?&amp;nbsp; I ran the "test" example and everything works fine there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 14:11:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952756#M2991</guid>
      <dc:creator>Maurice_Breault</dc:creator>
      <dc:date>2013-07-17T14:11:27Z</dc:date>
    </item>
    <item>
      <title>Hi Maurice,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952757#M2992</link>
      <description>&lt;P&gt;Hi Maurice,&lt;/P&gt;
&lt;P&gt;This does not appear to be related to your account credentials.&amp;nbsp; Just to be certain there are no stray environment variables causing a problem, can you please&amp;nbsp;provide the output from&lt;/P&gt;
&lt;P&gt;[plain]set I_MPI[/plain]&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;BR /&gt; James Tullos&lt;BR /&gt; Technical Consulting Engineer&lt;BR /&gt; Intel® Cluster Tools&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 16:08:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952757#M2992</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-08-12T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Hi James.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952758#M2993</link>
      <description>&lt;P&gt;Hi James.&lt;/P&gt;
&lt;P&gt;Ran the following.&lt;/P&gt;
&lt;P&gt;set i_mpi&lt;BR /&gt;I_MPI_ROOT=C:\Prgx86\Intel\MPI\4.1.0.023\&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 16:26:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952758#M2993</guid>
      <dc:creator>Maurice_Breault</dc:creator>
      <dc:date>2013-08-12T16:26:14Z</dc:date>
    </item>
    <item>
      <title>Ah, I see a problem.  Under</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952759#M2994</link>
      <description>&lt;P&gt;Ah, I see&amp;nbsp;a problem.&amp;nbsp; Under Windows*, the command isn't mpirun, it's mpiexec.&amp;nbsp; Try it again with mpiexec, and see if that works.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 18:23:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952759#M2994</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-08-12T18:23:46Z</dc:date>
    </item>
    <item>
      <title>Hi James.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952760#M2995</link>
      <description>&lt;P&gt;Hi James.&lt;/P&gt;
&lt;P&gt;It was my mistake entering mpirun on my first comment.&amp;nbsp; In windows you are correct, it is mpiexec.&amp;nbsp; Trying mpirun simply returns command not found.&lt;/P&gt;
&lt;P&gt;I still get the same issue requesting user name and password.&amp;nbsp; I also get the same issue using the application wrapper&amp;nbsp;"wmpiexec.exe" windows application.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 18:40:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952760#M2995</guid>
      <dc:creator>Maurice_Breault</dc:creator>
      <dc:date>2013-08-12T18:40:22Z</dc:date>
    </item>
    <item>
      <title>Please try running this:</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952761#M2996</link>
      <description>&lt;P&gt;Please try running this:&lt;/P&gt;
&lt;P&gt;[plain]mpiexec -genv I_MPI_DEBUG 5 -n 8 ws.exe[/plain]&lt;/P&gt;
&lt;P&gt;And provide the output.&amp;nbsp; Also, if you could run with the test program as well, to compare the results, that would be helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 18:46:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952761#M2996</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-08-12T18:46:18Z</dc:date>
    </item>
    <item>
      <title>Find attached the result of</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952762#M2997</link>
      <description>&lt;P&gt;Find attached the result of the test.&lt;/P&gt;
&lt;P&gt;Note: the ws.exe application is 32 bit compiled.&amp;nbsp; Could not get the 64bit version working at the time.&amp;nbsp; Was always receiving stack segment fault when trying to run the 64 bit version.&amp;nbsp; Unfortunately, the compiler was being evaluated and is now expired.&amp;nbsp; But find attached the results of the test.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 19:06:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952762#M2997</guid>
      <dc:creator>Maurice_Breault</dc:creator>
      <dc:date>2013-08-12T19:06:56Z</dc:date>
    </item>
    <item>
      <title>What version of Windows* are</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952763#M2998</link>
      <description>&lt;P&gt;What version of Windows* are you using?&amp;nbsp; Is ws.exe a graphical application?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2013 19:13:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952763#M2998</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-08-12T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Hi James.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952764#M2999</link>
      <description>&lt;P&gt;Hi James.&lt;/P&gt;
&lt;P&gt;Using 64 bit Windows 7 SP1.&amp;nbsp; The application is a console application.&amp;nbsp; It is currently running on the linux platform but using the gnu compiler and its associated opensource libraries.&amp;nbsp; The exercise was trying to see if we can increase the speed of the inversions by compiling using the intel libraries.&amp;nbsp; They take weeks to run so saving a day is a benefit (code execution wise).&amp;nbsp; The linux version (intel evaluation) compiled but was unable to use your BLAS/LAPACK libraries, also came up with segment issues when running so had to use the free linux distributions so ended with the same execution speed.&lt;/P&gt;
&lt;P&gt;Unfortunately, I think I would have to look into the source in order to find the issue&amp;nbsp;but have moved on to other projects at the moment.&lt;/P&gt;
&lt;P&gt;Thanks for your help&lt;/P&gt;
&lt;P&gt;Maurice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 12:27:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952764#M2999</guid>
      <dc:creator>Maurice_Breault</dc:creator>
      <dc:date>2013-08-14T12:27:46Z</dc:date>
    </item>
    <item>
      <title>I'm not an expert in MKL, so</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952765#M3000</link>
      <description>&lt;P&gt;I'm not an expert in MKL, so you'd want to ask about that in their forum.&amp;nbsp; But my understanding is that it should just be a drop-in replacement.&lt;/P&gt;
&lt;P&gt;Let me know when you're back on this project, and we'll take a look at it some more at that time.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 18:32:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/running-mpiexec-wrapper-windows-issue-with-credentials/m-p/952765#M3000</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2013-08-14T18:32:26Z</dc:date>
    </item>
  </channel>
</rss>

