Re: [OMPI users] prterun: symbol lookup error: /usr/lib/libprrte.so.3: undefined symbol: PMIx_Session_control

2024-08-15 Thread Jeff Squyres (jsquyres) via users
This isn't enough information to provide a definitive answer. Can you provide more information about your setup, how you built and installed Open MPI, ... etc.? In general, the error message is the standard Linux error message when a symbol is unable to be found at run time. In particular, mp

Re: [OMPI users] prterun: symbol lookup error: /usr/lib/libprrte.so.3: undefined symbol: PMIx_Session_control

2024-08-15 Thread Kook Jin Noh via users
I had archlinux and openmpi 5.0.1 installed. After updating the prrte package it started to happen. The issue went away after I installed everything from scratch. From: Jeff Squyres (jsquyres) Sent: Thursday, 15 August 2024 9:13 PM To: Open MPI Users Cc: Kook Jin Noh Subject: Re: prterun: sym

Re: [OMPI users] prterun: symbol lookup error: /usr/lib/libprrte.so.3: undefined symbol: PMIx_Session_control

2024-08-15 Thread Gilles Gouaillardet via users
I can see that happening if prrte is updated but openpmix is not, and it is fair to expect that kind of behavior once in a while with archliux. Better update all or nothing to remain on the safe side. Cheers, Gilles - Original Message - I had archlinux and openmpi 5.0.1