Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!w7g2000hsa.googlegroups.com!not-for-mail
From: reza <mjahanbin@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to run an external application on a different computer from 
Date: Wed, 18 Jun 2008 15:33:40 -0700 (PDT)
Organization: http://groups.google.com
Lines: 26
Message-ID: <b5498a7c-3e4f-45f2-9d17-91177bacbc8a@w7g2000hsa.googlegroups.com>
References: <g393l6$mg0$1@fred.mathworks.com> <g3aufl$l7g$1@fred.mathworks.com>
NNTP-Posting-Host: 63.107.119.54
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1213828420 5710 127.0.0.1 (18 Jun 2008 22:33:40 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 18 Jun 2008 22:33:40 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: w7g2000hsa.googlegroups.com; posting-host=63.107.119.54; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) 
Xref: news.mathworks.com comp.soft-sys.matlab:474592



On Jun 18, 8:19 am, "Hema " <tennisenlighte...@gmail.com> wrote:
> "Hema " <tennisenlighte...@gmail.com> wrote in message
>
> <g393l6$mg...@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

you need psexec from the pstool set made by sysinternals (taken over
by microsoft)

see: http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx

good luck.

/reza