-
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…
-
`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…
-
I tried to build simex_platform as described here https://eucall-software.github.io/simex_platform/ and come to believe that the list of minimally required software is incomplete. From what I've seen,…
-
If we run a GPU process, which then populates the meta-data with a value required by a subsequent CPU process, then not all the processes will contain that value.
Is the best way to address this to …
-
I ran into some errors using the julia_set benchmark:
First, I tried to shoot the moon and see if we could go up to 16384:
```
$ mpiexec -n 1 python benchmark_julia.py -r6 -olong_run.json 128 256 51…
-
It would be nice if we could have an `MPI.Reducev` for reducing variable-sized Julia objects. I saw a Python implementation, maybe a GitHub gist [1], with an implementation that I roughly ported to Ju…
-
https://github.com/pnnl/ExaGO/actions/runs/6301983110/job/17108216891?pr=15
mpi4py is included regardless of if MPI is configured. Should be an easy fix, and a GitHub action pipeline should be conf…