Boost C++ Libraries: Ticket #2013: Support for homogeneous MPI builds in BBv2 https://svn.boost.org/trac10/ticket/2013 <p> We need a BBv2 feature to determine whether to build the MPI library for homogeneous clusters or heterogeneous clusters. The default will be heterogeneous clusters, but we can provide some additional optimizations for homogeneous clusters. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2013 Trac 1.4.3 Matthias Troyer Thu, 06 Aug 2009 19:04:48 GMT owner changed https://svn.boost.org/trac10/ticket/2013#comment:1 https://svn.boost.org/trac10/ticket/2013#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Matthias Troyer</span> </li> </ul> Ticket Matthias Troyer Sat, 27 Nov 2010 12:35:50 GMT owner changed https://svn.boost.org/trac10/ticket/2013#comment:2 https://svn.boost.org/trac10/ticket/2013#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matthias Troyer</span> to <span class="trac-author">Douglas Gregor</span> </li> </ul> <p> Doug, you will have to look into adding this to mpi.jam </p> Ticket hicham@… Thu, 16 Dec 2010 16:43:34 GMT <link>https://svn.boost.org/trac10/ticket/2013#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2013#comment:3</guid> <description> <p> I have attempted to build boost.mpi against openmpi 1.4.3 on win32/64 </p> <p> the mpi.jam contains the following unix shell-specific code bit: </p> <p> # Determine if it is safe to execute the given shell command by trying # to execute it and determining whether the exit code is zero or # not. Returns true for an exit code of zero, false otherwise. local rule safe-shell-command ( cmdline ) { </p> <blockquote> <p> local result = [ SHELL "$(cmdline) &gt; /dev/null 2&gt;/dev/null; if [ "$?" -eq "0" ]; then echo SSCOK; fi" ] ; return [ MATCH ".*(SSCOK).*" : $(result) ] ; </p> </blockquote> <p> } </p> <p> this doesn't work on windows and is the reason of bjam failing. I don't have a patch as I'm not conversant in windows cmd.exe either. </p> <p> a fix would be appreciated, rds, </p> </description> <category>Ticket</category> </item> </channel> </rss>