can any one help me getting started with mpi in matlab?

Unanswered can any one help me getting started with mpi in matlab?

  • 08 Juli 2011 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.

Semua Balasan

  • 26 Juli 2011 4:38
     
     
    What 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.
  • 27 Juli 2011 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.