From: Edric M Ellis on 6 Apr 2010 04:22 "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 6 Apr 2010 08:46 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!
First
|
Prev
|
Pages: 1 2 Prev: How to pass structure from work space to simulink? Next: Using Structure Parameters |