|
|
 | | From: | Fijoy George | | Subject: | Parallel machine | | Date: | Sun, 23 Jan 2005 23:33:14 -0500 |
|
|
 | Hi,
I have been using Matlab to write serial programs. But now, due to large memory requirements, I need to write Matlab programs for a parallel architecture machine. Is it possible to run the serial programs I have already written on a parallel architecture? If not, where can I obtain information (beginner level) about writing parallel Matlab programs?
Thanks Fijoy
|
|
 | | From: | Roy Schestowitz | | Subject: | Re: Parallel machine | | Date: | Mon, 24 Jan 2005 06:53:36 +0000 |
|
|
 | Fijoy George wrote:
> Hi, > > I have been using Matlab to write serial programs. But now, due to large > memory requirements, I need to write Matlab programs for a parallel > architecture machine. Is it possible to run the serial programs I have > already written on a parallel architecture? If not, where can I obtain > information (beginner level) about writing parallel Matlab programs? > > Thanks > Fijoy
Use the MATLAB MPI from MIT:
http://www.ll.mit.edu/MatlabMPI/
Roy
-- Roy Schestowitz http://schestowitz.com
|
|
|