Hello ,
I am trying to write a script to give multiple Quantus QRC runs.
So I have done something like :
for file in <list_of_command_files>
qrc -cmd file -log_file <file>.log &
Now the issue that I see is that QRC fails for some of the cases in the command file(which is also not very uniform, sometimes it does not even fail).
I see the following message in the qrc log :
[ERROR] Could not read temporary file: /tmp/<somefile>
ERROR (LBRCXM-609): Bad return status from RCX run. 0x200
INFO (LBRCXM-709): ***** Quantus terminated abnormally *****
I checked for the error code but this problem is not mentioned there.
I would also like to tell that I am using the option "-temporary_directory_name" in my command files and its value is different for each run so I dont understand why is qrc using this /"tmp" directory. I also observed if I add bsub command for execution of qrc, qrc did not fail.
Am I missing something over here ?
Regards
Suryansh Singh