Opened 11 years ago

Last modified 11 years ago

#5531 new Bugs

MPI-autodetection on Windows does not support MS-MPI v2

Reported by: Christian Terboven <christian@…> Owned by: Douglas Gregor
Milestone: To Be Determined Component: mpi
Version: Boost 1.46.1 Severity: Problem
Keywords: Cc:

Description

Hi there. MPI-autodetection (in mpi.jam) on Windows only looks for MS-MPI v1 (to be found in "C:
Program Files
Microsoft Compute Cluster Pack", as the product v1 was named Compute Cluster Pack), it overlooks MS-MPI v1 (to be found in "C:
Program Files
Microsoft HPC Pack 2008 SDK" or "C:
Program Files
Microsoft HPC Pack 2008 R2 SDK").

Simple workaround: Extend mpi.jam to search in all three paths (as in the one attached). Actually, this is the behavior I would like to see by default).

Kind regards, Christian.

Attachments (1)

mpi.zip (6.2 KB ) - added by Christian Terboven <christian@…> 11 years ago.
Modified mpi.jam to search in all possible directories for MS-MPI.

Download all attachments as: .zip

Change History (2)

by Christian Terboven <christian@…>, 11 years ago

Attachment: mpi.zip added

Modified mpi.jam to search in all possible directories for MS-MPI.

comment:1 by anonymous, 11 years ago

this should really work for openmpi too. there's another trac ticket for that with a proposed fix

Note: See TracTickets for help on using tickets.