Re: [OMPI users] [EXTERNAL] Help deciphering error message

2024-03-08 Thread John Hearns via users
errors 1 ...​ This will tell Open MPI to display > errors when it tries to load a plugin, but fails (e.g, due to the linker > not being able to find dependent libraries). This is probably what I would > do first – you might find that the dgx-14 node either is missing some > libraries, or

Re: [OMPI users] [EXTERNAL] Help deciphering error message

2024-03-08 Thread Jeffrey Layton via users
ugin, but fails (e.g, due to the linker > not being able to find dependent libraries). This is probably what I would > do first – you might find that the dgx-14 node either is missing some > libraries, or your LD_LIBRARY_PATH is not set correctly to find dependent > libraries, or somesuc

Re: [OMPI users] [EXTERNAL] Help deciphering error message

2024-03-08 Thread Jeff Squyres (jsquyres) via users
om: users on behalf of Pritchard Jr., Howard via users Sent: Thursday, March 7, 2024 3:01 PM To: Open MPI Users Cc: Pritchard Jr., Howard Subject: Re: [OMPI users] [EXTERNAL] Help deciphering error message Hello Jeffrey, A couple of things to try first. Try running without UCX. Add –-mca

Re: [OMPI users] [EXTERNAL] Help deciphering error message

2024-03-07 Thread Pritchard Jr., Howard via users
Hello Jeffrey, A couple of things to try first. Try running without UCX. Add –-mca pml ^ucx to the mpirun command line. If the app functions without ucx, then the next thing is to see what may be going wrong with UCX and the Open MPI components that use it. You may want to set the UCX_LOG_LE