<?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 MPI -rr (round robin) and perhost settings with machinefile on  in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801876#M825</link>
    <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Would it be possible to have the data only reside on one computer, and have a single rank read the data and then transfer it directly to each of the processes? This would skip the first run entirely.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
    <pubDate>Fri, 15 Jun 2012 13:15:45 GMT</pubDate>
    <dc:creator>James_T_Intel</dc:creator>
    <dc:date>2012-06-15T13:15:45Z</dc:date>
    <item>
      <title>MPI -rr (round robin) and perhost settings with machinefile on windows MPI 4</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801873#M822</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Im trying to best setup my mpiexec command so that I can do mpi call&lt;BR /&gt;&lt;BR /&gt;1. Run mpiexec against a hostfile so that it only runs once on each host in a machinefile, for data sending purposes&lt;BR /&gt;&lt;BR /&gt;2. once 1 is completed run mpiexec against the same hostfile using up to the max number of cores on each host for calculation purposes.&lt;BR /&gt;&lt;BR /&gt;I see the -rr and -perhost is not working on the windows mpiexec.&lt;BR /&gt;&lt;BR /&gt;Also, if possible I would like to combine this 2 exes into one mpiexec call.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2012 07:00:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801873#M822</guid>
      <dc:creator>mcapogreco</dc:creator>
      <dc:date>2012-06-14T07:00:30Z</dc:date>
    </item>
    <item>
      <title>MPI -rr (round robin) and perhost settings with machinefile on</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801874#M823</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;The options -rr and -perhost are options for the Linux* version of the Intel MPI Library only. In Windows*, there are other options which will work.&lt;BR /&gt;&lt;BR /&gt;Using -machinefile &lt;MACHINE file=""&gt; will specify a file with a list of hosts that will be used for the job. This will automatically use a round-robin approach. You can also specify the number of processes per host by appending ":&lt;NPROCS&gt;" to the hostname. From the Reference Manual:&lt;BR /&gt;&lt;BR /&gt;[plain]host1
host1
host2
host2
host3

is equivalent to:

host1:2
host2:2
host3[/plain]&lt;BR /&gt;You can also use -configfile &lt;FILENAME&gt; to use multiple option sets for each host in the job. Something such as:&lt;BR /&gt;&lt;BR /&gt;[plain]-host host1 -n 1 program.exe
-host host2 -n 1 program.exe[/plain]&lt;BR /&gt;As to how to combine your two jobs, that really depends on the jobs. What exactly do you mean by "data sending purposes" in the first step?&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools&lt;/FILENAME&gt;&lt;/NPROCS&gt;&lt;/MACHINE&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:44:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801874#M823</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-06-14T14:44:17Z</dc:date>
    </item>
    <item>
      <title>MPI -rr (round robin) and perhost settings with machinefile on</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801875#M824</link>
      <description>&lt;P&gt;Hi James,&lt;BR /&gt;&lt;BR /&gt;Thanks for the feedback.&lt;BR /&gt;&lt;BR /&gt;Basically I need to do a round robin (-perhost 1) approach on all hosts in the machinefile so that I can transfer the data to each PC only once, and once this is finished I run another mpiexec exe so that each host can have the MAX processes running on it doing a calculation addressing the data sent from the previous mpiexec.&lt;BR /&gt;&lt;BR /&gt;I would like to do this with both mpiexec's addressing the same machinefile for consistency reasons.&lt;BR /&gt;&lt;BR /&gt;I guess the main issue is running the first mpiexec only once per host when the machinefile is setup like&lt;/P&gt;&lt;P&gt;host1:MAX&lt;/P&gt;&lt;P&gt;host2:MAX&lt;/P&gt;&lt;P&gt;host3:MAX&lt;BR /&gt;&lt;BR /&gt;Thanks for help.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;MArk&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2012 05:01:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801875#M824</guid>
      <dc:creator>mcapogreco</dc:creator>
      <dc:date>2012-06-15T05:01:02Z</dc:date>
    </item>
    <item>
      <title>MPI -rr (round robin) and perhost settings with machinefile on</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801876#M825</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Would it be possible to have the data only reside on one computer, and have a single rank read the data and then transfer it directly to each of the processes? This would skip the first run entirely.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
      <pubDate>Fri, 15 Jun 2012 13:15:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801876#M825</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-06-15T13:15:45Z</dc:date>
    </item>
    <item>
      <title>MPI -rr (round robin) and perhost settings with machinefile on</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801877#M826</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;This is how I setup my calculation initially and worked well except when the amount of data got large and we were using machines over a WAN. Ideally I just want 1 data push to each host which reduces traffic and a bottleneck on the Network Card. &lt;BR /&gt;&lt;BR /&gt;Trying to find a smart way to do this only using the one hostfile, which will provide consistency and guaranty that every host used for calculation already has data pushed into shared memory on the host.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;MArk&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jun 2012 05:08:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801877#M826</guid>
      <dc:creator>mcapogreco</dc:creator>
      <dc:date>2012-06-18T05:08:49Z</dc:date>
    </item>
    <item>
      <title>MPI -rr (round robin) and perhost settings with machinefile on</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801878#M827</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;I tested this today, you can use the host:nprocs form and specify only one process for each host. If you specify more processes than are available, the next process will go back to the first host on the list, similar to the -rr option in Linux*.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;James Tullos&lt;BR /&gt;Technical Consulting Engineer&lt;BR /&gt;Intel Cluster Tools</description>
      <pubDate>Mon, 18 Jun 2012 15:37:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-rr-round-robin-and-perhost-settings-with-machinefile-on/m-p/801878#M827</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2012-06-18T15:37:36Z</dc:date>
    </item>
  </channel>
</rss>

