Remote Simulation using ipcBeginProcess

E

ecnedad

Guest
Good morning!

I just want ask help about my problem in Remote Simulation using
ipcBeginProcess().

I've used the following command:

Local Machine: myLocal
Remote Machine: myHost

cmd = "rsh myHost ; cd /net/myLocal/home/testFile; source /user/setup/
setic51; ./runSpectre"
cid = ipcBeginProcess( cmd "myHost" )
ipcWaitForProcess(cid)

The spectre was finished in simulation on konsole but when I've test
it in CIW if the cid is still alive by the command:
ipcIsAliveProcess(cid)
-> t
it still alive...

How can I know when the process cid is really finished?

Hope anyone can help me..
Thanks and God bless. (^_^)
 

Welcome to EDABoard.com

Sponsor

Back
Top