Using MATLAB in a client/server configuration
2 views (last 30 days)
Show older comments
I'm trying to figure out how to use MATLAB in a client/server fashion. Specifically, I'd like to run a program written on my laptop (running Windows) on a server (running Linux). I can do this by uploading the .m files / ssh / running the files at the command prompts / downloading the results. However, I was wondering if there's a way to do this using the parallel computing toolbox in a more efficient manner.
I tried to install the toolbox on both the client and server. However, I am unable to start the mdce process on the server either through the command prompt or using admincenter utility. The problem seems to be that there is no file named mdce in the matlaobroot/toolbox/distcomp/bin directory for me (although there are a bunch of others). This is true for both my Windows and Linux installations. Is there something I'm missing here? Is there some kind of special installation procedure I need to follow? I've done a fair amount of searching online and haven't been able to turn much up.
0 Comments
Answers (1)
Thomas Ibbotson
on 5 Jun 2013
Edited: Edric Ellis
on 5 Jun 2013
You need the MATLAB Distributed Computing Server ( http://www.mathworks.co.uk/products/distriben/ ) to use the Parallel Computing Toolbox to submit work to another machine. PCT only provides support for using multiple cores and GPUs on your local machine.
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!