Re: more void* vs. char*

Rusty Lusk (lusk@mcs.anl.gov)
Thu, 14 Mar 1996 15:56:37 -0600

I am an advocate of the string solution myself (since I always agree with
Raja :-)) but people who like Laurie's proposal should consider a
simplification:

She would have mpi_build_info accept a string *and* a handle, returning
another handle. The only thing you can do with this second handle is pass it
to mpi_spawn. This suggests that mpi_build_info is a middleman that can be
eliminated by passing both the original two arguments (either or both of
which could be NULL), to mpi_spawn in the first place, thus eliminating the
function mpi_build_info (and mpi_free_info!)

Rusty