- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I am having the problem of listing nodes in mpd.hosts file on a 4 way SMP machine with each node being a quad-core processor. How should I assign diffferent programs in MPI to different nodes. Our mpd.hosts file looks like
localhost:4
localhost:4
localhost:4
localhost:4
but our machine has only one IP address i.e. we do not know how to give internal addresses to each node. Please help in this regard.
Thanks
localhost:4
localhost:4
localhost:4
localhost:4
but our machine has only one IP address i.e. we do not know how to give internal addresses to each node. Please help in this regard.
Thanks
1 솔루션
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
How about giving each job a separate list in I_MPI_PIN_PROCS ? Admittedly not entirely convenient, as you will have to look up the core numbering.
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
How about giving each job a separate list in I_MPI_PIN_PROCS ? Admittedly not entirely convenient, as you will have to look up the core numbering.
