Run SimLab scripts batch mode in Linux
Hi,
I am trying to run a simple SimLab script in Batch mode on Linux environment. I am getting the error: 'hwx: cannot connect to X server'.
Following is the command that I am issuing -
$SIMLAB_SH_FILE -auto fe_modelling_simlab.py -nographics &
Is there any parameter that I am missing in the command ? Or is it that GUI environment is required for running SimLab in batch mode?
Thanks,
Roshan
Find more posts tagged with
Sort by:
1 - 6 of
61
Yes, there are some free X-Window server for Windows:
I used 'vcxsrv' on my Windows laptop.
Yes, there are some free X-Window server for Windows:
I used 'vcxsrv' on my Windows laptop.
Thanks. I will try these out.
Do you run this command on local or on remote server?