Versions Compared

Key

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


Warning

While this interactive app has been tested, there is a possibility that users my may have use cases or desires that are incompatible with the current version of the interactive app. If this happens to you please email reach out to the HPC admins and let us know via emailhpcadmin@uams.edu


...

To launch RStudio on GRACE you need to first login to the HPC portal at: portal.hpc.uams.edu

...

Then navigate to the Interactive Apps tab in the top and select RStudio Server

Image RemovedImage Added



...

This will bring up a submission form where you will specify time, memory, CPUs, node type, and conda environment path needed for your job. 

You can also specify which type of nodes you want to queue on using the Queue drop down menu. 

Warning

By default the RStudio server will use the base conda environment for the R library and R version. If you need other packages or a different R version you should create a conda environment containing all the packages and appropriate R version on the login node. You then would give the full conda environment path (i.e. /home/username/.conda/envs/my_env) in the "conda env fullpath" box to specify the location of the conda environment to get your desired R packages and version. For more information about creating conda packages on the HPC please refer to the appropriate documentation: https://hpc.uams.edu/display/HPC/Conda+and+Jupyter+App+Documentation

Click Launch to submit the RStudio Server as a job.

Image RemovedImage Added


...

Once the job is submitted your RStudio Server session will be Queued

...

Once you click the Connect button you should see RStudio displayed in your browser. 

Warning

Note: As the RStudio session is running on a compute node (which doesn't have internet access), you will be unable to install packages from within the RStudio Session. You must leave the session and update your conda environment and resubmit the RStudio job to add packages that you have forgotten. 


...

Warning

NOTE: If you switch R versions by changing conda environments you will see a message like this in the new session. 

...