Ticket #5092: mpi.jam.patch

File mpi.jam.patch, 537 bytes (added by hstong@…, 12 years ago)

Patch to use xlC_r for Boost MPI with IBM POE

  • tools/build/v2/tools/mpi.jam

    old new  
    373373        }
    374374
    375375        #
    376         compile_flags = [ SHELL "$(command) -c -v 2>/dev/null" ] ;
     376        compile_flags = [ SHELL "$(command) -F:xlC_r -c -v 2>/dev/null" ] ;
    377377        compile_flags = [ MATCH "(.*)exec: export.*" : $(compile_flags) ] ;
    378378        local front = [ MATCH "(.*)-v" :  $(compile_flags) ] ;
    379379        local back = [ MATCH "-v(.*)" :  $(compile_flags) ] ;