In ADE ICRP mode
When I click the green run button, ADE will create a runICRP file and start to run this file.
./.tmp_user/.cmddir0/runICRP6
if the runICRP file is pending status not start to run, how to know the file is created by which library and cell view?
the file only has the below information:
#!/bin/sh
cd /home/user/cds_case/test01
virtuoso -noautostart -mpssession "virtuoso85958" -mpshost "aa-sim-203" -davinciService "DaVinciService_85958_1648583981" -log '/home/user/cds_case/test01/logs_user/logs0/Job32.log' -licenseLockFileName '/home/user/cds_case/test01/.tmp_user/.aa-sim-203_85958' -interactiveA -interactiveE -interactiveRTT -axlChildIdFlag 32 1>/dev/null 2>/dev/null
exit $?
because it's pending status so the Job32.log does not start to create.