[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] "MCW rank 0 is not bound (or bound to all available processors)" when running multiple jobs concurrently

2024-04-21 Thread Mehmet Oren via users
Hi Greg, Sorry for the late response , I have strict working hours and project schedule. I do not have much to help on that problem, but according to your description there could be some points to check. You stated that you don't have problems with IntelMPI. As far I know, with --bind-to-none op

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-21 Thread Gilles Gouaillardet via users
Hi, Is there any reason why you do not build the latest 5.0.2 package? Anyway, 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