-
-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
I have a system where the test introduced in #834 is failing:
MPIPreferences:
binary: OpenMPI_jll
abi: OpenMPI
Package versions
MPI.jl: 0.20.20
MPIPreferences.jl: 0.1.11
OpenMPI_jll: 4.1.6+0
Library information:
libmpi: /home/cceamgi/.julia/artifacts/58dcf187642cdfbafb3581993ca3d8de565acc78/lib/libmpi.so
libmpi dlpath: /home/cceamgi/.julia/artifacts/58dcf187642cdfbafb3581993ca3d8de565acc78/lib/libmpi.so
MPI version: 3.1.0
Library version:
Open MPI v4.1.6, package: Open MPI [email protected] Distribution, ident: 4.1.6, repo rev: v4.1.6, Sep 30, 2023
Hello world, I am rank 3 of 4
Hello world, I am rank 2 of 4
Hello world, I am rank 0 of 4
Hello world, I am rank 1 of 4
mpiexecjl: Test Failed at /home/cceamgi/.julia/packages/MPI/is7GN/test/mpiexecjl.jl:41
Expression: p.exitcode == exit_code
Evaluated: 1 == 10
I need to investigate what's wrong with this. For the record, this isn't specific to OpenMPI_jll, I see the same with MPICH_jll. I wonder if the problem is the shell, here /bin/sh
is
$ /bin/sh --version
GNU bash, version 5.1.8(1)-release (aarch64-redhat-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.