mpirun을 했는데 이런 에러가 뜬다.
> Read -1, expected 13212, errno = 1
원인은 CMA였다.
도커에서 쓰는 네임스페이스가 host와 달라서 그렇다나 뭐라나
해결방법:
도커 안에서 다음 명령을 실행한다.
$ export OMPI_MCA_btl_vader_single_copy_mechanism=none
참고
https://github.com/open-mpi/ompi/issues/4948
Vader in a Docker Container · Issue #4948 · open-mpi/ompi
Background information What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.) OpenMPI 3.0.0 (and 2.1.2 for comparisons) Describe how Open MPI was installed ...
github.com
'Study > linux' 카테고리의 다른 글
jmeter cli로 실행 시 각종 파라미터 넘기기(ip, thread, port 등) (0) | 2019.10.09 |
---|---|
[Remote API] 외부 컴퓨터에서도 도커를 이용하기 (0) | 2019.10.06 |
하이퍼쓰레드 켜고 끄기 (0) | 2019.10.04 |
LiveCD를 이용해서 루트 디렉토리 fsck 실행하기 (0) | 2019.10.03 |
도커에서 HPL 이용하기 (0) | 2019.09.30 |