/
Creating an Interactive RStudio Session

Creating an Interactive RStudio Session

This tutorial will cover how to use RStudio on the Aloe supercomputer. The interactive RStudio graphical application is an ideal approach for new users as they become familiar with the supercomputer. This is also ideal for code that is being developed or tested before it is submitted as a batch job.

Using the Interactive RStudio Graphical Application

The interactive RStudio graphical application is available through the web portal. To access this application, follow these steps:

  1. Connect to the web portal and log on with your credentials.

  2. Select “Interactive Apps“ in the navigation bar then select “RStudio“.

  3. You will be directed to a request form. This form will be used to request resources for your interactive session. An explanation of these resources can be found in this “Requesting Resources on Aloe“ guide.

  4. Specify the resources needed for your job and select “Launch“.

  5. You will be directed to a window with details about your job. Select “Launch RStudio“ and the interactive RStudio graphical application will open:

image-20240108-223216.png
This is a screenshot of the the interactive RStudio graphical application. It looks and feels the same as it does on your workstation, but the capability of the supercomputer. This includes access to multiple cores, multiple nodes, GPUs, and more memory.

How will I know how many and which resources to use?

Learning to use the supercomputer, like learning how to use other new technologies in your life, will take trial and error. A good starting point is to start with one core for two hours in the interactive RStudio graphical application as you get familiar with the supercomputer. You can also request resources to replicate your current workstation to create a baseline. Through this trial and error, you will identify what resources can better improve your computation’s performance. See the “Requesting Resources on Aloe“ guide for additional tips.

Related pages