Hi Hal,

Are you trying to configure to run Boost.MPI? To do that, you can try

using mpi : mpixlcxx ;

or if you place a mpicxx configured for vacpp in your PATH, then

using mpi ;

should also work.

To set up Boost.Build to link your project to Boost.MPI, follow the instructions in
tools/build/v2/tools/mpi.jam

Hope this helps.

-- HT

Hubert S K Tong
IBM Canada Ltd
8200 Warden Ave, Markham ON L6G 1C7
Canada
E-mail: hstong@ca.ibm.com

Inactive hide details for Hal Finkel ---29-08-2011 03:29:31 AM---Is there a way to override VA_C_COMPILER/VA_CXX_COMPILER in usHal Finkel ---29-08-2011 03:29:31 AM---Is there a way to override VA_C_COMPILER/VA_CXX_COMPILER in user-config.jam?

From: Hal Finkel <hfinkel@anl.gov>
To: boost-build@lists.boost.org
Date: 29-08-2011 03:29 AM
Subject: [Boost-build] Override VA_C_COMPILER/VA_CXX_COMPILER
Sent by: boost-build-bounces@lists.boost.org





Is there a way to override VA_C_COMPILER/VA_CXX_COMPILER in
user-config.jam?

The following does not work:
using vacpp : 9.0 : mpixlcxx ;

because vacpp.compile.c++ still calls xlC_r -c ...

Thanks in advance,
Hal

--
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory

_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost-build