-
I encountered a problem while trying to install mpi4py using Conda, specifically with the compatibility between versions of mpi and openmpi.
I also attempted the installation using `mamba` instead …
-
### Description
The user configuration settings are ignored when `PIP_CONFIG_FILE` is set to an existing config file.
```
~ ➜ PIP_CONFIG_FILE=~/Projects/test/test-no-user/pip.conf pip config debu…
-
Example 10 fails on Mac after the 4th step with the error:
```python
Calculation will be sequential (non-parallel), because "mpi4py" module can not be loaded
i= 0 Electron Coord.: x= -2.74452048352…
-
## Description
Conda has a problem installing m2w64-toolchain libpython. Running the code prompts "No module named 'mpi4py'"
C:\Users\82698\.conda\envs\WISDEM_TEST\python.exe C:\Users\82698\Deskto…
-
Setup a CI build for the repast4py wheels for Windows and macOS, using Github Actions.
The mpi4py project has a great example build workflow: https://github.com/mpi4py/mpi4py/blob/master/.github/wo…
-
Importing modules or defining functions in regular cells (without the `%%px` magic) are not known in cells where the `%%px` macro is used.
The same is true for the other way around.
To reproduce thi…
skwde updated
3 weeks ago
-
Checklist
- [x] I've prepended issue tag with type of change: [bug]
- [x] (If applicable) I've attached the script to reproduce the bug
- [x] (If applicable) I've documented below the DLC image/doc…
-
On my Mac (High Sierra 10.13.4), if mpi4py (3.0.0) is present in the environment, installing cykdtree would result in the following error:
```
gcc -Wno-unused-result -Wsign-compare -Wunreachable…
-
I am new to MPI and trying to get mpi4py to work on SHARC.
I have a conda environment with python version 3.6.
I have only loaded the conda module, nothing else.
I have started an interactive…
-
It seems that above a certain size, the ERI cannot be casted from the master rank to all other. I am forced to shut down `mf = mpi.scf(mf)` and run the scf on each task instead. The error below implie…