[OMPI devel] Requesting information for message envelope/metadata

2023-07-31 Thread Kingshuk Haldar via devel
Hi, I need to access the message envelope/metadata structure that is sent along with/before the message is sent to UCX completely. Is this available at the OpenMPI code or, is now completely passed to the UCX now? I tried to figure it out myself but got lost. Any help is appreciated. Best, K

Re: [OMPI devel] Requesting information for message envelope/metadata

2023-07-31 Thread Florent GERMAIN via devel
Hi, As far as I know, the message transfer knowledge of OpenMPI when using PML/UCX is pretty minimal. When sending a message, the arguments are passed to UCX as is (here https://github.com/open-mpi/ompi/blob/main/ompi/mca/pml/ucx/pml_ucx.c#L840) The UCX tag is a combination of MPI tag and commun