vacpp failures for Boost.MPI

View: New views
2 Messages — Rating Filter:   Alert me  

vacpp failures for Boost.MPI

by Jeremiah Willcock :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It appears that the vacpp tests have "using mpi ;" in user-config.jam, but
somehow MPI is not set up correctly on there.  Which MPI implementation is
being used there?  The IBM one?  Can someone check that amy Boost.MPI
programs compile?  There are special things that need to be in
user-config.jam based on the particular MPI implementation being used.
Thank you.

-- Jeremiah Willcock
_______________________________________________
Boost-Testing mailing list
Boost-Testing@...
http://lists.boost.org/mailman/listinfo.cgi/boost-testing

Re: vacpp failures for Boost.MPI

by Christopher Cambly :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> It appears that the vacpp tests have "using mpi ;" in user-config.jam, but
> somehow MPI is not set up correctly on there.  Which MPI implementation is
> being used there?  The IBM one?  Can someone check that amy Boost.MPI
> programs compile?  There are special things that need to be in
> user-config.jam based on the particular MPI implementation being used.
> Thank you.

Sorry.  It was an artifact of experimenting to see if the IBM MPI compiler could be used with Boost.MPI.  The user-config.jam had:
using mpi : /usr/bin/mpCC : : /usr/bin/mpiexec ;

Unfortunately, there are some issues that need to be worked out in order to use the IBM MPI compiler with Boost.MPI.  

I have removed the using mpi from the user-config.jam file.  Starting tonight the Boost.MPI tests should no longer run.

Chris
XL Compiler Development
_______________________________________________
Boost-Testing mailing list
Boost-Testing@...
http://lists.boost.org/mailman/listinfo.cgi/boost-testing