-
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…
-
The simple combustion example: `mixture-mpi.py` fails to run in lazy mode with `fusion` array context. Compile never completes, and eventually hangs my Mac laptop.
To reproduce, checkout `mirgeco…
MTCam updated
2 years ago
-
Hi,
I find that mpi4py-fft is an excellent tool for performing the FFT in parallel, which greatly improves computational efficiency. However, I don't see anything in the documentation about how to lo…
-
Hello, I'm not sure if this is supported anymore, but I'm a PHD student working with continuous-time quantum walks and I was very interested in experimenting with your simulator.
I was able to inst…
-
For data-sets that are actually too large to hold on a single node, a `MPI` python script that distributes and collects the pair counts over `MPI` using `mpi4py` would be a valuable addition to the re…
-
Hey,
I am trying to catch up with the latest developments, but alas am stumbling over the following error:
```
$ python airflowHPC/scripts/base_runner.py get_mass
[2024-08-19T09:46:17.402+020…
-
`I`, `L`, `Q`, `u4`, `u8` data types cause error in `testFetchBitwise` when using shmem4py with Ubuntu's OpenMPI (4.1.2):
```
File "/repo/test/test_amo.py", line 189, in testFetchBitwise
self.ass…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
We have an automated test that started failing this afternoon suddenly due to a missing impo…