-
Hi. I want to install WarpX on Texas Longhorn HPC. However, it uses IBM supported nodes rather. The specific details for the HPC are here:
https://portal.tacc.utexas.edu/user-guides/longhorn
It migh…
-
i completely followed the installation, Step1-3, then pip install xuanpolicy[torch], but when i import xuanpolicy, it came to "from mpi4py import MPI " and error "ImportError: DLL load failed: 找不到指定…
-
Thread-MPI domain decomposition is working, but we should allow MPI domain decomposition with plugins. This requires some more fiddling with the MPI initialization in and out of GROMACS and sharing of…
-
Recently (#56), I added a workflow to test the building system on Ubuntu. It will be good to have at least one configuration to Windows, and another to MacOS.
Here was my first attempt, that do not…
-
Hi,
Mpi is best message pass tools in c++ python mpi4py for ml distribute compute, do we hace schedule plan to compile it from openmpi https://github.com/open-mpi
thanks
-
Hello,
I report an issue similar to https://github.com/open-mpi/ompi/issues/6773, except that in my case this issue occurs only when I run a python script with mpirun within a pytest, so I thought t…
-
Hello, I'm trying to write some pytests that would run some external python script using a mpirun based command through os.system(). For some reason, the command seems to be executed only when the tes…
-
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 …
-
**Related**
https://github.com/conda-forge/heat-feedstock/pull/15
**Feature functionality**
Verify that everything runs as expected with openmpi 5. So far, we're testing everything on 4.1.x
…