[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

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

2022-08-09 Thread Jeff Squyres (jsquyres) via users
I can't see the image that you sent; it seems to be broken. But I think you're asking about this: https://www.open-mpi.org/faq/?category=building#installdirs -- Jeff Squyres jsquy...@cisco.com From: users on behalf of Sebastian Gutierrez via users Sent: Tuesda

Re: [OMPI users] RUNPATH vs. RPATH

2022-08-09 Thread Jeff Squyres (jsquyres) via users
Just to follow up on this thread... Reuti: I merged the PR on to the main docs branch. They're now live -- we changed the text: * here: https://docs.open-mpi.org/en/main/installing-open-mpi/configure-cli-options/installation.html * * and here: https://docs.open-mpi.org/en/main/insta

Re: [OMPI users] RUNPATH vs. RPATH

2022-08-09 Thread Reuti via users
Hi Jeff, > Am 09.08.2022 um 16:17 schrieb Jeff Squyres (jsquyres) via users > : > > Just to follow up on this thread... > > Reuti: I merged the PR on to the main docs branch. They're now live -- we > changed the text: > • here: > https://docs.open-mpi.org/en/main/installing-open-mpi/co

[OMPI users] Open MPI Java MPI bindings

2022-08-09 Thread Jeff Squyres (jsquyres) via users
During a planning meeting for Open MPI v5.0.0 today, the question came up: is anyone using the Open MPI Java bindings? These bindings are not​ official MPI Forum bindings -- they are an Open MPI-specific extension. They were added a few years ago as a result of a research project. We ask this

Re: [OMPI users] Open MPI Java MPI bindings

2022-08-09 Thread Sheppard, Raymond W via users
Hello, I had a user that wrote in having trouble with them maybe a year ago. They were building a web page which would launch jobs on a big machine upon demand and the whole thing was written in Java. The trouble they had was that I had not enabled Java at build time. So, there is at least

Re: [OMPI users] Open MPI Java MPI bindings

2022-08-09 Thread Benson Muite via users
A non-trivial application: https://github.com/ggomes/otm-mpi MVAPICH also has Java bindings: https://mvapich.cse.ohio-state.edu/userguide/mv2j/ On 8/10/22 06:10, Sheppard, Raymond W via users wrote: Hello, I had a user that wrote in having trouble with them maybe a year ago. They were buil