Linux/Ubuntu2020. 9. 1. 15:36

HPL(High Performance LINPACK) 을 한번 돌려봄.

특이하게(?)도 openMPI를 통해서만 구동이 되고, 단독으로 실행시 아래의 에러가 발생한다.

$  ../xhpl 
HPL ERROR from process # 0, on line 419 of function HPL_pdinfo:
>>> Need at least 4 processes for these tests <<<

HPL ERROR from process # 0, on line 621 of function HPL_pdinfo:
>>> Illegal input in file HPL.dat. Exiting ... <<<

[링크 : https://cs.kaist.ac.kr/upload_files/report/1227159241.pdf]

 

checking for dgemm_ in OpenBLAS... checking for dgemm_ in -lopenblas... no
no
configure: error: BLAS not found

libatlas-base-dev 패키지 설치

[링크 : https://qastack.kr/ubuntu/623578/installing-blas-and-lapack-packages]

 

In file included from ../include/hpl.h:80:0,
                 from auxil/HPL_dlatcpy.c:50:
../include/hpl_pmisc.h:54:10: fatal error: mpi.h: 그런 파일이나 디렉터리가 없습니다
 #include "mpi.h"
          ^~~~~~~

libopenmpi-dev, mpich 패키지 설치 이후 configure 재실행

[링크 : https://stackoverflow.com/questions/26920083/fatal-error-mpi-h-no-such-file-or-directory-include-mpi-h]

 

 

+

~/src/hpl-2.3/testing/ptest$ mpirun --allow-run-as-root -np 4 ../xhpl

[링크 : https://conservative-vector.tistory.com/entry/도커에서-HPL-이용하기]

[링크 : https://github.com/spack/spack/issues/6340]

'Linux > Ubuntu' 카테고리의 다른 글

pinta vs xpaint  (0) 2020.09.02
한컴 오피스 뷰어 / 우분투  (0) 2020.09.01
ubuntu 18.04 UEFI로 설치하기  (0) 2020.09.01
sysbench cpu 벤치마크 하기  (0) 2020.07.14
ubuntu 노트북에서 gpsd 테스트  (0) 2020.04.19
Posted by 구차니