-
See [here](https://dev.azure.com/guyer/a5dd49f0-3688-4211-8a43-0bfb5a6c1a9e/_apis/build/builds/1362/logs/339)
```
2024-09-17T00:18:08.0531699Z FAILED (failures=9)
2024-09-17T00:18:08.0532121Z !!!…
-
## Background information
Running the full mpi4py test suite in the Fedora package getting what looks like a new test failure.
### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, …
-
The `h5py` package recently released a new version, which uses an old version of `mpi4py` that has a typo. The fixed `mpi4py` is not referenced in the latest version of `h5py`, although they have alre…
-
## 🐛 Bug
``torch.cuda.nccl.init_rank`` does not handle argument ``uid`` properly, causing runtime error (expected 128 bytes, found 14xxxxxxxxxxxxx)
> "14xxxxxxxxxxxxx" is a 15-digit 10-based i…
-
Since I still can't get mpi4py properly linked to openmpi on my laptop, I should be using nyx (and it's 24 processors!) for much of the non-Tractor analysis, and not have to depend on NERSC.
-
In https://github.com/h5py/h5py/blob/5c4871e37a08d7b030dc6c18df21f45cd714e6c6/setup.py#L51C1-L51C68, there is
```
SETUP_REQUIRES.append("mpi4py ==3.1.6; python_version>='3.12'")
```
Howeve…
-
The NPY file view stalls forever if a file is opened that is not a NPY file (and an exception should be raised).
This occured when running on a single process with mpi4py.
-
## Description
Error on import in Python3.9
### Steps to reproduce issue
----> 1 import pyofm
/raid/software/python/pyenv/jammy/env/lib/python3.9/site-packages/pyofm/__init__.py in
1 _…
-
Consider the following:
```
from mpi4py import MPI
from dolfinx import *
import ufl
mesh = UnitSquareMesh(MPI.COMM_WORLD, 1, 1)
V = FunctionSpace(mesh, ufl.FiniteElement("CG", mesh.ufl_cell(…
-
The error is typically:
```
fft = PFFT(MPI.COMM_WORLD, N, collapse=False, slab=2)
File "/Users/aponte/.miniconda3/envs/shenfun/lib/python3.6/site-packages/mpi4py_fft/mpifft.py", line 106, in …