Hi, Last time, I installed the latest package 4.x.x, mpirun didn’t run across machines. I had to set the option --enable-orterun-prefix-by-default and compile.
I’ll manually run it later and let you know. The problem disappeared when I turn off the nfs server. I was able to install it again. Thanks. From: users <users-boun...@lists.open-mpi.org> On Behalf Of Gilles Gouaillardet via users Sent: Monday, 22 April 2024 12:29 PM To: Open MPI Users <users@lists.open-mpi.org> Cc: Gilles Gouaillardet <gilles.gouaillar...@gmail.com> Subject: Re: [OMPI users] Another OpenMPI 5.0.1. Installation Failure 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, Apr 21, 2024 at 10:04 PM Kook Jin Noh via users <users@lists.open-mpi.org<mailto:users@lists.open-mpi.org>> wrote: After updating prrte and I tried to install openmpi and the problem arises again. Please help. Thanks. From: users <users-boun...@lists.open-mpi.org<mailto:users-boun...@lists.open-mpi.org>> On Behalf Of Kook Jin Noh via users Sent: Sunday, 21 April 2024 9:27 PM To: Open MPI Users <users@lists.open-mpi.org<mailto:users@lists.open-mpi.org>> Cc: Kook Jin Noh <vorl...@outlook.com<mailto:vorl...@outlook.com>> Subject: Re: [OMPI users] Another OpenMPI 5.0.1. Installation Failure I makepkg -s again and it installed. The problem solved but would be nice if someone can explain the situation. Thanks. From: users <users-boun...@lists.open-mpi.org<mailto:users-boun...@lists.open-mpi.org>> On Behalf Of Kook Jin Noh via users Sent: Sunday, 21 April 2024 8:18 PM To: users@lists.open-mpi.org<mailto:users@lists.open-mpi.org> Cc: Kook Jin Noh <vorl...@outlook.com<mailto:vorl...@outlook.com>> Subject: [OMPI users] Another OpenMPI 5.0.1. Installation Failure 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: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/datatype' make[3]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/datatype' make[2]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/datatype' Making check in util make[2]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make opal_bit_ops opal_path_nfs bipartite_graph opal_sha256 make[3]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' CCLD opal_bit_ops CCLD opal_path_nfs CCLD bipartite_graph CCLD opal_sha256 make[3]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make check-TESTS make[3]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make[4]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' PASS: opal_bit_ops FAIL: opal_path_nfs PASS: bipartite_graph PASS: opal_sha256 ============================================================================ Testsuite summary for Open MPI 5.0.1 ============================================================================ # TOTAL: 4 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See test/util/test-suite.log Please report to https://www.open-mpi.org/community/help/ ============================================================================ make[4]: *** [Makefile:1838: test-suite.log] Error 1 make[4]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make[3]: *** [Makefile:1946: check-TESTS] Error 2 make[3]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make[2]: *** [Makefile:2040: check-am] Error 2 make[2]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make[1]: *** [Makefile:1416: check-recursive] Error 1 make[1]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test' make: *** [Makefile:1533: check-recursive] Error 1 make: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1' ==> ERROR: A failure occurred in check(). Aborting... [vorlket@miniserver openmpi-ucx]$ Could you please help me understanding what’s going on? Thanks.