noted on cygwin with 1.7.4 and on 1.7.5rc1

$ mpirun -n 4 ./hello_c.exe
[MATZERI:06212] [[62628,1],0] ORTE_ERROR_LOG: Bad parameter in file /pub/devel/openmpi/openmpi-1.7.5rc1-1/src/openmpi-1.7.5rc1/orte/mca/oob/tcp/oob_tcp.c at line 292 [MATZERI:05620] [[62628,1],1] ORTE_ERROR_LOG: Bad parameter in file /pub/devel/openmpi/openmpi-1.7.5rc1-1/src/openmpi-1.7.5rc1/orte/mca/oob/tcp/oob_tcp.c at line 292 [MATZERI:06892] [[62628,1],2] ORTE_ERROR_LOG: Bad parameter in file /pub/devel/openmpi/openmpi-1.7.5rc1-1/src/openmpi-1.7.5rc1/orte/mca/oob/tcp/oob_tcp.c at line 292 [MATZERI:03908] [[62628,1],3] ORTE_ERROR_LOG: Bad parameter in file /pub/devel/openmpi/openmpi-1.7.5rc1-1/src/openmpi-1.7.5rc1/orte/mca/oob/tcp/oob_tcp.c at line 292 Hello, world, I am 1 of 4, (Open MPI v1.7.5rc1, package: Open MPI marco@MATZERI Distribution, ident: 1.7.5rc1, Mar 01, 2014, 102) Hello, world, I am 2 of 4, (Open MPI v1.7.5rc1, package: Open MPI marco@MATZERI Distribution, ident: 1.7.5rc1, Mar 01, 2014, 102) Hello, world, I am 3 of 4, (Open MPI v1.7.5rc1, package: Open MPI marco@MATZERI Distribution, ident: 1.7.5rc1, Mar 01, 2014, 102) Hello, world, I am 0 of 4, (Open MPI v1.7.5rc1, package: Open MPI marco@MATZERI Distribution, ident: 1.7.5rc1, Mar 01, 2014, 102)

any idea what could be the cause ?

I don't remember it in previous 1.7.x releases

the relevant code is:

if ((rc = parse_uri(pop->af_family, pop->net, pop->port, (struct sockaddr*) &inaddr)) != ORTE_SUCCESS) {
        ORTE_ERROR_LOG(rc);

Regards
Marco

Reply via email to