Opened 11 years ago
Last modified 11 years ago
#5602 new Bugs
MPI-autodetection on Windows does not work with openmpi
Reported by: | Owned by: | doug_gregor | |
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
The mpi.jam file has no if test for the openmpi implementation.
openmpi supports the mpic++ wrapper compiler and all the options to print the flags and library paths where the libraries to link against are.
I have tried but failed to change the mpi.jam script to recognize the openmpi installation.
A proper fix is welcome but indications on how to tweak the .jam file are appreciated,
Note:
See TracTickets
for help on using tickets.
I think I've managed to get it working again.
Here's an addition to the 'safe-shell-command' rule.
local rule safe-shell-command ( cmdline ) {
}
this seems to do it,
It'd be nice to get this reviewed by a a windows cmd.exe/bjam more serious user,
rds,