[OMPI users] (Fedora 34, x86_64-pc-linux-gnu, openmpi-4.1.1.tar.gz): PML ucx cannot be selected

2021-05-28 Thread Jorge D'Elia via users
Hi, We routinely build OpenMPI on x86_64-pc-linux-gnu machines from the sources using gcc and usually everything works fine. In one case we recently installed Fedora 34 from scratch on an ASUS G53SX notebook (Intel Core i7-2630QM CPU 2.00GHz ×4 cores, without any IB device). Next we build

Re: [OMPI users] (Fedora 34, x86_64-pc-linux-gnu, openmpi-4.1.1.tar.gz): PML ucx cannot be selected

2021-05-29 Thread Jorge D'Elia via users
ut of the box anymore. > > if you really want to use pml/ucx on your notebook, you need to > manually re-enable these providers. > > That being said, your best choice here is really not to force any pml, > and let Open MPI use pml/ob1 > (that has support for both TCP and shared mem

Re: [OMPI users] unable to launch a job on a system with OmniPath

2021-05-19 Thread Jorge D'Elia via users
- Mensaje original - > De: "Pavel Mezentsev via users" > Para: users@lists.open-mpi.org > CC: "Pavel Mezentsev" > Enviado: Miércoles, 19 de Mayo 2021 10:53:50 > Asunto: Re: [OMPI users] unable to launch a job on a system with OmniPath > > It took some time but my colleague was able to

Re: [OMPI users] (Fedora 34, x86_64-pc-linux-gnu, openmpi-4.1.1.tar.gz): PML ucx cannot be selected

2021-09-13 Thread Jorge D'Elia via users
has a supported fast interconnect (such as Infiniband), >> pml/ucx cannot be used out of the box anymore. >> >> if you really want to use pml/ucx on your notebook, you need to >> manually re-enable these providers. >> >> That being said, your best choice here is reall

Re: [OMPI users] (Fedora 34, x86_64-pc-linux-gnu, openmpi-4.1.1.tar.gz): PML ucx cannot be selected

2021-09-14 Thread Jorge D'Elia via users
y --mca pml_ucx_devices --mca pml ucx > ... > > will do what you expect > > Cheers, > > Gilles > > On Mon, Sep 13, 2021 at 9:05 PM Jorge D'Elia via users < > users@lists.open-mpi.org> wrote: > >> Dear Gilles, >> >> Despite my last answer (s

Re: [OMPI users] A make error when build openmpi-5.0.0 using the gcc 14.0.0 (experimental) compiler

2023-12-17 Thread Jorge D'Elia via users
Hi there, I already overcame this problem: simply using the gcc version (GCC) 13.2.1 that comes with the Fedora 39 distribution, the openmpi build is now fine again, as it (almost) always is. Greetings. Jorge. -- Jorge D'Elia via users escribió: Hi, On a x86_64-pc-linux-gnu machine

[OMPI users] A make error when build openmpi-5.0.0 using the gcc 14.0.0 (experimental) compiler

2023-12-16 Thread Jorge D'Elia via users
Hi, On a x86_64-pc-linux-gnu machine with Fedora 39: $ uname -a Linux amaral 6.6.6-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 11 17:29:08 UTC 2023 x86_64 GNU/Linux and using: $ gcc --version gcc (GCC) 14.0.0 20231216 (experimental) we tried to upgrade to the openmpi distribution: