From: Edric M Ellis on
"tan " <tgn0825(a)hotmail.com> writes:

> first,thank you for your answer. Now I want to start a worker on a remote
> claster,and on that claster i want to start the hfss, how to do that ?? I use
> the UNC path,but how to define the path of the hfss.exe??
>>hfssExecuteScript('C:\"Program Files"\Ansoft\HFSS10\hfss.exe','\\Isaac\ceshi\pipi.vbs',false,true);

You either need to install hfss.exe on a shared path and refer to it by
the UNC path, or else you need to install it locally on the cluster
node.


Cheers,

Edric.
From: tan on
Edric M Ellis <eellis(a)mathworks.com> wrote in message <ytw1vetf0s4.fsf(a)uk-eellis-deb5-64.mathworks.co.uk>...
> "tan " <tgn0825(a)hotmail.com> writes:
>
> > first,thank you for your answer. Now I want to start a worker on a remote
> > claster,and on that claster i want to start the hfss, how to do that ?? I use
> > the UNC path,but how to define the path of the hfss.exe??
> >>hfssExecuteScript('C:\"Program Files"\Ansoft\HFSS10\hfss.exe','\\Isaac\ceshi\pipi.vbs',false,true);
>
> You either need to install hfss.exe on a shared path and refer to it by
> the UNC path, or else you need to install it locally on the cluster
> node.
>
>
> Cheers,
>
> Edric.

thank you very much, the problem has been solved!