-
# Timing notes
- Opening note on ENCCS can take a few minutes, but I was unprepared.
- Installation took a good 15 minutes - unsure.
- Intro and perf. fundamentals episodes took a long time, but mo…
-
We need to get mpi4py on the container @ijpulidos will work on the example
-
Is there a way to achieve a global synchronization call as it is in MPI.Barrier() in mpi4py?
-
TLDR; `sys.setdlopenflags(0x100|0x2)` in `import_ext` is causing segfault due to mysterious boost+mpi4py+eigen interactions.
This is quite involved, and I have a patch for it, but I would like to g…
-
Trying to install TensorRT-LLM on my owner docker, met this problem:
`$ python3 scripts/build_wheel.py --trt_root="${TRT_ROOT}" -i -c && cd ..`
...
building 'mpi4py.dl' extension
/op…
-
## Background information
This is with 4.1.2~rc1 on multiple architectures on Debian unstable (development branch).
It is triggered by the tests in mpi4py:
eg.
https://buildd.debian.org/statu…
-
-
We can either depend on compile-time on mpi4py or, as in openPMD, mirror the C APIs:
https://github.com/openPMD/openPMD-api/blob/0.15.1/src/binding/python/Series.cpp#L41-L154
ax3l updated
8 months ago
-
Hello everyone,
I tried out your great package and tested this example (https://github.com/mpi4py/mpi4py-fft/blob/master/examples/darray.py) with minor attachment to print out s0,s1,s2:
[darray.…
-
Hi,
For quite a while I'm observing that after importing pypar python segfaults on Control+C. In the same time when for example using mpi4py, nothing like this happens. That suggest to me that maybe…