12. April 2021 at 12:48
#14916
Farhan
Participant
Hi Mariam,
Thanks for the clarification. As Parallel Computing Toolbox is optional for Link Level Simualtor, I Changed the parfor loop to a for loop but it is giving following error message:
‘parcluster’ requires Parallel Computing Toolbox.
Error in main (line 40)
myCluster = parcluster('local');
When I change parcluster to cluster it is giving following error message:
Error in main (line 40)
myCluster = cluster('local');
What else I need to change in order to run it without Parallel Computing Toolbox ?
- This reply was modified 1 year, 2 months ago by Farhan.