320x100
openmpi 설치 방법 Open MPI:Open Source High Performance Computing
centos8 환경에서 설치를 진행 했다.
https://www.open-mpi.org/software/ompi/v4.1/
위에서 최신 버전을 다운 받자.
압축 풀기
# tar -xvf openmpi-4.1.4.tar.gz
# cd openmpi-4.1.4/
# ./configure --prefix=/usr/local
이렇게 뜨면
# make all install
해주자.
위와 같이 뜨면 정상 적으로 설치가 완료 된것이다.
구동테스트
# mpirun
mpirun 구동시 위와 같이 뜨면 정상 적으로 설치가 된것이다.
320x100
'Linux' 카테고리의 다른 글
does not support the http/dav protocol (0) | 2023.02.09 |
---|---|
Commit failed (details follow): could not begin a transaction (0) | 2023.02.08 |
Application secret key is invalid. Please check the configuration details. (0) | 2023.01.22 |
nfs chmod: changing permissions of Operation not permitted (0) | 2023.01.20 |
yum cannot prepare internal mirrorlist no urls in mirrorlist (0) | 2023.01.18 |