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
Answers
-
Do you run this command on local or on remote server?
0 -
Altair Forum User said:
Do you run this command on local or on remote server?
On remote server. Using 'putty' interface.
0 -
Altair Forum User said:
On remote server. Using 'putty' interface.
In this case, you have to setup a X-Window server on your localhost and setup putty to export 'DISPLAY' from remote to your local X-Window server.
0 -
Altair Forum User said:
In this case, you have to setup a X-Window server on your localhost and setup putty to export 'DISPLAY' from remote to your local X-Window server.
I am trying build some understanding about 'X-Window server'. So, will this work even if my localhost is a Windows machine?
0 -
Yes, there are some free X-Window server for Windows:
I used 'vcxsrv' on my Windows laptop.
0 -
Altair Forum User said:
Yes, there are some free X-Window server for Windows:
I used 'vcxsrv' on my Windows laptop.
Thanks. I will try these out.
0