Opened 11 years ago
Last modified 11 years ago
#5531 new Bugs
MPI-autodetection on Windows does not support MS-MPI v2
Reported by: | 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)
Change History (2)
by , 11 years ago
comment:1 by , 11 years ago
this should really work for openmpi too. there's another trac ticket for that with a proposed fix
Modified mpi.jam to search in all possible directories for MS-MPI.