On Fri, 2006-09-22 at 10:39 +0200, alberto wrote:
> 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 launch the execution:
> 
> coltrane:~ giacomini$ mpirun -d -np 1 ./nano_test

I apologize for the very slow reply.  We let an error in the xgrid pls
slip into the Open MPI 1.1.1 release.  we are in the process of
releasing Open MPI 1.1.2, which should fix this issue.


Brian


Reply via email to