본문으로 건너뛰기

MPI Basics

설치

OpenMPI

OpenMPI

MPI4PY

env SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pip install mpi4py
mpiexec -n 5 python -m mpi4py.bench helloworld
정보

You have to use methods with all-lowercase names.

MPI.COMM_WORLD.<method>를 사용할 때, method는 소문자인 것을 사용하시기 바랍니다.

Reference