<?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 Can MPI be used to parallelize a QuickWin application? in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032715#M4188</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Fortran QuickWin Application called GEMix in which I want to parallelize the computations in a single subroutine with no calls to QuickWin. The code is compiled and built (to GEMix.exe) in Visual Studio 2010 + Fortran Visual Cluster Studio 2016.&lt;/P&gt;&lt;P&gt;When I then open a command window and tries to execute GEM.exe via wmpiexec I get the error message "Can't load dynamic library".&lt;/P&gt;&lt;P&gt;Is it principally impossible to apply MPI to a QuickWin application or can the error be solved by a library reference to e.g. the QuickWin library?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Anders S&lt;/P&gt;</description>
    <pubDate>Sat, 24 Oct 2015 16:48:35 GMT</pubDate>
    <dc:creator>Anders_S_1</dc:creator>
    <dc:date>2015-10-24T16:48:35Z</dc:date>
    <item>
      <title>Can MPI be used to parallelize a QuickWin application?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032715#M4188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Fortran QuickWin Application called GEMix in which I want to parallelize the computations in a single subroutine with no calls to QuickWin. The code is compiled and built (to GEMix.exe) in Visual Studio 2010 + Fortran Visual Cluster Studio 2016.&lt;/P&gt;&lt;P&gt;When I then open a command window and tries to execute GEM.exe via wmpiexec I get the error message "Can't load dynamic library".&lt;/P&gt;&lt;P&gt;Is it principally impossible to apply MPI to a QuickWin application or can the error be solved by a library reference to e.g. the QuickWin library?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 16:48:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032715#M4188</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-10-24T16:48:35Z</dc:date>
    </item>
    <item>
      <title>You need to assure that when</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032716#M4189</link>
      <description>&lt;P&gt;You need to assure that when a new cmd window is opened by MPI, it is set to include the PATH to all needed dll.&amp;nbsp; This may be the reason why the installation of Intel MPI adds items to the Windows saved environment system path, but this method has disadvantages.&amp;nbsp;&amp;nbsp; Probably better is to wrap your application into a .bat script which sets the additional required PATH entries.&lt;/P&gt;

&lt;P&gt;If you are using Intel MPI, the experts on that hang out on the Cluster forum.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 17:23:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032716#M4189</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-10-24T17:23:05Z</dc:date>
    </item>
    <item>
      <title>Hi Tim,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032717#M4190</link>
      <description>&lt;P&gt;Hi Tim,&lt;/P&gt;

&lt;P&gt;Thank you for your very rapid reply! I have moved the question to the cluster expertise according to your advice.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 18:44:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032717#M4190</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-10-24T18:44:34Z</dc:date>
    </item>
    <item>
      <title>You should certainly be able</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032718#M4191</link>
      <description>&lt;P&gt;You should certainly be able to run a windowed application via MPI.&amp;nbsp; There is a tool called Dependency Walker which will show you the dependencies of an application, and which files are used to satisfy those dependencies.&amp;nbsp; I would suggest using that tool to find your missing library.&lt;/P&gt;

&lt;P&gt;Also, is this a 32-bit application?&amp;nbsp; We have removed support for 32-bit applications in the Intel® MPI Library.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 21:02:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032718#M4191</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2015-11-30T21:02:11Z</dc:date>
    </item>
    <item>
      <title>Hi James T again,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032719#M4192</link>
      <description>&lt;P&gt;Hi James T again,&lt;/P&gt;

&lt;P&gt;I forgot to tell you that it is a 64-bit application.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders salwén&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 18:43:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032719#M4192</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-12-09T18:43:40Z</dc:date>
    </item>
    <item>
      <title>Are you still having problems</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032720#M4193</link>
      <description>&lt;P&gt;Are you still having problems?&amp;nbsp; If so, which library is missing?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 19:30:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032720#M4193</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2015-12-09T19:30:46Z</dc:date>
    </item>
    <item>
      <title>Greetings James T,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032721#M4194</link>
      <description>&lt;P&gt;Greetings James T,&lt;/P&gt;

&lt;P&gt;I have taken the MPI test routine named test and added a simple QuickWin based plot routine plotting a red rectangle near&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;the lower right corner on the screen (attached). When I open a QuickWin project in Developer Studio,compile, link and then run MPI in a command window using wmpiexec &amp;nbsp;the "MPI threading run time library" seem to be missing. My efforts to add library information in wmpiexec were not succesful.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If I on the other hand open a console project, compile, link and then run MPI using wmpiexec the libraries necessary for the QickWin plot apeears to be missing. If I take away the plot routine call, everything works fine with MPI.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As I have recently started to try to use MPI I would be most grateful if you could show how to combine MPI with QuickWin by making the supplied test routine work.&lt;/P&gt;

&lt;P&gt;Bets regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 21:11:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032721#M4194</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-12-10T21:11:12Z</dc:date>
    </item>
    <item>
      <title>I'm encountering a few</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032722#M4195</link>
      <description>&lt;P&gt;I'm encountering a few oddities, but that might be due to my lack of familiarity with QuickWin.&amp;nbsp; But your program is working for me, through either mpiexec or wmpiexec.&lt;/P&gt;

&lt;P&gt;When I ran your program, I didn't see a rectangle drawn.&amp;nbsp; The program opens one window for each rank, with a blank console in all except rank 0.&amp;nbsp; Rank 0 has the standard hello world output.&lt;/P&gt;

&lt;P&gt;I would put your plot call before MPI_Finalize unless you need to continue work after MPI is finished.&lt;/P&gt;

&lt;P&gt;Can you run with mpiexec instead of wmpiexec?&amp;nbsp; Are you getting an error stating exactly which library is missing?&amp;nbsp; Have you tried Dependency Walker on your program?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 22:02:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032722#M4195</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2015-12-11T22:02:56Z</dc:date>
    </item>
    <item>
      <title>Greetings James T,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032723#M4196</link>
      <description>&lt;P&gt;Greetings James T,&lt;/P&gt;

&lt;P&gt;My real application is a sum of sequential and parallel parts. All plotting is produced in the sequential parts and produces a number of small plots on the screen telling what is happening during the calculations (convergence, minimum search,...). This gives a very good overview of the computational flow and is an excellent tool for error identification.&lt;/P&gt;

&lt;P&gt;As there is no need for plotting during the parallel parts, the windows for rank 1,2,3... should be surpressed. Is the window for rank 0 the initial window defined at start? Otherwise, one has to supressed also that window.&lt;/P&gt;

&lt;P&gt;What did you do to run the test routine?&lt;/P&gt;

&lt;P&gt;I can run both wmpiexec and mpiexec,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have also run the test routine as a console project in Visual Studio 2010 with the MPI library references included. By adding /libs:qwin to the compiler options the QuickWin routine calls were resolved but one link error remained (see attached picture).:&lt;/P&gt;

&lt;P&gt;error LNK2019: unresolved external symbol for_exit_handler referenced in function_QWFrameWndProc (ifqwin.lib(qwkwnd.obj)&lt;/P&gt;

&lt;P&gt;This error may be related to that the project used was a console project.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Therefore I could not run the Dependency Walker on the console project.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Anders S&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2015 18:03:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032723#M4196</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-12-13T18:03:48Z</dc:date>
    </item>
    <item>
      <title>I'm compiling and running via</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032724#M4197</link>
      <description>&lt;P&gt;I'm compiling and running via the command line:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;mpiifort test.f90 /libs:qwin
mpiexec -n 2 test.exe
&lt;/PRE&gt;

&lt;P&gt;Running with wmpiexec also works.&amp;nbsp; Are you able to compile the test program via command line?&lt;/P&gt;

&lt;P&gt;I would expect that setting /libs:qwin would override the console project settings.&amp;nbsp; I'm not a Visual Studio expert though, so maybe I'm wrong here.&amp;nbsp; But you should still be able to use Dependency Walker on a console application.&amp;nbsp; I've done that in the past with no problems.&amp;nbsp; Ensure that you are using the 64 bit Dependency Walker.&lt;/P&gt;

&lt;P&gt;For the plotting in sequential parts, you can use something like:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;if (rank .eq. 0) then
&amp;nbsp; ! plot work
end if&lt;/PRE&gt;

&lt;P&gt;You'll still have windows opened for every rank though.&amp;nbsp; If you only want windows opened on the master rank, you'll need to compile the master separately from the workers, and run a heterogeneous job.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:39:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032724#M4197</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2015-12-15T20:39:51Z</dc:date>
    </item>
    <item>
      <title>Greetings James T,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032725#M4198</link>
      <description>&lt;P&gt;Greetings James T,&lt;/P&gt;

&lt;P&gt;Thank you very much for your answer. I have worked with the command line execution of the test routine testpl.f90 with QuickWin graphics (attached), with a modified placement of the plotted red rectangle.. I got the following results:&lt;/P&gt;

&lt;P&gt;1. Compiling and linking with mpiifort according to your instructions:&lt;/P&gt;

&lt;P&gt;mpiifort testpl.f90 /libs:qwin to produce the load module testpl.exe. Works OK&lt;/P&gt;

&lt;P&gt;2. Running the load module with mpiexec:&lt;/P&gt;

&lt;P&gt;mpiexec -n 4 testpl&lt;/P&gt;

&lt;P&gt;gave no output (see attachment mpiexec from the task manager) but the computations "hung up".&lt;/P&gt;

&lt;P&gt;3. Running the load module with wmpiexec:&lt;/P&gt;

&lt;P&gt;gave no output (see attachment wmpiexec4 from the task manager) but the computations "hung up"&lt;/P&gt;

&lt;P&gt;4. Execution of testpl.exe in the RTE (no mpi, one thread):&lt;/P&gt;

&lt;P&gt;Plot OK with red rectangle (see attachment mpiifort_testpl)&lt;/P&gt;

&lt;P&gt;My wish is to have the mpiexec -n 4 testpl work and, ideally, only thread 0 giving a plot.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2015 20:44:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032725#M4198</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-12-27T20:44:09Z</dc:date>
    </item>
    <item>
      <title>Greetings James T again,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032726#M4199</link>
      <description>&lt;P&gt;Greetings James T again,&lt;/P&gt;

&lt;P&gt;I would like to add that if I take away the QwickWin part in the test routine testpl, everything works fine with&amp;nbsp;&lt;/P&gt;

&lt;P&gt;mpiexec -n 4 testpl.exe&lt;/P&gt;

&lt;P&gt;and wmpiexec.&lt;/P&gt;

&lt;P&gt;So, why could you see plotting windows appear for all threads but I did not?&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2015 16:58:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032726#M4199</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-12-28T16:58:26Z</dc:date>
    </item>
    <item>
      <title>What version of Windows* are</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032727#M4200</link>
      <description>&lt;P&gt;What version of Windows* are you running?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 16:19:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032727#M4200</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2016-01-04T16:19:43Z</dc:date>
    </item>
    <item>
      <title>Greetings James T,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032728#M4201</link>
      <description>&lt;P&gt;Greetings James T,&lt;/P&gt;

&lt;P&gt;I am running Windows 7 Ultimate.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 18:01:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032728#M4201</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2016-01-04T18:01:47Z</dc:date>
    </item>
    <item>
      <title>Can you run this?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032729#M4202</link>
      <description>&lt;P&gt;Can you run this?&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;mpiexec -n 4 hostname
&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:57:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032729#M4202</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2016-01-05T20:57:31Z</dc:date>
    </item>
    <item>
      <title>Greetings James T,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032730#M4203</link>
      <description>&lt;P&gt;Greetings James T,&lt;/P&gt;

&lt;P&gt;when I run mpiexec -n 4 hostname&lt;/P&gt;

&lt;P&gt;I get&lt;/P&gt;

&lt;P&gt;exx-PC&lt;/P&gt;

&lt;P&gt;exx-PC&lt;/P&gt;

&lt;P&gt;exx-PC&lt;/P&gt;

&lt;P&gt;exx-PC.&lt;/P&gt;

&lt;P&gt;exx-PC is the name of my computer.&lt;/P&gt;

&lt;P&gt;See also attachment&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:23:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032730#M4203</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2016-01-05T21:23:57Z</dc:date>
    </item>
    <item>
      <title>Ok, can you compile and run</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032731#M4204</link>
      <description>&lt;P&gt;Ok, can you compile and run one of the test programs in C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016\windows\mpi\test with mpiexec -n 4?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:26:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032731#M4204</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2016-01-05T21:26:30Z</dc:date>
    </item>
    <item>
      <title>Greetings James T,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032732#M4205</link>
      <description>&lt;P&gt;Greetings James T,&lt;/P&gt;

&lt;P&gt;I have now run mpiexec -n 4 test&lt;/P&gt;

&lt;P&gt;and the result seems to be OK (see appendices)&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:44:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032732#M4205</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2016-01-05T21:44:11Z</dc:date>
    </item>
    <item>
      <title>Ok, let's go back to your</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032733#M4206</link>
      <description>&lt;P&gt;Ok, let's go back to your test application.&amp;nbsp; Try running both of the following.&amp;nbsp; Capture the text output (if any) from the second one and attach that as a text file.&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;mpiexec -n 1 testpl.exe
mpiexec -n 4 -verbose -genv I_MPI_DEBUG 5 testpl.exe&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 21:47:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032733#M4206</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2016-01-05T21:47:35Z</dc:date>
    </item>
    <item>
      <title>Greetings James T,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032734#M4207</link>
      <description>&lt;P&gt;Greetings James T,&lt;/P&gt;

&lt;P&gt;I have run the testpl.f90 program according to your suggestions.&lt;/P&gt;

&lt;P&gt;After mpiifort testpl.f90 /libs:qwin the first execution&lt;/P&gt;

&lt;P&gt;mpiexec -n 4 testpl.exe&lt;/P&gt;

&lt;P&gt;hang up and was stopped with the Task Manager.&lt;/P&gt;

&lt;P&gt;The second run with debug gave a lot of output and I supply the last part and some part in the interior (see attachments)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 22:15:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-MPI-be-used-to-parallelize-a-QuickWin-application/m-p/1032734#M4207</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2016-01-05T22:15:45Z</dc:date>
    </item>
  </channel>
</rss>

