Using MATLAB in a client/server configuration

5 Ansichten (letzte 30 Tage)
Nicholas
Nicholas am 4 Jun. 2013
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.

Antworten (1)

Thomas Ibbotson
Thomas Ibbotson am 5 Jun. 2013
Bearbeitet: Edric Ellis am 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.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by