Re: [OMPI users] Boost bindings to MPI

2006-09-22 Thread Renato Golin
On 9/22/06, Nuno Sucena Almeida wrote: And yesterday it was accepted to be part of Boost itself! Nice! Now it only need to be 100% MPI-1 and 2 compliant... ;) --renato

Re: [OMPI users] Dynamic loading of libmpi.dylib on Mac OS X

2006-09-22 Thread Brian Barrett
Brian - Sorry for the slow reply, I've been on vacation for a while and am still digging out from all the back e-mail. Anyway, that makes sense. Open MPI's default build mode is to dlopen() the driver components needed for things like the various interconnects and process starters we support. S

Re: [OMPI users] Boost bindings to MPI

2006-09-22 Thread Nuno Sucena Almeida
And yesterday it was accepted to be part of Boost itself! On Tuesday 19 September 2006 06:39, Renato Golin wrote: > More than a week old news but didn't see anyone commenting on that: > http://www.generic-programming.org/~dgregor/boost.mpi/libs/parallel/doc/htm >l/

[OMPI users] OpenMPI(1.1.1) and Xgrid

2006-09-22 Thread alberto
When I execute the simple program: #include "mpi.h" int main(int argc, char *argv[]) { MPI_Init(&argc, &argv); MPI_Finalize(); return 1; } without Xgrid it succed (the execution finish). If I add the environment variables XGRID_CONTROLLER_PASSWORD and XGRID_CONTROLLER_HOSTNAME and I l