My module is close to completion (though I need to fix other issues with
shared memory to begin testing, but that's a different thread).
I'm trying to understand how exactly are the fragments returned to the
application once they are received.
In btl_tcp.c the function mca_btl_tcp_get() seems t
On 03/17/2012 08:16 PM, Ralph Castain wrote:
I don't think you need to .ompi_ignore all those components. First, you need to
use the --without-hwloc option (you misspelled it below as --disable-hwloc).
I missed it, thank you.
Assuming you removed the relevant code from your clone of the defaul
I don't think you need to .ompi_ignore all those components. First, you need to
use the --without-hwloc option (you misspelled it below as --disable-hwloc).
Assuming you removed the relevant code from your clone of the default odls
module, I suspect the calls are being made in ompi/runtime/ompi_
Hi,
I want to launch Open-MPI processes using another process: instead of
using "hello" x 4 I want to run "mosrun -w hello" x 4 when I start it
with "mpirun -n 4 hello". I've cloned the "default" component in
orte/mca/odls (from trunk) - see patch attached.
I'm getting an error which is rela