Remote Simulation using ipcBeginProcess

Discussion in 'Cadence' started by ecnedad, Jul 8, 2008.

  1. ecnedad

    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. (^_^)
     
    ecnedad, Jul 8, 2008
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.