-
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…
-
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 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…
-
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…
-
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…
-
I've installed LensTools and tried the first test: import lenstools and get the following error.
ImportError: cannot import name 'MPIPool' from 'emcee.utils'
mpi4py is installed and so is MPIPoo…
-
import of Fortran extension not working, throwing error on import in `mayasim/model/ModelCore.py`
```
File "/Users/fritz/Desktop/Thesis/MayaSim/mayasim/model/ModelCore.py", line 27, in
fro…