Parallel computing with MATLAB

Status
Not open for further replies.

WUID

Member level 2
Joined
Mar 27, 2009
Messages
45
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,630
Hi all

I know this thread isn't very concern with digital communication, but my main goal is to simulate an OFDM system. So if anyone familiar with parallel computing this is my problem and. I think it is simple. In one of my functions I am using parfor loop and it working well ,improving by 50%.
I defined NumOfWorkers = 8
And launched "matlabpool open 8".
It is still taking a couple of hours , but I can live with that.
Today my friend told me that he have windows server at his work with 32 cores.
So I am thinking of taking this as advantage , but I am not sure how to...
I am thinking on 2 options:
1. NumOfWorkers = ? , matlabpool open ? (Max workers?)
2. To open let's say 4 instances of matlab and then define
NumOfWorkers = ? , matlabpool open ? . Each instance with different parameters(Code Rate, Doppler spread, ITU profile...)
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…