-
Test: bindings.Ubuntu1604.home
In step 13/35 : `RUN pip3 install --user .`
I receive the following warning:
```txt
Successfully built pyprecice mpi4py
Installing collected packages: mpi4py, n…
-
Using conda in parallel models have this error along with the usual PETSC ERROR msg.
`ERROR: SCOTCH_dgraphInit: Scotch compiled with SCOTCH_PTHREAD and program not launched with MPI_THREAD_MULTIPLE`
…
-
So I accidentally released a version of `dune.xt` that had `mpi4py` as a hard dependency. That broken downstream `pyMOR` install checks, since I perform those in a container with no compiler setup and…
-
**Is your feature request related to a problem? Please describe.**
I guess some may also need this to calibrate tons of files, I tested a script for mpi calibration.
1. install mpi4py: https://mp…
-
Not exactly sure if it's intended behavior. If you do:
```py
with MPIBackend(n_procs=3):
dpls = simulate_dipole(net, n_trials=1)
```
and `mpi4py` is not installed, it should throw an `Imp…
-
This Issue is to investigate options for I/O in Heat with zarr-files.
-
Hi,
Thanks for your summarization of this problem .
Will the [workaround of mpi4py](https://bitbucket.org/mpi4py/mpi4py/src/master/src/lib-mpi/compat/openmpi.h?fileviewer=file-view-default#openmpi.h…
-
System: Ubuntu 18 04
Compiler: PyCharm
There was a problem installing the dependency package mpi4py==3.0.2
Does anyone have a similar problem? How to solve it?
-
I followed all the instructions here: https://spinningup.openai.com/en/latest/user/installation.html#check-your-install , but I have a problem with mpi4py. I tried the suggestion in stackoverflow (htt…
-
I kept meeting this error message below in the environment installation step and i had also tried all the methods i found online.
The Error Message is:
```
ERROR: Could not build wheels for mpi…