Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- HFS+
- virtual
- Visual Studio
- python
- HDF5
- conda
- Matplotlib
- vi
- polyglot
- mpi4py
- jupyter
- arXiver
- cython
- Windows
- SSH
- c++
- portforwarding
- intel compiler
- LaTeX
- vim
- tab space
- h5py
- gfortran
- GSL
- hyperref
- MAC
- openmp
- cygwin
- datascience
- Anaconda
Archives
- Today
- Total
Astro Coke
[Python] Setup mpi4py (intel compiled) in Cygwin Window 본문
source: https://stackoverflow.com/questions/14004457/error-loading-mpi-dll-in-mpi4py
1. download MS MPI, install both .mis and SDK.
2. set up environmental variables
control panel --> advanced system settings --> environmental variables --> add
(1) C:\Program Files (x86)\Microsoft SDKs\MPI and
(2) C:\Program Files\Microsoft MPI\Bin. There are my paht, you may need to change the path here.
3. install MS visual studio, community version is enough
4. Anaconda prompt, use conda install -c intel mpi4py. I read most replies but not mentioned this way.
'Computer Setup' 카테고리의 다른 글
[Conda] Add Virtual Environment to Jupyter Notebook (0) | 2020.06.12 |
---|---|
[Conda] Create Virtual Environments for python with conda (0) | 2020.06.12 |
[ImageMagick] resize pdf files (0) | 2019.12.16 |
[C++] Pointers, References and Dynamic Memory Allocation (0) | 2019.11.03 |
[Bash] Bash scripting cheatsheet (0) | 2019.11.03 |