Re: [OMPI users] init_thread + spawn error

2007-10-01 Thread Tim Prins
Hi Joao, Unfortunately Comm_spawn is a bit broken right now on the Open MPI trunk. We are currently working on some major changes to the runtime system, so I would rather not dig into this until these changes have made it onto the trunk. I do not know of a timeline for when this these changes

[OMPI users] init_thread + spawn error

2007-10-01 Thread Joao Vicente Lima
Hi all! I'm getting a error on call MPI_Init_thread and MPI_Comm_spawn. am I mistaking something? the attachments contains my ompi_info and source ... thank! Joao char *arg[]= {"spawn1", (char *)0}; MPI_Init_thread (, , MPI_THREAD_MULTIPLE, ); MPI_Comm_spawn ("./spawn_slave", arg, 1,