Using MATLAB in a client/server configuration

조회 수: 6 (최근 30일)
Nicholas
Nicholas 2013년 6월 4일
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.

답변 (1개)

Thomas Ibbotson
Thomas Ibbotson 2013년 6월 5일
편집: Edric Ellis 2013년 6월 5일
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.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by