Hi again,
there is a tiny portability problem located in ompi/tools/ompi_info/param.cc.
This code uses the asprintf() function, which is a GNU extension and
therefore not very portable. Fortunately, it is not hard to exchange
the line
asprintf(&value_string, "%d", value_int);
with a separa
We actually have a portable version of asprintf() in the OMPI code base. On
platforms that don't support asprintf(), the configure magically swaps in
the OMPI equivalent.
See opal/util/printf.c.
On 9/12/06 6:07 AM, "Christian Siebert"
wrote:
> Hi again,
>
> there is a tiny portability proble
Hi,
I'm glad to announce a first working version of IPv4+IPv6 orte.
It contains:
- IPv6 interface discovery on Linux
- a single orte/mca/oob/tcp component
- a single module (no multiple instances)
- two listening sockets
- two connecting sockets
The listening sockets always stay
For the benefit of those not on the call today, we agreed to have
the ORTE "workshop" Thursday and Friday, 9/28-29/2006
in Los Alamos. Details on location, and schedule will be coming
out in the next couple of weeks. As was mentioned on the call,
we will try and have this meeting available on th