Re: [OMPI devel] Recv from MTL module hanging on pml_cm_recv.c:mca_pml_cm_recv()

2008-05-09 Thread Caciano Machado
Thank you very much George. I'll check this today. Caciano 2008/5/8 George Bosilca : > Caciano, > > It's a little bit more complex than that. In fact you should never set the > req_complete flag to true yourself. Instead you should use > ompi_request_complete (defined in

Re: [OMPI devel] Recv from MTL module hanging on pml_cm_recv.c:mca_pml_cm_recv()

2008-05-08 Thread George Bosilca
Caciano, It's a little bit more complex than that. In fact you should never set the req_complete flag to true yourself. Instead you should use ompi_request_complete (defined in ompi/request/request.h) which will set the flag and trigger a condition broadcast or signal for you. This will

[OMPI devel] Recv from MTL module hanging on pml_cm_recv.c:mca_pml_cm_recv()

2008-05-08 Thread Caciano Machado
Hi, I'm finishing the implementation of a MTL module but something went wrong. This module is using PML/cm and the Recv operations are hanging in the ompi_request_wait_completion() call in pml_cm_recv.c:mca_pml_cm_recv(). I think that I must set the variable