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