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
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
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/
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