Boost C++ Libraries: Ticket #5618: Complete failure in MPI compilation on Windows https://svn.boost.org/trac10/ticket/5618 <p> Both the release &amp; trunk version of MPI no longer compile on Microsoft Windows with Microsoft Compute Cluster Pack. </p> <p> With 1.46.1: </p> <pre class="wiki">===============MPI Auto-configuration=============== Found Microsoft Compute Cluster Pack: C:\Program Files\Microsoft Compute Cluster Pack MPI build features: &lt;include&gt;/C:/Program Files/Microsoft Compute Cluster Pack/Include &lt;address-model&gt;64:&lt;library-path&gt;/C:/Program Files/Microsoft Compute Cluster Pack/Lib/amd64 &lt;library-path&gt;/C:/Program Files/Microsoft Compute Cluster Pack/Lib/i386 &lt;find-static-library&gt;msmpi &lt;toolset&gt;msvc:&lt;define&gt;_SECURE_SCL=0 MPI launcher: "C:\Program Files\Microsoft Compute Cluster Pack\Bin\mpiexec.exe" -n ==================================================== </pre><p> .... </p> <p> Currently: </p> <pre class="wiki">D:/src/boost-release-test/boost/tools/build/v2/tools\mpi.jam:249: in mpi.init rule path.make unknown in module mpi. D:/src/boost-release-test/boost/tools/build/v2/build\toolset.jam:38: in toolset.using D:/src/boost-release-test/boost/tools/build/v2/build\project.jam:888: in using C:\Users\KTC\user-config.jam:5: in modules.load D:/src/boost-release-test/boost/tools/build/v2\build-system.jam:257: in load-config D:/src/boost-release-test/boost/tools/build/v2\build-system.jam:399: in load-configuration-files D:/src/boost-release-test/boost/tools/build/v2\build-system.jam:555: in load D:\src\boost-release-test\boost\tools\build\v2/kernel\modules.jam:283: in import D:\src\boost-release-test\boost\tools\build\v2\kernel\bootstrap.jam:142: in boost-build D:\src\boost-release-test\boost\boost-build.jam:17: in module scope </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5618 Trac 1.4.3 Katie Chan Sat, 18 Jun 2011 13:59:28 GMT owner, component, summary changed https://svn.boost.org/trac10/ticket/5618#comment:1 https://svn.boost.org/trac10/ticket/5618#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">mpi</span> → <span class="trac-field-new">build</span> </li> <li><strong>summary</strong> <span class="trac-field-old">Complete failure in compilation on Windows</span> → <span class="trac-field-new">Complete failure in MPI compilation on Windows</span> </li> </ul> <p> Merge <a class="changeset" href="https://svn.boost.org/trac10/changeset/72443" title="Merge Boost.Build from trunk. ">r72443</a> is what broke it, so I'm changing the component to build. </p> Ticket anonymous Sun, 19 Jun 2011 12:47:43 GMT attachment set https://svn.boost.org/trac10/ticket/5618 https://svn.boost.org/trac10/ticket/5618 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">mpi-build.patch</span> </li> </ul> Ticket anonymous Sun, 19 Jun 2011 12:48:12 GMT <link>https://svn.boost.org/trac10/ticket/5618#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5618#comment:2</guid> <description> <p> Try the attached patch. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Katie Chan</dc:creator> <pubDate>Sun, 19 Jun 2011 13:22:55 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5618#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5618#comment:3</guid> <description> <p> Yep, that worked. :) Now for it to go into trunk and then release. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Sun, 19 Jun 2011 14:30:57 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5618#comment:4 https://svn.boost.org/trac10/ticket/5618#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Patch applied to trunk and release. </p> Ticket