Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Open programs with GUIs by entering the required command(s) into your terminal session. For example, to open Matlab, type "module load matlab", followed by "matlab".
Code Block
[abcd1234@gloginabcd1234@hpc211 ~]$ module load matlab
[abcd1234@gloginabcd1234@hpc211 ~]$ matlab &
  • Sessions are persistent and can continue to run without you being connected to see them.
  • To allow a session to continue, disconnect by closing the NoMachine window.
  • To close a session, close all client processes, including the initial terminal window, any subsequent application processes you may have started.
  • The session "walltime" is limited to four hours. If you are still connected at the time, a warning will be shown ten minutes before the walltime expires.
  • The session will be shut down after four hours whether or not you are connected. You will not see a warning if you are not connected.
  • To reconnect to an existing session, double-click the glogin.nxs file. If you have a running session, it will be resumed. If not, a new session will be started.

...