Which Cadence version is needed to use asimenv.distributed

C

Carl Cursujani

Guest
Which version of cadence is needed to use "asimenv.distributed
deleteJob" Option

It is described in my documentation of version 5.0, but it doesn't work.



The funtion is there described as followed:




asimenv.distributed deleteJob boolean nil


Specifys whether to remove a job from the DP database after job
completion. So that, if set to t, the same job name is used repeatedly.
For example, if you submit a job by the name Job001, the data for this
job is generated in the <>/..../job001/ directory. When yousubmit
another job after the completion of job001, the same job name appears in
the Job Name field of the Job Submit form and the data for that would be
generated at the same location <>/..../job001. In this way, you can
avoid the making of separate data directories for every submitted job.
The default behaviour is, DP generates a separate data directory for
each job. The same can also be specified from the GUI option Reuse Job
Name After Completion.





I use cadence 5.0.32

I can't find the GUI option "Reuse Job Name After Completion" neither





Thanks for any help
 
Carl:
In IC5141 there is a toggle button in the run simulation form called
"reuse job name after completion". If you submit job001 and then
submit another after job001 is done you will see job001 as the job
name for the second run.

It doesn't look like the following is directly tied to the run form:
asimenv.distributed deleteJob boolean nil

That is, if I change the setting of deleteJob is doesn't change the
toggle in the run form.
---
Erik


Carl Cursujani <carlcurs@ieee.org> wrote in message news:<cghvaf$5d$1@mamenchi.zrz.TU-Berlin.DE>...
Which version of cadence is needed to use "asimenv.distributed
deleteJob" Option

It is described in my documentation of version 5.0, but it doesn't work.



The funtion is there described as followed:




asimenv.distributed deleteJob boolean nil


Specifys whether to remove a job from the DP database after job
completion. So that, if set to t, the same job name is used repeatedly.
For example, if you submit a job by the name Job001, the data for this
job is generated in the <>/..../job001/ directory. When yousubmit
another job after the completion of job001, the same job name appears in
the Job Name field of the Job Submit form and the data for that would be
generated at the same location <>/..../job001. In this way, you can
avoid the making of separate data directories for every submitted job.
The default behaviour is, DP generates a separate data directory for
each job. The same can also be specified from the GUI option Reuse Job
Name After Completion.





I use cadence 5.0.32

I can't find the GUI option "Reuse Job Name After Completion" neither





Thanks for any help
 

Welcome to EDABoard.com

Sponsor

Back
Top