Re: [OMPI users] Problem with OpenMPI as Third pary library

2022-08-10 Thread Benson Muite via users
10, 2022 3:26 AM *To:* Jeff Squyres (jsquyres) *Subject:* Re: [OMPI users] Problem with OpenMPI as Third pary library Hello, I tried what is explained there (changed OPAL_PREFIX to the new location and changed the rpath of my executable), I even added the flags --with-hwloc and the other one becaus

Re: [OMPI users] Problem with OpenMPI as Third pary library

2022-08-09 Thread Jeff Squyres (jsquyres) via users
sers Sent: Tuesday, August 9, 2022 9:52 AM To: users@lists.open-mpi.org Cc: Sebastian Gutierrez Subject: [OMPI users] Problem with OpenMPI as Third pary library Good morning Open-MPI organization, I have been trying to distribute your program as third party library in my CMake Project. Because I d

[OMPI users] Problem with OpenMPI as Third pary library

2022-08-09 Thread Sebastian Gutierrez via users
Good morning Open-MPI organization, I have been trying to distribute your program as third party library in my CMake Project. Because I do not want to my Linux users to have to install OpenMPI by their own. I just want them to use my final product that uses OPenMPI dependencies. When I execute m