Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to run an external application on a different computer from MATLAB
Date: Wed, 18 Jun 2008 12:19:01 +0000 (UTC)
Organization: University of Virginia
Lines: 15
Message-ID: <g3aufl$l7g$1@fred.mathworks.com>
References: <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 1213791541 21744 172.30.248.37 (18 Jun 2008 12:19:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 18 Jun 2008 12:19:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1331686
Xref: news.mathworks.com comp.soft-sys.matlab:474421



"Hema " <tennisenlightened@gmail.com> wrote in message
<g393l6$mg0$1@fred.mathworks.com>...
> 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.


I guess no one replied here. Can I ask another question. Is
there a dos command that will allow me to call a program and
run it on a different computer. I think this should solve my
problem