<?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 And one more question: how to in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069619#M4655</link>
    <description>&lt;P&gt;And one more question: how to run an MPI program on multiple hosts using Cygwin ?&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2016 07:24:49 GMT</pubDate>
    <dc:creator>ArthurRatz</dc:creator>
    <dc:date>2016-02-12T07:24:49Z</dc:date>
    <item>
      <title>How to use different mpiexec bootstrap when running an MPI program in Windows ?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069616#M4652</link>
      <description>&lt;P&gt;Using mpiexec utility in Windows I've revealed that a different bootstrap (such as ssh or fork) can be used to run MPI programs rather than a windows service. My question is how to setup an ssh server on multiple nodes intended to execute my MPI program ? And is there a different between "ssh" and "fork" bootstraps ?&lt;/P&gt;

&lt;P&gt;Thanks&amp;nbsp;in advance.&lt;/P&gt;

&lt;P&gt;Cheers, Arthur.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 05:50:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069616#M4652</guid>
      <dc:creator>ArthurRatz</dc:creator>
      <dc:date>2016-02-12T05:50:27Z</dc:date>
    </item>
    <item>
      <title>Hi Arthur,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069617#M4653</link>
      <description>&lt;P&gt;Hi Arthur,&lt;/P&gt;

&lt;P&gt;For '-bootstrap ssh' you can use Cygwin* environment (OpenSSH* package is available there) or any other SSH implementations for Windows*. For MPI scenarios you should configure password less SSH (like for Linux*).&lt;/P&gt;

&lt;P&gt;'-bootstrap fork' can be used only within 1 node (local MPI run).&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 07:12:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069617#M4653</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2016-02-12T07:12:39Z</dc:date>
    </item>
    <item>
      <title>Thanks for your reply.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069618#M4654</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 07:21:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069618#M4654</guid>
      <dc:creator>ArthurRatz</dc:creator>
      <dc:date>2016-02-12T07:21:07Z</dc:date>
    </item>
    <item>
      <title>And one more question: how to</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069619#M4655</link>
      <description>&lt;P&gt;And one more question: how to run an MPI program on multiple hosts using Cygwin ?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 07:24:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069619#M4655</guid>
      <dc:creator>ArthurRatz</dc:creator>
      <dc:date>2016-02-12T07:24:49Z</dc:date>
    </item>
    <item>
      <title>And one more question: how to</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069620#M4656</link>
      <description>&lt;BLOCKQUOTE&gt;
	&lt;P&gt;And one more question: how to run an MPI program on multiple hosts using Cygwin ?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;You should just specify '-bootstrap ssh' in the MPI command line.&lt;/P&gt;

&lt;P&gt;From the Intel® MPI Library for Windows* OS Reference Manual:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;-bootstrap &amp;lt;bootstrap server&amp;gt;&lt;BR /&gt;
		Use this option to select a built-in bootstrap server to use. A bootstrap server is the basic remote node access mechanism that is provided by the system. The default bootstrap server is service.&lt;BR /&gt;
		Arguments&lt;BR /&gt;
		&amp;lt;arg&amp;gt;&lt;BR /&gt;
		Global options that apply to all MPI processes&lt;BR /&gt;
		service&lt;BR /&gt;
		Use hydra service agent. This is the default value&lt;BR /&gt;
		ssh&lt;BR /&gt;
		Use secure shell&lt;BR /&gt;
		fork&lt;BR /&gt;
		Use this option to run an application on the local node only&lt;BR /&gt;
		To enable Intel® MPI Library to use the –bootstrap ssh option, provide the ssh connectivity between nodes. Ensure that the corresponding ssh client location is listed in your PATH environment variable.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 12 Feb 2016 07:30:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069620#M4656</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2016-02-12T07:30:09Z</dc:date>
    </item>
    <item>
      <title>Thanks for your reply.</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069621#M4657</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 07:32:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/How-to-use-different-mpiexec-bootstrap-when-running-an-MPI/m-p/1069621#M4657</guid>
      <dc:creator>ArthurRatz</dc:creator>
      <dc:date>2016-02-12T07:32:01Z</dc:date>
    </item>
  </channel>
</rss>

