[OMPI users] ORTE was unable to reliably start one or more daemons.

2024-01-11 Thread Kook Jin Noh via users
Hi, I tried to run the following and got an error (the compiled program (with mpicc) on the sharedfolder runs ok on each individual machine): [vorlket@server ~]$ mpirun -host server,miniserver -np 4 /home/vorlket/sharedfolder/mpi-prime

[OMPI users] OpenMPI 5.0.1 Installation Failure

2024-01-26 Thread Kook Jin Noh via users
Hi, I'm installing OpenMPI 5.0.1 on Archlinux 6.7.1. Everything goes well till: Making check in datatype make[2]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/datatype' make opal_datatype_test unpack_hetero checksum position position_noncontig ddt_test ddt_raw ddt

[OMPI users] Another OpenMPI 5.0.1. Installation Failure

2024-04-21 Thread Kook Jin Noh via users
Hi, I'm installting OpenMPI on Archlinux 6.7.0. Everything goes well till: Testsuite summary for Open MPI 5.0.1 # TOTAL: 13 # PASS: 13 # SKIP:

[OMPI users] PRTE mismatch

2024-04-21 Thread Kook Jin Noh via users
Hi, while trying to run a MPI program, I received the following: [vorlket@server ~]$ mpirun -host server:4,midiserver:4,miniserver:1 -np 9 /home/vorlket/sharedfolder/mpi-prime -- PRTE detected a mismatch in versions between t

Re: [OMPI users] Another OpenMPI 5.0.1. Installation Failure

2024-04-21 Thread Kook Jin Noh via users
I makepkg -s again and it installed. The problem solved but would be nice if someone can explain the situation. Thanks. From: users On Behalf Of Kook Jin Noh via users Sent: Sunday, 21 April 2024 8:18 PM To: users@lists.open-mpi.org Cc: Kook Jin Noh Subject: [OMPI users] Another OpenMPI 5.0.1

Re: [OMPI users] PRTE mismatch

2024-04-21 Thread Kook Jin Noh via users
pacman -R prrte, pacman -Syu prrte solved it. From: users On Behalf Of Kook Jin Noh via users Sent: Sunday, 21 April 2024 9:25 PM To: users@lists.open-mpi.org Cc: Kook Jin Noh Subject: [OMPI users] PRTE mismatch Hi, while trying to run a MPI program, I received the following: [vorlket@server

Re: [OMPI users] Another OpenMPI 5.0.1. Installation Failure

2024-04-21 Thread Kook Jin Noh via users
After updating prrte and I tried to install openmpi and the problem arises again. Please help. Thanks. From: users On Behalf Of Kook Jin Noh via users Sent: Sunday, 21 April 2024 9:27 PM To: Open MPI Users Cc: Kook Jin Noh Subject: Re: [OMPI users] Another OpenMPI 5.0.1. Installation Failure

Re: [OMPI users] Another OpenMPI 5.0.1. Installation Failure

2024-04-22 Thread Kook Jin Noh via users
, the issue could be related to an unknown filesystem. Do you get a meaningful error if you manually run /.../test/util/opal_path_nfs? If not, can you share the output of mount | cut -f3,5 -d' ' Cheers, Gilles On Sun, Apr 21, 2024 at 10:04 PM Kook Jin Noh via users mailto:users@

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

2024-08-13 Thread Kook Jin Noh via users
[vorlket@server openmpi-ucx]$ mpirun -host server:2,midiserver:2 -np 4 /home/vorlket/sharedfolder/mpi-prime prterun: symbol lookup error: /usr/lib/libprrte.so.3: undefined symbol: PMIx_Session_control What's going on?

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
ibpmix.so at runtime somehow (i.e., one that does not have that symbol). From: users mailto:users-boun...@lists.open-mpi.org>> on behalf of Kook Jin Noh via users mailto:users@lists.open-mpi.org>> Sent: Tuesday, August 13, 2024 10:56 PM To: Open M