[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73649: OpenMPI + mpi4py broken: rank=0
From: |
Antero Mejr |
Subject: |
bug#73649: OpenMPI + mpi4py broken: rank=0 |
Date: |
Sun, 06 Oct 2024 01:01:33 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Running this command:
guix shell python python-mpi4py openmpi -- mpirun -n 12 python3 \
-c "from mpi4py import MPI; comm = MPI.COMM_WORLD;
print(comm.Get_rank())"
should print the numbers 0-11. Instead it prints 0 11 times. The same
behavior occurs in a container or pure environment.
This breaks any code using mpi4py, because ranks >0 must be available
for multi-threaded code to work.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#73649: OpenMPI + mpi4py broken: rank=0,
Antero Mejr <=