Table of Contents |
---|
Overview
General information on how to initiate an interactive session, including requesting custom resources, and general information on X11 forwarding.
Interactive Session
Normally, compute nodes are only accessible to programs or jobs submitted as batch scripts to the scheduler. This mode of operation is ideal for well-understood research computing pipelines but may need to be approached more piecemeal through interactive sessions on compute nodes. This page documents how to obtain interactive shell sessions on compute nodes. Note that interactive graphical sessions are available through the webappOpenOnDemand Web Portals.
Once logged in, to launch an interactive compute session, simply run the following command:
...
This will automatically use the X11-forwarding feature built into your shell (in the case of Linux). On MacOS and Windows, using X11 apps natively on your workstation desktop may require an X11 client (such as Xquartz or Cygwin/X. The setup and use of these applications are beyond the scope of this document. Alternatively, you can therefore use the Research Computing supported clients X2Go and the web app.
...
Interactive Session Options
...