Opened 12 years ago
Last modified 11 years ago
#5092 new Bugs
Modify mpi.jam to use thread safe invocation of IBM compiler
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.45.0 | Severity: | Problem |
Keywords: | Cc: | ccambly@… |
Description
IBM POE wrapper, mpCC
, invokes the thread safe invocation of the IBM compiler, xlC_r
. This patch achieves the same for Boost MPI configuration.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | mpi.jam.patch added |
---|
comment:2 by , 11 years ago
For above comment,
Found IBM MPI wrapper compiler: /usr/bin/mpCC_r /usr/bin/mpCC_r Command check exec: export(export,XL_CONFIG=/etc/vac.cfg.53:xlC_r,NULL) unlink: /tmp/xlcW0RLrfEa unlink: /tmp/xlcW1RLrfEb unlink: /tmp/xlcW2RLrfEc
compile check 1 exec: export(export,XL_CONFIG=/etc/vac.cfg.53:xlC_r,NULL) unlink: /tmp/xlcW0RPAsqa unlink: /tmp/xlcW1RPAsqb unlink: /tmp/xlcW2RPAsqc
compile check 1a
I printed compile_flag variable
Patch to use xlC_r for Boost MPI with IBM POE