Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: How to run an external application on a different computer from MATLAB
Date: Tue, 17 Jun 2008 19:35:03 +0000 (UTC)
Organization: University of Virginia
Lines: 7
Message-ID: <g393l6$mg0$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1213731303 23040 172.30.248.37 (17 Jun 2008 19:35:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 17 Jun 2008 19:35:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1331686
Xref: news.mathworks.com comp.soft-sys.matlab:474328



I am implementing a GA using MATLAB. My algorithm requires
me to call an external program to compute my objective
function value. Now in order to speed up, I would run this
external application simultaneously on multiple computers.
Right now for a single computer I use a dos command to call
and run the application. How can I modify this for multiple
computers.