can any one help me getting started with mpi in matlab?
-
2011年7月8日 10:25
please explain complete procedure step by step. i want to run simple addition (e.g e=a+b+c+d where a+b is done on pc1 and c+d on pc2) pc1 has windows 7 and pc2 has windows xp. two pcs are connected using simple lan cable.
すべての返信
-
2011年7月26日 4:38What is the goal of using MPI directly in MATLAB? I don't get it. Use Parallel Toolkit, if any problem appear you can always contact me.
-
2011年7月27日 4:41
i am using this link for mpi implementation in matlab. http://www.ll.mit.edu/mission/isr/matlabmpi/matlabmpi.html
i am able to connect to other pc via ssh using copssh server and putty client. in matlab when i execute any example i get connected to other pc but data transfer etc does not happen. it just stucks. when i enter exit it executes rest of the code. the code works only on the machine executing it not on the other machine.