mpich
christopher-hesse opened this issue · 1 comments
christopher-hesse commented
The docs should mention installing mpich (either through conda or homebrew) so that the mpi4py
install succeeds.
christopher-hesse commented
conda install mpi4py=3.0.3 -c conda-forge
conda install mpich -c conda-forge
There should probably be an environment.yaml
file for this project.