Opened 8 years ago
Last modified 8 years ago
#10787 new Bugs
MPI wrapper autodetection fails for SGI
Reported by: | Owned by: | Matthias Troyer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpi |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Detection for mpi wrapper compiler fails when using SGI's mpi, the only command printing compile info is -show which fails because boost assumes -show is for mpich which also has -compile_info and -link_info but sgi's doesn't:
mpicxx -show g++ -I/nasa/sgi/mpt/2.11r13/include -L/nasa/sgi/mpt/2.11r13/lib -lmpi++ -lmpi
mpirun -v MPT: libxmpi.so 'SGI MPT 2.11 10/16/14 05:50:05'
Note:
See TracTickets
for help on using tickets.