"Out of memory error" for a MATLAB code running on a cluster

I am running a MATLAB code on a cluster. I am getting 'Out of memory' error. I realize that the array size is large for the cluster. Could I personally change anything in my code to rectify the problem. Or, Do I need to change anything on the cluster?

Answers (1)

You might be able to take advantage of the Worker Object Wrapper

1 Comment

Thanks Walter for your reply. This helped me to an extent. Then I figured that I simply needed more space in the system to run the program.

Sign in to comment.

Asked:

on 8 Sep 2015

Commented:

on 15 Sep 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!