We provide an interactive node (mesoshared.univ-fcomte.fr) for graphical sessions like:
X2Go enables users to access a graphical desktop over low or high bandwidth connections. It provides a remote desktop solution tunneled over SSH supporting file and printer sharing.
We recommend that users install the latest version of X2Go by downloading it from https://wiki.x2go.org/
cd $WORK
Load and run your application ; for example ; load matlab
$ module load matlab
run matlab
$ matlab
session preferences / media panel and disable those options
Windows does not provides an X server, so you have to download and install one: e.g. Xming or VcXSrv.
On your SSH client, you will also have to configure X11 forwarding.
For example for PuTTY, the X11 forwarding settings are inside Connection→SSH→X11 category.
To connect with X11 support (usually required for applications with graphical user interfaces), use the -X or -Y switch with SSH command:
$ ssh -X youraccount@mesoshared.univ-fcomte.fr