OOD Interactive Apps

Open OnDemand (OOD) is RC’s browser portal to Rivanna and Afton. From one dashboard you get a file browser, shell access, job tools, and Interactive Apps that run on allocated compute nodes so you can develop and explore without installing HPC clients locally. VPN is not required for OOD (see Getting access).

Links:

Sessions use the interactive partition and draw from your group’s allocation (time and resource limits apply). Pick an app under Interactive Apps, fill in cores/memory/time (and GPU if needed), then Launch.

Apps for data scientists

AppUse it for
JupyterLab & notebooksPython/R notebooks, interactive analysis, light ML/DL workloads
RStudio ServerR scripting, packages, and interactive data analysis
VSCode (CodeServer)Full VS Code in the browser for editing and debugging on the cluster
Desktop sessionsLinux desktop / GUI tools on a compute node (not a login node)

RC also offers other Interactive Apps (e.g. MATLAB); start from the OOD menu when you need them.

Non-interactive work

Interactive apps are ideal for development and exploration, but they have time and resource limits. For larger datasets, longer runs, bigger models, more CPUs or memory, or GPUs beyond what the interactive queue allows, submit a batch job instead.

Batch jobs are submitted to the scheduler and execute non-interactively on the requested and allocated resources.


Table of contents