[OMPI devel] Eager and Rendezvous Implementation

2021-10-19 Thread Masoud Hemmatpour via devel
Hello all, I am new to Open MPI source code. I am trying to understand the Eager and Rendezvous implementation inside ompi code base. Could you please help and refer me to the source file? I read a bit on OMPI, then PML and BTL but I am still not sure what is going on. Thanks!

Re: [OMPI devel] Eager and Rendezvous Implementation

2021-10-19 Thread Masoud Hemmatpour via devel
proposed by the sender or can fall back to a different > protocol (such as pipeline send/recv). > > If you have questions let me know. > George. > > > > On Tue, Oct 19, 2021 at 10:15 AM Masoud Hemmatpour via devel < > devel@lists.open-mpi.org> wrote: > >> Hello

Re: [OMPI devel] Eager and Rendezvous Implementation

2021-10-20 Thread Masoud Hemmatpour via devel
l_ob1_recvfrag.c starting from match_one), the receiver can >>> confirm the protocol proposed by the sender or can fall back to a different >>> protocol (such as pipeline send/recv). >>> >>> If you have questions let me know. >>> George. >>> &

Re: [OMPI devel] install from source

2021-11-21 Thread Masoud Hemmatpour via devel
j0jxrchkXnpWzF-VinuFkF/view?usp=sharing> > > > Thank you again, > > > > > > On Fri, Nov 5, 2021 at 5:59 PM Jeff Squyres (jsquyres) > wrote: > >> Can you send all the information listed here: >> >> https://www.open-mpi.org/community/help/ >

Re: [OMPI devel] install from source

2021-11-11 Thread Masoud Hemmatpour via devel
formation listed here: > > https://www.open-mpi.org/community/help/ > > > On Nov 5, 2021, at 12:33 PM, Masoud Hemmatpour via devel < > devel@lists.open-mpi.org> wrote: > > > Sorry, > > This is my configure: > > ./configure *--prefix*=/home/me/src_cx/o

[OMPI devel] install from source

2021-11-05 Thread Masoud Hemmatpour via devel
Hello, Actually, I am trying to install openmpi from source. I face the following error in make: */usr/bin/ld: cannot find -lOpenCL* *collect2: error: ld returned 1 exit status* *Makefile:1879: recipe for target 'opal_wrapper' failed* *make[2]: *** [opal_wrapper] Error 1* *make[2]: Leaving

Re: [OMPI devel] install from source

2021-11-05 Thread Masoud Hemmatpour via devel
Sorry, This is my configure: ./configure *--prefix*=/home/me/src_cx/ompi/install-debug/ *--with-ucx* =/home/me/src_cx/ucx/install-debug *--disable-man-pages **--disable-shared --enable-static* However, both cases do not work for me. Thanks, On Fri, Nov 5, 2021 at 5:11 PM Masoud Hemmatpour

Re: [OMPI devel] RDMA and OMPI implementation

2022-04-21 Thread Masoud Hemmatpour via devel
> From: devel devel-boun...@lists.open-mpi.org><mailto:devel-boun...@lists.open-mpi.org > <mailto:devel-boun...@lists.open-mpi.org>>> on behalf of Zhang, William > via devel mailto:devel@lists.open-mpi.org > ><mailto:de

[OMPI devel] RDMA and OMPI implementation

2022-04-20 Thread Masoud Hemmatpour via devel
Hello Everyone, Sorry, MPI is quite new for me, in particular the implementation. If you don't mind, I have some very basic questions regarding the OMPI implementation. If I use one-sided MPI operations (Get, and Put) forcefully I use RDMA? Is it possible to have one-sided without RDMA? In

Re: [OMPI devel] RDMA and OMPI implementation

2022-04-21 Thread Masoud Hemmatpour via devel
> To: Open MPI Developers > Cc: Zhang, William > Subject: Re: [OMPI devel] RDMA and OMPI implementation > > Hello Masoud, > > Responded inline > > Thanks, > William > > From: devel on behalf of Masoud > Hemmatpour via devel > Reply-To: Open MPI Developers &g

Re: [OMPI devel] RDMA and OMPI implementation

2022-04-21 Thread Masoud Hemmatpour via devel
t; > devel@lists.open-mpi.org<mailto:devel@lists.open-mpi.org>> > Sent: Wednesday, April 20, 2022 6:12 PM > To: Open MPI Developers > Cc: Zhang, William > Subject: Re: [OMPI devel] RDMA and OMPI implementation > > Hello Masoud, > > Responded inline > > Thanks, > Wi