]> SALOME platform Git repositories - tools/sat.git/blob - src/internal_config/README_LAUNCHER.template
Salome HOME
Merge branch 'nct/may21'
[tools/sat.git] / src / internal_config / README_LAUNCHER.template
1
2 To run the application, launch the following command:
3 > ¤{PYTHON3} ¤{ROOT}¤{SEPARATOR}¤{launcher}
4
5 Note for the use of SALOME on a remote computer through ssh:
6     When SALOME is used on a remote machine, the use of openGL 3 is not compatible with X11 forwarding (ssh -X).
7     This cause segmentation faults when the 3D viewers are used.
8     For people who have no other choice and need to use ssh, we provide a MESA launcher called ¤{ROOT}¤{SEPARATOR}mesa_¤{launcher}.
9     It will avoid the segmentation faults, at the price of poor performance : it should only be used in this case!
10     If performance is required, a solution based on the use of VirtualGL and TurboVNC/x2go would be recommended.
11     But this requires some configuration of the tools to be done as system administrator.
12