mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Microsoft has a new MPI implementation available - https://msdn.microsoft.com/en-us/library/windows/desktop/bb524831%28v=vs.85%29.aspx There are now two installers, one for the MPI executor and another for the MPI SDK (which contains the headers and static libraries), and these install to different locations by default. The jam file has been changed so that MS-MPI is first checked, if found use that as the MPI executor/SDK. If not found, the MS Compute Cluster Pack is checked next.