Re: [OMPI devel] ORTE scalability issues

2007-04-17 Thread Christian Kauhaus
Ralph H Castain : >even though the HNP isn't actually part of the MPI job itself, or the >processes are opening duplicate OOB sockets back to the HNP. I am not >certain which (or either) of these is the root cause, however - it needs >further investigation to identify the source of

Re: [OMPI devel] ORTE scalability issues

2007-04-17 Thread Ralph H Castain
Thanks Christian. Actually, I was aware of that and should have clarified that these tests did *not* involve the IPv6 code. Ralph On 4/17/07 1:31 AM, "Christian Kauhaus" wrote: > Ralph H Castain : >> even though the HNP isn't actually part of the

[OMPI devel] (no subject)

2007-04-17 Thread Sharon Melamed
Hi, I added an MCA parameter and I want the user to apply an Hex value to this parameter (0x...). In order to do so I needed to change the 'atoi' call in the mca_base_param.c file to 'strtol' call. My question is: Can this code run on all platforms? Index: opal/mca/base/mca_base_param.c