Linux

openmpi 설치 방법 (Open MPI:Open Source High Performance Computing)

Naan 2023. 1. 25. 00:10
반응형

 

openmpi 설치 방법 Open MPI:Open Source High Performance Computing 

centos8 환경에서 설치를 진행 했다.

https://www.open-mpi.org/software/ompi/v4.1/

 

Open MPI: Version 4.1

Changes in this release: See this page if you are upgrading from a prior major release series of Open MPI. It shows the Big Changes for which end users need to be aware. See the NEWS file for a more fine-grained listing of changes between each release and

www.open-mpi.org

위에서 최신 버전을 다운 받자.

압축 풀기

# tar -xvf openmpi-4.1.4.tar.gz 

# cd openmpi-4.1.4/

# ./configure --prefix=/usr/local

이렇게 뜨면 

# make all install

해주자.

위와 같이 뜨면 정상 적으로 설치가 완료 된것이다.

구동테스트

# mpirun

mpirun 구동시 위와 같이 뜨면 정상 적으로 설치가 된것이다.

반응형