| 50 | === Running MATLAB interactively with GUI === |
| 51 | If you have x-window environment on the local machine, you can forward the Matlab GUI window from Cypress to your local screen. |
| 52 | See [[cypress/SshUsage#TunnelingXWindowsSessionviaSSH | X-window forwarding]]. |
| 53 | |
| 54 | 1. Login to Cypress with X-window forwarding. |
| 55 | {{{ |
| 56 | ssh -Y userID@cypress.tulan.edu |
| 57 | }}} |
| 58 | 2. Start an interactive session. |
| 59 | {{{ |
| 60 | idev |
| 61 | }}} |
| 62 | 3. Load module |
| 63 | {{{ |
| 64 | module load matlab |
| 65 | }}} |
| 66 | 4. Run Matlab |
| 67 | {{{ |
| 68 | matlab & |
| 69 | }}} |
| 70 | |
| 71 | Note that your Matlab session will be killed when the session time exceeds the walltime limit. |