Slurm Interactive Jobs

Getting Started with Slurm Interactive Jobs

Using FastX with the Stern Slurm cluster provides fast and efficient remote access to graphical applications such as R-Studio, MATLAB, xStata, SAS, and more. In...

Common SLURM commands

Command Usage Description Example sbatch Submits a batch job to the Slurm scheduler sbatch [options] script sbatch myScript.sbatch squeue Displays the status of jobs in...

Run Anaconda/Jupyter Environment on SLURM

In this tutorial, you will run an interactive Anaconda Jupyter notebook environment within on SLURM. Make sure you have opened a FastX terminal and are...

Install Local R Packages

In this tutorial, you will install R packages to your RStudio environment. R packages increase the power of R by improving existing base R functionalities,...

Python Virtual Environment

A Python virtual environment is a personal isolated Python installation. The virtual environment consists of a directory that contains all the necessary executables for a...

Run XStata on SLURM

In this tutorial, you will run XStata on SLURM. Make sure you have FastX open and are logged in to one of the fx nodes,...

Run RStudio on SLURM

In this tutorial, you will run an interactive RStudio session and execute R code. Make sure you have opened a FastX session and are logged...