Changes between Version 9 and Version 10 of cypress/Matlab


Ignore:
Timestamp:
08/24/16 11:07:39 (8 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Matlab

    v9 v10  
    4848You will get to the MATLAB command-line and can run MATLAB code here but no graphics.
    4949
     50=== Running MATLAB interactively with GUI ===
     51If you have x-window environment on the local machine, you can forward the Matlab GUI window from Cypress to your local screen.
     52See [[cypress/SshUsage#TunnelingXWindowsSessionviaSSH | X-window forwarding]].
     53
     541. Login to Cypress with X-window forwarding.
     55{{{
     56ssh -Y userID@cypress.tulan.edu
     57}}}
     582. Start an interactive session.
     59{{{
     60idev
     61}}}
     623. Load module
     63{{{
     64module load matlab
     65}}}
     664. Run Matlab
     67{{{
     68matlab &
     69}}}
     70
     71Note that your Matlab session will be killed when the session time exceeds the walltime limit.
    5072
    5173== Running MATLAB in a batch mode ==