필터 지우기
필터 지우기

problem in using matlab mpi for parallel processing..

조회 수: 1 (최근 30일)
raheel mumtaz
raheel mumtaz 2011년 8월 11일
답변: Abeera Tariq 2014년 11월 11일
M USING MPI FOR PARALLEL PROCESSING IN MATLAB... m using ssh for the remote connection... but when i run the 'basic' example code present in matlabmpi folder it gives the following in the command windo
....................................................................
No pid files found
Launching MPI rank: 1 on: Raheel@RAHEEL-PC
Launching MPI rank: 0 on: MINAAM@MINAAM-PC
unix_launch =
ssh Raheel@RAHEEL-PC "cd C:\Users\Public\MatlabMPI\src & MatMPI\Dos_Commands.Raheel@RAHEEL-PC.1.bat"
ssh MINAAM@MINAAM-PC "cd C:\Users\Public\MatlabMPI\src & MatMPI\Dos_Commands.MINAAM@MINAAM-PC.0.bat"
C:\Users\Public\MatlabMPI\src>ssh Raheel@RAHEEL-PC "cd C:\Users\Public\MatlabMPI\src & MatMPI\Dos_Commands.Raheel@RAHEEL-PC.1.bat"
bash: line 0: cd: C:UsersPublicMatlabMPIsrc: No such file or directory
bash: MatMPIDos_Commands.Raheel@RAHEEL-PC.1.bat: command not found
C:\Users\Public\MatlabMPI\src>ssh MINAAM@MINAAM-PC "cd C:\Users\Public\MatlabMPI\src & MatMPI\Dos_Commands.MINAAM@MINAAM-PC.0.bat"
bash: line 0: cd: C:UsersPublicMatlabMPIsrc: No such file or directory
bash: MatMPIDos_Commands.MINAAM@MINAAM-PC.0.bat: command not found
...................................................................
what should i do to fix this problem... thnx

답변 (2개)

Walter Roberson
Walter Roberson 2011년 8월 11일
Either change the \ in the paths to be / such as
C:/Users/Public/MatlabMPI/src
or else put in two \ for each \ that must make it to the other side, such as
C:\\Users\\Public\\MatlabMPI\\src

Abeera Tariq
Abeera Tariq 2014년 11월 11일
can you help me in installation of matlab mpi?

카테고리

Help CenterFile Exchange에서 Trading Technologies에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by